ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input,
iframe,
img,
figure {
    margin: 0;
    padding: 0;
    font-size: 100%;
    border: 0;
}
a img {
    border: 0;
}
a {
    text-decoration: none;
}
body {
    line-height: 1;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
ol, ul {
    list-style: none;
}

strong {
    font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6,
b {
    font-weight: normal;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/static/fonts/fontawesome-webfont.eot?v=4.7.0&238ad95a27ff');
  src: url('/static/fonts/fontawesome-webfont.eot?&238ad95a27ff#iefix&v=4.7.0') format('embedded-opentype'), url('/static/fonts/fontawesome-webfont.woff2?v=4.7.0&238ad95a27ff') format('woff2'), url('/static/fonts/fontawesome-webfont.woff?v=4.7.0&238ad95a27ff') format('woff'), url('/static/fonts/fontawesome-webfont.ttf?v=4.7.0&238ad95a27ff') format('truetype'), url('/static/fonts/fontawesome-webfont.svg?v=4.7.0&238ad95a27ff#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

/*.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}*/

.fancybox-opened {
	z-index: 8030;
}

/*.fancybox-opened .fancybox-skin {
	/*-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);*!/
}*/

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

/*#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/static/css/lib/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/static/css/lib/fancybox_loading.gif') center center no-repeat;
}*/

.fancybox-close {
    background: url(/static/i/popup_close.png?238ad95a27ff) no-repeat	100% 2px;
    color: #6c747f;
    font-family: 'Roboto', sanf-serif;
    font-size: 15px;
    line-height: 15px;
    padding: 0 20px 0 0;
    position: absolute;
    right: 20px;
    top: 19px;
	z-index: 8051;
}

.fancybox-close:hover {
	background-position: 100% -18px;
}
.fancybox-close:active {
	background-position: 100% -38px;
}
.fancybox-alert-close {
    top: 17px;
}

.fancybox-dialog-close {
    display:block;
    height: 25px;
    width: 25px;
    top: 18px;
    right: 20px;
    padding: 0;
    background: url('/static/i/sprite.png?238ad95a27ff') no-repeat 0 -210px;
}
.fancybox-dialog-close:hover {
    background-position: 0 -235px;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/static/css/lib/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, .78);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 15px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
	border-radius: 5px 5px 0 0;
	padding:18px 12px;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
	background-color: #6F7682;
	color:white;
	font-size:115%;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* Uncomment and set these variables to customize the grid. */

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.frow {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.frow.reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  -webkit-flex-basis: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  -webkit-flex-basis: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  -webkit-flex-basis: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  -webkit-flex-basis: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  -webkit-flex-basis: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  -webkit-flex-basis: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  -webkit-flex-basis: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  -webkit-flex-basis: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 940px) {
  .container {
    width: 46rem;
  }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .start-sm {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1 {
    margin-left: 8.333%;
  }

  .col-md-offset-2 {
    margin-left: 16.667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.333%;
  }

  .col-md-offset-5 {
    margin-left: 41.667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333%;
  }

  .col-md-offset-8 {
    margin-left: 66.667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.333%;
  }

  .col-md-offset-11 {
    margin-left: 91.667%;
  }

  .start-md {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .start-lg {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* iCheck plugin Minimal skin, grey
----------------------------------- */
.icheckbox_minimal-grey,
.iradio_minimal-grey {
    display: block;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(/static/i/grey.png?238ad95a27ff) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-grey {
    background-position: 0 0;
}
    .icheckbox_minimal-grey.hover {
        background-position: -20px 0;
    }
    .icheckbox_minimal-grey.checked {
        background-position: -40px 0;
    }
    .icheckbox_minimal-grey.disabled {
        background-position: -60px 0;
        cursor: default;
    }
    .icheckbox_minimal-grey.checked.disabled {
        background-position: -80px 0;
    }

.iradio_minimal-grey {
    background-position: -100px 0;
}
    .iradio_minimal-grey.hover {
        background-position: -120px 0;
    }
    .iradio_minimal-grey.checked {
        background-position: -140px 0;
    }
    .iradio_minimal-grey.disabled {
        background-position: -160px 0;
        cursor: default;
    }
    .iradio_minimal-grey.checked.disabled {
        background-position: -180px 0;
    }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (-o-min-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_minimal-grey,
    .iradio_minimal-grey {
        background-image: url(/static/i/grey@2x.png?238ad95a27ff);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}

/* BEGIN Play Regular */
@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: 400;
  src: local('Play'), url('/static/fonts/Play-webfont.woff?238ad95a27ff') format('woff');
}
/* END Play Regular */
/* BEGIN Play Bold */
@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: 700;
  src: local('Play-Bold'), url('/static/fonts/Play-Bold-webfont.woff?238ad95a27ff') format('woff');
}
/* END Play Bold */
/* BEGIN Roboto Light */
@font-face {
  font-family: Roboto;
  src: url("/static/fonts/Roboto-Light.woff2?v=1.1.0&238ad95a27ff") format("woff2"), url("/static/fonts/Roboto-Light.woff?v=1.1.0&238ad95a27ff") format("woff"), url("/static/fonts/Roboto-Light.ttf?v=1.1.0&238ad95a27ff") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* END Roboto Light */
/* BEGIN Roboto Light Italic */
@font-face {
  font-family: Roboto;
  src: url("/static/fonts/Roboto-LightItalic.woff2?v=1.1.0&238ad95a27ff") format("woff2"), url("/static/fonts/Roboto-LightItalic.woff?v=1.1.0&238ad95a27ff") format("woff"), url("/static/fonts/Roboto-LightItalic.ttf?v=1.1.0&238ad95a27ff") format("truetype");
  font-weight: 300;
  font-style: italic;
}
/* END Light Italic */
/* BEGIN Roboto Regular */
@font-face {
  font-family: Roboto;
  src: url("/static/fonts/Roboto-Regular.woff2?v=1.1.0&238ad95a27ff") format("woff2"), url("/static/fonts/Roboto-Regular.woff?v=1.1.0&238ad95a27ff") format("woff"), url("/static/fonts/Roboto-Regular.ttf?v=1.1.0&238ad95a27ff") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("/static/fonts/Roboto-Regular.woff2?v=1.1.0&238ad95a27ff") format("woff2"), url("/static/fonts/Roboto-Regular.woff?v=1.1.0&238ad95a27ff") format("woff"), url("/static/fonts/Roboto-Regular.ttf?v=1.1.0&238ad95a27ff") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* END Regular */
/* BEGIN Roboto Italic */
@font-face {
  font-family: Roboto;
  src: url("/static/fonts/Roboto-Italic.woff2?v=1.1.0&238ad95a27ff") format("woff2"), url("/static/fonts/Roboto-Italic.woff?v=1.1.0&238ad95a27ff") format("woff"), url("/static/fonts/Roboto-Italic.ttf?v=1.1.0&238ad95a27ff") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Roboto;
  src: url("/static/fonts/Roboto-Italic.woff2?v=1.1.0&238ad95a27ff") format("woff2"), url("/static/fonts/Roboto-Italic.woff?v=1.1.0&238ad95a27ff") format("woff"), url("/static/fonts/Roboto-Italic.ttf?v=1.1.0&238ad95a27ff") format("truetype");
  font-weight: normal;
  font-style: italic;
}
/* END Roboto Italic */
/* BEGIN Roboto Medium */
@font-face {
  font-family: Roboto;
  src: url("/static/fonts/Roboto-Medium.woff2?v=1.1.0&238ad95a27ff") format("woff2"), url("/static/fonts/Roboto-Medium.woff?v=1.1.0&238ad95a27ff") format("woff"), url("/static/fonts/Roboto-Medium.ttf?v=1.1.0&238ad95a27ff") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* END Roboto Medium */
/* BEGIN Roboto Bold */
@font-face {
  font-family: Roboto;
  src: url("/static/fonts/Roboto-Bold.woff2?v=1.1.0&238ad95a27ff") format("woff2"), url("/static/fonts/Roboto-Bold.woff?v=1.1.0&238ad95a27ff") format("woff"), url("/static/fonts/Roboto-Bold.ttf?v=1.1.0&238ad95a27ff") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("/static/fonts/Roboto-Bold.woff2?v=1.1.0&238ad95a27ff") format("woff2"), url("/static/fonts/Roboto-Bold.woff?v=1.1.0&238ad95a27ff") format("woff"), url("/static/fonts/Roboto-Bold.ttf?v=1.1.0&238ad95a27ff") format("truetype");
  font-weight: bold;
  font-style: normal;
}
/* END Roboto Bold */
/* BEGIN Flowbold */
@font-face {
  font-family: 'flowbold';
  src: url('/static/fonts/flow_b-webfont.eot?238ad95a27ff');
  src: url('/static/fonts/flow_b-webfont.eot?&238ad95a27ff#iefix') format('embedded-opentype'), url('/static/fonts/flow_b-webfont.woff?238ad95a27ff') format('woff'), url('/static/fonts/flow_b-webfont.ttf?238ad95a27ff') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* END Flowbold */

html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
:focus {
  outline: 0;
}
body {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  font-family: 'Roboto', Tahoma, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  margin: 2rem 0 1rem 0;
  font-family: 'Play', Tahoma, Geneva, sans-serif;
  font-size: 2rem;
  line-height: 1;
}
h2 {
  margin: 2rem 0 1rem 0;
  font-family: 'Roboto', Tahoma, Geneva, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
h3 {
  margin-bottom: 0.5rem;
  font-family: 'Roboto', Tahoma, Geneva, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}
h5 {
  margin-bottom: 0.25rem;
  font-family: 'Roboto', Tahoma, Geneva, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}
.block-title {
  font-size: 2.5rem;
  font-family: 'Play', Tahoma, Geneva, sans-serif;
  line-height: 1;
}
.block-title--centered {
  text-align: center;
}
a {
  border-bottom: 1px solid rgba(0, 102, 204, 0.3);
  color: #0066cc;
  text-decoration: none;
}
a:hover {
  border-bottom-color: transparent;
}
a[href^="#"] {
  border-bottom-style: dashed;
}
a[href^="#"]:hover {
  border-bottom-color: transparent;
}
a.link-red {
  border-bottom: 1px solid rgba(244, 62, 62, 0.3);
  color: #f43e3e;
  text-decoration: none;
}
a.link-red:hover {
  border-bottom-color: transparent;
}
a.link-white {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
}
a.link-white:hover {
  border-bottom-color: transparent;
}
a.link-nondecorated {
  border-bottom: none;
}
a.link-image {
  border: none !important;
  display: inline-block;
}
a.link-fancybox {
  border-bottom-style: dashed;
}
a.link-disabled {
  color: #94989e !important;
  border-bottom: none !important;
  pointer-events: none;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  background-color: #f9f1f3;
  border-radius: 0.25rem;
  font-size: 0.8rem;
  padding: 0.125rem 0.25rem;
  white-space: nowrap;
}
pre {
  background-color: #f5f5f5;
  border-radius: 0.25rem;
  color: #333333;
  display: block;
  font-size: 0.8rem;
  line-height: 1.3;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  white-space: pre-wrap;
}
.icon-small-squared {
  display: inline-block;
  width: 1rem;
}
img {
  max-width: 100%;
}
.img-responsive {
  height: auto;
  max-width: 100%;
  width: auto;
}
p {
  margin: 0 0 0.8em 0;
}
ul,
ol {
  padding-left: 2rem;
  margin: 0 0 0.8em 0;
}
p + ul {
  margin-top: -0.5rem;
}
li {
  margin-bottom: 0.5rem;
}
ul > li {
  list-style: none;
}
ol > li {
  list-style: decimal outside;
}
ul.list-nopadding {
  padding-left: 0;
}
ul.list-inline li {
  display: inline-block;
}
ol.list-decimal {
  list-style-type: decimal;
  padding-left: 2rem;
}
ol.list-decimal > li {
  padding-bottom: 0.5rem;
}
.table {
  display: inline-block;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  margin: 0 0 1rem 0;
  border-collapse: collapse;
  font-family: 'Roboto', Tahoma, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.table thead {
  border-bottom: 1px solid #bec4cf;
}
.table th {
  color: #94989e;
  font-weight: normal;
  padding: 0.25rem;
  text-align: left;
  vertical-align: bottom;
}
.table td {
  padding: 0.25rem;
  vertical-align: top;
}
.table--key-value th:nth-child(1),
.table--key-value tr td:nth-child(1) {
  width: 150px;
}
.storey {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 940px) {
  .storey {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: 940px;
  }
}
@media only screen and (max-width: 940px) {
  .ue-tab-container {
    display: none !important;
  }
}

.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-auto {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.cfx:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.sprite {
  background-repeat: no-repeat;
}
.hidden {
  display: none !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
@media only screen and (max-width: 940px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 940px) {
  .hidden-desktop {
    display: none !important;
  }
}

.fancybox__close-btn {
  width: 28px;
  height: 28px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 24px;
  border-radius: 14px;
  border: 2px solid white !important;
  box-shadow: -1px 1px 3px #000000;
  color: #fff;
}

/*alert_popup*/
.alert_popup {
  position: relative;
  padding: 2rem;
  width: 320px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
}
.alert_popup_title {
  font-family: 'Roboto', Tahoma, Geneva, sans-serif;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  padding-left: 58px;
  color: #2c323b;
  font-size: 23px;
  line-height: 26px;
}
.alert_popup_title:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -10px;
  width: 41px;
  height: 41px;
  background: url(/static/i/sprite.png?238ad95a27ff) no-repeat 0 -160px;
}
.alert_popup.succeed .alert_popup_title:before {
  background-position: -45px -160px;
}
.alert_popup_text {
  margin-top: 20px;
  color: #3d424b;
  font-size: 20px;
  line-height: 28px;
}
.alert_popup p {
  margin: 0;
}
.alert_popup li {
  position: relative;
}
.alert_popup a {
  color: #3d424b;
}
/* Error Page
---------------------------------------- */
.error_page .image {
  float: left;
  padding: 10px 0 0 10px;
  width: 200px;
}
.error_page .description {
  overflow: hidden;
  padding: 20px 0 0;
  color: #646973;
  font-size: 21px;
  line-height: 30px;
}
.error_page .description p {
  margin: 0 0 15px;
}
.error_page .description a {
  font-family: 'Roboto', Tahoma, Geneva, sans-serif;
  font-weight: 400;
  color: #f43e3d;
}
@media only screen and (min-width: 940px) {
  .alert_popup {
    width: 500px;
  }
}

.footer__newsletter > div,
.footer__newsletter form > div {
  margin-bottom: 0.5rem;
}
.footer__newsletter > div:last-child,
.footer__newsletter form > div:last-child {
  margin-bottom: 0;
}
.footer__newsletter input[type="email"] {
  height: auto;
  width: auto;
  border: none;
  padding: 0.5rem 1rem;
  background: #ffffff;
  box-shadow: none;
  font-size: 1em;
}
.footer__newsletter input[type="email"]:focus {
  border: none;
  box-shadow: none;
}
.footer__newsletter input[type="submit"] {
  display: inline-block;
  height: auto;
  border: 1px solid #bec4cf;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: transparent;
  box-shadow: none;
  color: #bec4cf;
  font-weight: 400;
  font-size: 1rem;
  text-shadow: none;
}
.footer__newsletter input[type="submit"]:hover {
  background: #0066cc;
  border-color: #0066cc;
  color: #ffffff;
}
.footer__newsletter input[type="submit"]:disabled {
  background: transparent;
  border-color: #bec4cf;
  color: #bec4cf;
}
.footer__subscribe > div,
.footer__subscribe form > div {
  margin-bottom: 0.5rem;
}
.footer__subscribe > div:last-child,
.footer__subscribe form > div:last-child {
  margin-bottom: 0;
}
.footer__subscribe input[type="email"] {
  height: auto;
  width: auto;
  border: none;
  padding: 0.5rem 1rem;
  background: #ffffff;
  box-shadow: none;
  font-size: 1em;
}
.footer__subscribe input[type="email"]:focus {
  border: none;
  box-shadow: none;
}
.footer__subscribe input[type="submit"] {
  display: inline-block;
  border: 1px solid #bec4cf;
  padding: 0.5rem 1rem;
  background-color: transparent;
  color: #bec4cf;
}
.footer__subscribe input[type="submit"]:hover {
  background-color: #0066cc;
  border-color: #0066cc;
  color: #ffffff;
}
.footer__subscribe input[type="submit"]:disabled {
  background-color: transparent;
  border-color: #bec4cf;
  color: #bec4cf;
}
.footer {
  background: #3b3e43;
  box-sizing: border-box;
  color: #bec4cf;
  padding: 2rem 0;
  position: relative;
}
.footer a {
  border-color: rgba(190, 196, 207, 0.3);
  color: #bec4cf;
  font-weight: 400;
}
.footer a:hover {
  border-color: transparent;
}
.footer__menu-item {
  display: block;
  margin-bottom: 0.5rem;
}
.footer__menu-separator {
  margin-bottom: 1.5rem;
}
.footer__phone {
  border-bottom: none !important;
}
.footer__share {
  font-size: 1.2em;
  margin-top: 0.5em;
}
.footer__share-item {
  display: inline-block;
  line-height: 2em;
  text-align: center;
  width: 2em;
}
.footer__share-item:hover {
  color: #646973;
}
.footer__sk {
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 100px;
}
.footer__sk img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.footer__copyright {
  height: 24px;
  line-height: 24px;
  position: relative;
}
.footer__copyright:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  width: 105px;
  height: 24px;
  background: url(/static/i/sprite.png?238ad95a27ff) no-repeat 0 -40px;
}
@media only screen and (min-width: 940px) {
  .footer__company {
    text-align: right;
  }
}

/* Forms
---------------------------------------- */
::-webkit-input-placeholder {
  color: #a9a9a9;
}
input.field:-moz-placeholder {
  color: #a9a9a9;
}
::-moz-placeholder {
  color: #a9a9a9;
}
:-ms-input-placeholder {
  color: #a9a9a9 !important;
}
input.placeholder {
  color: #a9a9a9 !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
  font-family: 'Roboto', Tahoma, Geneva, sans-serif;
  font-weight: 400;
  padding: 0 10px;
  width: 100%;
  height: 42px;
  background: #fff;
  border: 1px solid #c6c6c6;
  border-color: #c6c6c6 #d9d9d9 #e4e4e4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
  border-radius: 1px;
  box-shadow: 0px 2px 1px -1px rgba(255, 255, 255, 0.75), inset 0px 0px 3px rgba(0, 0, 0, 0.1), inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  resize: none;
}
x:-o-prefocus,
input {
  font-family: sans-serif !important;
}
input[type="text"]::-ms-clear,
input[type="email"]::-ms-clear,
input[type="password"]::-ms-clear,
input[type="tel"]::-ms-clear {
  display: none;
}
textarea {
  padding: 10px;
  height: 100px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border: 1px solid #c6c6c6;
  border-color: #b3b9cb #c7cddc #d2d7e4;
  box-shadow: 0px 2px 1px -1px rgba(255, 255, 255, 0.75), 0px 0 4px rgba(255, 255, 255, 0.5), inset 0px 0px 3px rgba(149, 161, 191, 0.64), inset 0px 1px 1px rgba(74, 87, 123, 0.28);
}
input[type="text"].error,
input[type="email"].error,
input[type="password"].error,
input[type="tel"].error,
textarea.error {
  background: #f5e6e6;
  border: 1px solid #bda2a2;
  border-color: #bda2a2 #c7aeae #cbb2b2;
  box-shadow: 0px 2px 1px -1px rgba(255, 255, 255, 0.75), inset 0px 0px 3px rgba(128, 0, 0, 0.1), inset 0px 2px 2px rgba(163, 5, 5, 0.1);
}
input[type="text"].error:focus,
input[type="email"].error:focus,
input[type="password"].error:focus,
input[type="tel"].error:focus,
textarea.error:focus {
  background: #fff;
  border: 1px solid #c6c6c6;
  border-color: #b3b9cb #c7cddc #d2d7e4;
  box-shadow: 0px 2px 1px -1px rgba(255, 255, 255, 0.75), 0px 0 4px rgba(255, 255, 255, 0.5), inset 0px 0px 3px rgba(149, 161, 191, 0.64), inset 0px 1px 1px rgba(74, 87, 123, 0.28);
}
input.inline {
  width: auto;
}
.button,
a.button {
  font-family: 'Roboto', Tahoma, Geneva, sans-serif;
  font-weight: 500;
  background: url(/static/i/buttons.png?238ad95a27ff) repeat-x 0 0;
  border: none;
  border-radius: 6px;
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.22), 0 1px 2px rgba(0, 0, 0, 0.26);
  color: #fff;
  font-size: 21px;
  height: 52px;
  padding: 0 20px;
  text-shadow: 1px 1px 1px rgba(48, 52, 41, 0.42);
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.22), 0 1px 2px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.22), 0 1px 2px rgba(0, 0, 0, 0.26);
}
a.button {
  display: inline-block;
  text-decoration: none;
  line-height: 50px;
  text-align: center;
  cursor: default;
}
.button:hover,
a.button:hover {
  background-position: 0 -55px;
}
.button:active,
a.button:active {
  background-position: 0 -110px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(48, 53, 62, 0.6);
}
.button--red,
a.button--red,
a.button--red,
.button--red {
  background-position: 0 -165px;
}
.button--red:hover,
a.button--red:hover,
a.button--red:hover,
.button--red:hover {
  background-position: 0 -220px;
}
.button--red:active,
a.button--red:active,
a.button--red:active,
.button--red:active {
  background-position: 0 -275px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0 1px 1px rgba(48, 53, 62, 0.09);
}
.button.big,
a.button.big {
  height: 58px;
  background-position: 0 -330px;
}
a.button.big {
  line-height: 58px;
}
.button.big:hover,
a.button.big:hover {
  background-position: 0 -391px;
}
.button.big:active,
a.button.big:active {
  background-position: 0 -452px;
}
.button[disabled],
.button.big[disabled],
.button.disabled,
a.button.disabled,
.button.big.disabled,
a.button.big.disabled {
  background-position: 0 -513px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
}
.button--red[disabled],
.button--red.disabled,
a.button--red.disabled {
  background-color: #c3c3c3;
  background-position: -9999px -9999px;
  background-repeat: no-repeat;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
}
a.button-multiline {
  line-height: 16px;
}
a.button-multiline b {
  display: inline-block;
  font-weight: normal;
  margin-top: 10px;
}
a.button-multiline small {
  font-size: 12px;
}
button.button.small {
  font-size: 12px;
  height: auto;
  padding: 5px 10px;
}
.button-block {
  box-sizing: border-box;
  width: 100%;
}
/*error_text*/
.error_text {
  display: none;
  padding: 3px 0 0;
  margin: 0 0 -3px;
  font-size: 14px;
  line-height: 21px;
  color: #9a4f4f;
}
.error .error_text {
  display: block;
}
/*errorlist*/
.errorlist {
  padding: 3px 0 0;
  margin: 0 0 -3px;
  font-size: 14px;
  line-height: 21px;
  color: #9a4f4f;
}
/*helptext*/
.helptext {
  color: #94989e;
  font-size: 85%;
  line-height: 1.5em;
  margin: 5px 0 10px 0;
}
.helptext--black {
  color: #000;
}
/* Custom Select */
.selectdiv {
  font-family: 'Roboto', Tahoma, Geneva, sans-serif;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 30px 0 18px;
  width: 100% !important;
  min-width: 300px;
  max-width: 320px;
  height: 41px;
  background: #fff;
  color: #424242;
  font-size: 17px;
  line-height: 41px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px rgba(102, 105, 10, 0.27);
  -moz-box-shadow: 0 1px rgba(102, 105, 10, 0.27);
  box-shadow: 0 1px rgba(102, 105, 10, 0.27);
}
.selectdiv:after {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 19px;
  right: 16px;
  width: 9px;
  height: 5px;
  background: url(/static/i/structure_filter_arrow.png?238ad95a27ff) no-repeat 0 0;
}
.selectdiv select {
  font-family: 'Roboto', Tahoma, Geneva, sans-serif;
  font-weight: 500;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  z-index: 2;
  height: 41px;
  top: 2px;
  left: 0px;
  width: 100%;
  font-size: 15px;
  vertical-align: top;
}
.selectdiv option {
  background: #fff;
}
.selectdiv.hilit {
  background: #fcfaed;
}
/* CSS-only styled select for charset form*/
.styled-select {
  font-family: 'Roboto', Tahoma, Geneva, sans-serif;
  font-weight: 500;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 163px;
  height: 29px;
  border: 1px solid #dbdee5;
  background: #f0f1f2;
  color: #424242;
  font-size: 12px;
  line-height: 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.styled-select:after {
  content: " ";
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  width: 9px;
  height: 5px;
  background: url(/static/i/structure_filter_arrow.png?238ad95a27ff) no-repeat 0 0;
}
.styled-select select {
  font-family: 'Roboto', Tahoma, Geneva, sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 2;
  padding: 3px 30px 3px 14px;
  width: 230px;
  height: 29px;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  font-size: 15px;
  vertical-align: top;
}
.old-opera-win .styled-select {
  visibility: hidden;
}
.old-opera-win .styled-select select {
  visibility: visible;
  width: 163px;
  height: 27px;
  border: 1px solid #dbdee5;
  background: #fff;
}
/* Custom checkbox */
.icheckbox-wrap {
  position: relative;
  margin: 7px 0 0;
  padding: 0 0 0 30px;
  color: #444;
  font-size: 13px;
  line-height: 18px;
}
.icheckbox-wrap .icheckbox_minimal-grey,
.icheckbox-wrap .iradio_minimal-grey {
  position: absolute;
  top: 0;
  left: 0;
}
.require-sign {
  position: absolute;
}
.form-group {
  margin-top: 20px;
}
.checkbox-label {
  font-size: 90%;
}
.form-errors {
  color: #9a4f4f;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}
.field-errors {
  color: #9a4f4f;
  font-size: 14px;
  line-height: 20px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control-feedback {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding-left: 28px;
}
.has-error .form-control-feedback {
  background: url("/static/i/qc_notsure.png?238ad95a27ff") no-repeat 7px center;
}
.has-success .form-control-feedback {
  background: url("/static/i/qc_edited.png?238ad95a27ff") no-repeat 7px center;
}
form .required {
  color: #9a4f4f;
  position: relative;
  top: -0.5em;
}
button.link-button {
  font-family: 'Roboto', Tahoma, Geneva, sans-serif;
  font-weight: 400;
  border: none;
  background: none;
  border-bottom: 1px solid #0066cc;
  font-size: 1em;
  text-decoration: none;
  color: #0066cc;
  padding: 0;
  margin: 0;
}
button.link-button:hover {
  border-bottom: none;
  cursor: pointer;
}
button.link-button:disabled {
  color: graytext;
  cursor: default;
  border-bottom: none;
}
button.link-button--local {
  border-bottom-style: dashed;
}

attention-panel {
  display: block;
  padding: 0.8em 0;
  line-height: 1.5rem;
  text-align: center;
  background-color: #8195a7;
  color: #ffffff;
  transition: all 0.2s linear;
  transition-property: opacity, visibility;
}
attention-panel a {
  border-bottom: 1px solid #ffffff;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
}
attention-panel a:hover {
  border-bottom: none;
}
attention-panel button {
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 0.25rem;
  background: transparent;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
}
attention-panel button:hover {
  background-color: #ffffff;
  color: #8195a7;
}
.header {
  padding: 0.5rem 0;
  position: relative;
}
.header--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background: #ffffff;
}
body[scrolling] .header--sticky {
  border-bottom: 1px solid #ebebeb;
}
.header__body {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.header__logo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.header__logo a {
  border: none;
  display: block;
}
.header__logo img {
  width: 129px;
  height: 38px;
}
.header__no-js-message {
  position: absolute;
  width: 100%;
  bottom: -40px;
  color: #f43e3e;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.header__unread-count {
  display: inline-block;
  position: relative;
  top: -0.5rem;
  background: #f43e3e;
  border-radius: 0.25rem;
  padding: 0.125rem 0.25rem;
  font-size: 0.7rem;
  font-weight: 400;
  font-style: normal;
  color: #ffffff !important;
}
@media only screen and (max-width: 940px) {
  .header__menu {
    display: none;
  }
  .header__menu-mobile a {
    display: block;
    height: 38px;
    width: 38px;
    border: 1px solid #6e6e6e !important;
    border-radius: 0.25rem;
    line-height: 36px;
    text-align: center;
    color: #6e6e6e;
  }
  .menu-mobile > .modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100vh;
    max-height: 100vh;
    margin-left: auto;
    box-shadow: 0 20px 60px rgba(49, 70, 116, 0.33);
    background: #ffffff;
    padding: 2rem;
  }
  .menu-mobile .modal__close {
    right: 1rem;
  }
  .menu-mobile__item a {
    position: relative;
    display: block;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    border: none;
  }
  .menu-mobile__item--button a {
    border: 1px solid #0066cc;
    border-radius: 0.25rem;
    padding: 1rem;
  }
}
@media only screen and (min-width: 940px) {
  .header__menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    align-items: center;
    justify-content: flex-end;
  }
  .header__menu-item {
    padding: 0.5rem 0.8rem;
  }
  .header__menu-item a,
  .header__menu-item span {
    font-family: 'Roboto', Tahoma, Geneva, sans-serif;
    font-weight: 500;
    border-color: rgba(110, 110, 110, 0.5);
    color: #6e6e6e;
    position: relative;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  }
  .header__menu-item a:hover {
    border: none;
  }
  .header__menu-item--support i {
    background: url(/static/i/sprite.png?238ad95a27ff) no-repeat -145px -160px;
    height: 19px;
    left: 0;
    margin: 0;
    position: absolute;
    width: 20px;
  }
  .header__menu-item--support a {
    padding-left: 25px;
  }
  .header__menu-item--current {
    background: #cccccc;
  }
  .header__login-button {
    position: static;
    margin-left: 1rem;
    text-align: right;
  }
  .header__login-button a {
    font-family: 'Roboto', Tahoma, Geneva, sans-serif;
    font-weight: 500;
    background: url(/static/i/sprite.png?238ad95a27ff) no-repeat 0 -80px;
    border: none;
    box-sizing: border-box;
    display: inline-block;
    color: #000;
    height: 37px;
    font-size: 17px;
    line-height: 35px;
    padding: 0 10px 0 0;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    text-decoration: none;
    text-align: center;
    width: 88px;
  }
  .header__login-button a:hover {
    text-decoration: underline;
  }
  .header__login-button a:active {
    background-position: 0 -120px;
  }
  /* user menu */
  .header__user-menu-button {
    background: url("/static/i/sprite.png?238ad95a27ff") no-repeat -94px -80px;
    display: block;
    height: 31px;
    width: 60px;
    padding: 3px 5px;
  }
  .header__user-menu.opened .header__user-menu-button {
    background: url("/static/i/sprite.png?238ad95a27ff") no-repeat -94px -120px;
  }
  .header__user-menu {
    box-sizing: content-box;
    margin-left: 1rem;
    position: relative;
  }
  .header__user-menu.opened ul {
    display: block !important;
    z-index: 1;
  }
  .header__user-menu ul {
    background-color: #f4f4f4;
    border-top: 1px solid #bfc0c2;
    border-radius: 4px;
    box-shadow: 0 7px 21px rgba(0, 0, 0, 0.3);
    left: -62px;
    margin-top: 14px;
    padding: 0;
    position: absolute;
    width: 188px;
  }
  .header__user-menu ul li {
    border-top: solid 1px #c3c4c6;
    margin: 0;
    padding: 0;
  }
  .header__user-menu ul li:hover a {
    color: #000;
  }
  .header__user-menu ul li:first-child {
    border-top: none;
  }
  .header__user-menu a {
    border: none !important;
  }
  .header__user-menu-corner-top {
    background-color: #f4f4f4;
    border-top: 1px #bfc0c2 solid;
    border-left: 1px #bfc0c2 solid;
    height: 12px;
    left: 89px;
    position: absolute;
    top: -7px;
    transform: rotate(45deg);
    width: 12px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  .header__user-menu-item {
    font-family: 'Roboto', Tahoma, Geneva, sans-serif;
    font-weight: 400;
    color: #6e6e6e;
    display: block;
    font-size: 98%;
    padding: 13px 20px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  }
  .header__profile {
    font-size: 0.7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .header__balance {
    padding: 0 2px 0 4px;
  }
  .header__balance--red {
    color: #f43e3e;
  }
  .header__menu-mobile {
    display: none;
  }
}
@media only screen and (min-width: 940px) {
  .header {
    padding: 0;
  }
  .header__body {
    height: 91px;
  }
  .header--sticky {
    position: relative;
    background: transparent;
  }
  body[scrolling] .header--sticky {
    border-bottom: none;
  }
  body[scrolling] .header__spacer {
    margin-right: 104px;
  }
  body[scrolling] .header__login-button {
    position: fixed;
    z-index: 1;
    margin-left: 0;
  }
  body[scrolling] .header__login-button a {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 0.25rem;
    padding: 0;
    background: #f43e3e;
    text-shadow: none;
    color: #ffffff;
  }
}

.popup {
  background: #fff;
  position: relative;
  width: 600px;
}
.popup .close {
  position: absolute;
  top: 19px;
  right: 20px;
  color: #6c747f;
  font-size: 15px;
}
.popup .main {
  border-radius: 0 0 6px 6px;
  background: #fff;
  box-shadow: none;
}
.popup.dialog {
  min-height: 350px;
  width: 600px;
  border-radius: 6px 6px 5px 5px;
}
.popup.dialog .main {
  padding: 30px;
}
.popup.dialog h1.title {
  background-color: #6f7682;
  border-radius: 5px 5px 0 0 ;
  color: white;
  font-size: 16px;
  padding: 18px 12px;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.popup.dialog table tr {
  height: 60px;
}
.popup.dialog table th {
  text-align: left;
  padding-top: 10px;
  vertical-align: top;
  width: 102px;
}
.popup.dialog table td {
  width: 400px;
}
.popup.dialog table td.label {
  padding-top: 10px;
  vertical-align: top;
}
.popup.dialog .icheckbox_minimal-grey {
  float: left;
  margin-top: 4px;
}
.popup.dialog .checkbox-label {
  padding-left: 7px;
}
.popup.dialog .button {
  width: 100%;
  margin-top: 20px;
}

.social-auth {
  text-align: center;
}
.social-auth .hint {
  height: auto;
  float: left;
  font-size: 17px;
  padding-right: 20px;
  position: relative;
  text-indent: 0;
  top: auto;
  width: 8em;
  text-align: left;
}
.social-auth a {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 1rem;
}
.social-auth a.vkontakte {
  background: url(/static/i/social.png?238ad95a27ff) no-repeat 0 0;
}
.social-auth a.facebook {
  background: url(/static/i/social.png?238ad95a27ff) no-repeat 0 -48px;
}
.social-auth a.twitter {
  background: url(/static/i/social.png?238ad95a27ff) no-repeat 0 -96px;
}
/* profile form
---------------------------------------- */
.profile-form {
  /* table end */
}
.profile-form .require-sign {
  margin-left: -18px;
}
.profile-form table {
  border-collapse: collapse;
  margin-top: 25px;
  width: 100%;
}
.profile-form table th,
.profile-form table td {
  padding: 0 0 15px;
}
.profile-form table th {
  font-weight: normal;
  padding-top: 10px;
  padding-right: 20px;
  text-align: left;
  vertical-align: top;
  width: 300px;
}
.profile-form label,
.profile-form p {
  color: #31343a;
  font-size: 17px;
}
.profile-form .button-wrap {
  padding-bottom: 0;
  text-align: right;
}
.profile-form .button {
  padding: 0 20px;
}
/* .profile-form end */
/* .password-reset-confirm */
.password-reset-confirm .content_main {
  min-height: 60px;
}
.password-reset-confirm .content_main .button-wrap {
  padding-top: 16px;
}
/* .password-reset-confirm end */
.left-icheckbox {
  background-color: white;
  display: inline-block;
  position: relative;
  top: 3px;
}
/* Authorization popup
---------------------------------------- */
.authorization_popup {
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.7);
  position: relative;
  width: 90vw;
}
.authorization_popup a {
  border: none;
  text-decoration: underline;
}
.authorization_popup a:hover {
  text-decoration: none;
}
.authorization_popup .close {
  position: absolute;
  top: 19px;
  right: 20px;
  color: #6c747f;
  font-size: 15px;
}
.authorization_popup > header {
  color: #31343a;
  text-align: center;
  padding: 2rem 2rem 1rem 2rem;
}
.authorization_popup > header .logo {
  display: block;
  margin: 0 auto 1rem;
  overflow: hidden;
  width: 129px;
}
.authorization_popup > header .logo img {
  width: 129px;
  height: 38px;
}
.authorization_popup .main {
  padding: 0 2rem 2rem 2rem;
}
.authorization_popup .main .terms {
  color: #94989e;
  font-size: 15px;
  margin: 0;
}
.authorization_popup .agreement {
  margin-top: 35px;
  margin-bottom: 0;
  color: #94989e;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
}
.authorization_popup .agreement a {
  color: #94989e;
}
.authorization_popup .password-reset {
  font-family: 'Roboto', Tahoma, Geneva, sans-serif;
  font-weight: 400;
  padding-top: 2px;
  font-size: 16px;
}
.authorization_popup .password-reset a {
  color: #47494d;
}
.authorization_popup .authorization_header {
  font-size: 21px;
  line-height: 28px;
}
.authorization_popup .authorization_header a {
  color: #31343a;
}
.authorization_popup .authorization_subheader {
  color: #9098a9;
  font-size: 18px;
  text-align: center;
}
.authorization_popup .button {
  box-sizing: border-box;
  width: 100%;
}
.authorization_popup__footer {
  background-color: #e7e7e9;
  background-image: url(/static/i/popup_content_bg.jpg?238ad95a27ff);
  border-top: 1px solid #b9b9bc;
  border-radius: 0 0 5px 5px;
  box-sizing: content-box;
  text-shadow: 1px 1px 1px #fff;
}
.authorization_popup__row {
  margin-bottom: 1rem;
}
#registration_popup .terms a {
  font-family: 'Roboto', Tahoma, Geneva, sans-serif;
  font-weight: 400;
  color: #94989e;
}
#registration_popup .authorization_popup__footer {
  color: #676768;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
#registration_popup .authorization_popup__footer a {
  color: #535051;
}
#registration_popup .left-icheckbox {
  padding-right: 3px;
}
#authorization_popup header p,
#authorization_popup header a {
  font-family: 'Roboto', Tahoma, Geneva, sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: #9098a9;
}
#authorization_popup header .signup-link {
  font-size: 19px;
}
#authorization_popup header .signup-link a {
  color: #31343a;
}
#authorization_popup label[for="id_login-remember_me"] {
  color: #31343a;
  display: inline-block;
  font-size: 16px;
  padding-left: 5px;
}
#authorization_popup .authorization_popup__footer {
  padding: 0 2rem 2rem 2rem;
  color: #3d4148;
}
#password_reset_popup .authorization_popup__footer {
  padding: 1rem 2rem 2rem 2rem;
  color: #3d4148;
}
#password_reset_popup .authorization_popup__footer > div {
  font-size: 20px;
}
#success_message_popup {
  padding: 2rem;
}
#success_message_popup header {
  padding: 0;
}
#success_message_popup .main {
  font-size: 130%;
  text-align: center;
  margin-bottom: 10px;
  padding: 0;
}
.complete-registration-form .icheckbox_minimal-grey {
  top: 10px;
}
a.fancybox-close {
  border: none;
  text-decoration: underline;
}
a.fancybox-close:hover {
  text-decoration: none;
}
@media only screen and (min-width: 940px) {
  .authorization_popup {
    width: 500px;
  }
  .authorization_popup > header {
    padding: 2rem 4rem 1rem 4rem;
  }
  .authorization_popup > .main {
    padding: 0 4rem 2rem 4rem;
  }
  #authorization_popup .authorization_popup__footer {
    padding: 0 4rem 2rem 4rem;
  }
  #password_reset_popup .authorization_popup__footer {
    padding: 1rem 4rem 2rem 4rem;
  }
}

