@charset "UTF-8";
/**
 * Retrieves a color value from the $material-colors Sass map
 * Inspired by https://github.com/nilskaspersson/Google-Material-UI-Color-Palette/
 *
 * @function
 * @param {string} color-name             - quoted, lower-case, dasherized color
 *                                          name (e.g. 'pink', 'amber')
 * @param {string} [color-variant='500']  - quoted, lowercase color variant (e.g.
 *                                          '200', 'a100')
 */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic&subset=latin,cyrillic);
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  box-sizing: border-box;
  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.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  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: #fff; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.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; }

html {
  box-sizing: border-box; }

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

@font-face {
  font-family: icofont;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/icofont.eot?#iefix") format("embedded-opentype"), url("../fonts/icofont.woff") format("woff"), url("../fonts/icofont.ttf") format("truetype"), url("../fonts/icofont.svg#icofont") format("svg"); }
[class*="ico-"] {
  font: normal normal normal 1.4rem/1 icofont;
  text-transform: none;
  speak: none; }

.ico-angle-down:before {
  content: "\61"; }

.ico-angle-left:before {
  content: "\62"; }

.ico-angle-right:before {
  content: "\63"; }

.ico-angle-up:before {
  content: "\64"; }

.ico-cancel:before {
  content: "\50"; }

.ico-navicon:before {
  content: "\4d"; }

.ico-mm-seo:before {
  content: "\78"; }

.ico-mm-develop:before {
  content: "\51"; }

.ico-menocom:before {
  content: "\52"; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ol, ul {
  list-style: none; }

html {
  font-size: 62.5%; }

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #eceff1;
  font-family: "PT Sans";
  font-size: 1.4rem;
  line-height: 1.5;
  color: #37474f; }

a {
  text-decoration: none;
  color: inherit; }

input.hide {
  display: none; }

.l0__header {
  max-width: 1288px;
  margin-left: auto;
  margin-right: auto;
  padding: 33px 3.95576%; }
  .l0__header::after {
    clear: both;
    content: "";
    display: table; }
  .l0__header .logo {
    display: block;
    float: left;
    width: 288px;
    margin-left: -7px; }
  .l0__header .contact {
    float: right;
    text-align: right;
    padding-top: 12px;
    color: #2b373e; }
  .l0__header .phone1, .l0__header .phone2, .l0__header .btn {
    display: inline-block;
    vertical-align: middle; }
  .l0__header .phone1 {
    padding: 5px 21px 5px 0;
    margin-right: 13px;
    border-right: 1px solid rgba(55, 71, 79, 0.33);
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.4; }
    .l0__header .phone1 span {
      font-weight: normal; }
  .l0__header .phone2 {
    font-size: 2.2rem;
    line-height: 55px; }
    .l0__header .phone2 .fa-stack {
      -webkit-transform: translateY(-2px);
      -moz-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      -o-transform: translateY(-2px);
      transform: translateY(-2px);
      font-size: 2.2rem;
      margin-right: 3px; }
  .l0__header .btn {
    margin-left: 18px; }
  @media screen and (max-width: 1022px) {
    .l0__header .phone1 span {
      display: none; } }
  @media screen and (max-width: 944px) {
    .l0__header .phone1 {
      display: none; } }
  @media screen and (max-width: 744px) {
    .l0__header .btn {
      display: none; } }
  @media screen and (max-width: 566px) {
    .l0__header .logo {
      float: none;
      margin: 0 auto; }
    .l0__header .contact {
      display: none; } }

.l0__header_1 {
  max-width: 1288px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 3.95576%; }
  .l0__header_1::after {
    clear: both;
    content: "";
    display: table; }
  .l0__header_1 .logo {
    float: left;
    width: 288px;
    margin-top: 2px;
    margin-left: -7px;
    margin-right: 18px; }
  .l0__header_1 .descriptor {
    float: left;
    padding-top: 22px;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.3; }
  .l0__header_1 .lt-colr {
    float: right;
    padding-top: 19px; }
  .l0__header_1 .ico, .l0__header_1 .phone, .l0__header_1 .sep, .l0__header_1 .btn {
    display: inline-block;
    vertical-align: middle; }
  .l0__header_1 .ico {
    margin-right: 18px;
    vertical-align: -5px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    font-size: 2.2rem;
    line-height: 44px; }
    .l0__header_1 .ico:before {
      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;
      content: ""; }
  .l0__header_1 .phone span {
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: -1px; }
  .l0__header_1 .sep {
    width: 1px;
    height: 44px;
    background-color: #b0bec5;
    margin: 0 14px; }
  .l0__header_1 .btn {
    display: inline-block;
    cursor: pointer;
    outline: none;
    width: auto;
    padding: .44em .77em;
    margin-bottom: .33em;
    border-radius: .22em;
    border: 2px solid transparent;
    background-color: transparent;
    font: normal normal bold 1.6rem/1.3 "PT Sans";
    text-decoration: none;
    color: #37474f;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: white;
    background-color: #f44336;
    box-shadow: 0 2px 0 #c8372c;
    margin-left: 22px;
    vertical-align: -2px; }
    .l0__header_1 .btn:hover {
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      transition: all 0.1s; }
    .l0__header_1 .btn:hover {
      background-color: #37474f !important;
      box-shadow: 0 2px 0 #283339 !important; }
  @media screen and (max-width: 1200px) {
	  /*
    .l0__header_1 .descriptor {
      display: none; } 
	  */
	  }
  @media screen and (max-width: 966px) {
    .l0__header_1 .ico + .phone {
      display: none; }
    .l0__header_1 .sep {
      display: none; } }
  @media screen and (max-width: 768px) {
    .l0__header_1 .btn {
		
		
      display: none; }

.l0__header_1 .descriptor {
      display: none; } 
	  }
  @media screen and (max-width: 566px) {
    .l0__header_1 .lt-colr {
      display: none; } }

.l0__menu-wrp {
  position: relative;
  margin-bottom: 33px;
  z-index: 99;z-index: 30;
position: relative; }
  .l0__menu-wrp::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 11;
    width: 100%;
    height: 76px;
    background-color: #37474f; }
  @media screen and (max-width: 768px) {
    .l0__menu-wrp {
      margin-bottom: 0; } }

.l0__menu {
  max-width: 1288px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.95576%; }
  .l0__menu::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 769px) {
    .l0__menu .tabs::after {
      clear: both;
      content: "";
      display: table; }
    .l0__menu .tab {
      position: relative;
      float: left;
      background-color: white;
      background-image: -webkit-linear-gradient(white, #f5f5f5);
      background-image: linear-gradient(white, #f5f5f5);
      border-radius: 4px 4px 0 0;
      padding: 0 22px 0 18px;
      margin-right: 4px;
      font-size: 1.6rem;
      line-height: 44px; }
      .l0__menu .tab span {
        margin-right: 4px;
        vertical-align: -2.6px;
        font-size: 1.8rem;
        line-height: 1; }
      .l0__menu .tab b {
        font-weight: normal; }
      .l0__menu .tab:hover {
        color: #f44336; }
      .l0__menu .tab.active {
        background-color: #f44336;
        background-image: -webkit-linear-gradient(#f44336, #d32f2f);
        background-image: linear-gradient(#f44336, #d32f2f);
        cursor: default;
        z-index: 8;
        font-weight: bold;
        color: #fff; }
        .l0__menu .tab.active b {
          font-weight: bold; }
    .l0__menu .menu {
      display: block !important;
      position: relative;
      z-index: 22;
      border-radius: 4px;
      background-color: white;
      margin: 17px 0; }
      .l0__menu .menu::after {
        clear: both;
        content: "";
        display: table; }
    .l0__menu .btn {
      display: none; }
    .l0__menu .lvl1 {
      position: relative;
      float: left;
      width: 14.285%;
      border-radius: 4px;
      background-color: #fafafa;
      text-align: center;
      font-size: 1.5rem;
      line-height: 42px; }
      .l0__menu .lvl1::after {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        content: '';
        position: absolute;
        right: 0;
        width: 1px;
        height: 30px;
        background-color: rgba(55, 71, 79, 0.22); }
      .l0__menu .lvl1:last-child::after {
        display: none; }
      .l0__menu .lvl1:hover {
        -webkit-transform: scale(1.09);
        -moz-transform: scale(1.09);
        -ms-transform: scale(1.09);
        -o-transform: scale(1.09);
        transform: scale(1.09);
        color: #f44336;
        box-shadow: 0 1px 2px rgba(55, 71, 79, 0.44);
        z-index: 23; 
		text-decoration:none;
		}
        .l0__menu .lvl1:hover::after {
          display: none; }
      .l0__menu .lvl1.active {
        -webkit-transform: scale(1.14);
        -moz-transform: scale(1.14);
        -ms-transform: scale(1.14);
        -o-transform: scale(1.14);
        transform: scale(1.14);
        box-shadow: 0 2px 3px rgba(55, 71, 79, 0.33);
        z-index: 24;
        font-weight: bold;
        color: #e53935; }
        .l0__menu .lvl1.active::after {
          display: none; }
      .l0__menu .lvl1.link-off {
        cursor: default; }
      .l0__menu .lvl1 + .wrapper {
        width: 14.285%;
        float: left; }
      .l0__menu .lvl1 + .wrapper > .lvl1 {
        width: 100%; }
      .l0__menu .lvl1 + .wrap {
        top: 42px;
        left: 0; }
    .l0__menu .lvln {
      display: block;
      position: relative;
      padding: .88em 1.22em;
      background-color: white;
      border-bottom: 1px solid #cfd8dc;
      font-size: 1.5rem;
      line-height: 1.3; }
      .l0__menu .lvln:last-child {
        border-bottom: none; }
      .l0__menu .lvln.active {
        font-weight: bold; }
      .l0__menu .lvln.link-off {
        cursor: default; }
      .l0__menu .lvln:hover {
        background-color: #eceff1; 
		text-decoration:none;
		}
      .l0__menu .lvln + .wrap {
        border-top: 2px solid #f44336;
        top: -2px; }
    .l0__menu .wrapper {
      position: relative; }
      .l0__menu .wrapper:hover > .wrap {
        display: block !important; }
      .l0__menu .wrapper:hover > .lvl1 {
        -webkit-transform: scale(1.09);
        -moz-transform: scale(1.09);
        -ms-transform: scale(1.09);
        -o-transform: scale(1.09);
        transform: scale(1.09);
        box-shadow: 0 1px 1px rgba(55, 71, 79, 0.44);
        z-index: 23; }
        .l0__menu .wrapper:hover > .lvl1::after {
          display: none; }
        .l0__menu .wrapper:hover > .lvl1.active {
          -webkit-transform: scale(1.14);
          -moz-transform: scale(1.14);
          -ms-transform: scale(1.14);
          -o-transform: scale(1.14);
          transform: scale(1.14); }
      .l0__menu .wrapper:hover > .lvln {
        background-color: #eceff1; }
      .l0__menu .wrapper > .lvln:before {
        content: "c";
        font-family: icofont;
        position: absolute;
        right: 2px;
        top: 14px; }
    .l0__menu .wrap {
      display: none !important;
      position: absolute;
      left: 229px;
      top: -17px;
      width: 233px;
      border-radius: 2px;
      border: 2px solid #37474f;
      border-top: 17px solid #37474f; }
    .l0__menu .sep {
      position: relative;
      z-index: 1;
      height: 1px;
      margin-top: -1px;
      background-color: #90a4ae; } }
  @media screen and (max-width: 768px) {
    .l0__menu .tabs {
      position: relative;
      padding: 0 9px;
      margin: 17px 0;
      z-index: 22; }
      .l0__menu .tabs::after {
        clear: both;
        content: "";
        display: table; }
    .l0__menu .tab {
      position: relative;
      float: left;
      background-color: white;
      padding: 0 16px;
      border-radius: 4px;
      font-size: 1.6rem;
      line-height: 42px; }
      .l0__menu .tab span {
        margin-right: 4px;
        vertical-align: -3.6px;
        font-size: 1.8rem;
        line-height: 1; }
      .l0__menu .tab b {
        font-weight: normal; }
      .l0__menu .tab:hover {
        -webkit-transform: scale(1.09);
        -moz-transform: scale(1.09);
        -ms-transform: scale(1.09);
        -o-transform: scale(1.09);
        transform: scale(1.09);
        box-shadow: 0 1px 1px rgba(55, 71, 79, 0.44);
        z-index: 23;
        color: #f44336; }
      .l0__menu .tab.active {
        -webkit-transform: scale(1.18);
        -moz-transform: scale(1.18);
        -ms-transform: scale(1.18);
        -o-transform: scale(1.18);
        transform: scale(1.18);
        box-shadow: 0 2px 3px rgba(55, 71, 79, 0.33);
        cursor: default;
        z-index: 24;
        font-weight: bold;
        color: #e53935; }
        .l0__menu .tab.active b {
          font-weight: bold; }
        .l0__menu .tab.active:first-child {
          margin-right: 14px; }
        .l0__menu .tab.active:last-child {
          margin-left: 14px; }
    .l0__menu .btn {
      display: block;
      position: absolute;
      z-index: 22;
      bottom: 0;
      right: 0;
      width: 64px;
      height: 76px;
      border-left: 1px solid rgba(255, 255, 255, 0.44);
      text-align: center;
      font-size: 2.2rem;
      line-height: 76px;
      color: #fff; }
      .l0__menu .btn::before {
        content: "M";
        font-family: icofont; }
      .l0__menu .btn.open {
        background-color: #37474f; }
        .l0__menu .btn.open::before {
          content: "P"; }
    .l0__menu .menu {
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      width: 288px;
      overflow: hidden;
      background-color: #37474f;
      border-top: 4px solid #000;
      border-bottom: 7px solid #000; }
    .l0__menu .lvl1, .l0__menu .lvln {
      position: relative;
      padding: .77em 1.44em;
      background-color: #37474f;
      border-bottom: 1px solid #000;
      text-align: left;
      font-size: 1.6rem;
      line-height: 1.3;
      color: rgba(255, 255, 255, 0.88); }
      .l0__menu .lvl1.active, .l0__menu .lvln.active {
        font-weight: bold;
		background-color: #f44336;
		
        color: white; }
      .l0__menu .lvl1:hover, .l0__menu .lvln:hover {
        background-color: #37474f; }
      .l0__menu .lvl1:last-child, .l0__menu .lvln:last-child {
        border-bottom: 1px solid #000; }
    .l0__menu .lvl1 {
      display: block;
      float: none;
      width: 100%;
      border-radius: 0; }
      .l0__menu .lvl1 .fa-angle-down {
        display: none; }
    .l0__menu .lvln {
      display: block; }
    .l0__menu .wrapper:hover > .lvln {
      background-color: #37474f; }
    .l0__menu .wrapper > .lvl1::before, .l0__menu .wrapper > .lvln::before {
      font-family: icofont;
      content: "a";
      position: absolute;
      right: 2px;
      top: 11px; }
    .l0__menu .wrapper > .lvl1.open, .l0__menu .wrapper > .lvln.open {
      background-color: #37474f; }
    .l0__menu .wrapper > .lvl1.open::before, .l0__menu .wrapper > .lvln.open::before {
      content: "d"; }
    .l0__menu .wrap {
      display: none;
      margin-left: 20px; } }
  @media screen and (max-width: 511px) {
    .l0__menu .tabs {
      padding: 0 6px; }
    .l0__menu .tab {
      border-radius: 4px;
      padding-left: 6px;
      padding-right: 12px; }
      .l0__menu .tab span {
        display: none; }
      .l0__menu .tab b {
        display: none; }
      .l0__menu .tab.active:first-child {
        margin-right: 7px; }
      .l0__menu .tab.active:last-child {
        margin-left: 7px; }
    .l0__menu .menu {
      width: 100%; } }

.l0__baner {
  margin-top: -33px;
  margin-bottom: 33px;
  background: url("../img/bg-baner.jpg") center bottom no-repeat;
  background-size: cover; }
  .l0__baner .wrp {
    max-width: 1288px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 3.95576%;
    overflow: hidden;
    position: relative; }
    .l0__baner .wrp::after {
      clear: both;
      content: "";
      display: table; }
  .l0__baner .col {
    float: left;
    display: block;
    margin-right: 3.95576%;
    width: 48.02212%;
    position: relative;
    z-index: 1;
    padding-top: 55px;
    padding-bottom: 77px; }
    .l0__baner .col:last-child {
      margin-right: 0; }
  .l0__baner .ttl {
    padding-bottom: .44em;
    font-weight: bold;
    font-size: 4.8rem;
    line-height: 1.1; }
  .l0__baner p {
    padding-bottom: .99em;
    font-size: 2.2rem;
    line-height: 1.5; }
  .l0__baner .girl {
    position: absolute;
    bottom: 0;
    right: 7.7%; }
  @media screen and (max-width: 1024px) {
    .l0__baner .col {
      padding-top: 44px;
      padding-bottom: 44px; }
    .l0__baner .girl {
      right: 3%; } }
  @media screen and (max-width: 768px) {
    .l0__baner {
      margin-top: 0;
      margin-bottom: 0; }
      .l0__baner .wrp {
        padding: 0 22px; } }
  @media screen and (max-width: 767px) {
    .l0__baner .col {
      float: left;
      display: block;
      margin-right: 3.95576%;
      width: 100%;
      padding-bottom: 266px; }
      .l0__baner .col:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .l0__baner .girl {
      right: -3%;
      width: 311px; } }

.l0__baner_1 {
  overflow: hidden;
  margin-top: -33px;
  margin-bottom: 33px;
  background: url("../img/pic_ptrn6.jpg") center bottom no-repeat;
  background-size: cover; }
  .l0__baner_1 .container {
    max-width: 1288px;
    margin-left: auto;
    margin-right: auto;
    padding: 44px 3.95576%;
    position: relative; }
    .l0__baner_1 .container::after {
      clear: both;
      content: "";
      display: table; }
  .l0__baner_1 .coll {
    float: left;
    display: block;
    margin-right: 3.95576%;
    width: 48.02212%;
    color: #fff; }
    .l0__baner_1 .coll:last-child {
      margin-right: 0; }
  .l0__baner_1 .ico {
    margin-right: 9px;
    font-size: 3.8rem;
    vertical-align: -1px; }
  .l0__baner_1 .pic {
    position: absolute;
    bottom: 4px;
    right: -44px;
    width: 555px; }
  @media screen and (max-width: 768px) {
    .l0__baner_1 {
      margin-top: 0;
      margin-bottom: 0; }
      .l0__baner_1 .container {
        padding: 22px; }
      .l0__baner_1 .coll {
        float: left;
        display: block;
        margin-right: 3.95576%;
        width: 100%; }
        .l0__baner_1 .coll:last-child {
          margin-right: 0; }
      .l0__baner_1 .pic {
        display: none; } }

.l0__video {
  overflow: hidden;
  position: relative;
  margin-top: -33px;
  margin-bottom: 33px;
  background-color: black;
  height: 716px; }
  .l0__video.ex-mobile .wrp-video {
    display: none; }
  .l0__video .wrp-content {
    position: relative;
    padding-top: 177px;
    text-align: center;
    color: #fff;
    z-index: 1; }
  .l0__video .wrp-video {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 101%;
    min-width: 1280px; }
    .l0__video .wrp-video #js__player {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0; }
      .l0__video .wrp-video #js__player.active {
        opacity: 1; }
    .l0__video .wrp-video .mask {
      position: relative;
      display: block;
      width: 100%;
      opacity: .44;
      z-index: 1; }
  @media screen and (max-width: 768px) {
    .l0__video {
      margin-top: 0;
      margin-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .l0__video {
      height: auto; }
      .l0__video .wrp-content {
        text-align: left;
        padding-top: 0; } }

.l0__footer .wrapper {
  max-width: 1288px;
  margin-left: auto;
  margin-right: auto;
  padding: 33px 3.95576% 0; }
  .l0__footer .wrapper::after {
    clear: both;
    content: "";
    display: table; }
.l0__footer .col-l {
  float: left;
  display: block;
  margin-right: 3.95576%;
  width: 48.02212%; }
  .l0__footer .col-l:last-child {
    margin-right: 0; }
.l0__footer .col-r {
  float: left;
  display: block;
  margin-right: 3.95576%;
  width: 48.02212%; }
  .l0__footer .col-r:last-child {
    margin-right: 0; }
.l0__footer .company, .l0__footer .links, .l0__footer .address, .l0__footer .phones {
  margin-bottom: 2.2em; }
.l0__footer .company {
  float: left;
  display: block;
  margin-right: 8.23737%;
  width: 45.88131%; }
  .l0__footer .company:last-child {
    margin-right: 0; }
.l0__footer .links {
  float: left;
  display: block;
  margin-right: 8.23737%;
  width: 45.88131%; }
  .l0__footer .links:last-child {
    margin-right: 0; }
  .l0__footer .links .links-cell {
    float: left;
    display: block;
    margin-right: 17.95366%;
    width: 41.02317%; }
    .l0__footer .links .links-cell:last-child {
      margin-right: 0; }
.l0__footer .address {
  float: left;
  display: block;
  margin-right: 3.95576%;
  width: 35%; }
  .l0__footer .address:last-child {
    margin-right: 0; }
.l0__footer .phones {
  float: left;
  display: block;
  margin-right: 3.95576%;
  width: 39.35914%; }
  .l0__footer .phones:last-child {
    margin-right: 0; }
@media screen and (max-width: 1220px) {
  .l0__footer .col-l, .l0__footer .col-r {
    float: left;
    display: block;
    margin-right: 3.95576%;
    width: 100%; }
    .l0__footer .col-l:last-child, .l0__footer .col-r:last-child {
      margin-right: 0; }
  .l0__footer .address, .l0__footer .phones {
    float: left;
    display: block;
    margin-right: 8.23737%;
    width: 45.88131%; }
    .l0__footer .address:last-child, .l0__footer .phones:last-child {
      margin-right: 0; } }
@media screen and (max-width: 768px) {
  .l0__footer .wrapper {
    padding: 33px 22px 0; }
  .l0__footer .company, .l0__footer .links, .l0__footer .address, .l0__footer .phones {
    float: left;
    display: block;
    margin-right: 3.95576%;
    width: 100%; }
    .l0__footer .company:last-child, .l0__footer .links:last-child, .l0__footer .address:last-child, .l0__footer .phones:last-child {
      margin-right: 0; } }

.l0__footer .company {
  position: relative;
  padding-top: 44px; }
  .l0__footer .company .logo {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    position: absolute;
    top: -9px;
    left: -3px;
    overflow: hidden;
    width: 177px;
    height: 44px; }
    .l0__footer .company .logo:hover {
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      transition: all 0.1s; }
    .l0__footer .company .logo::before {
		/*
      font: normal normal normal 1.4rem/1 icofont;
      text-transform: none;
      speak: none;
      position: absolute;
      left: 0;
      top: -44px;
      content: "R";
      font-size: 16rem; */}
    .l0__footer .company .logo:hover {
      color: #f44336; }
.l0__footer .links {
   }
  .l0__footer .links .link a {
    border-bottom: 1px solid rgba(55, 71, 79, 0.3); }
    .l0__footer .links .link a:hover {
      color: #f44336;
      border-bottom-color: rgba(244, 67, 54, 0.3); }
  .l0__footer .links .link::before {
    content: '•';
    color: #f44336;
    padding-right: .33em; }
.l0__footer .title {
  height: 44px;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.3;
  color: #37474f; }
  .l0__footer .title .fa-stack {
    font-size: 1.7rem;
    margin: 0 3px 0 -4px; }
.l0__footer .cap span {
  float: right; }
@media screen and (max-width: 1220px) {
  .l0__footer .title {
    height: 36px; }
  .l0__footer .cap span {
    float: none; } }
@media screen and (max-width: 768px) {
  .l0__footer .company {
    margin: 0; }
  .l0__footer .links {
    padding-top: 22px; } }

.l1__container {
  max-width: 1288px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.95576%; }
  .l1__container::after {
    clear: both;
    content: "";
    display: table; }
  .l1__container + .l1__container {
    padding: 44px 3.95576% 0; }
  .l1__container .l1__side {
    float: left;
    display: block;
    margin-right: 2.22275%;
    width: 22.116%;
    min-height: 1px; }
    .l1__container .l1__side:last-child {
      margin-right: 0; }
  .l1__container .l1__content {
    float: left;
    display: block;
    margin-right: 2.22275%;
    width: 75.66125%; }
    .l1__container .l1__content:last-child {
      margin-right: 0; }
  .l1__container .l1__content--fluid {
    float: left;
    display: block;
    margin-right: 3.95576%;
    width: 100%; }
    .l1__container .l1__content--fluid:last-child {
      margin-right: 0; }
  .l1__container .l1__row {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 3.95576%;
    display: block; }
    .l1__container .l1__row::after {
      clear: both;
      content: "";
      display: table; }
    .l1__container .l1__row.ex-stick-ver {
      padding: 0 3.95576%; }
    .l1__container .l1__row.ex-stick-all {
      padding: 0 3.95576%; }
    .l1__container .l1__row.ex-stick {
      padding-bottom: 0; }
  .l1__container .l1__wrap {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .l1__container .l1__wrap::after {
      clear: both;
      content: "";
      display: table; }
  .l1__container .l1__cell-2 {
    float: left;
    display: block;
    margin-right: 3.95576%;
    width: 48.02212%; }
    .l1__container .l1__cell-2:last-child {
      margin-right: 0; }
    .l1__container .l1__cell-2:nth-child(2n) {
      margin-right: 0; }
    .l1__container .l1__cell-2:nth-child(2n+1) {
      clear: left; }
  .l1__container .l1__cell-3 {
    float: left;
    display: block;
    margin-right: 3.95576%;
    width: 30.69616%; }
    .l1__container .l1__cell-3:last-child {
      margin-right: 0; }
    .l1__container .l1__cell-3:nth-child(3n) {
      margin-right: 0; }
    .l1__container .l1__cell-3:nth-child(3n+1) {
      clear: left; }
  .l1__container .l1__cell-4 {
    float: left;
    display: block;
    margin-right: 3.95576%;
    width: 22.03318%; }
    .l1__container .l1__cell-4:last-child {
      margin-right: 0; }
    .l1__container .l1__cell-4:nth-child(4n) {
      margin-right: 0; }
    .l1__container .l1__cell-4:nth-child(4n+1) {
      clear: left; }
  .l1__container .l1__cell-2, .l1__container .l1__cell-3, .l1__container .l1__cell-4 {
    min-height: 1px; }
  .l1__container .l1__spacer {
    padding: 0 0 3.95576%; }
  @media screen and (max-width: 1024px) {
    .l1__container .l1__side {
      float: left;
      display: block;
      margin-right: 2.22275%;
      width: 26.98375%; }
      .l1__container .l1__side:last-child {
        margin-right: 0; }
    .l1__container .l1__content {
      float: left;
      display: block;
      margin-right: 2.22275%;
      width: 70.7935%; }
      .l1__container .l1__content:last-child {
        margin-right: 0; }
    .l1__container .l1__cell-3 {
      float: left;
      display: block;
      margin-right: 3.95576%;
      width: 48.02212%; }
      .l1__container .l1__cell-3:nth-child(3n) {
        margin-right: 3.95576%; }
      .l1__container .l1__cell-3:nth-child(3n+1) {
        clear: none; }
      .l1__container .l1__cell-3:last-child {
        margin-right: 0; }
      .l1__container .l1__cell-3:nth-child(2n) {
        margin-right: 0; }
      .l1__container .l1__cell-3:nth-child(2n+1) {
        clear: left; }
    .l1__container .l1__cell-4 {
      float: left;
      display: block;
      margin-right: 3.95576%;
      width: 30.69616%; }
      .l1__container .l1__cell-4:nth-child(4n) {
        margin-right: 3.95576%; }
      .l1__container .l1__cell-4:nth-child(4n+1) {
        clear: none; }
      .l1__container .l1__cell-4:last-child {
        margin-right: 0; }
      .l1__container .l1__cell-4:nth-child(3n) {
        margin-right: 0; }
      .l1__container .l1__cell-4:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 768px) {
    .l1__container {
      padding: 0; 
	  padding-top: 76px;
	  }
      .l1__container + .l1__container {
        padding: 0; }
      .l1__container .l1__side {
        display: none; }
      .l1__container .l1__content {
        float: left;
        display: block;
        margin-right: 3.95576%;
        width: 100%; }
        .l1__container .l1__content:last-child {
          margin-right: 0; }
      .l1__container .l1__row {
        padding: 22px; }
        .l1__container .l1__row.ex-stick-ver {
          padding: 0 22px; }
        .l1__container .l1__row.ex-stick-all {
          padding: 0 22px; }
      .l1__container .l1__cell-4 {
        float: left;
        display: block;
        margin-right: 3.95576%;
        width: 48.02212%; }
        .l1__container .l1__cell-4:nth-child(3n) {
          margin-right: 3.95576%; }
        .l1__container .l1__cell-4:nth-child(3n+1) {
          clear: none; }
        .l1__container .l1__cell-4:last-child {
          margin-right: 0; }
        .l1__container .l1__cell-4:nth-child(2n) {
          margin-right: 0; }
        .l1__container .l1__cell-4:nth-child(2n+1) {
          clear: left; }
      .l1__container .l1__spacer {
        padding-bottom: 22px; } }
@media screen and (max-width: 768px) {
	.l1__container .l1__cell-2 {      float: left;      display: block;      margin-right: 3.95576%;      width: 100%; }
}
  @media screen and (max-width: 480px) {
    .l1__container .l1__row.ex-stick-all {
      padding: 0; }
    .l1__container .l1__cell-2 {
      float: left;
      display: block;
      margin-right: 3.95576%;
      width: 100%; }
      .l1__container .l1__cell-2:nth-child(2n) {
        margin-right: 3.95576%; }
      .l1__container .l1__cell-2:nth-child(2n+1) {
        clear: none; }
      .l1__container .l1__cell-2:last-child {
        margin-right: 0; }
    .l1__container .l1__cell-3 {
      float: left;
      display: block;
      margin-right: 3.95576%;
      width: 100%; }
      .l1__container .l1__cell-3:nth-child(3n) {
        margin-right: 3.95576%; }
      .l1__container .l1__cell-3:nth-child(3n+1) {
        clear: none; }
      .l1__container .l1__cell-3:last-child {
        margin-right: 0; }
    .l1__container .l1__cell-4 {
      float: left;
      display: block;
      margin-right: 3.95576%;
      width: 100%; }
      .l1__container .l1__cell-4:nth-child(2n) {
        margin-right: 3.95576%; }
      .l1__container .l1__cell-4:nth-child(2n+1) {
        clear: none; }
      .l1__container .l1__cell-4:last-child {
        margin-right: 0; } }

.l1__popup {
  margin: 22px auto;
  padding: 18px 18px 0;
  max-width: 433px; }
  .l1__popup.ex-popup-m {
    max-width: 611px; }
  .l1__popup.ex-popup-l {
    max-width: 888px; }
  .l1__popup .l1__col {
    display: table-cell;
    vertical-align: top;
    width: 50%; }
  @media screen and (max-width: 768px) {
    .l1__popup .l1__col {
      width: 100%;
      display: block; } }
  @media screen and (max-width: 480px) {
    .l1__popup {
      padding: 26px 3px; } }

.l2__box {
  /*overflow: hidden;*/
  background-color: white;
  border-radius: 6px; }
  @media screen and (max-width: 768px) {
    .l2__box {
      border-radius: 0; } }

.l2__popup {
  background-color: white; }
  .l2__popup .l3__popup-title {
    display: block;
    padding-bottom: .55em;
    font-weight: bold;
    font-size: 3.5rem;
    line-height: 1.22;
    position: relative;
    padding-right: 99px;
    min-height: 72px; }
    .l2__popup .l3__popup-title > [class*="box__bg-"] {
      line-height: 1.38; }
    @media screen and (max-width: 480px) {
      .l2__popup .l3__popup-title {
        font-size: 2.6rem; } }
    .l2__popup .l3__popup-title .ico {
      position: absolute;
      top: -16px;
      right: 0;
      width: 66px;
      height: 72px; }
  .l2__popup .l3__form {
    margin-bottom: 0; }

.js__slider, .js__prices, .js__docs, .js__slider-nav, .js__slider-for {
  margin-bottom: 44px; }
  .js__slider .slick-arrow, .js__prices .slick-arrow, .js__docs .slick-arrow, .js__slider-nav .slick-arrow, .js__slider-for .slick-arrow {
    padding: 0;
    font-size: 0;
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    position: absolute;
    margin-top: -19px;
    z-index: 99;
    top: 50%; }
    .js__slider .slick-arrow:before, .js__prices .slick-arrow:before, .js__docs .slick-arrow:before, .js__slider-nav .slick-arrow:before, .js__slider-for .slick-arrow:before {
      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;
      -webkit-transition: all 0.7s;
      -moz-transition: all 0.7s;
      transition: all 0.7s;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.44);
      text-align: center;
      font-size: 1.6rem;
      line-height: 38px; }
    .js__slider .slick-arrow:hover::before, .js__prices .slick-arrow:hover::before, .js__docs .slick-arrow:hover::before, .js__slider-nav .slick-arrow:hover::before, .js__slider-for .slick-arrow:hover::before {
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      transition: all 0.1s;
      background-color: rgba(255, 255, 255, 0.99); }
    .js__slider .slick-arrow.slick-prev, .js__prices .slick-arrow.slick-prev, .js__docs .slick-arrow.slick-prev, .js__slider-nav .slick-arrow.slick-prev, .js__slider-for .slick-arrow.slick-prev {
      left: 2px; }
      .js__slider .slick-arrow.slick-prev:before, .js__prices .slick-arrow.slick-prev:before, .js__docs .slick-arrow.slick-prev:before, .js__slider-nav .slick-arrow.slick-prev:before, .js__slider-for .slick-arrow.slick-prev:before {
        content: "";
        text-indent: -2px; }
    .js__slider .slick-arrow.slick-next, .js__prices .slick-arrow.slick-next, .js__docs .slick-arrow.slick-next, .js__slider-nav .slick-arrow.slick-next, .js__slider-for .slick-arrow.slick-next {
      right: 2px; }
      .js__slider .slick-arrow.slick-next:before, .js__prices .slick-arrow.slick-next:before, .js__docs .slick-arrow.slick-next:before, .js__slider-nav .slick-arrow.slick-next:before, .js__slider-for .slick-arrow.slick-next:before {
        content: "";
        text-indent: 2px; }
    .js__slider .slick-arrow.slick-disabled, .js__prices .slick-arrow.slick-disabled, .js__docs .slick-arrow.slick-disabled, .js__slider-nav .slick-arrow.slick-disabled, .js__slider-for .slick-arrow.slick-disabled {
      cursor: default; }
      .js__slider .slick-arrow.slick-disabled:before, .js__prices .slick-arrow.slick-disabled:before, .js__docs .slick-arrow.slick-disabled:before, .js__slider-nav .slick-arrow.slick-disabled:before, .js__slider-for .slick-arrow.slick-disabled:before {
        color: rgba(55, 71, 79, 0.33);
        background-color: rgba(255, 255, 255, 0.22); }
      .js__slider .slick-arrow.slick-disabled:hover::before, .js__prices .slick-arrow.slick-disabled:hover::before, .js__docs .slick-arrow.slick-disabled:hover::before, .js__slider-nav .slick-arrow.slick-disabled:hover::before, .js__slider-for .slick-arrow.slick-disabled:hover::before {
        background-color: rgba(255, 255, 255, 0.22); }
  .js__slider .slick-dots, .js__prices .slick-dots, .js__docs .slick-dots, .js__slider-nav .slick-dots, .js__slider-for .slick-dots {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -33px;
    white-space: nowrap;
    font-size: 0; }
    .js__slider .slick-dots li, .js__prices .slick-dots li, .js__docs .slick-dots li, .js__slider-nav .slick-dots li, .js__slider-for .slick-dots li {
      display: inline-block; }
    .js__slider .slick-dots button, .js__prices .slick-dots button, .js__docs .slick-dots button, .js__slider-nav .slick-dots button, .js__slider-for .slick-dots button {
      position: relative;
      width: 22px;
      height: 22px;
      background-color: transparent;
      cursor: pointer;
      outline: none;
      border: none;
      font-size: 0; }
      .js__slider .slick-dots button::before, .js__prices .slick-dots button::before, .js__docs .slick-dots button::before, .js__slider-nav .slick-dots button::before, .js__slider-for .slick-dots button::before {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background-color: rgba(55, 71, 79, 0.3);
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s; }
      .js__slider .slick-dots button:hover::before, .js__prices .slick-dots button:hover::before, .js__docs .slick-dots button:hover::before, .js__slider-nav .slick-dots button:hover::before, .js__slider-for .slick-dots button:hover::before {
        background-color: rgba(55, 71, 79, 0.9); }
    .js__slider .slick-dots li.slick-active button::before, .js__prices .slick-dots li.slick-active button::before, .js__docs .slick-dots li.slick-active button::before, .js__slider-nav .slick-dots li.slick-active button::before, .js__slider-for .slick-dots li.slick-active button::before {
      cursor: default;
      width: 10px;
      height: 10px;
      border-radius: 5px;
      border: 2px solid #37474f;
      background-color: transparent; }

.js__slider-nav {
  margin: 0 66px 44px; }
  .js__slider-nav .slide {
    padding: 3px;
    border-radius: 3px;
    border: 2px solid white; }
    .js__slider-nav .slide.slick-current {
      border-color: #f44336; }
      .js__slider-nav .slide.slick-current .js__bg {
        border-radius: 2px;
        opacity: .44; }
  .js__slider-nav .slick-arrow.slick-next {
    right: -55px; }
  .js__slider-nav .slick-arrow.slick-prev {
    left: -55px; }
  @media screen and (max-width: 768px) {
    .js__slider-nav {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 33px; }
      .js__slider-nav .slick-arrow.slick-next {
        right: 3px; }
      .js__slider-nav .slick-arrow.slick-prev {
        left: 3px; } }
  @media screen and (max-width: 480px) {
    .js__slider-nav {
      margin-bottom: 11px; } }

.js__slider-for {
  margin-bottom: 0; }
  .js__slider-for .slide {
    text-align: center; }
  .js__slider-for .pic__pic {
    display: inline;
    margin-bottom: 0; }

.js__main-tabs-container {
  position: relative;
  overflow: hidden; }
  .js__main-tabs-container .js__main-tab {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    -webkit-transform: translateY(11px);
    -moz-transform: translateY(11px);
    -ms-transform: translateY(11px);
    -o-transform: translateY(11px);
    transform: translateY(11px);
    opacity: 0; }
    .js__main-tabs-container .js__main-tab.visible {
      position: relative;
      z-index: 0; }
    .js__main-tabs-container .js__main-tab.anim {
      -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.33s;
      -moz-transition: -moz-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.33s;
      transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.33s;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }

.js__tab-menu {
  font-size: 0; }
  .js__tab-menu .js__tab-btn {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    display: inline-block;
    cursor: pointer;
    outline: none;
    width: auto;
    padding: .44em .77em;
    margin-bottom: .33em;
    border-radius: .22em;
    border: 2px solid transparent;
    background-color: transparent;
    font: normal normal bold 1.6rem/1.3 "PT Sans";
    text-decoration: none;
    color: #37474f;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 0;
    border: 1px solid #a5acb0;
    margin-right: -1px;
    margin-bottom: -1px; }
    .js__tab-menu .js__tab-btn:hover {
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      transition: all 0.1s; }
    .js__tab-menu .js__tab-btn:hover {
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      transition: all 0.1s; }
    .js__tab-menu .js__tab-btn:hover {
      background-color: rgba(55, 71, 79, 0.07); }
    .js__tab-menu .js__tab-btn.active {
      cursor: default;
      position: relative;
      z-index: 1;
      background-color: #37474f;
      border-color: #37474f;
      color: white; }

.js__tab-wrp {
  position: relative;
  overflow: hidden;
  border: 1px solid #a5acb0; }
  .js__tab-wrp .js__tab-item {
    padding: 22px;
    padding-bottom: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: translateY(18px);
    -moz-transform: translateY(18px);
    -ms-transform: translateY(18px);
    -o-transform: translateY(18px);
    transform: translateY(18px);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s; }
    .js__tab-wrp .js__tab-item.active {
      visibility: visible;
      position: relative;
      top: 0;
      left: 0;
      z-index: 1;
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: -webkit-transform 1.1s 0.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s 0.1s;
      -moz-transition: -moz-transform 1.1s 0.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s 0.1s;
      transition: transform 1.1s 0.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s 0.1s; }

.js__acc {
  margin-bottom: 1.5em; }
  .js__acc .js__acc-btn {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 11px 66px 11px 22px;
    margin-bottom: 2px;
    background-color: #eceff1;
    font-size: 1.6rem;
    line-height: 1.5; }
    .js__acc .js__acc-btn:hover {
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      transition: all 0.1s; }
    .js__acc .js__acc-btn:hover {
      background-color: #cfd8dc; }
    .js__acc .js__acc-btn:before {
      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;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      right: 0;
      text-align: center;
      content: "";
      font-size: 1.8rem;
      line-height: 177px;
      width: 44px;
      height: 177px;
      border-left: 1px solid rgba(255, 255, 255, 0.44); }
    .js__acc .js__acc-btn.active:before {
      content: ""; }
  .js__acc .js__acc-content {
    display: none; }

.js__hc-wrp {
  overflow: hidden;
  display: none; }

.js__hc-ui {
  margin-bottom: 1.5em; }
  .js__hc-ui .js__hc-btn:after {
    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;
    padding-left: .33em;
    content: ""; }
  .js__hc-ui .js__hc-btn.active::after {
    content: ""; }

.js__bg {
  display: block;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden; }
  .js__bg .js__bg-mask {
    opacity: 0;
    display: block;
    width: 100%; }

.box__txt-inv {
  color: white; }

.box__bg-inv {
  background-color: #37474f;
  color: white; }

.box__bg-red-50 {
  background-color: #ffebee; }

.box__bg-red-100 {
  background-color: #ffcdd2; }

.box__bg-red-500 {
  background-color: #f44336; }

.box__bg-indigo-50 {
  background-color: #e8eaf6; }

.box__bg-indigo-100 {
  background-color: #c5cae9; }

.box__bg-blue-50 {
  background-color: #e3f2fd; }

.box__bg-blue-100 {
  background-color: #bbdefb; }

.box__bg-green-50 {
  background-color: #e8f5e9; }

.box__bg-green-100 {
  background-color: #c8e6c9; }

.box__bg-green-500 {
  background-color: #4caf50; }

.box__bg-yellow-50 {
  background-color: #fffde7; }

.box__bg-yellow-100 {
  background-color: #fff9c4; }

.box__bg-orange-50 {
  background-color: #fff3e0; }

.box__bg-orange-100 {
  background-color: #ffe0b2; }

.box__bg-brown-50 {
  background-color: #efebe9; }

.box__bg-grey-50 {
  background-color: #fafafa; }

.box__bg-grey-100 {
  background-color: #f5f5f5; }

.box__bg-grey-200 {
  background-color: #eeeeee; }

.box__bg-blue-grey-50 {
  background-color: #eceff1; }

.box__bg-blue-grey-100 {
  background-color: #dde3e6; }

.box__wrp, .box__bd {
  display: block;
  padding: 22px;
  margin-bottom: 1.5em; }
  .box__wrp.ex-stick, .ex-stick.box__bd {
    margin-bottom: 2px; }
  .box__wrp > h1:last-child, .box__bd > h1:last-child, .box__wrp > .typo__h1:last-child, .box__bd > .typo__h1:last-child,
  .box__wrp > h2:last-child,
  .box__bd > h2:last-child, .box__wrp > .typo__h2:last-child, .box__bd > .typo__h2:last-child,
  .box__wrp > h3:last-child,
  .box__bd > h3:last-child, .box__wrp > .typo__h3:last-child, .box__bd > .typo__h3:last-child,
  .box__wrp > h4:last-child,
  .box__bd > h4:last-child, .box__wrp > .typo__h4:last-child, .box__bd > .typo__h4:last-child,
  .box__wrp > p:last-child,
  .box__bd > p:last-child, .box__wrp > .typo__p:last-child, .box__bd > .typo__p:last-child,
  .box__wrp > .typo__wrp:last-child,
  .box__bd > .typo__wrp:last-child {
    padding-bottom: 0; }

.box__bd {
  border: 1px solid #b0bec5; }

.box__rounded {
  border-radius: 6px; }
  .box__rounded .slick-list {
    border-radius: 6px; }

.box__min-height {
  min-height: 311px !important; }

.box__spacer {
  height: 1.5em; }
  .box__spacer::after {
    clear: both;
    content: "";
    display: table; }

.pic__pic {
  max-width: 100%;
  margin-bottom: 1.5em; }

.pic__fluid {
  width: 100%;
  margin-bottom: 1.5em; }

.pic__ico {
  height: 88px;
  margin: 1.1em 0; }

.pic__stick {
  margin-bottom: .11em; }

.pic__square, .pic__circle, .pic__rounded, .pic__border {
  overflow: hidden;
  display: block;
  width: 100%;
  margin-bottom: 1.5em; }
  .pic__square .pic__square__mask, .pic__circle .pic__square__mask, .pic__rounded .pic__square__mask, .pic__border .pic__square__mask {
    display: block;
    width: 100%;
    opacity: 0; }

.pic__circle {
  border-radius: 50%; }

.pic__rounded {
  border-radius: .44em; }

.pic__border {
  padding: .33em;
  border-radius: .44em;
  border: 1px solid rgba(55, 71, 79, 0.4); }
  .pic__border .pic__border__wrp {
    width: 100%;
    overflow: hidden;
    border-radius: .38em; }

.pic__frame {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 1.5em;
  box-shadow: 1px 1px 4px 1px rgba(55, 71, 79, 0.33);
  background: #37474f url("../img/doc-frame.png") 0 0 no-repeat;
  background-size: cover; }
  .pic__frame .pic__frame__mask {
    display: block;
    width: 100%;
    opacity: 0; }
  .pic__frame .js__bg {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 85.2%;
    height: 88.8%;
    display: block;
    position: absolute;
    border: 2px solid #bbc0c3; }
  .pic__frame:hover .js__bg {
    border-color: #f66c62; }

.typo__h1, h1 {
  display: block;
  padding-bottom: .44em;
  font-weight: bold;
  font-size: 4.4rem;
  line-height: 1.2; }
  .typo__h1 > [class*="box__bg-"], h1 > [class*="box__bg-"] {
    line-height: 1.33; }
  @media screen and (max-width: 480px) {
    .typo__h1, h1 {
      font-size: 3.3rem;
      line-height: 1.22; } }

.typo__h2, h2 {
  display: block;
  padding-bottom: .55em;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1.22; }
  .typo__h2 > [class*="box__bg-"], h2 > [class*="box__bg-"] {
    line-height: 1.38; }
  @media screen and (max-width: 480px) {
    .typo__h2, h2 {
      font-size: 2.6rem; } }

.typo__h3, h3 {
  display: block;
  padding-bottom: .5em;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4; }
  @media screen and (max-width: 480px) {
    .typo__h3, h3 {
      font-size: 2.2rem;
      line-height: 1.33; } }

.typo__h4, h4 {
  display: block;
  padding-bottom: .3em;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3; }

.typo__p, p {
  display: block;
  padding-bottom: 1.5em;
  font-size: 1.8rem;
  line-height: 1.5; }
  @media screen and (max-width: 480px) {
    .typo__p, p {
      font-size: 1.6rem; } }

.typo__ul {
  margin-bottom: 1.5em;
  margin-left: 44px; }

.typo__li {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5; }
  .typo__li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: -14px;
    width: 5px;
    height: 5px;
    background-color: #37474f; }
  @media screen and (max-width: 480px) {
    .typo__li {
      font-size: 1.7rem; } }

.typo__wrp {
  padding-bottom: 1.5em; }

.typo__cap {
  margin-top: -.77em;
  line-height: 1.3; }

.typo__stick {
  padding-bottom: .11em; }

.typo__sep {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #b0bec5; }

.typo__upper {
  text-transform: uppercase; }

.typo__center {
  text-align: center; }

.typo__right {
  text-align: right; }

.typo__left {
  text-align: left; }

.ui__link {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  border-bottom: 1px solid rgba(25, 118, 210, 0.3);
  text-decoration: none;
  color: #1976d2; }
  .ui__link:hover {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s; }
  .ui__link:visited {
    color: #8e24aa;
    border-bottom-color: rgba(142, 36, 170, 0.3); }
  .ui__link:hover {
    color: #f44336;
    border-bottom-color: rgba(244, 67, 54, 0.3); }

.ui__link-nocolor {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  color: #37474f;
  text-decoration: none;
  border-bottom: 1px solid rgba(55, 71, 79, 0.3); }
  .ui__link-nocolor:hover {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s; }
  .ui__link-nocolor:hover {
    color: #f44336;
    border-bottom-color: rgba(244, 67, 54, 0.3); }

.ui__link-inv {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: white; }
  .ui__link-inv:hover {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s; }
  .ui__link-inv:hover {
    color: white;
    border-bottom-color: rgba(255, 255, 255, 0.9); }

.ui__btn {
  display: inline-block;
  cursor: pointer;
  outline: none;
  width: auto;
  padding: .44em .77em;
  margin-bottom: .33em;
  border-radius: .22em;
  border: 2px solid transparent;
  background-color: transparent;
  font: normal normal bold 1.6rem/1.3 "PT Sans";
  text-decoration: none;
  color: #37474f;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  cursor: pointer;
  outline: none;
  width: auto;
  padding: .44em .77em;
  margin-bottom: .33em;
  border-radius: .22em;
  border: 2px solid transparent;
  background-color: transparent;
  font: normal normal bold 1.6rem/1.3 "PT Sans";
  text-decoration: none;
  color: #37474f;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: white;
  background-color: #37474f;
  box-shadow: 0 2px 0 #37474f; }
  .ui__btn:hover {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s; 
	
	}
	
  .ui__btn:hover {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s; }
  .ui__btn:hover {
    background-color: #9f9f9f !important;
    box-shadow: 0 2px 0 #9f9f9f !important; }
  .ui__btn.ex-blue {
    background-color: #2196f3;
    box-shadow: 0 2px 0 #1b7bc7; }
  .ui__btn.ex-green {
    background-color: #4caf50;
    box-shadow: 0 2px 0 #3e9042; }
  .ui__btn.ex-orange {
    background-color: #ff9800;
    box-shadow: 0 2px 0 #d17d00; }
  .ui__btn.ex-grey {
    background-color: #fafafa;
    box-shadow: 0 2px 0 #cdcdcd; }
  .ui__btn.ex-grey {
    background-color: #9e9e9e;
    box-shadow: 0 2px 0 #828282; }
  .ui__btn.ex-btn-fluid {
    width: 100%;
    white-space: normal; }
  .ui__btn.ex-btn-inv {
    background-color: #37474f;
    box-shadow: 0 2px 0 #283339; }
    .ui__btn.ex-btn-inv:hover {
      background-color: #f44336 !important;
      box-shadow: 0 2px 0 #c8372c !important; }
  .ui__btn.ex-btn-s {
    font-size: 1.3rem; }
  .ui__btn.ex-btn-l {
    font-size: 1.9rem; }

.ui__btn-bd {
  display: inline-block;
  cursor: pointer;
  outline: none;
  width: auto;
  padding: .44em .77em;
  margin-bottom: .33em;
  border-radius: .22em;
  border: 2px solid transparent;
  background-color: transparent;
  font: normal normal bold 1.6rem/1.3 "PT Sans";
  text-decoration: none;
  color: #37474f;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  cursor: pointer;
  outline: none;
  width: auto;
  padding: .44em .77em;
  margin-bottom: .33em;
  border-radius: .22em;
  border: 2px solid transparent;
  background-color: transparent;
  font: normal normal bold 1.6rem/1.3 "PT Sans";
  text-decoration: none;
  color: #37474f;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border-color: #37474f; }
  .ui__btn-bd:hover {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s; }
  .ui__btn-bd:hover {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s; }
  .ui__btn-bd:hover {
    color: #f44336;
    border-color: #f44336; }
  .ui__btn-bd.ex-btn-fluid {
    width: 100%;
    white-space: normal; }
  .ui__btn-bd.ex-btn-s {
    font-size: 1.3rem; }
  .ui__btn-bd.ex-btn-l {
    font-size: 1.9rem; }
  .ui__btn-bd.ex-btn-bd-bg:hover {
    background-color: #37474f;
    border-color: transparent;
    color: white; }
  .ui__btn-bd.ex-btn-inv {
    border-color: white;
    color: white; }
    .ui__btn-bd.ex-btn-inv:hover {
      background-color: white;
      color: #37474f; }
  .ui__btn-bd.ex-btn-colored {
    color: #1976d2;
    border-color: #1976d2; }
    .ui__btn-bd.ex-btn-colored:visited {
      color: #8e24aa;
      border-color: #8e24aa; }
    .ui__btn-bd.ex-btn-colored:hover {
      color: #f44336;
      border-color: #f44336; }

.ui__input {
  position: relative;
  display: inline-block;
  margin-bottom: .33em;
  width: 100%;
  font: normal normal normal 1.6rem/1.5 "PT Sans";
  color: #37474f; }
  .ui__input input, .ui__input textarea, .ui__input select {
    width: 100%;
    height: 40px;
    padding: 0 11px;
    border-radius: 2px;
    border: 2px solid #37474f;
    background-color: rgba(255, 255, 255, 0.88);
    box-shadow: none;
    font: normal normal normal 1.6rem/1.3 "PT Sans";
    color: #37474f; }
    .ui__input input:focus, .ui__input textarea:focus, .ui__input select:focus {
      outline: none; }
    .ui__input input:invalid, .ui__input textarea:invalid, .ui__input select:invalid {
      border-color: #d32f2f; }
  .ui__input i {
    pointer-events: none;
    width: 1.28571em;
    font-size: 1.4rem;
    text-align: center;
    position: absolute;
    left: 12px;
    top: 13px; }
    .ui__input i + input, .ui__input i + textarea, .ui__input i + select {
      padding-left: 52px; }
    .ui__input i:after {
      content: '';
      position: absolute;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: -11px;
      width: 1px;
      height: 24px;
      background-color: rgba(55, 71, 79, 0.66); }
  .ui__input:last-child {
    margin-bottom: 0; }
  .ui__input input.ex-invalid {
    border-color: #ef9a9a; }

.ui__select {
  position: relative;
  display: inline-block;
  margin-bottom: .33em;
  width: 100%;
  font: normal normal normal 1.6rem/1.5 "PT Sans";
  color: #37474f; }
  .ui__select input, .ui__select textarea, .ui__select select {
    width: 100%;
    height: 40px;
    padding: 0 11px;
    border-radius: 2px;
    border: 2px solid #37474f;
    background-color: rgba(255, 255, 255, 0.88);
    box-shadow: none;
    font: normal normal normal 1.6rem/1.3 "PT Sans";
    color: #37474f; }
    .ui__select input:focus, .ui__select textarea:focus, .ui__select select:focus {
      outline: none; }
    .ui__select input:invalid, .ui__select textarea:invalid, .ui__select select:invalid {
      border-color: #d32f2f; }
  .ui__select i {
    pointer-events: none;
    width: 1.28571em;
    font-size: 1.4rem;
    text-align: center;
    position: absolute;
    left: 12px;
    top: 13px; }
    .ui__select i + input, .ui__select i + textarea, .ui__select i + select {
      padding-left: 52px; }
    .ui__select i:after {
      content: '';
      position: absolute;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: -11px;
      width: 1px;
      height: 24px;
      background-color: rgba(55, 71, 79, 0.66); }
  .ui__select:last-child {
    margin-bottom: 0; }
  .ui__select:after {
    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;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    font-size: 1.4rem;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    right: 11px; }
  .ui__select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .ui__select select::-ms-expand {
      display: none; }

.ui__textarea {
  position: relative;
  display: inline-block;
  margin-bottom: .33em;
  width: 100%;
  font: normal normal normal 1.6rem/1.5 "PT Sans";
  color: #37474f; }
  .ui__textarea input, .ui__textarea textarea, .ui__textarea select {
    width: 100%;
    height: 40px;
    padding: 0 11px;
    border-radius: 2px;
    border: 2px solid #37474f;
    background-color: rgba(255, 255, 255, 0.88);
    box-shadow: none;
    font: normal normal normal 1.6rem/1.3 "PT Sans";
    color: #37474f; }
    .ui__textarea input:focus, .ui__textarea textarea:focus, .ui__textarea select:focus {
      outline: none; }
    .ui__textarea input:invalid, .ui__textarea textarea:invalid, .ui__textarea select:invalid {
      border-color: #d32f2f; }
  .ui__textarea i {
    pointer-events: none;
    width: 1.28571em;
    font-size: 1.4rem;
    text-align: center;
    position: absolute;
    left: 12px;
    top: 13px; }
    .ui__textarea i + input, .ui__textarea i + textarea, .ui__textarea i + select {
      padding-left: 52px; }
    .ui__textarea i:after {
      content: '';
      position: absolute;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: -11px;
      width: 1px;
      height: 24px;
      background-color: rgba(55, 71, 79, 0.66); }
  .ui__textarea:last-child {
    margin-bottom: 0; }
  .ui__textarea textarea {
    max-width: 100%;
    min-height: 88px;
    padding: 9px 11px;
    overflow: auto; }

.ui__radio {
  position: relative;
  display: inline-block; }
  .ui__radio input {
    display: none; }
    .ui__radio input:checked + label {
      cursor: default; }
      .ui__radio input:checked + label:before {
        border: 2px solid #f44336; }
      .ui__radio input:checked + label:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
  .ui__radio label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding-right: 11px;
    padding-left: 22px;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.5; }
    .ui__radio label::before {
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s;
      content: '';
      position: absolute;
      top: 3px;
      left: 0;
      width: 18px;
      height: 18px;
      border-radius: 100%;
      border: 2px solid #37474f; }
    .ui__radio label::after {
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      content: '';
      position: absolute;
      left: 6px;
      top: 9px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #f44336; }

.ui__checkbox {
  position: relative;
  display: inline-block; }
  .ui__checkbox input {
    display: none; }
    .ui__checkbox input:checked + label:before {
      background-color: #f44336; }
    .ui__checkbox input:checked + label:after {
      left: 12px; }
  .ui__checkbox label {
    cursor: pointer;
    display: inline-block;
    padding: 0 14px 0 33px;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.5; }
    .ui__checkbox label::before, .ui__checkbox label::after {
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s;
      content: '';
      position: absolute; }
    .ui__checkbox label::before {
      top: 3px;
      left: 0;
      height: 18px;
      width: 28px;
      border-radius: 9px;
      background-color: #37474f; }
    .ui__checkbox label::after {
      top: 5px;
      left: 2px;
      height: 14px;
      width: 14px;
      border-radius: 100%;
      background-color: white; }
    .ui__checkbox label:hover {
      opacity: .9; }

.ui__alert {
  display: block;
  margin-bottom: .44em;
  border-radius: .1em;
  padding: .9em 22px;
  border: 2px solid #37474f;
  font-size: 1.4rem;
  line-height: 1.3; }
  .ui__alert.ex-green {
    background-color: #c8e6c9;
    border-color: #4caf50;
    color: #388e3c; }
  .ui__alert.ex-blue {
    background-color: #bbdefb;
    border-color: #2196f3;
    color: #1976d2; }
  .ui__alert.ex-yellow {
    background-color: #fff9c4;
    border-color: #ffeb3b;
    color: #f57f17; }
  .ui__alert.ex-red {
    background-color: #ffcdd2;
    border-color: #f44336;
    color: #d32f2f; }

.l3__side {
  overflow: hidden;
  background-color: white;
  min-height: 77px;
  margin-bottom: 2em;
  border-radius: 6px;
  /*box-shadow: 0 2px 0 #d1d1d1;*/ }
  .l3__side .lvl1, .l3__side .lvl2, .l3__side .title {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    position: relative;
    padding: .68em 22px;
    border-top: 1px solid rgba(55, 71, 79, 0.11); }
    .l3__side .lvl1 i, .l3__side .lvl2 i, .l3__side .title i {
      float: left;
      padding-top: 3px; }
    .l3__side .lvl1 span, .l3__side .lvl2 span, .l3__side .title span {
      display: block;
      margin-left: 24px; }
    .l3__side .lvl1 sub, .l3__side .lvl2 sub, .l3__side .title sub {
      display: inline-block;
      width: 22px;
      height: 22px;
      vertical-align: 1px;
      background-color: #eceff1;
      border-radius: 3px;
      text-align: center;
      font-size: 1.2rem;
      line-height: 22px; }
    .l3__side .lvl1:hover, .l3__side .lvl2:hover, .l3__side .title:hover {
      background-color: #f5f5f5; }
    .l3__side .lvl1.active, .l3__side .lvl2.active, .l3__side .title.active {
      background-color: #f44336;
      color: white; }
      .l3__side .lvl1.active sub, .l3__side .lvl2.active sub, .l3__side .title.active sub {
        background-color: #d32f2f; }
    .l3__side .lvl1.deployed, .l3__side .lvl2.deployed, .l3__side .title.deployed {
      position: relative;
      padding-right: 16px !important; }
      .l3__side .lvl1.deployed:before, .l3__side .lvl2.deployed:before, .l3__side .title.deployed:before {
        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;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        left: 7px;
        content: "";
        font-weight: bold;
        font-size: 1.6rem; }
    .l3__side .lvl1.link-off, .l3__side .lvl2.link-off, .l3__side .title.link-off {
      cursor: default; }
      .l3__side .lvl1.link-off:hover, .l3__side .lvl2.link-off:hover, .l3__side .title.link-off:hover {
        background-color: white; }
      .l3__side .lvl1.link-off.active:hover, .l3__side .lvl2.link-off.active:hover, .l3__side .title.link-off.active:hover {
        background-color: #f44336; }
    .l3__side .lvl1:last-child, .l3__side .lvl2:last-child, .l3__side .title:last-child {
      padding-bottom: .88em; }
  .l3__side .title {
    display: block;
    padding: 22px;
    border-top: none;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.1; }
  .l3__side .blog-item {
    font-size: 1.6rem;
    line-height: 1.3; }
  .l3__side .lvl1 {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.3;
    color: rgba(55, 71, 79, 0.88); }
    .l3__side .lvl1::after {
      clear: both;
      content: "";
      display: table; }
  .l3__side .lvl2 {
    font-size: 1.6rem;
    line-height: 1.3;
    color: #37474f; }
  .l3__side .blog-useful {
    display: block;
    position: relative;
    padding: .77em 22px .88em;
    border-top: 1px solid rgba(55, 71, 79, 0.11); }
    .l3__side .blog-useful .ttl-article {
      margin-bottom: .55em;
      font-size: 1.6rem;
      line-height: 1.5; }
      .l3__side .blog-useful .ttl-article a {
        -webkit-transition: all 0.7s;
        -moz-transition: all 0.7s;
        transition: all 0.7s;
        color: #37474f;
        text-decoration: none;
        border-bottom: 1px solid rgba(55, 71, 79, 0.3); }
        .l3__side .blog-useful .ttl-article a:hover {
          -webkit-transition: all 0.1s;
          -moz-transition: all 0.1s;
          transition: all 0.1s; }
        .l3__side .blog-useful .ttl-article a:hover {
          color: #f44336;
          border-bottom-color: rgba(244, 67, 54, 0.3); }
    .l3__side .blog-useful .cap-category {
      opacity: .77;
      font-size: 1.3rem;
      line-height: 1.5; }
      .l3__side .blog-useful .cap-category a {
        -webkit-transition: all 0.7s;
        -moz-transition: all 0.7s;
        transition: all 0.7s;
        color: #37474f;
        text-decoration: none;
        border-bottom: 1px solid rgba(55, 71, 79, 0.3);
        border-bottom: none; }
        .l3__side .blog-useful .cap-category a:hover {
          -webkit-transition: all 0.1s;
          -moz-transition: all 0.1s;
          transition: all 0.1s; }
        .l3__side .blog-useful .cap-category a:hover {
          color: #f44336;
          border-bottom-color: rgba(244, 67, 54, 0.3); }
      .l3__side .blog-useful .cap-category i:before {
        content: ""; }
    .l3__side .blog-useful:last-child {
      padding-bottom: 1.1em; }

.l3__side__question {
  background-color: white;
  border-radius: 6px;
  padding: 22px;
  margin-bottom: 2em;
  box-shadow: 0 2px 0 #d1d1d1; }
  .l3__side__question .p {
    margin-bottom: 1em;
    font-size: 1.6rem;
    line-height: 1.5; }

.l3__side__newsletter {
  background-color: white;
  border-radius: 6px;
  padding: 22px;
  margin-bottom: 2em;
  box-shadow: 0 2px 0 #d1d1d1; }
  .l3__side__newsletter .ttl {
    margin-bottom: 11px;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.1; }
  .l3__side__newsletter .p {
    margin-bottom: 22px;
    font-size: 1.6rem;
    line-height: 1.5; }

.l3__crumbs {
  margin-bottom: .9em;
  font-size: 1.4rem;
  line-height: 1.5; }
  .l3__crumbs a {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    color: #37474f;
    text-decoration: none;
    border-bottom: 1px solid rgba(55, 71, 79, 0.3);
    display: inline; }
    .l3__crumbs a:hover {
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      transition: all 0.1s; }
    .l3__crumbs a:hover {
      color: #f44336;
      border-bottom-color: rgba(244, 67, 54, 0.3); }
  .l3__crumbs i {
    display: inline;
    padding: 0 4px 0 5px; }

.l3__cap-tags {
  opacity: .77;
  margin: 0 0 1.7em; }
  .l3__cap-tags .date, .l3__cap-tags .category, .l3__cap-tags .tag {
    display: inline-block;
    vertical-align: top;
    margin-right: .77em;
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: bold; }
    .l3__cap-tags .date a, .l3__cap-tags .category a, .l3__cap-tags .tag a {
      -webkit-transition: all 0.7s;
      -moz-transition: all 0.7s;
      transition: all 0.7s;
      color: #37474f;
      text-decoration: none;
      border-bottom: 1px solid rgba(55, 71, 79, 0.3); }
      .l3__cap-tags .date a:hover, .l3__cap-tags .category a:hover, .l3__cap-tags .tag a:hover {
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s; }
      .l3__cap-tags .date a:hover, .l3__cap-tags .category a:hover, .l3__cap-tags .tag a:hover {
        color: #f44336;
        border-bottom-color: rgba(244, 67, 54, 0.3); }

.l3__blog_row::after {
  clear: both;
  content: "";
  display: table; }
.l3__blog_row .lt-coll {
  float: left;
  display: block;
  margin-right: 3.95576%;
  width: 22.03318%; }
  .l3__blog_row .lt-coll:last-child {
    margin-right: 0; }
.l3__blog_row .lt-colr {
  float: left;
  display: block;
  margin-right: 3.95576%;
  width: 74.01106%; }
  .l3__blog_row .lt-colr:last-child {
    margin-right: 0; }
.l3__blog_row .pic {
  max-width: 100%; }
@media screen and (max-width: 480px) {
  .l3__blog_row .lt-coll,
  .l3__blog_row .lt-colr {
    float: left;
    display: block;
    margin-right: 3.95576%;
    width: 100%; }
    .l3__blog_row .lt-coll:last-child,
    .l3__blog_row .lt-colr:last-child {
      margin-right: 0; }
  .l3__blog_row .pic {
    height: 177px; } }

.l3__table {
  margin-bottom: 1.5em;
  overflow-x: auto;
  font-size: 1.6rem;
  line-height: 1.5; }
  .l3__table table {
    width: 100%; }
  .l3__table thead {
    background-color: #455a64;
    text-align: left;
    color: white; }
  .l3__table tr:nth-child(2n) {
    background-color: #eceff1; }
  .l3__table th, .l3__table td {
    padding: .7em 1.1em; }
  @media screen and (max-width: 768px) {
    .l3__table table {
      width: 768px; } }

.l3__table_1 {
  margin-bottom: 1.5em;
  overflow-x: auto;
  font-size: 1.6rem;
  line-height: 1.5; }
  .l3__table_1 table {
    width: 100%;
    border-collapse: collapse; }
  .l3__table_1 thead {
    background-color: #455a64;
    text-align: left;
    color: white; }
  .l3__table_1 th, .l3__table_1 td {
    padding: .7em 1.1em;
    border: 1px solid #b0bec5; }
  @media screen and (max-width: 768px) {
    .l3__table_1 table {
      width: 768px; } }

.l3__table_2 {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  font-size: 1.6rem;
  line-height: 1.5; }
  .l3__table_2 thead {
    background-color: #455a64;
    text-align: left;
    color: white; }
  .l3__table_2 th, .l3__table_2 td {
    padding: .44em 1.1em;
    border: 1px solid #b0bec5; }

.l3__steps {
  margin-bottom: 1.5em; }
  .l3__steps .row {
    position: relative;
    overflow: hidden;
    padding-top: 3px;
    padding-left: 55px; }
    .l3__steps .row::before {
      content: '';
      position: absolute;
      left: 18px;
      top: 0;
      width: 1px;
      height: 999px;
      background-color: #d1d5d7; }
    .l3__steps .row:last-child::after {
      content: '';
      position: absolute;
      left: 14px;
      bottom: 0;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background-color: #fff;
      background-color: #d1d5d7; }
  .l3__steps .num {
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: 3px solid #d1d5d7;
    background-color: white;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    line-height: 30px; }

.l3__polaroid {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 2px 0 #a5acb0;
  margin-bottom: 3.3em;
  text-decoration: none;
  color: #37474f; }
  .l3__polaroid .js__bg {
    height: 177px;
    margin-bottom: 1.5em;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s; }
  .l3__polaroid .wrap {
    padding: 0 22px; }
  .l3__polaroid:hover .js__bg {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    opacity: .7; }

.l3__polaroid_1 {
  margin-bottom: 1.5em;
  border: 1px solid #b0bec5;
  padding: 22px; }
  .l3__polaroid_1::after {
    clear: both;
    content: "";
    display: table; }
  .l3__polaroid_1 .pic:last-child, .l3__polaroid_1 .ttl:last-child, .l3__polaroid_1 .cap:last-child, .l3__polaroid_1 .li:last-child {
    margin-bottom: 0; }
  .l3__polaroid_1 .pic {
    margin-bottom: 1.1em; }
  .l3__polaroid_1 .ttl {
    margin-bottom: .44em;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.5; }
  .l3__polaroid_1 .cap {
    margin-bottom: 1.1em;
    font-size: 1.6rem;
    line-height: 1.5; }
  .l3__polaroid_1 .sep {
    border-top: 1px solid #b0bec5;
    margin-bottom: 1.1em; }
  .l3__polaroid_1 .li {
    margin-bottom: .5em;
    font-size: 1.6rem;
    line-height: 1.5; }
  .l3__polaroid_1 .lt-coll {
    float: left;
    display: block;
    margin-right: 3.95576%;
    width: 30.69616%; }
    .l3__polaroid_1 .lt-coll:last-child {
      margin-right: 0; }
  .l3__polaroid_1 .lt-colr {
    float: left;
    display: block;
    margin-right: 3.95576%;
    width: 65.34808%; }
    .l3__polaroid_1 .lt-colr:last-child {
      margin-right: 0; }
  @media screen and (max-width: 480px) {
    .l3__polaroid_1 .lt-coll, .l3__polaroid_1 .lt-colr {
      float: left;
      display: block;
      margin-right: 3.95576%;
      width: 100%; }
      .l3__polaroid_1 .lt-coll:last-child, .l3__polaroid_1 .lt-colr:last-child {
        margin-right: 0; }
    .l3__polaroid_1 .lt-coll {
      margin-bottom: 1.1em; } }

.l3__small-icons-left {
  position: relative;
  /*margin-top: 1.1em;*/ }
  .l3__small-icons-left .ico {
    position: absolute;
    width: 33px; }
  .l3__small-icons-left .wrap {
    padding-left: 48px; }

.l3__big-icons-left::after {
  clear: both;
  content: "";
  display: table; }
.l3__big-icons-left .row {
  border-bottom: 1px solid #bbc0c3;
  padding-bottom: 1.1em;
  margin-bottom: 3em; }
  .l3__big-icons-left .row::after {
    clear: both;
    content: "";
    display: table; }
  .l3__big-icons-left .row:last-child {
    border-bottom: none;
    margin-bottom: 0; }
.l3__big-icons-left .ico {
  float: left;
  width: 77px;
  margin-top: .6em; }
.l3__big-icons-left .wrap {
  margin-left: 96px; }
@media screen and (max-width: 480px) {
  .l3__big-icons-left .ico {
    float: none; }
  .l3__big-icons-left .wrap {
    margin-left: 0; } }

.l3__gallery {
  margin-bottom: 1.5em; }
  .l3__gallery .item {
    display: inline-block;
    width: 99px;
    height: 99px;
    margin-right: 2px;
    margin-bottom: 1px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s; }
    .l3__gallery .item:hover {
      opacity: .7;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s; }

.l3__gallery-templs .item {
  display: inline-block;
  width: 177px;
  height: 211px;
  margin-right: 11px;
  margin-bottom: 33px;
  background-position: top center !important;
  border: 5px solid #b0bec5;
  box-shadow: 0 11px 0 #b0bec5;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s; }
  .l3__gallery-templs .item:hover {
    opacity: .7;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }

.l3__form {
  margin-bottom: 1.5em; }
  .l3__form label {
    display: block;
    margin: 1.1em 0 .1em;
    min-height: 25px;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.6; }
    .l3__form label:first-of-type {
      margin-top: 0; }
  .l3__form article {
    display: block;
    color: rgba(55, 71, 79, 0.7); }
  .l3__form.ex-stick {
    margin-bottom: 0; }

.l3__main_items::after {
  clear: both;
  content: "";
  display: table; }
.l3__main_items .lt-item {
  float: left;
  display: block;
  margin-right: 2.33649%;
  width: 23.24764%;
  margin-bottom: 2em; }
  .l3__main_items .lt-item:last-child {
    margin-right: 0; }
  .l3__main_items .lt-item:nth-child(4n) {
    margin-right: 0; }
  .l3__main_items .lt-item:nth-child(4n+1) {
    clear: left; }
  @media screen and (max-width: 768px) {
    .l3__main_items .lt-item {
      float: left;
      display: block;
      margin-right: 2.93777%;
      width: 48.53112%; }
      .l3__main_items .lt-item:nth-child(4n) {
        margin-right: 2.93777%; }
      .l3__main_items .lt-item:nth-child(4n+1) {
        clear: none; }
      .l3__main_items .lt-item:last-child {
        margin-right: 0; }
      .l3__main_items .lt-item:nth-child(2n) {
        margin-right: 0; }
      .l3__main_items .lt-item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 480px) {
    .l3__main_items .lt-item {
      float: left;
      display: block;
      margin-right: 2.93777%;
      width: 100%; }
      .l3__main_items .lt-item:last-child {
        margin-right: 0; } }
.l3__main_items .wrp-link {
  display: block;
  margin-bottom: .77em; }
  .l3__main_items .wrp-link:visited .ttl {
    color: #8e24aa;
    border-bottom-color: rgba(142, 36, 170, 0.3); }
  .l3__main_items .wrp-link:hover .pic {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px); }
  .l3__main_items .wrp-link:hover .ttl {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    color: #f44336;
    border-bottom-color: rgba(244, 67, 54, 0.3); }
.l3__main_items .pic {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 1.1em; }
.l3__main_items .ttl {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  display: inline;
  border-bottom: 1px solid rgba(25, 118, 210, 0.3);
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  color: #1976d2; }
  .l3__main_items .ttl + i {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem; }
.l3__main_items .cap {
  margin-bottom: .66em;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #37474f; }
.l3__main_items .li {
  position: relative;
  padding-left: 11px;
  font-size: 1.5rem;
  line-height: 1.5; }
  .l3__main_items .li:before {
    content: '•';
    position: absolute;
    left: 0;
    top: 1px; }
.l3__main_items .li-circle {
  position: relative;
  padding-left: 34px;
  margin-top: .77em;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5; }
  .l3__main_items .li-circle:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: rgba(55, 71, 79, 0.88);
    font-family: FontAwesome;
    content: "";
    font-weight: normal;
    text-align: center;
    font-size: 1.6rem;
    line-height: 29px;
    color: white; }
  .l3__main_items .li-circle:last-child::before {
    content: ""; }

.l3__ib {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  margin-right: 11px; }

.l3__pagination {
  font-size: 1.6rem;
  line-height: 1.5;
  }
.l1__container .l1__row.l3__pagination {padding: 3% 3.95576%;} 
.l1__container .l1__row.l3__pagination p {padding-bottom: 0;font-size: 14px;}
.l1__container .l1__row.l3__pagination img {      width: 75px;    float: right;    position: absolute;    right: 1px;    top: 0;}
.small_donat_text {display:none;}
.big_donat_text {position: relative;    padding-right: 85px;}
@media screen and (max-width: 768px) {
	.l1__container .l1__row.l3__pagination.box__bg-blue-grey-100 {padding: 22px;} 
	.small_donat_text {display:block;}
	.big_donat_text {display:none;}
}
  .l3__pagination .btn {
    display: inline-block;
    cursor: pointer;
    outline: none;
    width: auto;
    padding: .44em .77em;
    margin-bottom: .33em;
    border-radius: .22em;
    border: 2px solid transparent;
    background-color: transparent;
    font: normal normal bold 1.6rem/1.3 "PT Sans";
    text-decoration: none;
    color: #37474f;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border-color: #37474f; }
    .l3__pagination .btn:hover {
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      transition: all 0.1s; }
    .l3__pagination .btn:hover {
      color: #f44336;
      border-color: #f44336; }
    .l3__pagination .btn.active {
      cursor: default;
      background-color: #37474f;
      color: white; }
      .l3__pagination .btn.active:hover {
        border-color: #37474f; }
    .l3__pagination .btn.disabled {
      cursor: default;
      opacity: .33; }
      .l3__pagination .btn.disabled:hover {
        border-color: #37474f;
        color: #37474f !important; }
  .l3__pagination span {
    padding-right: 7px;
    padding-left: 7px; }

.l3__map {
  height: 311px;
  background-color: #ffecb3;
  margin-bottom: 1.5em; }

.l3__prices .cell {
  padding: 22px;
  border-bottom: 1px solid #b0bec5; }
  .l3__prices .cell.name {
    position: relative;
    background-color: #546e7a;
    height: 113px;
    text-align: center;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1;
    color: white; }
    .l3__prices .cell.name span {
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 0 22px;
      position: absolute;
      width: 100%;
      left: 0; }
  .l3__prices .cell.price {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    position: relative;
    padding: 7px 7px 11px;
    background-color: #cfd8dc;
    text-align: center;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.4;
    color: #37474f; }
    .l3__prices .cell.price s {
      font-size: 1.6rem; }
  .l3__prices .cell.btn-wrp {
    padding: 11px 11px 44px;
    border-bottom: none; }
    .l3__prices .cell.btn-wrp .btn {
      text-align: center;
      width: 100%; }
    .l3__prices .cell.btn-wrp:last-child {
      padding-bottom: 11px; }
  .l3__prices .cell.spacer {
    height: 22px; }
  .l3__prices .cell.wrp {
    padding: 14px 22px;
    border-bottom: 1px solid #b0bec5; }
    .l3__prices .cell.wrp .title, .l3__prices .cell.wrp .txt, .l3__prices .cell.wrp .li {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: auto; }
    .l3__prices .cell.wrp .title {
      margin-bottom: .33em;
      font-size: 1.8rem;
      line-height: 1.4;
      font-weight: bold; }
    .l3__prices .cell.wrp .txt {
      font-size: 1.6rem;
      line-height: 1.5; }
    .l3__prices .cell.wrp .li {
      height: 24px;
      position: relative;
      font-size: 1.6rem;
      line-height: 1.5; }
    .l3__prices .cell.wrp .p {
      font-size: 1.6rem;
      line-height: 1.5; }
    .l3__prices .cell.wrp:last-child {
      border-bottom: none;
      margin-bottom: 44px; }
.l3__prices.js__prices {
  border-top: 1px solid #b0bec5;
  border-bottom: 1px solid #b0bec5; }
  .l3__prices.js__prices .slick-slide {
    position: relative; }
    .l3__prices.js__prices .slick-slide::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 9999em;
      background-color: #b0bec5; }
  .l3__prices.js__prices .slick-arrow {
    top: 350px; }
  .l3__prices.js__prices .slick-dots {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: 0;
    top: 328px;
    width: 100%;
    height: 44px;
    padding-top: 9px;
    background-color: white;
    border-top: 1px solid #b0bec5;
    border-bottom: 1px solid #b0bec5;
    text-align: center; }
  .l3__prices.js__prices:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 9999px;
    background-color: white; }

.l3__docs .doc {
  max-width: 233px; }
.l3__docs.js__docs {
  border-top: 1px solid rgba(55, 71, 79, 0.33);
  border-bottom: 1px solid rgba(55, 71, 79, 0.33);
  padding: 66px 0 22px; }
  .l3__docs.js__docs .slick-list {
    padding: 0 18px; }
  .l3__docs.js__docs .js__carousel-item {
    text-align: center;
    padding: 0 22px; }

.l3__incut {
  text-align: center;
  color: white; }
  .l3__incut .title {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.3; }
  .l3__incut .ui__input {
    width: 222px;
    margin: 0 6px 9px; }
    .l3__incut .ui__input input {
      height: 46px;
      border-radius: 4px;
      background-color: #fafafa;
      border: 2px solid white; }
    .l3__incut .ui__input i {
      top: 16px; }
      .l3__incut .ui__input i:after {
        height: 34px; }
  .l3__incut .ui__btn {
    width: 222px;
    margin: 0 6px;
    background-color: #eeeeee;
    box-shadow: 0 2px 0 #9e9e9e;
    color: #37474f; }
    .l3__incut .ui__btn:hover {
      background-color: #e53935 !important;
      box-shadow: 0 2px 0 #b71c1c !important;
      color: white; }
  @media screen and (max-width: 767px) {
    .l3__incut .ui__input {
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 480px) {
    .l3__incut .ui__input, .l3__incut .ui__btn {
      width: 100%;
      margin: 0 0 11px; } }

.l3__incut_1 {
  background-color: #cfd8dc;
  text-align: center; }
  .l3__incut_1 .title {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.3; }
  .l3__incut_1 .ui__input {
    width: 222px;
    margin: 0 3px 7px; }
    .l3__incut_1 .ui__input input {
      height: 46px;
      border-radius: 4px;
      background-color: #fafafa;
      border: 2px solid #636f76; }
    .l3__incut_1 .ui__input i {
      top: 16px; }
      .l3__incut_1 .ui__input i:after {
        height: 28px; }
  .l3__incut_1 .ui__btn {
    width: 222px;
    margin: 0 3px; }
  @media screen and (max-width: 767px) {
    .l3__incut_1 .ui__input {
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 480px) {
    .l3__incut_1 .ui__input, .l3__incut_1 .ui__btn {
      width: 100%;
      margin: 0 0 11px; } }

.l3__feedback-filter {
  margin-bottom: 3em; }
  .l3__feedback-filter .tp-ttl {
    display: block;
    padding-bottom: .3em;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: .44em; }
  .l3__feedback-filter .lt-row {
    padding: .03em 0; }
    .l3__feedback-filter .lt-row:last-child {
      margin-bottom: .77em; }
  .l3__feedback-filter .ui-industry {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    border-bottom: 1px solid rgba(25, 118, 210, 0.3);
    text-decoration: none;
    color: #1976d2;
    font-size: 1.6rem;
    line-height: 1.5; }
    .l3__feedback-filter .ui-industry:hover {
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      transition: all 0.1s; }
    .l3__feedback-filter .ui-industry:visited {
      color: #8e24aa;
      border-bottom-color: rgba(142, 36, 170, 0.3); }
    .l3__feedback-filter .ui-industry:hover {
      color: #f44336;
      border-bottom-color: rgba(244, 67, 54, 0.3); }
    .l3__feedback-filter .ui-industry.active {
      cursor: default;
      padding: .1em .3em .2em;
      background-color: #455a64;
      border-radius: 3px;
      border: none;
      font-weight: bold;
      color: white; }

.l3__feedback-media {
  margin-bottom: 33px;
  border-bottom: 1px solid #b0bec5; }
  .l3__feedback-media .the__media {
    margin-bottom: 33px; }
  @media screen and (max-width: 480px) {
    .l3__feedback-media {
      margin-bottom: 22px;
      border: none; }
      .l3__feedback-media .the__media {
        margin-bottom: 1.5em; } }

.l3__portfolio {
  font-size: 1.6rem;
  line-height: 1.5; }
  .l3__portfolio .row {
    display: table;
    width: 100%;
    padding: 11px 0; }
    .l3__portfolio .row ul {
      margin-bottom: 2.8em; }
      .l3__portfolio .row ul:last-of-type li:before {
        background-color: #f44336; }
    .l3__portfolio .row li {
      position: relative;
      padding-left: 22px;
      font-size: 1.6rem;
      line-height: 1.5; }
      .l3__portfolio .row li:before {
        content: '';
        position: absolute;
        left: 2px;
        top: 11px;
        width: 5px;
        height: 5px;
        background-color: rgba(55, 71, 79, 0.33); }
  .l3__portfolio .coll, .l3__portfolio .colr {
    display: table-cell;
    vertical-align: middle;
    width: 50%; }
    .l3__portfolio .coll.coll, .l3__portfolio .colr.coll {
      padding: 0 22px; }
    .l3__portfolio .coll.colr, .l3__portfolio .colr.colr {
      padding-right: 44px;
      padding-left: 22px; }
  .l3__portfolio .company-logo {
    width: 77px;
    margin: 0 auto;
    display: block; }
  .l3__portfolio .company-name {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1.3; }
  .l3__portfolio .doc {
    display: block;
    max-width: 233px;
    margin: 0 auto; }
  .l3__portfolio .h3 {
    margin-bottom: .44em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.5; }
  .l3__portfolio.js__slider, .l3__portfolio.js__prices, .l3__portfolio.js__docs, .l3__portfolio.js__slider-nav, .l3__portfolio.js__slider-for {
    background-color: #eceff1;
    padding: 33px 0; }
  @media screen and (max-width: 768px) {
    .l3__portfolio.js__slider, .l3__portfolio.js__prices, .l3__portfolio.js__docs, .l3__portfolio.js__slider-nav, .l3__portfolio.js__slider-for {
      padding-bottom: 0; }
    .l3__portfolio .row {
      display: block;
      padding: 0; }
      .l3__portfolio .row ul {
        padding: 0 2px; }
    .l3__portfolio .coll, .l3__portfolio .colr {
      padding: 0 22px 22px !important;
      display: block;
      width: 100%; }
    .l3__portfolio .company-name {
      text-align: center; }
    .l3__portfolio .company-cap {
      text-align: center; }
    .l3__portfolio .doc {
      margin-bottom: 11px; }
    .l3__portfolio .btn {
      display: block;
      margin: auto;
      text-align: center; } }

.l3__portfolio_1 {
  border-top: 1px solid #b0bec5;
  border-bottom: 1px solid #b0bec5; }

.l3__portfolio-item {
  margin-bottom: 2.2em; }
  .l3__portfolio-item .link {
    display: block; }
    .l3__portfolio-item .link .ttl, .l3__portfolio-item .link .pic, .l3__portfolio-item .link span {
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      transition: all 0.1s; }
    .l3__portfolio-item .link:hover .ttl, .l3__portfolio-item .link:hover .pic, .l3__portfolio-item .link:hover span {
      color: #f44336;
      border-color: rgba(244, 67, 54, 0.7); }
  .l3__portfolio-item .pic {
    display: block;
    height: 144px;
    margin-bottom: .88em;
    border: 2px solid #b0bec5;
    border-radius: 4px; }
    .l3__portfolio-item .pic.logo {
      background-size: contain !important;
      background-color: #fff; }
  .l3__portfolio-item .ttl {
    display: block;
    margin-bottom: .44em;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.4;
    color: #1976d2; }
    .l3__portfolio-item .ttl span {
      border-bottom: 1px solid rgba(25, 118, 210, 0.3); }
  .l3__portfolio-item .cap {
    font-size: 1.4rem;
    line-height: 1.4; }

.l3__user {
  margin-bottom: 1.5em; }
  .l3__user::after {
    clear: both;
    content: "";
    display: table; }
  .l3__user .ava {
    float: left;
    display: block;
    margin-right: 3.95576%;
    width: 22.03318%;
    border-radius: 100%;
    margin-bottom: .33em; }
    .l3__user .ava:last-child {
      margin-right: 0; }
  .l3__user .wrp {
    float: left;
    display: block;
    margin-right: 3.95576%;
    width: 74.01106%; }
    .l3__user .wrp:last-child {
      margin-right: 0; }
  .l3__user .name {
    font-size: 1.8rem;
    line-height: 1.5; }
  .l3__user .cap {
    font-size: 1.5rem;
    line-height: 1.5;
    font-style: italic; }
  .l3__user.ex-stick {
    margin-bottom: 0; }

.l3__web-corp-header .ttl {
  position: relative;
  z-index: 11; }
.l3__web-corp-header .pic {
  max-width: 100%;
  margin-top: -77px; }
@media screen and (max-width: 768px) {
  .l3__web-corp-header .pic {
    margin-top: 0; } }

.l3__fltr_items .item {
  margin-bottom: 2.8em;
  -webkit-transform: translateY(33px);
  -moz-transform: translateY(33px);
  -ms-transform: translateY(33px);
  -o-transform: translateY(33px);
  transform: translateY(33px);
  opacity: 0; }
  .l3__fltr_items .item.active {
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.77s;
    -moz-transition: -moz-transform 2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.77s;
    transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.77s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
.l3__fltr_items .wrp-link {
  display: block;
  margin-bottom: .77em; }
  .l3__fltr_items .wrp-link:visited .ttl {
    color: #8e24aa;
    border-bottom-color: rgba(142, 36, 170, 0.3); }
  .l3__fltr_items .wrp-link:hover .pic {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
    opacity: .77; }
  .l3__fltr_items .wrp-link:hover .ttl {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    color: #f44336;
    border-bottom-color: rgba(244, 67, 54, 0.3); }
.l3__fltr_items .pic {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border: 2px solid #b0bec5;
  margin-bottom: 1.1em;
  border-radius: 4px; }
.l3__fltr_items .ttl {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  display: inline;
  border-bottom: 1px solid rgba(25, 118, 210, 0.3);
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  color: #1976d2; }
  .l3__fltr_items .ttl + i {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem; }
.l3__fltr_items .cap {
  margin-bottom: .66em;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #37474f; }
.l3__fltr_items .btn {
  float: right;
  margin-top: 7px; }
.l3__fltr_items .price {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.3; }
  .l3__fltr_items .price s {
    font-size: 1.6rem; }
.l3__fltr_items > .item {
  display: none; }

.l3__video-item {
  margin-bottom: 1.8em; }
  .l3__video-item .wrp-link:hover .pic {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
    opacity: .77; }
  .l3__video-item .wrp-link:hover .ttl span {
    color: #f44336;
    border-bottom-color: rgba(244, 67, 54, 0.3); }
  .l3__video-item .wrp-link:hover .btn {
    color: #f44336;
    border-color: #f44336; }
  .l3__video-item .pic {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border: 2px solid #b0bec5;
    margin-bottom: 1.1em;
    border-radius: 4px; }
  .l3__video-item .ttl {
    display: block;
    padding-bottom: .5em;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.4; }
    @media screen and (max-width: 480px) {
      .l3__video-item .ttl {
        font-size: 2.2rem;
        line-height: 1.33; } }
    .l3__video-item .ttl span {
      -webkit-transition: all 0.7s;
      -moz-transition: all 0.7s;
      transition: all 0.7s;
      border-bottom: 1px solid rgba(25, 118, 210, 0.3);
      text-decoration: none;
      color: #1976d2;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s; }
      .l3__video-item .ttl span:hover {
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s; }
      .l3__video-item .ttl span:visited {
        color: #8e24aa;
        border-bottom-color: rgba(142, 36, 170, 0.3); }
      .l3__video-item .ttl span:hover {
        color: #f44336;
        border-bottom-color: rgba(244, 67, 54, 0.3); }
  .l3__video-item .ul {
    margin-bottom: 1.5em;
    margin-left: 44px;
    margin-left: 16px; }
  .l3__video-item .li {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.5;
    font-size: 1.6rem;
    line-height: 1.5; }
    .l3__video-item .li:before {
      content: '';
      position: absolute;
      top: 11px;
      left: -14px;
      width: 5px;
      height: 5px;
      background-color: #37474f; }
    @media screen and (max-width: 480px) {
      .l3__video-item .li {
        font-size: 1.7rem; } }
  .l3__video-item .price {
    display: block;
    padding-bottom: .3em;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.3; }

.l3__main-tabs .btn {
  display: inline-block;
  cursor: pointer;
  outline: none;
  width: auto;
  padding: .44em .77em;
  margin-bottom: .33em;
  border-radius: .22em;
  border: 2px solid transparent;
  background-color: transparent;
  font: normal normal bold 1.6rem/1.3 "PT Sans";
  text-decoration: none;
  color: #37474f;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border-color: #37474f; }
  .l3__main-tabs .btn:hover {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s; }
  .l3__main-tabs .btn:hover {
    color: #f44336;
    border-color: #f44336; }
  .l3__main-tabs .btn:not(.active):hover {
    color: inherit;
    border-color: inherit;
    background-color: #f5f5f5; }
  .l3__main-tabs .btn.active {
    cursor: default;
    border-color: #37474f;
    background-color: #37474f;
    color: white; }
  .l3__main-tabs .btn:not(.active).selected {
    color: #f44336;
    border-color: #f44336; }

.lt__portfolio {
  padding: 0 3.95576%; }
  .lt__portfolio::after {
    clear: both;
    content: "";
    display: table; }
  .lt__portfolio.ex-bg {
    padding: 3.95576%;
    border-radius: 4px;
    margin-top: 4px;
    background-color: #eceff1; }
  .lt__portfolio .lt__wrp::after {
    clear: both;
    content: "";
    display: table; }
  .lt__portfolio .lt__ctr {
    float: left;
    display: block;
    margin-right: 3.95576%;
    width: 65.34808%;
    margin-left: 17.32596%; }
    .lt__portfolio .lt__ctr:last-child {
      margin-right: 0; }
  .lt__portfolio .lt__ctr-l {
    float: left;
    display: block;
    margin-right: 3.95576%;
    width: 82.67404%;
    margin-left: 8.66298%; }
    .lt__portfolio .lt__ctr-l:last-child {
      margin-right: 0; }
  .lt__portfolio .lt__ctr-s {
    float: left;
    display: block;
    margin-right: 3.95576%;
    width: 22.03318%;
    margin-left: 38.98341%; }
    .lt__portfolio .lt__ctr-s:last-child {
      margin-right: 0; }
  .lt__portfolio .lt__side {
    float: left;
    display: block;
    margin-right: 3.95576%;
    width: 13.3702%; }
    .lt__portfolio .lt__side:last-child {
      margin-right: 0; }
  @media screen and (max-width: 768px) {
    .lt__portfolio {
      padding: 0 22px; }
      .lt__portfolio .lt__ctr {
        float: left;
        display: block;
        margin-right: 3.95576%;
        width: 82.67404%;
        margin-left: 8.66298%; }
        .lt__portfolio .lt__ctr:last-child {
          margin-right: 0; }
      .lt__portfolio .lt__side {
        float: left;
        display: block;
        margin-right: 3.95576%;
        width: 4.70722%; }
        .lt__portfolio .lt__side:last-child {
          margin-right: 0; }
      .lt__portfolio.ex-bg {
        padding: 22px; } }
  @media screen and (max-width: 480px) {
    .lt__portfolio .lt__ctr,
    .lt__portfolio .lt__ctr-l,
    .lt__portfolio .lt__side {
      float: left;
      display: block;
      margin-right: 3.95576%;
      width: 100%;
      margin-left: 0%; }
      .lt__portfolio .lt__ctr:last-child,
      .lt__portfolio .lt__ctr-l:last-child,
      .lt__portfolio .lt__side:last-child {
        margin-right: 0; }
    .lt__portfolio .lt__ctr-s {
      float: left;
      display: block;
      margin-right: 3.95576%;
      width: 48.02212%;
      margin-left: 25.98894%; }
      .lt__portfolio .lt__ctr-s:last-child {
        margin-right: 0; }
    .lt__portfolio .the__doc {
      display: none; } }

.lt__feedback-comment {
  padding: 3.95576%;
  border-radius: 4px;
  margin-top: 4px;
  background-color: #eceff1; }
  .lt__feedback-comment::after {
    clear: both;
    content: "";
    display: table; }
  .lt__feedback-comment .lt__wrp::after {
    clear: both;
    content: "";
    display: table; }
  .lt__feedback-comment .lt__col-l {
    float: left;
    display: block;
    margin-right: 3.95576%;
    width: 30.69616%; }
    .lt__feedback-comment .lt__col-l:last-child {
      margin-right: 0; }
  .lt__feedback-comment .lt__col-r {
    float: left;
    display: block;
    margin-right: 3.95576%;
    width: 65.34808%; }
    .lt__feedback-comment .lt__col-r:last-child {
      margin-right: 0; }
  @media screen and (max-width: 768px) {
    .lt__feedback-comment {
      padding: 22px; } }
  @media screen and (max-width: 480px) {
    .lt__feedback-comment .lt__col-l,
    .lt__feedback-comment .lt__col-r {
      float: left;
      display: block;
      margin-right: 3.95576%;
      width: 100%; }
      .lt__feedback-comment .lt__col-l:last-child,
      .lt__feedback-comment .lt__col-r:last-child {
        margin-right: 0; } }

.lt__feedback-gallery {
  margin-bottom: 1.1em; }
  .lt__feedback-gallery::after {
    clear: both;
    content: "";
    display: table; }
  .lt__feedback-gallery .lt__cll {
    float: left;
    display: block;
    margin-right: 1.93952%;
    width: 10.80292%; }
    .lt__feedback-gallery .lt__cll:last-child {
      margin-right: 0; }
    .lt__feedback-gallery .lt__cll:nth-child(8n) {
      margin-right: 0; }
    .lt__feedback-gallery .lt__cll:nth-child(8n+1) {
      clear: left; }
  @media screen and (max-width: 767px) {
    .lt__feedback-gallery .lt__cll {
      float: left;
      display: block;
      margin-right: 1.93952%;
      width: 15.0504%; }
      .lt__feedback-gallery .lt__cll:nth-child(8n) {
        margin-right: 1.93952%; }
      .lt__feedback-gallery .lt__cll:nth-child(8n+1) {
        clear: none; }
      .lt__feedback-gallery .lt__cll:last-child {
        margin-right: 0; }
      .lt__feedback-gallery .lt__cll:nth-child(6n) {
        margin-right: 0; }
      .lt__feedback-gallery .lt__cll:nth-child(6n+1) {
        clear: left; } }
  @media screen and (max-width: 480px) {
    .lt__feedback-gallery .lt__cll {
      float: left;
      display: block;
      margin-right: 3.95576%;
      width: 22.03318%; }
      .lt__feedback-gallery .lt__cll:nth-child(6n) {
        margin-right: 3.95576%; }
      .lt__feedback-gallery .lt__cll:nth-child(6n+1) {
        clear: none; }
      .lt__feedback-gallery .lt__cll:last-child {
        margin-right: 0; }
      .lt__feedback-gallery .lt__cll:nth-child(4n) {
        margin-right: 0; }
      .lt__feedback-gallery .lt__cll:nth-child(4n+1) {
        clear: left; } }

.the__doc {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border: 3px solid #b0bec5;
  margin-bottom: 1.5em; }
  .the__doc.ex-max-width {
    max-width: 177px; }
  .the__doc:hover {
    border-color: #f44336; }
  @media screen and (max-width: 480px) {
    .the__doc {
      border-width: 2px; } }

.the__logo {
  max-width: 188px;
  margin-bottom: 1em;
  background-size: contain !important;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #b0bec5; }

.the__media {
  position: relative;
  margin-bottom: 1.5em;
  background-color: #eceff1; }
  .the__media .mask {
    display: block;
    width: 100%;
    opacity: 0; }
  .the__media iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100% !important;
    height: 100% !important; }
  @media screen and (max-width: 480px) {
    .the__media {
      margin-left: -22px;
      margin-right: -22px; } }

.the__work-prev {
  max-width: 100%;
  margin-top: -1em;
  margin-bottom: 3em;
  border: 12px solid #f5f5f5; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg); }

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0); }

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg); }

.my-mfp-slide-bottom.mfp-bg {
  opacity: 0.01;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-close {
  color: #fff !important; }

.l1__popup .mfp-close {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.l1__row.l1__row_detail {padding-top:0;}
.l1__container a {    border-bottom: 1px solid #1976d2; text-decoration:none; color:#1976d2;}
.l1__container a:hover {    color: #f44336;    border-bottom-color: rgba(244, 67, 54, 0.3);}
.l0__footer .company .logo {background:none;}
.l0__footer .company .logo img {width:100%;}
.l1__container .l1__row.l1__row_section_list {padding-top: 0;}
.l1__container .l1__row.no_top_padding_l1__row {padding-top: 0;}
.l1__container .section_black_link {color:#37474f; border-bottom: 1px solid #37474f;}
.l1__row.no_top_padding_l1__row hr {margin:0;}

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



@media screen and (max-width: 768px) {
	.l1__container_main	{    padding-top: 77px;}
	.l0__menu-wrp {margin-bottom: 0;    position: relative;    top: 76px;}
	
	.l0__header_1 {padding: 10px 3.95576%;}
	.l0__header_1 .logo {    float: none;    max-width: 200px;    margin: 0;}
	/*.stocks_mobile_scroll {    overflow: scroll;}*/
	.l1__container .l1__row.l3__pagination {padding: 3% 3.95576%;} 
	.l1__container .l1__row.l3__pagination p {    float: none;    width: 100%;    padding-right: 0px;    padding-bottom: 0;}
	.l1__container .l1__row.l3__pagination img {display:none;}
}

.filter_stock.filter_stock_color {background-color:rgb(255,235,132) !important ;}

.qw_circle {border: 1px solid #000;    border-radius: 50px;    display: inline-block;    width: 20px;    height: 20px;    text-align: center;    line-height: 17px;    font-size: 13px;}
.detail_help_tip {border-radius: 10px;    border: 2px solid #546e7a;    padding-left: 2px;    padding-right: 2px;    background-color: #eceff1;    width: 18px;    height: 18px;    display: inline-block;    text-align: center;    line-height: 14px;    font-size: 12px;     margin-left: 1px;    cursor: help; }
.l1__container a.filter_select_box_item_name_link{font-size: 12px;    border-bottom: none;    position: relative;    top: -2px;}


.tippy-box[data-theme~=finbull] {
	color: #fff;
	box-shadow: 0 0 20px 4px rgba(154, 161, 177, .15), 0 4px 80px -8px rgba(36, 40, 47, .25), 0 4px 4px -2px rgba(91, 94, 105, .15);
	background-color: #37474f
}

.tippy-box[data-theme~=finbull][data-placement^=top]>.tippy-arrow:before {
	border-top-color: #37474f
}

.tippy-box[data-theme~=finbull][data-placement^=bottom]>.tippy-arrow:before {
	border-bottom-color: #37474f
}

.tippy-box[data-theme~=finbull][data-placement^=left]>.tippy-arrow:before {
	border-left-color: #37474f
}

.tippy-box[data-theme~=finbull][data-placement^=right]>.tippy-arrow:before {
	border-right-color: #37474f
}

.tippy-box[data-theme~=finbull]>.tippy-backdrop {
	background-color: #37474f
}

.tippy-box[data-theme~=finbull]>.tippy-svg-arrow {
	fill: #37474f
}