.suggestions-nowrap {
  white-space: nowrap;
}
/**
 * Основной INPUT
 */
.suggestions-input {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.suggestions-input::-ms-clear {
  display: none;
}
.suggestions-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-text-size-adjust: 100%;
}
/**
 * Выпадающий блок с найденными подсказками
 */
.suggestions-suggestions {
  background: #fff;
  border: 1px solid #999;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  left: 0;
  min-width: 100%;
  position: absolute;
  z-index: 9999;
  -webkit-text-size-adjust: 100%;
}
.suggestions-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}
.suggestions-suggestions.suggestions-mobile {
  border-style: none;
}
.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
  border-bottom: 1px solid #ddd;
}
/**
 * Контейнер для одной подсказки
 */
.suggestions-suggestion {
  padding: 4px 5px;
  overflow: hidden;
}
.suggestions-suggestion:hover {
  background: #f7f7f7;
}
/**
 * Выбранная (активная) подсказка
 */
.suggestions-selected {
  background: #f0f0f0;
}
.suggestions-selected:hover {
  background: #f0f0f0;
}
/**
 * Информационный блок в верхней части выпадашки с подсказками
 */
.suggestions-hint {
  padding: 4px 4px;
  white-space: nowrap;
  overflow: hidden;
  color: #777;
  font-size: 85%;
  line-height: 20px;
}
/**
 * Дополнительный текст в подсказке, который идет второй строкой
 */
.suggestions-subtext {
  color: #777;
}
/**
 * Размещает дополнительный текст в одну строку с основным текстом подсказки
 */
.suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
  margin: 0 0.5em 0 0;
}
/**
 * Разделитель нескольких дополнительных текстов
 */
.suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px;
}
/**
 * Выделяет подсказку
 */
.suggestions-subtext_label {
  margin: 0 0 0 0.25em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 3px;
  background: #f5f5f5;
  font-size: 85%;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"] {
  position: relative;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"]:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  content: "";
}
/**
 * Промо-блок
 */
.suggestions-promo {
  font-size: 85%;
  display: none;
  color: #777;
  padding: 4px;
  text-align: center;
}
.suggestions-promo a {
  color: #777;
  display: block;
  filter: grayscale(100%);
  line-height: 20px;
  text-decoration: none;
}
.suggestions-promo a:hover {
  filter: grayscale(0);
}
.suggestions-promo svg {
  height: 20px;
  vertical-align: bottom;
}
@media screen and (min-width: 600px) {
  .suggestions-promo {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
  }
}

.forms form {
  margin-right: auto;
  margin-left: auto;
}
.forms form select,
.forms form label {
  display: block;
}
.forms form label:not(:first-child) {
  margin-top: 1rem;
}
.forms form p label {
  display: inline;
}
.forms form p label + label {
  margin-left: 1rem;
}
.forms form legend:first-child + label {
  margin-top: 0;
}
.forms fieldset {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 1px solid #94989e;
}
.forms legend {
  color: #94989e;
}
.forms button {
  outline: none;
  box-sizing: border-box;
  height: 2em;
  margin: 0;
  padding: calc(-0.75em) 0.5rem;
  font-family: inherit;
  font-size: 1rem;
  border: 1px solid #94989e;
  border-radius: 2px;
  background: white;
  display: inline-block;
  width: auto;
  background: #f2f2f2;
  color: black;
  cursor: pointer;
}
.forms button:focus {
  border: 1px solid black;
}
.forms button:hover {
  border: 1px solid black;
}
.forms button:active {
  background-color: #94989e;
}
.forms select {
  outline: none;
  box-sizing: border-box;
  height: 2em;
  margin: 0;
  padding: calc(-0.75em) 0.5rem;
  font-family: inherit;
  font-size: 1rem;
  border: 1px solid #94989e;
  border-radius: 2px;
  background: white;
  display: inline-block;
  width: auto;
  background: #f2f2f2;
  color: black;
  cursor: pointer;
  padding-right: 1.2em;
  background-position: top 55% right 0.35em;
  background-size: 0.5rem;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Cpath fill='rgb(170, 170, 170)' fill-rule='nonzero' d='M1.5 2L3 0H0z'/%3E%3C/svg%3E");
}
.forms select:focus {
  border: 1px solid black;
}
.forms select:hover {
  border: 1px solid black;
}
.forms select:active {
  background-color: #94989e;
}
.forms select:focus,
.forms select:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Cpath fill='rgb(0, 0, 0)' fill-rule='nonzero' d='M1.5 2L3 0H0z'/%3E%3C/svg%3E");
}
.forms input[type="text"],
.forms input[type="password"],
.forms input[type^="date"],
.forms input[type="email"],
.forms input[type="number"],
.forms input[type="search"],
.forms input[type="tel"],
.forms input[type="time"],
.forms input[type="month"],
.forms input[type="week"],
.forms input[type="url"] {
  outline: none;
  box-sizing: border-box;
  height: 2em;
  margin: 0;
  padding: calc(-0.75em) 0.5rem;
  font-family: inherit;
  font-size: 1rem;
  border: 1px solid #94989e;
  border-radius: 2px;
  background: white;
  color: black;
  display: block;
  width: 100%;
  line-height: calc(1.5em);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.forms input[type="text"]:focus,
.forms input[type="password"]:focus,
.forms input[type^="date"]:focus,
.forms input[type="email"]:focus,
.forms input[type="number"]:focus,
.forms input[type="search"]:focus,
.forms input[type="tel"]:focus,
.forms input[type="time"]:focus,
.forms input[type="month"]:focus,
.forms input[type="week"]:focus,
.forms input[type="url"]:focus {
  border: 1px solid black;
}
.forms input[type="text"]::-moz-placeholder,
.forms input[type="password"]::-moz-placeholder,
.forms input[type^="date"]::-moz-placeholder,
.forms input[type="email"]::-moz-placeholder,
.forms input[type="number"]::-moz-placeholder,
.forms input[type="search"]::-moz-placeholder,
.forms input[type="tel"]::-moz-placeholder,
.forms input[type="time"]::-moz-placeholder,
.forms input[type="month"]::-moz-placeholder,
.forms input[type="week"]::-moz-placeholder,
.forms input[type="url"]::-moz-placeholder {
  color: #94989e;
}
.forms input[type="text"]::-webkit-input-placeholder,
.forms input[type="password"]::-webkit-input-placeholder,
.forms input[type^="date"]::-webkit-input-placeholder,
.forms input[type="email"]::-webkit-input-placeholder,
.forms input[type="number"]::-webkit-input-placeholder,
.forms input[type="search"]::-webkit-input-placeholder,
.forms input[type="tel"]::-webkit-input-placeholder,
.forms input[type="time"]::-webkit-input-placeholder,
.forms input[type="month"]::-webkit-input-placeholder,
.forms input[type="week"]::-webkit-input-placeholder,
.forms input[type="url"]::-webkit-input-placeholder {
  color: #94989e;
}
.forms input[type="text"]:-ms-input-placeholder,
.forms input[type="password"]:-ms-input-placeholder,
.forms input[type^="date"]:-ms-input-placeholder,
.forms input[type="email"]:-ms-input-placeholder,
.forms input[type="number"]:-ms-input-placeholder,
.forms input[type="search"]:-ms-input-placeholder,
.forms input[type="tel"]:-ms-input-placeholder,
.forms input[type="time"]:-ms-input-placeholder,
.forms input[type="month"]:-ms-input-placeholder,
.forms input[type="week"]:-ms-input-placeholder,
.forms input[type="url"]:-ms-input-placeholder {
  color: #94989e;
}
.forms input[type="submit"],
.forms input[type="button"],
.forms input[type="reset"] {
  outline: none;
  box-sizing: border-box;
  height: 2em;
  margin: 0;
  padding: calc(-0.75em) 0.5rem;
  font-family: inherit;
  font-size: 1rem;
  border: 1px solid #94989e;
  border-radius: 2px;
  background: white;
  display: inline-block;
  width: auto;
  background: #f2f2f2;
  color: black;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.forms input[type="submit"]:focus,
.forms input[type="button"]:focus,
.forms input[type="reset"]:focus {
  border: 1px solid black;
}
.forms input[type="submit"]:hover,
.forms input[type="button"]:hover,
.forms input[type="reset"]:hover {
  border: 1px solid black;
}
.forms input[type="submit"]:active,
.forms input[type="button"]:active,
.forms input[type="reset"]:active {
  background-color: #94989e;
}
.forms input[type="color"] {
  outline: none;
  box-sizing: border-box;
  height: 2em;
  margin: 0;
  padding: calc(-0.75em) 0.5rem;
  font-family: inherit;
  font-size: 1rem;
  border: 1px solid #94989e;
  border-radius: 2px;
  background: white;
  color: black;
  display: block;
  width: 100%;
  line-height: calc(1.5em);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 6em;
}
.forms input[type="color"]:focus {
  border: 1px solid black;
}
.forms input[type="color"]::-moz-placeholder {
  color: #94989e;
}
.forms input[type="color"]::-webkit-input-placeholder {
  color: #94989e;
}
.forms input[type="color"]:-ms-input-placeholder {
  color: #94989e;
}
.forms input[type="color"]:hover {
  border: 1px solid black;
}
.forms input[type="file"] {
  outline: none;
  box-sizing: border-box;
  height: 2em;
  margin: 0;
  padding: calc(-0.75em) 0.5rem;
  font-family: inherit;
  font-size: 1rem;
  border: 1px solid #94989e;
  border-radius: 2px;
  background: white;
  display: inline-block;
  width: auto;
  background: #f2f2f2;
  color: black;
  cursor: pointer;
  display: block;
  width: 100%;
  height: auto;
  padding: 0.75em 0.5rem;
  font-size: 12px;
  line-height: 1;
}
.forms input[type="file"]:focus {
  border: 1px solid black;
}
.forms input[type="file"]:hover {
  border: 1px solid black;
}
.forms input[type="file"]:active {
  background-color: #94989e;
}
.forms input[type="checkbox"],
.forms input[type="radio"] {
  margin: -0.2em 0.75em 0 0;
  vertical-align: middle;
}
.forms textarea {
  outline: none;
  box-sizing: border-box;
  height: 2em;
  margin: 0;
  padding: calc(-0.75em) 0.5rem;
  font-family: inherit;
  font-size: 1rem;
  border: 1px solid #94989e;
  border-radius: 2px;
  background: white;
  color: black;
  display: block;
  width: 100%;
  line-height: calc(1.5em);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 4.5em;
  resize: vertical;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.forms textarea:focus {
  border: 1px solid black;
}
.forms textarea::-moz-placeholder {
  color: #94989e;
}
.forms textarea::-webkit-input-placeholder {
  color: #94989e;
}
.forms textarea:-ms-input-placeholder {
  color: #94989e;
}
.forms input[type="button"].accented,
.forms input[type="submit"].big,
.forms button.big {
  height: auto;
  padding: 0.5rem 1rem;
}
.forms input[type="button"].accented,
.forms input[type="submit"].accented,
.forms button.accented {
  border: 1px solid #0066cc;
  background: #0066cc;
  color: #ffffff;
}
.forms form details[open] {
  padding: 1rem;
  border: 1px solid #94989e;
}
.forms form summary {
  display: inline-block;
  border-bottom: 1px dashed;
  cursor: pointer;
}
.forms form summary::-webkit-details-marker {
  display: none;
}
.forms .invalid {
  color: #f43e3e;
}
.forms .disabled,
.forms button:disabled,
.forms input:disabled,
.forms select:disabled,
.forms textarea:disabled {
  opacity: 0.6;
  pointer-events: none;
}
.modal-container {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  overflow: scroll;
  transition: opacity 200ms ease-out;
}
.modal-container:target {
  display: flex;
  pointer-events: auto;
  opacity: 1;
}
.modal {
  position: relative;
  width: auto;
  max-width: 90vh;
  max-height: 90vh;
  overflow: auto;
}
.modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  border: none !important;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  color: #94989e;
}
.default-modal {
  box-shadow: 0 20px 60px rgba(49, 70, 116, 0.33);
  border-radius: 0.25rem;
  padding: 2rem;
  background-color: #ffffff;
}
.default-modal__title {
  margin-top: 0;
  font-weight: 500;
}
@media only screen and (min-width: 940px) {
  .modal {
    width: 50%;
    max-width: 705px;
  }
  .default-modal {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
[v-cloak] {
  display: none;
}
.welcome .welcome__container {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.4);
}
.welcome .welcome__modal {
  box-shadow: 0 20px 60px rgba(49, 70, 116, 0.33);
  border-radius: 0.25rem;
  padding: 2rem;
  background-color: #ffffff;
}
.welcome .welcome__footer {
  margin: 2rem 0 1rem;
}
.welcome .welcome__submit {
  height: auto;
  border: 1px solid #0066cc;
  padding: 0.5rem 1rem;
  background: #0066cc;
  color: #ffffff;
}
@media only screen and (min-width: 940px) {
  .welcome .welcome__modal {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.mega-button {
  display: block;
  margin: 0 1rem;
  border: none !important;
  border-radius: 0.25rem;
  background-color: #f43e3e;
  cursor: pointer;
  font-family: 'Roboto', Tahoma, Geneva, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 3rem;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
@media only screen and (min-width: 940px) {
  .mega-button {
    background-repeat: no-repeat;
    background-position: -426px 0;
    width: 512px;
    height: 176px;
    display: block;
    margin: 0 auto;
    background-color: transparent;
    background-image: url(/static/i/index.png?238ad95a27ff);
    font-family: 'Roboto', Tahoma, Geneva, sans-serif;
    font-size: 2rem;
    line-height: 6rem;
  }
  .mega-button:hover {
    background-position: 0 -352px;
    width: 512px;
    height: 176px;
  }
  .mega-button:active {
    background-position: -426px -176px;
    width: 512px;
    height: 176px;
  }
}
.sprite-customers {
  background-repeat: no-repeat;
  background-image: url(/static/i/suggestions/suggestions-customers.png?238ad95a27ff);
  border: none !important;
  display: inline-block;
  width: 236px;
  height: 118px;
  text-indent: -9999px;
}
.sprite-customers--nebo {
  background-repeat: no-repeat;
  background-image: url(/static/i/suggestions/suggestions-customers.png?238ad95a27ff);
  border: none !important;
  display: inline-block;
  width: 236px;
  height: 118px;
  text-indent: -9999px;
  background-position: 0 0;
}
.sprite-customers--qiwi {
  background-repeat: no-repeat;
  background-image: url(/static/i/suggestions/suggestions-customers.png?238ad95a27ff);
  border: none !important;
  display: inline-block;
  width: 236px;
  height: 118px;
  text-indent: -9999px;
  background-position: -295px 0;
}
.sprite-customers--rosbank {
  background-repeat: no-repeat;
  background-image: url(/static/i/suggestions/suggestions-customers.png?238ad95a27ff);
  border: none !important;
  display: inline-block;
  width: 236px;
  height: 118px;
  text-indent: -9999px;
  background-position: -590px 0;
}
.sprite-customers--ozon {
  background-repeat: no-repeat;
  background-image: url(/static/i/suggestions/suggestions-customers.png?238ad95a27ff);
  border: none !important;
  display: inline-block;
  width: 236px;
  height: 118px;
  text-indent: -9999px;
  background-position: 0 -118px;
}
.sprite-customers--deoshop {
  background-repeat: no-repeat;
  background-image: url(/static/i/suggestions/suggestions-customers.png?238ad95a27ff);
  border: none !important;
  display: inline-block;
  width: 236px;
  height: 118px;
  text-indent: -9999px;
  background-position: -295px -118px;
}
.sprite-customers--joom {
  background-repeat: no-repeat;
  background-image: url(/static/i/suggestions/suggestions-customers.png?238ad95a27ff);
  border: none !important;
  display: inline-block;
  width: 236px;
  height: 118px;
  text-indent: -9999px;
  background-position: -590px -118px;
}
.sprite-customers--metro {
  background-repeat: no-repeat;
  background-image: url(/static/i/suggestions/suggestions-customers.png?238ad95a27ff);
  border: none !important;
  display: inline-block;
  width: 236px;
  height: 118px;
  text-indent: -9999px;
  background-position: 0 -236px;
}
.sprite-customers--kupivip {
  background-repeat: no-repeat;
  background-image: url(/static/i/suggestions/suggestions-customers.png?238ad95a27ff);
  border: none !important;
  display: inline-block;
  width: 236px;
  height: 118px;
  text-indent: -9999px;
  background-position: -295px -236px;
}
.sprite-customers--iledebeaute {
  background-repeat: no-repeat;
  background-image: url(/static/i/suggestions/suggestions-customers.png?238ad95a27ff);
  border: none !important;
  display: inline-block;
  width: 236px;
  height: 118px;
  text-indent: -9999px;
  background-position: -590px -236px;
}
.sprite-customers--vseinstrumenti {
  background-repeat: no-repeat;
  background-image: url(/static/i/suggestions/suggestions-customers.png?238ad95a27ff);
  border: none !important;
  display: inline-block;
  width: 236px;
  height: 118px;
  text-indent: -9999px;
  background-position: -295px -354px;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.color-green {
  color: #9cb964;
}
.color-gray {
  color: #94989e;
}
.color-red {
  color: #f43e3e;
}
.color-teal {
  color: #8195a7;
}
.color-white {
  color: #ffffff;
}
[v-cloak] {
  display: none;
}
.card {
  border: 1px solid #cccccc;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  padding: 1rem;
}
.card__label {
  color: #94989e;
}
@media only screen and (min-width: 940px) {
  .card {
    margin-bottom: 0;
    padding: 1rem 3rem 2rem 3rem;
  }
}
.plaintabs {
  display: inline-block;
  width: 100%;
}
.plaintabs__header {
  padding: 0;
}
.plaintabs__header:after {
  clear: both;
  content: '';
  display: block;
}
.plaintabs__item {
  float: left;
  list-style: none;
  margin: 0px 5px !important;
  padding: 0 !important;
}
.plaintabs__item:before {
  display: none !important;
}
.plaintabs__item--stacked {
  float: none;
}
.plaintabs__item a {
  border-radius: 3px;
  border-bottom: none !important;
  display: inline-block;
  font-size: 90%;
  padding: 5px 15px;
  text-decoration: none;
  transition: all linear 0.1s;
}
.plaintabs__item--active a,
.plaintabs__item--active a:hover {
  background: #535c6d;
  color: #ffffff;
}
.plaintabs__content {
  padding: 5px;
}
.plaintabs__tab {
  display: none;
}
.plaintabs__tab--active {
  display: block;
}
.image-list {
  padding: 0;
}
.image-list .image-list__link {
  display: inline-block;
  margin: .6em 0;
  padding: 0;
  width: 10rem;
}
.image-list .image-list__link:before {
  display: none;
}
.image-list__link a {
  border: none !important;
  display: inline-block;
  filter: grayscale(0.7);
  min-width: 100px;
  padding: 96px 20px 0 0;
  -webkit-filter: grayscale(0.7);
}
.image-list__link a:hover {
  filter: none;
  -webkit-filter: none;
}
.image-list__link a.image-list__link--inline {
  display: inline;
  padding: 0;
}
@media only screen and (min-width: 940px) {
  .image-list .image-list__link {
    width: 12rem;
  }
}
.modal-container {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  overflow: scroll;
  transition: opacity 200ms ease-out;
}
.modal-container:target {
  display: flex;
  pointer-events: auto;
  opacity: 1;
}
.modal {
  position: relative;
  width: auto;
  max-width: 90vh;
  max-height: 90vh;
  overflow: auto;
}
.modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  border: none !important;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  color: #94989e;
}
.default-modal {
  box-shadow: 0 20px 60px rgba(49, 70, 116, 0.33);
  border-radius: 0.25rem;
  padding: 2rem;
  background-color: #ffffff;
}
.default-modal__title {
  margin-top: 0;
  font-weight: 500;
}
@media only screen and (min-width: 940px) {
  .modal {
    width: 50%;
    max-width: 705px;
  }
  .default-modal {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.module {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.module__title {
  margin: 0 0 1rem 0;
  font-family: 'Play', Tahoma, Geneva, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
@media only screen and (min-width: 940px) {
  .module__title {
    font-size: 2.5rem;
  }
}
.standalone {
  position: relative;
  background: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  color: #000000;
}
.standalone--accent {
  box-shadow: 0 0 30px rgba(64, 155, 208, 0.3);
}
.standalone__header {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 1rem 2rem 0 2rem;
}
.standalone__footer {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  padding: 0 2rem 1rem 2rem;
}
.suggestions {
  /* Suggestions demo block */
  /* Suggested value validation */
  /* Granular item block */
}
.suggestions .motto {
  margin-top: 1rem;
}
.suggestions .motto__title {
  font-size: 2rem;
}
.suggestions .motto__longtitle {
  font-size: 2rem;
}
.suggestions .motto__body {
  margin-bottom: 0;
}
.suggestions .motto__switch--active {
  border-bottom: none !important;
  color: #000000 !important;
  cursor: default;
  font-weight: 500;
}
@media only screen and (min-width: 940px) {
  .suggestions .motto__title {
    font-size: 3.5rem;
  }
  .suggestions .motto__longtitle {
    font-size: 2.5rem;
  }
  .suggestions .motto__body {
    font-size: 1.5rem;
  }
}
.suggestions .brave__step-one {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
.suggestions .brave__step-two {
  display: inline-block;
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #cccccc;
  border-radius: 0.5rem;
  padding: 2rem;
}
.suggestions .brave__additional {
  padding-top: 2rem;
}
.suggestions .brave__do-demo {
  position: relative;
  display: inline-block;
}
.suggestions .brave__do-demo-tip {
  position: absolute;
  top: -1rem;
  bottom: -1rem;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 300ms, opacity 300ms;
  border-radius: 0.5rem;
  padding-top: 2rem;
  background: rgba(0, 0, 0, 0.4);
  font-size: 2.5rem;
  line-height: 1.2;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
  color: #ffffff;
}
.suggestions .brave__do-demo:hover .brave__do-demo-tip {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s linear 0s, opacity 300ms;
}
.suggestions .brave__tip {
  padding-top: 2rem;
  padding-left: 4rem;
  font-style: italic;
  color: #646973;
}
.suggestions .brave__tip:after {
  content: "";
  display: inline-block;
  margin-right: -60px;
  width: 60px;
  height: 35px;
  background: url(/static/i/suggestions/suggestions-brave-arrow-right.png?238ad95a27ff) 0 0 no-repeat;
}
.suggestions .brave__tip b {
  display: inline-block;
  padding-right: 0.5rem;
}
.suggestions .brave__label {
  font-size: 0.8rem;
  color: #646973;
}
@media only screen and (min-width: 940px) {
  .suggestions .brave__additional {
    padding-top: 0;
  }
  .suggestions .brave__do-demo-tip {
    padding-top: 4rem;
    font-size: 3rem;
  }
}
.suggestions .how {
  padding: 4rem 0 6rem;
  background-color: #3d424d;
}
.suggestions .how__title {
  color: #ffffff;
}
.suggestions .how__demo {
  padding: 1rem 2rem 2rem 2rem;
  background: #ffffff;
}
.suggestions .title-link {
  font-family: 'Roboto', Tahoma, Geneva, sans-serif;
  font-size: 16px;
  display: inline-block;
  margin-left: 1rem;
  vertical-align: middle;
}
.suggestions .label {
  display: inline;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  background: #6e6e6e;
  font-size: 0.7rem;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  color: #ffffff;
}
.suggestions .copy-link {
  color: #94989e;
}
.suggestions .sgt-demo {
  min-height: 200px;
  padding-top: 1rem;
}
.suggestions .sgt-demo__title-label {
  position: relative;
  top: -3px;
  left: 10px;
}
.suggestions .sgt-demo__additional {
  color: #94989e;
  padding-top: 0.25rem;
}
.suggestions .sgt-demo__input-settings {
  margin: 0.5rem 0;
}
.suggestions .sgt-demo__checkbox {
  display: inline-block;
}
.suggestions .sgt-demo__checkbox input {
  opacity: 0;
  position: absolute;
}
.suggestions .sgt-demo__checkbox label {
  display: inline-block;
  margin-right: 0.25rem;
  padding: 0.25rem 0.75rem;
  border: 1px solid #cccccc;
  border-radius: 0.25rem;
  font-size: 0.9rem;
  cursor: pointer;
}
.suggestions .sgt-demo__checkbox input:checked + label {
  border: 1px solid #0066cc;
  background: #0066cc;
  color: #ffffff;
}
.suggestions .sgt-demo__founder {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 940px) {
  .suggestions .sgt-demo__state {
    padding: 1rem;
  }
}
.suggestions .sgt-feedback_wrapper {
  min-height: 15px;
}
.suggestions .sgt-feedback {
  white-space: nowrap;
}
.suggestions .has-error .sgt-feedback {
  color: #f43e3d;
}
.suggestions .has-success .sgt-feedback {
  color: #9cba64;
}
.suggestions .sgt-help {
  display: none;
}
.suggestions input.sgt-granular_input,
.suggestions textarea.sgt-granular_input {
  border: 1px dotted #ccc;
  border-radius: 0;
  box-shadow: none;
}
.suggestions input.sgt-granular_input:focus,
.suggestions textarea.sgt-granular_input:focus {
  border: 1px dotted #ccc;
  box-shadow: none;
}
.suggestions input.sgt-granular_input--noborder,
.suggestions input.sgt-granular_input--noborder:focus {
  border: none;
}
.suggestions .sgt-granular_label {
  display: inline-block;
  padding-top: 0.5rem;
  font-weight: normal;
  color: #94989e;
}
.suggestions .sgt-incorrect-link {
  border-bottom: 1px dashed #3399ff;
  color: #0066cc;
  text-decoration: none;
  font-family: 'Roboto', Tahoma, Geneva, sans-serif;
  font-weight: 400;
}
.suggestions .sgt-incorrect-link:hover {
  border-bottom: none;
}
.suggestions .sgt-incorrect-message {
  font-family: 'Roboto', Tahoma, Geneva, sans-serif;
  font-weight: 300;
}
.suggestions .declension-name tr td:first-child {
  width: 12rem;
}
.suggestions .sgt-hint {
  display: none;
}
.suggestions .outward-selected {
  word-break: break-word;
}
@media only screen and (min-width: 940px) {
  .suggestions {
    /* Hints */
  }
  .suggestions .sgt-hint {
    display: block;
    position: relative;
    padding-left: 2rem;
    font-family: 'flowbold', Tahoma, Geneva, sans-serif;
    font-size: 20px;
    white-space: nowrap;
    color: #6e6e6e;
  }
  .suggestions .sgt-hint:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 26px;
    height: 26px;
    background: url(/static/i/sprite.png?238ad95a27ff) no-repeat -50px -210px;
  }
  .suggestions .sgt-hint_main {
    margin-top: -80px;
    width: 250px;
  }
  .suggestions .sgt-hint_main:before {
    bottom: -10px;
  }
  .suggestions .sgt-hint_surname:before {
    background-position: -104px -209px;
    left: 10px;
    bottom: -38px;
  }
  .suggestions .sgt-hint_name:before {
    background-position: -78px -209px;
    left: 10px;
    bottom: -27px;
  }
  .suggestions .sgt-hint_gender {
    margin-top: 23px;
    margin-left: -20px;
  }
  .suggestions .sgt-hint_gender:before {
    background-position: -52px -239px;
    left: -5px;
    bottom: 5px;
    width: 35px;
  }
}
.suggestions .try {
  text-align: center;
}
.suggestions .try__subtitle {
  padding-top: 1rem;
}
@media only screen and (min-width: 940px) {
  .suggestions .try__subtitle {
    margin-top: -3rem;
    padding-top: 0;
    font-size: 1.5rem;
  }
}
.suggestions .query {
  border: 1px solid #90adb7;
  border-radius: 0.5rem;
  padding: 1rem 2rem 0.25rem 2rem;
  text-align: left;
}
.suggestions .features {
  margin-bottom: 0;
  background: url(/static/i/suggestions/suggestions-features-gradient.png?238ad95a27ff) 0 bottom repeat-x;
}
@media only screen and (min-width: 940px) {
  .suggestions .features {
    font-size: 1.2rem;
  }
  .suggestions .features__container {
    min-height: 29rem;
    background: url(/static/i/suggestions/suggestions-features.png?238ad95a27ff) 0 bottom no-repeat;
  }
  .suggestions .features__row {
    margin-top: 1rem;
  }
}
.suggestions .platforms {
  margin: 0;
  padding: 6rem 0;
  background: linear-gradient(to bottom, #ccdadd, #ffffff);
}
.suggestions .platforms__subtitle {
  margin-top: 2rem;
}
.suggestions .sprite-platform {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
}
.suggestions .sprite-platform--rest {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: 0px -48px;
}
.suggestions .sprite-platform--php {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -192px -48px;
}
.suggestions .sprite-platform--dotnet {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -384px -48px;
}
.suggestions .sprite-platform--jquery {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -576px -48px;
}
.suggestions .sprite-platform--prestashop {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -768px -48px;
}
.suggestions .sprite-platform--1c {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -960px -48px;
}
.suggestions .sprite-platform--opencart {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: 0px -240px;
}
.suggestions .sprite-platform--1cbitrix {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -192px -240px;
}
.suggestions .sprite-platform--dynamics {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -384px -240px;
}
.suggestions .sprite-platform--modx {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -576px -240px;
}
.suggestions .sprite-platform--clojure {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -768px -240px;
}
.suggestions .sprite-platform--joomla {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -960px -240px;
}
.suggestions .sprite-platform--ios {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: 0px -432px;
}
.suggestions .sprite-platform--angular {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -192px -432px;
}
.suggestions .sprite-platform--go {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -384px -432px;
}
.suggestions .sprite-platform--drupal {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -576px -432px;
}
.suggestions .sprite-platform--typeahead {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -768px -432px;
}
.suggestions .sprite-platform--nodejs {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -960px -432px;
}
.suggestions .sprite-platform--simpla {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: 0px -624px;
}
.suggestions .sprite-platform--ruby {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -192px -624px;
}
.suggestions .sprite-platform--vamshop {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -384px -624px;
}
.suggestions .sprite-platform--merchium {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -576px -624px;
}
.suggestions .sprite-platform--shopexpress {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -768px -624px;
}
.suggestions .sprite-platform--leadvertex {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -960px -624px;
}
.suggestions .sprite-platform--android {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: 0px -816px;
}
.suggestions .sprite-platform--webasyst {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -192px -816px;
}
.suggestions .sprite-platform--readyscript {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -384px -816px;
}
.suggestions .sprite-platform--qnits {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -576px -816px;
}
.suggestions .sprite-platform--ucoz {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -768px -816px;
}
.suggestions .sprite-platform--cscart {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -960px -816px;
}
.suggestions .sprite-platform--symfony {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: 0px -1008px;
}
.suggestions .sprite-platform--python {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -192px -1008px;
}
.suggestions .sprite-platform--java {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -384px -1008px;
}
.suggestions .sprite-platform--npm {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -576px -1008px;
}
.suggestions .sprite-platform--virtuemart {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -768px -1008px;
}
.suggestions .sprite-platform--wordpress {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -960px -1008px;
}
.suggestions .sprite-platform--telegram {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: 0px -1200px;
}
.suggestions .sprite-platform--megaplan {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -192px -1200px;
}
.suggestions .sprite-platform--storeland {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -384px -1200px;
}
.suggestions .sprite-platform--insales {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -576px -1200px;
}
.suggestions .sprite-platform--meteor {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -768px -1200px;
}
.suggestions .sprite-platform--moguta {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -960px -1200px;
}
.suggestions .sprite-platform--windows {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: 0px -1392px;
}
.suggestions .sprite-platform--mail365 {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -192px -1392px;
}
.suggestions .sprite-platform--priceplan {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -384px -1392px;
}
.suggestions .sprite-platform--skeeks {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -576px -1392px;
}
.suggestions .sprite-platform--ocdpd {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -768px -1392px;
}
.suggestions .sprite-platform--bitrix24 {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -960px -1392px;
}
.suggestions .sprite-platform--urofis {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: 0px -1584px;
}
.suggestions .sprite-platform--dataexpress {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -192px -1584px;
}
.suggestions .sprite-platform--gas {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -384px -1584px;
}
.suggestions .sprite-platform--amocrm {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -576px -1584px;
}
.suggestions .sprite-platform--okay {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -768px -1584px;
}
.suggestions .sprite-platform--logushms {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -960px -1584px;
}
.suggestions .sprite-platform--ncms {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: 0px -1776px;
}
.suggestions .sprite-platform--samotour {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -192px -1776px;
}
.suggestions .sprite-platform--excel {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -384px -1776px;
}
.suggestions .sprite-platform--bpmonline {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -576px -1776px;
}
.suggestions .sprite-platform--sugartalk {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -768px -1776px;
}
.suggestions .sprite-platform--monitorcrm {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -960px -1776px;
}
.suggestions .sprite-platform--clientbase {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: 0px -1968px;
}
.suggestions .sprite-platform--ucrm {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -192px -1968px;
}
.suggestions .sprite-platform--laravel {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -384px -1968px;
}
.suggestions .sprite-platform--vue {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -576px -1968px;
}
.suggestions .sprite-platform--prostoy {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -768px -1968px;
}
.suggestions .sprite-platform--poster {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -960px -1968px;
}
.suggestions .sprite-platform--gosuslugi {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: 0px -2160px;
}
.suggestions .sprite-platform--shiptor {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -192px -2160px;
}
.suggestions .sprite-platform--react {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -384px -2160px;
}
.suggestions .sprite-platform--moysklad {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -576px -2160px;
}
.suggestions .sprite-platform--rlang {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -768px -2160px;
}
.suggestions .sprite-platform--dart {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -960px -2160px;
}
.suggestions .sprite-platform--phpshop {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: 0px -2352px;
}
.suggestions .sprite-platform--oracle {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -192px -2352px;
}
.suggestions .sprite-platform--node {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -384px -2352px;
}
.suggestions .sprite-platform--hika {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -576px -2352px;
}
.suggestions .sprite-platform--amiro {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -768px -2352px;
}
.suggestions .sprite-platform--abcp {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -960px -2352px;
}
.suggestions .sprite-platform--salesplatform {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: 0px -2544px;
}
.suggestions .sprite-platform--partssoft {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -192px -2544px;
}
.suggestions .sprite-platform--advantshop {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -384px -2544px;
}
.suggestions .sprite-platform--wirecrm {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -576px -2544px;
}
.suggestions .sprite-platform--onebox {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -768px -2544px;
}
.suggestions .sprite-platform--itaudit {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -960px -2544px;
}
.suggestions .sprite-platform--elma {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: 0px -2736px;
}
.suggestions .sprite-platform--diafan {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -192px -2736px;
}
.suggestions .sprite-platform--callcpa {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -384px -2736px;
}
.suggestions .sprite-platform--cryptocrm {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -576px -2736px;
}
.suggestions .sprite-platform--falcon {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -768px -2736px;
}
.suggestions .sprite-platform--softr {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -960px -2736px;
}
.suggestions .sprite-platform--ms365 {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: 0px -2928px;
}
.suggestions .sprite-platform--hostcms {
  background-image: url(/static/i/platforms.png?e7ab7b482960);
  background-repeat: no-repeat;
  background-position: -192px -2928px;
}
@media only screen and (min-width: 940px) {
  .suggestions .platforms__all {
    font-size: 1.5rem;
  }
}
.suggestions .reviews {
  margin-top: 0;
}
.suggestions .review__header {
  color: #8195a7;
}
.suggestions .review__link {
  border-bottom: none !important;
  color: #8195a7;
}
.suggestions .review__body {
  font-weight: 300;
  font-style: italic;
}
@media only screen and (min-width: 940px) {
  .suggestions .reviews {
    font-size: 1.2rem;
  }
}
.suggestions .hflabs {
  text-align: center;
}
.suggestions .hflabs__label {
  margin: auto;
  width: 248px;
  height: 2rem;
  background: url(/static/i/merging/merging_hflabs_label.png?238ad95a27ff) 0 0 no-repeat;
  font-size: 0.8rem;
  line-height: 2rem;
  color: #ffffff;
}
.suggestions .premium {
  background-color: #daebf1;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.suggestions .premium-plan {
  border-bottom: 0.5rem solid #ffffff;
}
.suggestions .premium-plan:last-child {
  border-bottom: none;
}
.suggestions .premium-plan__description {
  flex-grow: 1;
  margin-bottom: 1rem;
  padding-top: 1rem;
}
.suggestions .premium-plan__action {
  margin-bottom: 1rem;
}
.suggestions .premium-plan__legal {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.suggestions .free-plan {
  border-top: 0.5rem solid #ffffff;
  padding: 1rem;
}
@media only screen and (min-width: 940px) {
  .suggestions .premium {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
  }
  .suggestions .premium-plan {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
    background-color: #daebf1;
  }
  .suggestions .premium-plan:nth-child(1) {
    border-right: 0.25rem solid #ffffff;
    border-bottom-left-radius: 1rem;
  }
  .suggestions .premium-plan:nth-child(2) {
    border-right: 0.25rem solid #ffffff;
  }
  .suggestions .premium-plan:nth-child(3) {
    border-bottom-right-radius: 1rem;
  }
  .suggestions .premium-plan__legal {
    background-color: #b5d8e3;
  }
  .suggestions .premium-plan:nth-child(1) .premium-plan__legal {
    border-bottom-left-radius: 1rem;
  }
  .suggestions .premium-plan:nth-child(3) .premium-plan__legal {
    border-bottom-right-radius: 1rem;
  }
  .suggestions .free-plan {
    border-top: none;
    padding: 2rem;
  }
}
.suggestions .usage-modal {
  box-shadow: 0 20px 60px rgba(49, 70, 116, 0.33);
  border-radius: 0.25rem;
  padding: 2rem;
  background-color: #ffffff;
}
.suggestions .usage-modal__title {
  margin-top: 0;
  font-weight: 500;
}
.suggestions .usage-modal__feature {
  font-weight: 500;
}
.suggestions .usage-modal__reason {
  font-weight: 300;
  font-style: italic;
  color: #526884;
}
@media only screen and (min-width: 940px) {
  .suggestions .usage-modal {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.suggestions .plan__limit {
  margin-bottom: 1rem;
}
.suggestions .plan__action {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 940px) {
  .suggestions .plan {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.suggestions .legal__title {
  font-size: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.suggestions .legal__terms {
  padding: 0;
  font-size: 0.7rem;
  color: #646973;
}
.suggestions .legal__price {
  font-size: 16px;
}
.suggestions .plan-actions {
  padding: 1rem;
}
.suggestions .plan-actions__paid-till:before {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0 -2px -20px;
  background: url('/static/i/qc_edited.png?238ad95a27ff') no-repeat 0 center;
}
@media only screen and (min-width: 940px) {
  .suggestions .api {
    font-size: 1.2rem;
  }
  .suggestions .api__row {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 940px) {
  .suggestions .box {
    font-size: 1.2rem;
  }
}
