@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,900);
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, 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, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

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

/*!
 *  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
 * -------------------------- */
@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;
  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; }

body {
  font-family: 'Roboto', sans-serif; }

.overlay-block {
  background: rgba(254, 254, 254, 0.75);
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none; }

header {
  border-top: 1px solid #cccccc;
  padding-top: 15px; }

.banner {
  width: 728px;
  height: 90px;
  margin: 20px auto;
  background: #cccccc;
  display: none; }

.header-banner {
  width: 728px;
  #height: 90px;
  margin: 0 auto; }

.logo {
  width: 100%;
  text-align: center; }

.navigation {
  text-align: center;
  width: 100%; }
  .navigation-close-m {
    display: none; }
  .navigation ul {
    width: 100%;
    margin: 20px 0 7px 0; }
    .navigation ul li {
      display: inline-block;
      padding: 0 10px;
      overflow: hidden; }
      .navigation ul li a {
        color: #F67A44;
        font-size: 20px;
        text-decoration: none;
        overflow: hidden;
        padding: 0 4px;
        height: 1.5em; }
        .navigation ul li a span {
          position: relative;
          display: inline-block;
          -webkit-transition: -webkit-transform 0.3s;
          -moz-transition: -moz-transform 0.3s;
          transition: transform 0.3s;
          padding-bottom: 5px; }
        .navigation ul li a span::before {
          color: #F89D57;
          position: absolute;
          top: 100%;
          content: attr(data-hover);
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
      .navigation ul li a:hover span,
      .navigation ul li a:focus span {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%); }

/*
Left toolbar
*/
.sections {
  position: fixed;
  right: 0;
  width: 60px;
  bottom: 100px;
  padding: 10px 0;
  z-index: 99; }
  .sections ul li a {
    float: right;
    width: 50px;
    height: 50px;
    padding-left: 5px;
    border: 2px solid #F67A44;
    margin: 0 0 1px 0;
    border-right: 0;
    background: #fff;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 14px;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out; }
  .sections ul li a:hover {
    width: 180px; }
  .sections .add-question-left {
    background: #F67A44;
    color: #fff;
    padding-left: 0;
    width: 55px;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 46px;
    text-align: left;
    overflow: hidden; }
    .sections .add-question-left span.fa {
      font-size: 48px;
      width: 50px;
      height: 50px;
      float: left;
      text-align: center; }

.separate-line {
  width: 100%;
  border-top: 2px solid #F67A44;
  background: url("/img/theme/shadow.png") center 0 no-repeat;
  height: 10px;
  margin: 5px 0; }

.search {
  padding: 19px 0;
  width: 100%; }

.search-block {
  max-width: 860px;
  margin: 0 auto;
  border: 1px solid #ffcc99;
  border-radius: 5px;
  padding-left: 10px;
  height: 40px; }
  .search-block input[type="text"] {
    border: none;
    margin: 10px 300px 6px 0;
    width: 100%;
    font-size: 16px;
    color: #F67A44;
    font-style: italic; }
  .search-block input[type="text"]:focus {
    outline: none; }
  .search-block .search-group {
    float: left;
    width: 300px;
    margin-left: -300px;
    text-align: right;
    position: relative; }
    .search-block .search-group input[type="submit"] {
      font-size: 16px;
      width: 100px;
      border: none;
      float: right;
      text-transform: uppercase;
      padding: 0;
      border-bottom-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      border-top-right-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topright: 5px;
      height: 40px; }
    .search-block .search-group input[type="submit"]:hover {
      cursor: pointer; }
    .search-block .search-group .switcher {
      display: inline-block;
      color: #F67A44;
      position: relative; }
      .search-block .search-group .switcher select {
        float: right;
        border: 1px solid #ffcc99;
        border-bottom: 0;
        border-top: 0;
        font-size: 16px;
        padding: 0 28px 0px 5px;
        height: 40px;
        color: #757575;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      .search-block .search-group .switcher:before {
        content: '\25bc';
        position: absolute;
        pointer-events: none;
        color: #757575;
        top: 0;
        bottom: 1px;
        padding-top: 0.7em;
        line-height: 1;
        right: 0;
        width: 2em;
        text-align: center;
        transform: scale(0.84, 0.42);
        -webkit-transform: scale(0.84, 0.42);
        -moz-transform: scale(0.84, 0.42);
        -ms-transform: scale(0.84, 0.42);
        -o-transform: scale(0.84, 0.42);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.84, M12=0, M21=0, M22=0.42, SizingMethod='auto expand')";
        filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.84, M12=0, M21=0, M22=0.42, SizingMethod='auto expand'); }
  .search-block #place:hover {
    cursor: pointer; }
  .search-block #list {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ffcc99;
    color: #a3a3a3;
    display: none;
    position: absolute;
    top: 25px;
    z-index: 20; }
    .search-block #list li {
      background: #fff none repeat scroll 0 0;
      border-top: 1px solid #ffcc99;
      overflow: hidden; }
      .search-block #list li a {
        color: #F67A44;
        cursor: pointer;
        display: block;
        padding: 2px;
        text-decoration: none;
        width: 108px; }
      .search-block #list li a:hover {
        background: #ccc none repeat scroll 0 0; }

.breadCrumbs {
  text-align: center;
  color: #000000;
  font-size: 12px;
  width: 100%; }
  .breadCrumbs ul {
    margin: 20px;
    text-align: left; }
    .breadCrumbs ul li {
      display: inline-block;
      margin: 0 3px; }
      .breadCrumbs ul li a {
        color: #000000; }
      .breadCrumbs ul li a:hover {
        text-decoration: none; }

.block-300-350 {
  float: right;
  width: 300px;
  height: 350px;
  background: #cccccc; }

.banner-728-90 {
  clear: both;
  margin: 20px auto;
  text-align: center;
  max-width: 728px;
  height: 90px;
  background: #cccccc; }

.consultations-theme {
  max-width: 100%;
  margin: 0 auto; }

.tabs {
  display: inline-block;
  width: 100%; }
  .tabs .tabs-content-block {
    padding: 0 0 0 20px; }

.tabs ul {
  margin: 0;
  padding: 0;
  width: 100%; }

.tabs > ul li {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  color: #707070;
  border: 1px solid #cccccc;
  border-radius: 5px 5px 0 0;
  float: left; }

.tabs > ul li span {
  display: block;
  padding: 10px 32px; }

.tabs > ul li.active, .tabs > ul li.active:hover {
  color: #F67A44;
  border-bottom: none; }

.tabs > ul li:hover {
  border-color: #F67A44; }

.tabs-content-item {
  width: 100%;
  height: 405px; }
  .tabs-content-item .law {
    background: url("../../img/branding/brand_law.jpg") no-repeat -20px 65px;
    height: 405px; }
    .tabs-content-item .law li {
      float: none; }

.tabs-content-item-title {
  float: left;
  width: 97%;
  text-align: right;
  font-size: 12px;
  padding: 5px 0; }
  .tabs-content-item-title span {
    float: left;
    font-size: 20px;
    padding: 5px 0; }
    .tabs-content-item-title span a {
      color: #F89D57;
      text-decoration: none; }

.tabs-content-block ul {
  list-style-type: disc;
  color: #F67A44; }
  .tabs-content-block ul li {
    float: left;
    margin-right: 25px;
    width: 280px;
    line-height: 20px; }
    .tabs-content-block ul li a {
      color: #000000;
      font-size: 16px; }
    .tabs-content-block ul li a:hover {
      color: #F67A44; }

/*
my tans blue
*/
.tabs-home {
  border: 0; }
  .tabs-home .ui-tabs-nav {
    padding: 0;
    background: none;
    border: 0; }
    .tabs-home .ui-tabs-nav li {
      border: 0;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      background: none;
      margin: 1px 0 1px 1px; }
      .tabs-home .ui-tabs-nav li a {
        color: #323232;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        border-bottom: 0;
        text-align: center;
        padding-top: 13px;
        padding-bottom: 13px;
        margin-bottom: 0px;
        outline: none; }
    .tabs-home .ui-tabs-nav li.ui-state-hover {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      background: #F67A44; }
    .tabs-home .ui-tabs-nav li.ui-state-hover a {
      color: #fff;
      border-bottom: 2px solid #F67A44; }
    .tabs-home .ui-tabs-nav li.ui-tabs-active {
      background: #F67A44;
      padding-bottom: 0;
      margin-bottom: 1px; }
    .tabs-home .ui-tabs-nav li.ui-tabs-active a {
      border-bottom: 2px solid #F67A44;
      color: #fff !important; }
  .tabs-home .ui-widget-content {
    border-top: 2px solid #F67A44;
    color: #333;
    font-size: 14px;
    margin: -3px 2px 0 1px;
    float: left;
    padding: 0;
    width: 100%; }

.read-more-block .read-more-title {
  margin: 30px 0 0;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 20px 5px 20px;
  color: #3399cc;
  border-bottom: 2px solid #3399cc;
  text-align: left; }
.read-more-block-list {
  background: url("/img/theme/shadow.png") center 0 no-repeat;
  padding: 20px 0;
  position: relative;
  text-align: center; }
.read-more-block-item {
  margin: 10px 5px 20px 5px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-align: left;
  transition: all .2s;
  width: 250px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none; }
.read-more-block-item:hover img {
  opacity: 0.8; }

.read-more2 {
  text-align: center;
  text-transform: uppercase;
  color: #323232;
  font-size: 18px;
  font-weight: 700;
  background: url(/img/theme/read_more.png) 50% bottom no-repeat;
  padding: 15px 0; }

.index {
  width: 100%;
  margin: 0 auto;
  line-height: 1.5em;
  clear: both; }
  .index .intro {
    margin: 30px 0 0;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0 20px 5px 20px;
    color: #F67A44;
    border-bottom: 2px solid #F67A44;
    text-align: left; }
  .index .intro-block {
    padding: 10px;
    text-align: center;
    background: url("/img/theme/shadow.png") center 0 no-repeat; }
  .index .index-block-item {
    width: 300px;
    margin: 10px 10px 20px 10px;
    display: inline-block;
    vertical-align: top;
    min-height: 350px;
    max-height: 455px;
    overflow: hidden;
    text-align: left;
    transition: all .2s;
    border-bottom: 20px solid #fff; }
    .index .index-block-item .date {
      color: #ccc;
      font-size: 14px;
      display: inline-block;
      padding: 5px 10px; }
    .index .index-block-item .partition {
      font-size: 14px;
      display: inline-block;
      text-align: right;
      width: 45%; }
      .index .index-block-item .partition a {
        color: #F67A44; }
    .index .index-block-item-img {
      position: relative;
      width: 300px;
      height: 200px;
      float: left; }
      .index .index-block-item-img img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 300px;
        height: 200px; }
      .index .index-block-item-img-bg {
        position: absolute;
        width: 100%;
        height: 0;
        z-index: 3;
        top: 0;
        left: 0;
        background: #fefefe;
        opacity: .8;
        display: none;
        -webkit-transition: height 0.5s, background 0.5s;
        -moz-transition: height 0.5s, background 0.5s;
        -o-transition: height 0.5s, background 0.5s;
        transition: height 0.5s, background 0.5s; }
      .index .index-block-item-img .read-more2 {
        width: 180px;
        position: absolute;
        z-index: 4;
        top: 26%;
        left: 50%;
        margin-left: -90px;
        height: 25px;
        margin-top: -20px;
        display: none; }
    .index .index-block-item-img:hover .index-block-item-img-bg, .index .index-block-item-img:hover .read-more2 {
      display: block; }
    .index .index-block-item-img:hover .index-block-item-img-bg {
      height: 100%; }
    .index .index-block-item .index-title {
      font-size: 18px;
      display: inline-block;
      margin: 10px 0;
      padding: 5px 10px;
      line-height: 20px; }
      .index .index-block-item .index-title a {
        color: #333333;
        text-decoration: none;
        font-size: 18px; }
      .index .index-block-item .index-title a:hover {
        text-decoration: underline; }
    .index .index-block-item .read-more {
      display: inline-block;
      text-align: center;
      font-size: 14px;
      width: 100%;
      margin: 10px 0; }
      .index .index-block-item .read-more a {
        color: #F67A44; }
    .index .index-block-item .video {
      margin-top: 0; }
    .index .index-block-item p {
      font-size: 14px;
      padding: 0 10px;
      line-height: 19px; }
    .index .index-block-item-more {
      clear: both;
      width: 100%;
      text-align: center; }
    .index .index-block-item-cats {
      float: left;
      line-height: 12px;
      margin: 5px 0 4px 0;
      font-size: 10px;
      color: #000000;
      width: 100%; }
      .index .index-block-item-cats a {
        font-size: 10px;
        text-decoration: none;
        color: #000000;
        #background: #ccc;
        border: 1px solid #ffcc99;
        padding: 3px;
        float: left;
        margin: 2px;
        border-radius: 3px; }
      .index .index-block-item-cats a:hover {
        background: #ffcc99; }
  .index .index-block-item:hover {
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35); }
  .index .index-block-item.faq-categories:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .index .index-block-item.faq-categories.active {
    overflow: inherit;
    z-index: 100; }
    .index .index-block-item.faq-categories.active ul {
      position: absolute;
      top: 0;
      left: 0;
      max-height: 500px;
      overflow-y: scroll;
      -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35); }
      .index .index-block-item.faq-categories.active ul li.faq-categories-btn {
        bottom: auto; }

.important.index .intro-block {
  padding: 0; }

.faq-categories {
  position: relative; }
  .faq-categories ul {
    margin: 0;
    padding: 0 0 30px 0;
    list-style: none;
    background: #f5f5f5; }
    .faq-categories ul li {
      padding: 6px 5px 6px 18px;
      position: relative; }
      .faq-categories ul li a {
        font-size: 12px;
        line-height: 14px;
        text-decoration: none;
        color: #000000;
        display: block; }
      .faq-categories ul li a:hover {
        color: #ffcc99; }
    .faq-categories ul li:before {
      position: absolute;
      left: 5px;
      top: 0px;
      content: '\25ba';
      font-size: 10px;
      color: #ffcc99; }
    .faq-categories ul li.faq-categories-title {
      border-bottom: 2px solid #fff;
      padding: 10px 15px;
      text-transform: uppercase;
      font-size: 16px;
      color: #ffcc99; }
    .faq-categories ul li.faq-categories-btn {
      position: absolute;
      bottom: 0;
      left: 0;
      text-align: center;
      background: #f5f5f5;
      width: 100%;
      padding: 5px 0;
      font-size: 16px;
      border-top: 2px solid #fff; }
      .faq-categories ul li.faq-categories-btn a {
        font-size: 18px;
        display: block;
        width: 100%; }
    .faq-categories ul li.faq-categories-btn:hover {
      background: #ccc; }
    .faq-categories ul li.faq-categories-title:before, .faq-categories ul li.faq-categories-btn:before {
      content: ''; }

.first-block {
  padding-top: 20px; }

.important .intro-block {
  max-height: 420px;
  padding: 20px;
  overflow: hidden; }
.important-item {
  float: left;
  width: 25%;
  display: table;
  text-align: left; }
  .important-item-title {
    font-size: 16px;
    background: rgba(254, 254, 254, 0.75);
    color: #000000;
    display: block;
    text-decoration: none;
    padding: 0;
    height: 81px;
    overflow: hidden;
    -webkit-transition: height 0.5s, background 0.5s;
    -moz-transition: height 0.5s, background 0.5s;
    -o-transition: height 0.5s, background 0.5s;
    transition: height 0.5s, background 0.5s; }
    .important-item-title-pd {
      padding: 10px; }
  .important-item-desc {
    color: #323232;
    display: none;
    font-size: 16px;
    padding: 15px 0; }
    .important-item-desc p {
      line-height: 18px; }
    .important-item-desc ul {
      display: block;
      list-style: none;
      margin: 10px 0 10px 20px; }
      .important-item-desc ul li {
        position: relative; }
      .important-item-desc ul li:before {
        content: '\25ba';
        position: absolute;
        top: 0;
        left: -15px;
        font-size: 12px;
        color: #3399cc; }
  .important-item a {
    border-left: 2px solid #fff;
    display: table-cell;
    vertical-align: bottom;
    text-decoration: none;
    height: 210px;
    width: 100%;
    background-size: cover; }
  .important-item a:hover .important-item-title {
    height: 100%; }
  .important-item a:hover .important-item-desc {
    display: block; }
.important-item:first-child {
  width: 50%; }
  .important-item:first-child a {
    background-size: cover;
    height: 420px; }
  .important-item:first-child .important-item-title {
    font-size: 20px;
    padding: 25px; }

.index-block-row3 {
  width: 400px;
  height: 225px;
  display: inline-block;
  background: #ccc;
  margin: 10px 4px 20px 3px;
  overflow: hidden; }
  .index-block-row3 .item {
    position: relative;
    display: block;
    height: 225px; }
    .index-block-row3 .item-title {
      position: absolute;
      bottom: 0;
      left: 0;
      font-weight: 700;
      font-size: 16px;
      background: rgba(254, 254, 254, 0.75);
      color: #000000;
      display: block;
      text-decoration: none;
      height: 70px;
      overflow: hidden;
      -webkit-transition: height 0.5s, background 0.5s;
      -moz-transition: height 0.5s, background 0.5s;
      -o-transition: height 0.5s, background 0.5s;
      transition: height 0.5s, background 0.5s;
      width: 100%; }
      .index-block-row3 .item-title-block {
        padding: 10px; }
    .index-block-row3 .item-desc {
      display: none;
      font-weight: 500; }
  .index-block-row3 .item:hover .item-title {
    height: 100%; }
  .index-block-row3 .item:hover .item-desc {
    display: block; }
  .index-block-row3 a img {
    width: 100%; }

.video-item-play-btn {
  background: #F67A44;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 84px;
  left: 50%;
  margin-left: -25px; }
.video-item .video-item-play-btn:before {
  content: '\25ba';
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 30px;
  color: #fff;
  margin: 13px 0 0 -12px; }

.social-block ul {
  margin: 0 !important;
  padding: 0;
  list-style: none; }
  .social-block ul li {
    list-style: none;
    float: left;
    text-align: left;
    color: #fff;
    padding: 0;
    margin-right: 10px; }
    .social-block ul li .soc-link {
      float: left;
      padding: 5px;
      cursor: pointer;
      font-size: 16px; }
      .social-block ul li .soc-link span {
        color: #fff;
        font-size: 16px;
        margin: 0 3px; }
    .social-block ul li .counter {
      display: inline-block;
      padding: 4px 7px;
      font-size: 14px;
      color: #000000;
      border: 1px solid #ccc; }
  .social-block ul .facebook .soc-link {
    background: #395799; }
  .social-block ul .facebook .soc-link:hover {
    background: #5B77B4; }
  .social-block ul .vk .soc-link {
    background: #4e75a0; }
  .social-block ul .vk .soc-link:hover {
    background: #769DC9; }
  .social-block ul .google .soc-link {
    background: #D34231; }
  .social-block ul .google .soc-link:hover {
    background: #D6685B; }
  .social-block ul .pocket .soc-link {
    background: #EE4056; }
  .social-block ul .pocket .soc-link:hover {
    background: #EC6173; }
  .social-block ul .odnoklass .soc-link {
    background: #F58220; }
  .social-block ul .odnoklass .soc-link:hover {
    background: #FFA82E; }
  .social-block ul .mailru .soc-link {
    background: #00468C; }
    .social-block ul .mailru .soc-link span.fa {
      color: #FFA82E; }
  .social-block ul .mailru .soc-link:hover {
    background: #5B77B4; }

.social-block.short span.btm-name {
  display: none; }

.bottom-block.social-block {
  width: 100%;
  float: left;
  border-top: 1px solid #ccc;
  margin: 10px 0;
  padding: 10px 0; }

.categories-right {
  max-height: 400px;
  overflow: hidden; }

.categories-right.faq-categories {
  position: relative; }
  .categories-right.faq-categories ul li:before {
    top: 8px; }

.categories-right.active {
  overflow: inherit;
  z-index: 100; }
  .categories-right.active ul {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 500px;
    overflow-y: scroll;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35); }
    .categories-right.active ul li.faq-categories-btn {
      bottom: auto; }

.video .faq-categories {
  max-height: 300px; }
.video .index-block-item-img .read-more2 {
  font-size: 16px;
  background: none;
  width: 180px; }
  .video .index-block-item-img .read-more2 span {
    font-size: 78px;
    color: #F89D57; }
  .video .index-block-item-img .read-more2 span:first-child {
    display: block; }
.video .video-pr {
  font-size: 14px; }
  .video .video-pr-views {
    float: left;
    width: 50%; }
    .video .video-pr-views span {
      margin-left: 10px; }
  .video .video-pr-rating {
    float: right;
    width: 50%;
    text-align: right;
    color: #ccc; }
    .video .video-pr-rating .yellow-star {
      color: #000000; }
    .video .video-pr-rating span:last-child {
      margin-right: 10px; }

.photo .faq-categories {
  max-height: 300px; }
.photo .index-block-item-img .read-more2 {
  font-size: 16px;
  background: none;
  color: #333;
  line-height: 18px; }
  .photo .index-block-item-img .read-more2 span {
    font-size: 78px;
    color: #333;
    margin-bottom: 10px;
    display: block; }
.photo .photo-pr {
  font-size: 14px; }
  .photo .photo-pr-views {
    float: left;
    width: 50%; }
    .photo .photo-pr-views span {
      margin-left: 10px; }
  .photo .photo-pr-rating {
    float: right;
    width: 50%;
    text-align: right;
    color: #ccc; }
    .photo .photo-pr-rating span {
      margin-right: 10px; }

.for_parent {
  background: #F5F5F5 !important; }
  .for_parent .index-block-item {
    border-bottom: 20px solid #F5F5F5; }

.content-intro {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0 0 0;
  color: #333333; }
  .content-intro a {
    color: #F67A44; }
  .content-intro a:hover {
    text-decoration: none; }
  .content-intro h1 {
    color: #F67A44;
    text-align: center;
    font-size: 24px;
    line-height: 2.3em; }
  .content-intro p {
    font-size: 14px;
    line-height: 1.5em; }
  .content-intro .orange {
    color: #F89D57;
    text-transform: uppercase; }

.content-block {
  width: 100%;
  color: #333333;
  position: relative; }
  .content-block .blueTitle {
    font-size: 18px;
    color: #F67A44; }
  .content-block .left-col {
    float: left;
    color: #333333;
    font-size: 14px;
    padding-right: 340px;
    width: 100%;
    box-sizing: border-box; }
    .content-block .left-col a {
      color: #F67A44;
      font-size: 12px; }
    .content-block .left-col .thematic-articles ul {
      color: #F67A44;
      list-style-type: disc;
      margin: 20px 0 20px 20px; }
      .content-block .left-col .thematic-articles ul li {
        line-height: 1.5em;
        font-size: 14px; }
        .content-block .left-col .thematic-articles ul li a {
          color: #000000; }
        .content-block .left-col .thematic-articles ul li a:hover {
          text-decoration: none;
          color: #F67A44; }
    .content-block .left-col .add-question-btn {
      width: 398px;
      height: 58px;
      margin: 20px auto; }
      .content-block .left-col .add-question-btn a {
        color: #F67A44;
        text-decoration: none;
        display: block;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #ffcc99;
        background-color: rgba(255, 204, 153, 0.3);
        -webkit-box-shadow: 0 0 7px rgba(255, 255, 255, 0.35), 0 3px 5px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0 0 7px rgba(255, 255, 255, 0.35), 0 3px 5px rgba(0, 0, 0, 0.35);
        box-shadow: 0 0 7px rgba(255, 255, 255, 0.35), 0 3px 5px rgba(0, 0, 0, 0.35);
        font-size: 20px;
        text-align: center;
        line-height: 3em;
        text-transform: uppercase; }
      .content-block .left-col .add-question-btn a:hover {
        color: #F89D57; }
    .content-block .left-col .social-sort-block {
      padding: 20px 0;
      width: 100%;
      display: table;
      font-size: 14px;
      color: #000000; }
      .content-block .left-col .social-sort-block a {
        color: #F67A44;
        text-decoration: none; }
      .content-block .left-col .social-sort-block .sorting {
        width: 50%;
        display: table-cell; }
        .content-block .left-col .social-sort-block .sorting .current {
          border: 1px solid #F67A44;
          border-radius: 5px; }
        .content-block .left-col .social-sort-block .sorting a {
          padding: 5px;
          margin: 5px; }
    .content-block .left-col .last-consultation, .content-block .left-col .consultation-item {
      padding: 30px 0;
      border-bottom: 1px solid #ffcc99; }
    .content-block .left-col .last-consultation .blueTitle {
      display: block;
      padding-bottom: 20px; }
    .content-block .left-col .who {
      display: inline-block;
      width: 69%; }
    .content-block .left-col .date {
      display: inline-block;
      text-align: right; }
    .content-block .left-col .question {
      padding: 20px;
      border: 1px solid #F67A44;
      border-radius: 4px;
      line-height: 1.5em; }
      .content-block .left-col .question .question-item {
        clear: both;
        padding-top: 10px; }
    .content-block .left-col .answer {
      margin: 20px 0 0 0;
      line-height: 1.5em; }
      .content-block .left-col .answer .doc-info {
        border-right: 1px solid #39c;
        display: inline-block;
        font-size: 12px;
        margin-top: 20px;
        padding-right: 1%;
        width: 24%; }
        .content-block .left-col .answer .doc-info img {
          border-radius: 40px;
          width: 128px;
          height: 155px;
          margin-right: 10px; }
        .content-block .left-col .answer .doc-info span {
          display: inline-block; }
        .content-block .left-col .answer .doc-info .contacts {
          color: #F67A44;
          text-decoration: underline; }
        .content-block .left-col .answer .doc-info .contacts:hover {
          cursor: pointer; }
      .content-block .left-col .answer .answer-item {
        display: inline-block;
        margin-top: 20px;
        padding-left: 2%;
        vertical-align: top;
        width: 72%; }
  .content-block .right-col {
    float: left;
    margin-left: -320px;
    width: 300px; }
    .content-block .right-col .block-300-600 {
      width: 300px;
      height: 600px;
      background: #ccc;
      margin: 20px 0; }
    .content-block .right-col .last-news-rc {
      width: 300px; }
      .content-block .right-col .last-news-rc .date {
        font-size: 12px;
        color: #cccccc; }
      .content-block .right-col .last-news-rc a {
        color: #F67A44;
        text-decoration: none;
        display: block;
        padding: 0 0 15px 0; }

.paginator {
  padding: 20px;
  margin: 20px; }

.more-about {
  width: 100%;
  color: #000000;
  font-size: 14px;
  line-height: 1.5em;
  margin: 20px 0 0 0;
  border-top: 1px solid #cccccc; }
  .more-about .block-title {
    font-size: 24px; }
  .more-about .sub-block {
    padding: 20px 0;
    vertical-align: top;
    border-bottom: 1px solid #cccccc; }
    .more-about .sub-block a {
      font-size: 16px;
      color: #F67A44;
      text-decoration: none; }
    .more-about .sub-block .dostupno_title {
      font-size: 16px;
      padding: 10px 0; }
      .more-about .sub-block .dostupno_title a {
        color: #000000;
        text-decoration: none; }

.cat {
  margin: 0 auto;
  font-size: 20px;
  color: #333333; }
  .cat .block-title {
    color: #F89D57; }
  .cat .sorting {
    width: 100%;
    text-align: right;
    font-size: 14px; }
    .cat .sorting .down:before {
      content: '\25b3';
      color: #F67A44; }
    .cat .sorting .up:before {
      content: '\25bd';
      color: #F67A44; }
    .cat .sorting a {
      text-decoration: none;
      color: #F67A44; }
  .cat .cat-title {
    padding: 20px 0 7px 20px;
    color: #F89D57;
    font-size: 24px;
    text-align: left;
    text-transform: uppercase;
    clear: both; }
  .cat .them-block-item {
    width: 275px;
    padding: 20px;
    display: inline-block;
    vertical-align: top; }
  .cat .them-block-item:hover {
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35); }
  .cat .them-title {
    font-size: 18px;
    display: block;
    text-align: center; }
    .cat .them-title a {
      color: #333333;
      text-decoration: underline; }
  .cat .questions {
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 10px 0 20px 0; }
  .cat .faq {
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 20px 0; }
    .cat .faq a {
      color: #F67A44; }
  .cat p {
    font-size: 14px;
    line-height: 1.5em; }
  .cat-description {
    font-size: 14px;
    line-height: 16px;
    float: left;
    margin: 20px 0 20px 20px;
    max-height: 36px;
    overflow: hidden;
    transition: max-height 0.15s ease-out;
    position: relative;
    padding-bottom: 20px;
    text-align: left;
    color: #666; }
    .cat-description p {
      margin: 10px 0 7px 0;
      line-height: 1.5em; }
    .cat-description h2 {
      font-size: 18px;
      margin: 10px 0 7px 0;
      font-weight: bold;
      line-height: 1.5em; }
    .cat-description h3 {
      font-size: 16px;
      margin: 10px 0 7px 0;
      font-weight: bold;
      line-height: 1.5em; }
    .cat-description h4 {
      font-size: 14px;
      margin: 10px 0 7px 0;
      font-weight: bold;
      line-height: 1.5em; }
    .cat-description h5 {
      font-size: 14px;
      margin: 10px 0 7px 0;
      font-weight: bold;
      line-height: 1.5em; }
    .cat-description h6 {
      font-size: 18px;
      margin: 10px 0 7px 0;
      font-weight: bold;
      line-height: 1.5em; }
    .cat-description strong {
      font-weight: bold; }
    .cat-description em {
      font-style: italic; }
    .cat-description ul, .cat-description ol {
      margin: 10px 0 0 20px; }
      .cat-description ul li, .cat-description ol li {
        margin: 0 0 10px 0;
        line-height: 1.5em; }
    .cat-description ul {
      list-style: disc; }
    .cat-description ol {
      list-style: decimal; }
    .cat-description-btn {
      position: absolute;
      bottom: 0px;
      left: 0;
      font-size: 22px;
      color: #000000;
      text-decoration: none;
      width: 100%;
      background: #fff;
      text-align: center; }
    .cat-description-btn:hover {
      color: #ffcc99; }

.consultations {
  margin: 20px 0;
  width: 100%; }
  .consultations-left {
    float: left;
    width: 100%;
    padding-right: 340px;
    box-sizing: border-box; }
  .consultations-right {
    float: left;
    width: 300px;
    margin-left: -320px;
    text-align: right;
    position: relative; }
  .consultations-list {
    padding: 25px 15px;
    background: url("/img/theme/shadow.png") center 0 no-repeat; }
    .consultations-list-block {
      width: 50%;
      float: left; }
      .consultations-list-block-sub {
        width: 50%;
        float: left; }
        .consultations-list-block-sub div {
          padding: 5px 10px;
          line-height: 18px; }
          .consultations-list-block-sub div a {
            font-size: 14px;
            text-decoration: none;
            line-height: 16px;
            position: relative;
            display: block; }
          .consultations-list-block-sub div a:before {
            content: '\25ba';
            position: absolute;
            top: 0;
            left: -15px;
            font-size: 12px;
            color: #F67A44; }
          .consultations-list-block-sub div a:hover {
            color: #F67A44; }
    .consultations-list-toolbar {
      width: 100%;
      text-align: right;
      float: left; }
      .consultations-list-toolbar .all-button {
        float: left; }

.banner-300-350 {
  width: 300px;
  height: 350px;
  background: #ccc;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 23px;
  margin-bottom: 20px; }

.banner-300-250 {
  width: 300px;
  height: 250px;
  background: #ccc;
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 23px; }

.howit-work {
  background: #f5f5f5;
  float: left;
  padding: 5px 0;
  width: 100%;
  clear: both;
  margin-bottom: 30px; }
  .howit-work .howit-rotate img {
    -ms-transform: rotate(150deg);
    /* IE 9 */
    -webkit-transform: rotate(150deg);
    /* Chrome, Safari, Opera */
    transform: rotate(150deg); }
  .howit-work-block {
    float: left;
    text-align: center; }
  .howit-work .first-arrow {
    margin-left: 90px; }
  .howit-work .add-question span {
    display: block;
    text-align: center;
    color: #000;
    font-family: Arial,sans-serif;
    font-size: 24px; }
  .howit-work .consult-answer span {
    display: block;
    text-align: center;
    color: #000;
    font-family: Arial,sans-serif;
    font-size: 24px; }
  .howit-work-desc {
    border-left: 1px solid #000;
    width: 325px;
    margin: 0 0 0 82px;
    padding-left: 20px;
    text-align: left; }
  .howit-work-right {
    color: #000000;
    font-size: 24px;
    margin: 10px 0; }
    .howit-work-right span {
      color: #cc3333; }
    .howit-work-right div {
      font-size: 14px;
      line-height: 16px; }
      .howit-work-right div b {
        color: #cc3333; }

.article {
  color: #000000;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.5em;
  font-family: Verdana,sans-serif; }
  .article .date {
    float: left;
    padding: 18px 0 0 0; }
  .article .social-block {
    text-align: right;
    float: right; }
  .article h1 {
    font-size: 24px;
    line-height: 1.1em;
    font-weight: bold; }
  .article h2 {
    font-size: 20px;
    line-height: 1.1em;
    font-weight: bold;
    margin: 15px 0 10px; }
  .article h3 {
    font-size: 18px;
    line-height: 1.1em;
    font-weight: bold;
    margin: 15px 0 10px; }
  .article h4 {
    font-size: 16px;
    line-height: 1.1em;
    font-weight: bold;
    margin: 15px 0 10px; }
  .article h5 {
    font-size: 14px;
    line-height: 1.1em;
    font-weight: bold;
    margin: 15px 0 10px; }
  .article h6 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1em;
    margin: 15px 0 10px; }
  .article img {
    margin: 0 20px 10px 0;
    float: left; }
  .article p, .article li {
    font-size: 14px;
    line-height: 1.5em;
    padding: 0 0 10px 0;
    font-family: Verdana,sans-serif; }
  .article ul {
    list-style-type: disc;
    font-family: Verdana,sans-serif; }
  .article ol {
    list-style-type: decimal;
    font-family: Verdana,sans-serif; }
  .article ol, .article ul {
    margin: 10px 0 10px 40px; }
  .article div {
    font-family: Verdana,sans-serif; }
  .article table td, .article table th {
    font-family: Verdana,sans-serif;
    background: #fff; }
  .article table th {
    background: #F5F5F5; }
  .article table {
    border-collapse: inherit;
    border-spacing: 1px;
    background: #F67A44; }
  .article b, .article strong {
    font-weight: bold;
    font-family: Verdana,sans-serif; }
  .article a:hover {
    color: #F89D57;
    text-decoration: none; }
  .article .gplus {
    color: #000000;
    text-decoration: none;
    padding: 5px 0;
    display: block; }
  .article sub {
    font-size: smaller;
    vertical-align: sub; }
  .article sup {
    font-size: smaller;
    vertical-align: super; }

.tags {
  padding: 20px 0; }
  .tags span {
    font-size: 14px;
    color: #333333;
    display: inline-block; }
  .tags .tags-block {
    display: inline; }
    .tags .tags-block li {
      display: inline-block;
      margin: 2px 2px; }
      .tags .tags-block li a {
        padding: 5px 3px;
        border-radius: 3px;
        border: 1px solid #F67A44;
        display: block;
        text-decoration: none; }
      .tags .tags-block li a:hover {
        color: #F89D57; }

.thematic-block {
  color: #333333;
  margin: 0 0 20px 0;
  line-height: 1.5em;
  border-bottom: 1px solid #ffcc99;
  font-size: 14px; }
  .thematic-block span {
    text-align: center;
    display: block;
    color: #F67A44;
    font-size: 20px;
    margin: 0 0 10px 0; }
  .thematic-block a {
    color: #333333;
    text-decoration: underline; }
  .thematic-block li {
    padding: 0 0 10px 0; }

.red {
  color: #F89D57 !important;
  margin-bottom: 0 !important; }

.fresh_news_title {
  padding: 20px 0px 10px;
  border-top: 1px solid #cccccc; }
  .fresh_news_title a {
    color: #000000;
    text-decoration: none; }

.popular_art {
  width: 100%;
  padding: 20px 0 0 0;
  border-top: 1px solid #cccccc;
  margin: 20px 0; }
  .popular_art .popular_art_title {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px; }
  .popular_art .story-prev {
    width: 48%;
    display: inline-block;
    padding: 1%; }
    .popular_art .story-prev a {
      font-size: 16px;
      font-weight: bold;
      display: inline-block;
      margin: 0 0 10px 0;
      text-decoration: none; }
    .popular_art .story-prev a:hover {
      color: #F89D57; }
    .popular_art .story-prev img {
      width: 100%; }
    .popular_art .story-prev p {
      text-align: center;
      color: #cccccc;
      font-size: 12px; }

table.privivki caption {
  font-weight: bold; }
table.privivki th {
  padding: 10px 15px;
  background: #F89D57; }
  table.privivki th h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0;
    margin: 0; }
table.privivki tr:hover td {
  background: #F5F5F5; }
table.privivki td {
  padding: 15px 10px; }
  table.privivki td a {
    position: relative;
    line-height: 14px;
    padding-left: 20px;
    display: block; }
  table.privivki td a:before {
    width: 24px;
    height: 24px;
    font-family: FontAwesome;
    content: "\f10c";
    position: absolute;
    font-size: 16px;
    top: 1px;
    left: 0; }
  table.privivki td a:hover:before {
    color: #F89D57; }
table.privivki .my-privivki {
  text-align: center; }
  table.privivki .my-privivki h2 {
    position: relative;
    padding-left: 30px; }
    table.privivki .my-privivki h2 span {
      margin-right: 15px;
      color: green;
      font-size: 36px; }
  table.privivki .my-privivki table {
    background: transparent; }

.vakcini li {
  font-size: 12px;
  font-weight: bold; }
  .vakcini li span {
    font-weight: normal;
    font-style: italic; }

.home-title {
  margin: 30px 0 0;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 20px 5px 20px;
  color: #F89D57;
  border-bottom: 2px solid #F89D57;
  text-align: left; }

.photo {
  color: #000000;
  text-align: left; }
  .photo .date {
    width: auto !important;
    text-align: left !important; }
  .photo .social-block {
    text-align: right; }
  .photo h1 {
    font-size: 24px;
    line-height: 1.5em; }
  .photo img {
    border-radius: 5px;
    margin: 0 0 10px 0; }
  .photo p {
    font-size: 14px;
    line-height: 1.5em;
    padding: 0 0 10px 0;
    text-align: left; }
  .photo .gplus a {
    color: #000000;
    text-decoration: none;
    text-align: left; }

.photo-cat {
  line-height: 2em;
  font-size: 14px; }
  .photo-cat a {
    color: #000000; }

.photo-theme {
  color: #F67A44 !important; }

.photo-album img {
  display: inline;
  width: 49%;
  border-radius: 5px; }

#video_item img {
  float: none; }

.video-item-pr-views {
  float: right;
  width: 50%;
  text-align: right; }
.video-item-pr-rating {
  float: left;
  width: 50%; }
  .video-item-pr-rating span {
    float: left;
    margin-right: 10px; }

.photos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-flex-flow: row wrap;
  display: -webkit-flex;
  -webkit-flex-flow: row-reverse wrap;
  display: flex;
  flex-flow: row wrap; }
  .photos-content {
    width: 100%;
    margin: 20px 0;
    float: left; }
  .photos-item {
    width: 200px;
    float: left;
    margin: 0 10px 20px 0;
    text-decoration: none;
    position: relative; }
    .photos-item-name {
      line-height: 16px; }
    .photos-item-bg {
      position: absolute;
      width: 100%;
      height: 0;
      z-index: 3;
      top: 0;
      left: 0;
      background: #fefefe;
      opacity: .8;
      display: none;
      -webkit-transition: height 0.5s, background 0.5s;
      -moz-transition: height 0.5s, background 0.5s;
      -o-transition: height 0.5s, background 0.5s;
      transition: height 0.5s, background 0.5s; }
    .photos-item .show_photo {
      font-size: 54px;
      color: #ff3300;
      width: 154px;
      position: absolute;
      z-index: 4;
      top: 50px;
      left: 75px;
      display: none; }
  .photos-item:hover .show_photo {
    display: block; }
  .photos-item:hover .photos-item-bg {
    display: block;
    height: 150px; }

footer {
  clear: both;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  padding: 15px 0 0 0;
  line-height: 1.5em;
  background: #F89D57;
  color: #fff; }
  footer a {
    color: #f5f5f5;
    text-decoration: none; }
  footer a:hover {
    text-decoration: underline; }
  footer div {
    display: inline-block; }
  footer .copyright {
    width: 30%;
    margin-bottom: 15px; }
    footer .copyright span {
      display: inline-block; }
    footer .copyright span:nth-child(2) {
      font-size: 10px; }
  footer .partnership {
    width: 50%;
    vertical-align: top; }
  footer .counter {
    width: 19%;
    vertical-align: top; }
  footer .more-links {
    width: 100%;
    background: url("/img/theme/shadow.png") center top no-repeat #F67A44;
    vertical-align: top; }
    footer .more-links-1 {
      width: 30%;
      vertical-align: top; }
      footer .more-links-1 p {
        font-size: 12px;
        line-height: 14px;
        margin: 10px 0; }
    footer .more-links-2 {
      width: 45%;
      vertical-align: top; }
    footer .more-links-3 {
      width: 24%;
      vertical-align: top; }
    footer .more-links-block {
      padding: 20px 20px 40px 20px; }
    footer .more-links-title {
      text-transform: uppercase;
      color: #fff;
      font-size: 18px;
      width: 100%; }
    footer .more-links ul {
      margin: 20px 0 0 10px; }
      footer .more-links ul li a:hover {
        text-decoration: underline; }
    footer .more-links-subblock {
      width: 50%;
      float: left; }

.block-cell {
  padding: 0 20px; }

.tags-right {
  margin: 20px 0;
  width: 100%;
  float: left; }
  .tags-right-title {
    color: #000000;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
    margin: 5px 0;
    padding: 5px 0 10px; }
  .tags-right ul li a {
    display: block;
    padding: 5px 10px;
    border: 1px solid #f3f3f3;
    outline: none;
    border-radius: 3px;
    background: #fff;
    color: #636363;
    font-size: 13px;
    float: left;
    text-decoration: none;
    margin: 5px 5px 0 0; }
  .tags-right ul li a:hover {
    background: #f3f3f3;
    color: #000;
    text-decoration: none; }
  .tags-right ul li a:active {
    background: #F67A44;
    color: #fff; }

.facebook-right {
  width: 100%;
  float: left;
  margin: 20px 0; }

.mc-separate {
  width: 100%;
  height: 2px;
  background: #ffcc99;
  margin: 20px 0;
  clear: both; }
.mc-attention {
  padding: 20px;
  font-size: 14px;
  background: #e3e3e3;
  clear: both; }
  .mc-attention span {
    color: #c04014;
    text-transform: uppercase; }
.mc-simple-article {
  padding: 20px; }
  .mc-simple-article-title {
    text-transform: uppercase; }
  .mc-simple-article ul li {
    padding-bottom: 0; }
.mc-consult-last {
  border: 1px solid #e3e3e3;
  padding: 20px 0;
  float: left;
  width: 100%; }
  .mc-consult-last h2 {
    margin: 0 20px; }
  .mc-consult-last .mc-consult-question {
    margin: 0 20px; }
  .mc-consult-last .mc-consult-answer {
    margin-right: 20px;
    margin-left: 20px;
    float: none;
    width: auto; }
.mc-consult-item {
  padding: 20px; }
.mc-consult-question-date {
  float: right;
  color: #666; }
.mc-consult-question-name {
  margin: 10px 0; }
  .mc-consult-question-name span {
    font-weight: 800; }
.mc-consult-question-text {
  margin-bottom: 20px;
  overflow: hidden; }
.mc-consult-answer {
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  .mc-consult-answer-date {
    float: right;
    color: #666; }
  .mc-consult-answer-name {
    margin: 10px 0; }
    .mc-consult-answer-name span {
      font-weight: 800;
      color: #03a9f5; }
  .mc-consult-answer-doctor {
    width: 210px;
    float: left; }
    .mc-consult-answer-doctor-img {
      width: 100px;
      height: 100px;
      overflow: hidden;
      border-radius: 75px;
      -webkit-border-radius: 75px;
      -moz-border-radius: 75px;
      margin: 0 auto;
      -webkit-box-shadow: 0px 0px 5px 3px #cccccc;
      -moz-box-shadow: 0px 0px 5px 3px #cccccc;
      box-shadow: 0px 0px 5px 3px #cccccc; }
      .mc-consult-answer-doctor-img img {
        width: 100px; }
    .mc-consult-answer-doctor-spec {
      width: 100%;
      margin: 10px 0 15px 0;
      line-height: 14px;
      font-weight: 600; }
    .mc-consult-answer-doctor-more {
      display: block;
      margin: 5px 0; }
    .mc-consult-answer-doctor-work div {
      margin-bottom: 10px;
      line-height: 14px; }
      .mc-consult-answer-doctor-work div span {
        margin-bottom: 5px;
        width: 100%;
        color: #666;
        display: block;
        font-weight: 600; }
  .mc-consult-answer-text {
    margin-left: 230px;
    padding-left: 20px;
    border-left: 1px solid #03a9f5;
    min-height: 250px;
    overflow-x: scroll; }
    .mc-consult-answer-text table {
      border-collapse: separate;
      border-spacing: 1px; }
.mc-top {
  background: #F1F1F1;
  float: left;
  width: 100%;
  margin: 20px 0; }
  .mc-top-left {
    width: 30%;
    float: left;
    background: #F89D57; }
    .mc-top-left-block {
      width: 300px;
      margin: 0 auto;
      color: #fff;
      padding: 30px 0; }
      .mc-top-left-block h3 {
        text-transform: uppercase;
        font-size: 25px;
        margin: 40px 0;
        position: relative; }
      .mc-top-left-block h3:after {
        content: " ";
        position: absolute;
        width: 25px;
        height: 1px;
        bottom: -5px;
        left: 0;
        background: #fff; }
      .mc-top-left-block .howwork-item {
        width: 100%;
        float: left;
        line-height: 24px;
        margin: 0 0 20px 0; }
        .mc-top-left-block .howwork-item span {
          float: left;
          border: 2px solid #fff;
          width: 25px;
          height: 25px;
          text-align: center;
          border-radius: 15px;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          margin: 0  10px 0 0; }
      .mc-top-left-block .btn-query-block {
        margin: 30px auto;
        float: left;
        width: 100%;
        text-align: center; }
      .mc-top-left-block .btn-query {
        width: 185px;
        margin: 0 auto;
        border: 2px solid #fff;
        background: #F67A44;
        text-align: center;
        display: block;
        color: #ffffff;
        text-decoration: none;
        padding: 10px 20px;
        text-transform: uppercase;
        font-size: 16px; }
        .mc-top-left-block .btn-query span {
          float: right;
          margin: 0 0 0 10px; }
      .mc-top-left-block a.btn-query:hover {
        background: transparent;
        border-color: #ccc; }
  .mc-top-right {
    width: 70%;
    float: left; }
    .mc-top-right .howit-work-right {
      font-size: 32px;
      margin: 15px 0 0 30px; }
    .mc-top-right .howit-search {
      border-top: 3px solid #fff;
      margin: 20px 30px;
      float: left;
      padding: 20px 0; }
      .mc-top-right .howit-search img {
        width: 150px;
        height: 150px;
        border-radius: 75px;
        border: 3px solid #fff;
        float: left;
        margin-right: 20px; }
      .mc-top-right .howit-search div {
        color: #000;
        line-height: 30px;
        margin: 10px 0 0 0; }
.mc-categories {
  padding: 0px 20px 40px 20px; }
  .mc-categories ul {
    font-size: 14px;
    border-left: 1px solid  #F89D57;
    padding: 0 0 0 10px;
    margin: 20px 0; }
    .mc-categories ul li {
      padding-left: 10px;
      margin-bottom: 10px; }
      .mc-categories ul li a {
        text-decoration: none;
        color: #323232; }
      .mc-categories ul li a:hover {
        color: #ffcc99; }
    .mc-categories ul li.cat-name {
      margin-left: -20px;
      background: #F89D57; }
      .mc-categories ul li.cat-name a {
        color: #fff;
        text-transform: uppercase;
        display: block;
        padding: 5px; }
    .mc-categories ul li.cat-name:hover {
      background: #03a9f5; }
  .mc-categories-block {
    width: 100%;
    float: left; }
    .mc-categories-block-item {
      width: 24%;
      float: left;
      margin: 10px 1% 10px 0; }
.mc-info {
  background: #F89D57;
  width: 100%;
  margin: 30px 0;
  padding: 20px 0;
  float: left;
  color: #fff; }
  .mc-info-left {
    width: 50%;
    float: left;
    position: relative; }
  .mc-info-right {
    width: 50%;
    float: left;
    position: relative; }
  .mc-info .mc-info-right:after {
    content: "\f129";
    width: 44px;
    font: normal normal normal 32px/1 FontAwesome;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 50%;
    left: -22px;
    margin-top: -22px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #666;
    z-index: 2; }
  .mc-info .mc-info-right:before {
    content: "";
    width: 1px;
    height: 80px;
    background: #fff;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 1; }
  .mc-info a {
    text-decoration: none;
    color: #fff;
    padding: 0 50px;
    font-size: 17px;
    line-height: 20px;
    display: inline-block; }
  .mc-info a:hover {
    color: #666; }
.mc-adviser {
  padding: 30px 0;
  float: left;
  width: 100%;
  border-bottom: 2px solid #ccc; }
  .mc-adviser-img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-box-shadow: 0px 0px 5px 3px #cccccc;
    -moz-box-shadow: 0px 0px 5px 3px #cccccc;
    box-shadow: 0px 0px 5px 3px #cccccc;
    background: #fff;
    float: left; }
  .mc-adviser-info {
    margin-left: 200px; }
  .mc-adviser-title {
    color: #03a9f5;
    font-size: 22px;
    margin: 5px 0 5px 0; }
  .mc-adviser-spec {
    font-size: 18px;
    margin: 0 0 15px 0; }
  .mc-adviser-block {
    margin: 20px 0 5px;
    text-transform: uppercase; }

.has_partner .mc-top-partner, .rigth-info .mc-top-partner {
  float: left;
  width: 33.3%;
  color: #03a9f5; }
.has_partner .mc-top-left, .rigth-info .mc-top-left {
  float: left;
  width: 33.3%; }
.has_partner .mc-top-right, .rigth-info .mc-top-right {
  float: left;
  width: 33.3%; }
.has_partner .partner-block, .rigth-info .partner-block {
  color: #000;
  font-size: 14px;
  line-height: 16px; }
  .has_partner .partner-block-logo, .rigth-info .partner-block-logo {
    margin: 15px 0;
    text-align: center;
    width: 100%;
    float: left; }
  .has_partner .partner-block-contacts a, .rigth-info .partner-block-contacts a {
    text-transform: uppercase;
    text-decoration: none;
    float: right;
    background: #fff;
    border: 2px solid #F89D57;
    padding: 7px 15px;
    color: #F89D57;
    font-size: 14px; }
  .has_partner .partner-block-contacts a:first-child, .rigth-info .partner-block-contacts a:first-child {
    float: left; }
  .has_partner .partner-block-contacts a:hover, .rigth-info .partner-block-contacts a:hover {
    background: #F89D57;
    color: #fff; }
.has_partner .partner-block.no-partners .partner-block-contacts, .rigth-info .partner-block.no-partners .partner-block-contacts {
  text-align: center;
  float: left;
  width: 100%; }
  .has_partner .partner-block.no-partners .partner-block-contacts a, .rigth-info .partner-block.no-partners .partner-block-contacts a {
    display: inline-block;
    float: none; }

.rigth-info .partner-block {
  float: left;
  padding: 20px 15px;
  background: #F1F1F1;
  border: 1px solid #F89D57; }
  .rigth-info .partner-block img {
    width: 100%; }

.small-block .mc-top-left-block {
  padding: 15px 0; }
  .small-block .mc-top-left-block h3 {
    margin: 0 0  20px 0; }
  .small-block .mc-top-left-block .howwork-item {
    margin: 0 0 10px 0;
    font-size: 18px; }
  .small-block .mc-top-left-block .btn-query-block {
    margin: 0 auto 15px; }

.right-how-work {
  background: #F89D57;
  padding: 20px 15px;
  color: #fff;
  float: left; }
  .right-how-work-title {
    text-transform: uppercase;
    font-size: 25px;
    margin: 20px 0;
    float: left; }
  .right-how-work .howwork-item {
    width: 100%;
    float: left;
    line-height: 24px;
    margin: 0 0 10px 0;
    font-size: 18px; }
    .right-how-work .howwork-item span {
      float: left;
      border: 2px solid #fff;
      width: 25px;
      height: 25px;
      text-align: center;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      margin: 0 10px 0 0; }
  .right-how-work .btn-query-block {
    width: 100%;
    float: left; }
    .right-how-work .btn-query-block .btn-query {
      width: 185px;
      margin: 0 auto;
      border: 2px solid #fff;
      background: #F89D57;
      text-align: center;
      display: block;
      color: #ffffff;
      text-decoration: none;
      padding: 10px 20px;
      text-transform: uppercase; }
    .right-how-work .btn-query-block .btn-query span {
      float: right;
      margin: 0 0 0 10px; }
    .right-how-work .btn-query-block .btn-query:hover {
      background: #ffcc99; }

.partner-other {
  margin: 20px 0;
  float: left; }
  .partner-other .partner_title {
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffcc99; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999; }
  #preloader #status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url("/img/design/loading.gif") center center no-repeat;
    margin: -100px 0 0 -100px; }

.mc-categories-block-item.topics .cat-name {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px; }

.mc-categories-block-item.topics .cat-name:hover {
  background: #03a9f5; }

.topic-block .mc-info {
  margin-bottom: 0; }

.mc-categories-block-item.topics ul li a span {
  color: #999;
  white-space: nowrap; }

.btn-quest {
  float: left;
  text-decoration: none;
  background: #F67A44;
  padding: 10px 27px;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 18px !important;
  margin-bottom: 10px;
  line-height: 36px;
  transition: background 0.2s ease, padding 0.8s linear;
  -webkit-transition: background 0.2s ease, padding 0.8s linear;
  -moz-transition: background 0.2s ease, padding 0.8s linear;
  font-family: Roboto, sans-serif; }
  .btn-quest span {
    font-size: 36px;
    margin-right: 10px;
    float: left; }

.btn-quest:hover {
  background: #F89D57; }

.sort {
  float: right;
  margin-top: 22px; }
  .sort .down {
    background: url(/img/design/down.gif) no-repeat;
    width: 9px;
    height: 11px;
    padding: 0;
    display: inline-block; }
  .sort .up {
    background: url(/img/design/up.gif) no-repeat;
    width: 9px;
    height: 11px;
    display: inline-block;
    padding: 0; }

.mc-consult-toolbar {
  float: left;
  width: 100%; }

.info_block_adv {
  width: 100%;
  float: left; }
  .info_block_adv img {
    margin: 10px 0; }
  .info_block_adv div {
    margin-bottom: 10px;
    line-height: 14px; }
    .info_block_adv div span {
      margin-bottom: 5px;
      width: 100%;
      color: #666;
      display: block;
      font-weight: 600; }

.clear {
  clear: both; }

.paginator {
  margin: 40px auto 0;
  font-size: 1em;
  width: 600px; }

.error-text {
  font-size: 12px;
  color: red; }

.doc img, .short-story .doc img {
  float: left;
  width: 150px;
  padding: 0;
  margin: 0; }

.doc {
  overflow: hidden; }

.doc .img-overflow, .short-story .doc .img-overflow {
  margin-right: 20px; }

.img-overflow {
  float: left;
  position: relative;
  overflow: hidden;
  width: 150px;
  height: 150px;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -webkit-box-shadow: 0px 0px 5px 3px #cccccc;
  -moz-box-shadow: 0px 0px 5px 3px #cccccc;
  box-shadow: 0px 0px 5px 3px #cccccc;
  background: #fff;
  float: left;
  margin: 10px 0 0 20px; }

.doc .text {
  overflow: hidden;
  zoom: 1; }
  .doc .text a {
    display: block; }
  .doc .text .red {
    color: #03a9f5 !important;
    font-size: 22px;
    padding: 5px 0; }

.doc .date {
  margin-bottom: 3px;
  margin-top: 10px;
  color: #8d8d8d;
  height: 12px; }

.doc-cont {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 60px 0; }

a.btn-add-question {
  position: fixed;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #03a9f5;
  color: #fff;
  padding-left: 0;
  width: 56px;
  height: 56px;
  font-size: 15px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 68px;
  text-align: center;
  overflow: hidden;
  bottom: 70px;
  right: 3px;
  display: none;
  z-index: 1500; }
  a.btn-add-question span {
    font-size: 30px; }

.sub-title {
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 18px;
  color: #ffcc99;
  margin: 10px 0 25px; }

.btn-blue {
  background: #F67A44;
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto, sans-serif; }

.btn-blue:focus, .btn-blue:hover {
  background: #e26630; }

.all-button {
  background: #F89D57 none repeat scroll 0 0;
  color: #ffffff !important;
  display: inline-block;
  font-size: 16px;
  margin: 10px 0;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, padding 0.8s linear;
  -webkit-transition: background 0.2s ease, padding 0.8s linear;
  -moz-transition: background 0.2s ease, padding 0.8s linear;
  font-family: Roboto, sans-serif; }

.all-button:focus, .all-button:hover {
  background: #e26630; }

.btn.grey-button {
  text-transform: uppercase;
  border: 1px solid #F67A44;
  color: #F67A44;
  display: inline-block;
  font-size: 16px;
  margin: 10px 0;
  padding: 9px;
  text-decoration: none;
  background: #fff;
  transition: background 0.2s ease, padding 0.8s linear;
  -webkit-transition: background 0.2s ease, padding 0.8s linear;
  -moz-transition: background 0.2s ease, padding 0.8s linear;
  font-family: Roboto, sans-serif; }

.btn.grey-button:focus, .btn.grey-button:hover {
  padding: 9px;
  background: #F89D57;
  color: #fff;
  font-family: Roboto, sans-serif; }

#got-to-top {
  position: fixed;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #F89D57;
  color: #fff;
  padding-left: 0;
  width: 36px;
  height: 36px;
  font-size: 15px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 36px;
  text-align: center;
  overflow: hidden;
  bottom: 133px;
  right: 3px;
  display: block;
  z-index: 1500; }

#got-to-top:hover {
  background: #F67A44; }

.modal h2 {
  padding: 20px 0 7px 20px;
  color: #ff3300;
  font-size: 24px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px; }
.modal .group {
  float: left;
  width: 100%; }
  .modal .group-field {
    width: 490px;
    float: left;
    text-align: left;
    position: relative;
    border-right: 2px solid #eee;
    margin-bottom: 10px; }
    .modal .group-field input, .modal .group-field textarea {
      border: 2px solid #EEE;
      font-size: 14px;
      color: #444;
      width: 450px;
      padding: 10px;
      margin: 5px 0;
      transition: all 0.2s; }
    .modal .group-field textarea {
      height: 70px;
      resize: none; }
    .modal .group-field input:focus, .modal .group-field textarea:focus {
      border-color: #ffcc99;
      outline: none; }
    .modal .group-field ::-webkit-input-placeholder {
      color: #444; }
    .modal .group-field :-moz-placeholder {
      color: #444; }
    .modal .group-field ::-moz-placeholder {
      color: #444; }
    .modal .group-field :-ms-input-placeholder {
      color: #444; }
  .modal .group-field.error input, .modal .group-field.error textarea {
    border-color: #ff3300; }
  .modal .group-field.error textarea {
    border-color: #ff3300; }
  .modal .group-field.error:after {
    color: #ff3300; }
  .modal .group-text {
    width: 380px;
    float: left;
    font-size: 14px;
    margin-left: 10px;
    padding-top: 5px; }
    .modal .group-text ul {
      list-style: disc; }
      .modal .group-text ul li {
        margin: 10px; }
    .modal .group-text span {
      color: #F67A44; }
  .modal .group .btn-question {
    text-decoration: none;
    background: #F89D57;
    padding: 10px 27px;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 18px;
    margin: 20px auto 10px;
    line-height: 36px;
    transition: background 0.2s ease, padding 0.8s linear;
    -webkit-transition: background 0.2s ease, padding 0.8s linear;
    -moz-transition: background 0.2s ease, padding 0.8s linear;
    border: 0;
    width: 270px;
    display: block;
    cursor: pointer; }
  .modal .group .btn-question:hover, .modal .group .btn-question:active {
    background: #F67A44; }
  .modal .group .form_name {
    width: 310px;
    border: 0; }
    .modal .group .form_name input {
      width: 286px; }
  .modal .group .form_birth {
    width: 170px;
    margin-left: 10px; }
    .modal .group .form_birth input {
      width: 128px; }
  .modal .group .chosen-single {
    background: none;
    border: 2px solid #EEE;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width: 475px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    height: 42px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; }
    .modal .group .chosen-single span {
      line-height: 18px;
      font-size: 14px; }
  .modal .group .chosen-container {
    width: 475px !important; }

.form_name:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f007";
  color: #ffcc99;
  position: absolute;
  font-size: 18px;
  top: 15px;
  right: 17px; }

.form_birth:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f073";
  color: #ffcc99;
  position: absolute;
  font-size: 18px;
  top: 15px;
  right: 30px; }

.form_email:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0e0";
  color: #ffcc99;
  position: absolute;
  font-size: 18px;
  top: 15px;
  right: 31px; }

.form_gender:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f228";
  color: #ffcc99;
  position: absolute;
  font-size: 18px;
  top: 15px;
  right: 31px; }

.form_subject:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0dc";
  color: #ffcc99;
  position: absolute;
  font-size: 18px;
  top: 13px;
  right: 35px; }

.nice .fileWrapper {
  position: relative;
  padding: 0;
  overflow: hidden; }
.nice input[type="text"].fileInputText {
  float: left;
  border: 2px solid #eee;
  padding: 0 5px;
  margin: 0; }
.nice input[type="button"].fileInputButton {
  float: right;
  border: solid 1px #ccc;
  background: #ddd;
  margin: 0;
  padding: 0;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.form-question a.fancybox-close {
  background: url("/img/cancel.png") 0 0 no-repeat !important;
  width: 32px;
  height: 32px;
  top: 19px;
  right: 22px; }
.form-question a.fancybox-close:hover {
  opacity: 0.6; }

.spelling-bar {
  margin: 0 0 20px; }
  .spelling-bar button {
    border: 1px solid #ccc;
    padding: 6px 6px 6px 24px;
    position: relative;
    background: #ddd;
    color: #444;
    cursor: pointer; }
  .spelling-bar button:hover {
    background: #ccc; }
  .spelling-bar button.cmdSpell:after {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    left: 6px;
    top: 6px; }
  .spelling-bar button.cmdOptions:after {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f013";
    left: 6px;
    top: 6px; }

.chosen-container-active.chosen-with-drop .chosen-single {
  background: none !important;
  border: 2px solid #ffcc99;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }

.chosen-container .chosen-drop {
  border: 2px solid #ffcc99;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-top: -2px; }

.chosen-container-single .chosen-single div {
  width: 30px; }
  .chosen-container-single .chosen-single div b {
    background: none; }

.chosen-container .chosen-results li.highlighted {
  background: #ffcc99;
  color: #000; }

@media screen and (max-width: 800px) {
  .modal .group .form_name {
    width: 100%;
    display: block; }
    .modal .group .form_name input {
      width: 80%; }
  .modal .group .form_birth {
    margin-left: 0;
    width: 100%;
    display: block; }
    .modal .group .form_birth input {
      width: 80%; }
  .modal .group .group-field {
    border-right: 0;
    width: 100%;
    display: block; }
    .modal .group .group-field input {
      width: 80%; }
    .modal .group .group-field textarea {
      width: 80%; }
    .modal .group .group-field input.btn-question {
      width: 225px; }
  .modal .group-text {
    display: none; }
  .modal .group-field:after {
    display: none !important; }
  .modal select {
    width: 80% !important;
    border: 2px solid #eee;
    padding: 10px; } }
@media screen and (max-width: 360px) {
  .form-question a.fancybox-close {
    background-size: cover !important;
    width: 18px;
    height: 18px;
    top: 11px; }

  .modal h2 {
    font-size: 18px; }

  #rc-imageselect, .g-recaptcha {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }

  .fileWrapper {
    width: 207px !important; }

  .fileInputText {
    width: 90px !important; } }
.title-question {
  font-size: 18px;
  color: #F67A44;
  margin: 10px 0; }
  .title-question-text {
    line-height: 18px; }

.pharma-left {
  float: left;
  margin-right: -320px;
  width: 300px;
  margin-left: 20px;
  position: relative; }
  .pharma-left h3 {
    padding: 20px 0 7px 20px;
    color: #ff3300;
    font-size: 18px;
    text-align: left;
    text-transform: uppercase; }
.pharma-right {
  float: left;
  color: #333333;
  font-size: 14px;
  padding-left: 340px;
  width: 100%;
  box-sizing: border-box; }
.pharma-search {
  margin: 0 0 20px 0;
  border-left: 2px solid  #03a9f5; }
  .pharma-search li {
    padding-left: 10px;
    background: #fff;
    margin-bottom: 1px;
    /* Old browsers */
    background: linear-gradient(to right, #03a9f5 50%, white 50%);
    background-size: 200% 50%;
    background-position: right bottom;
    transition: all 0.5s ease; }
    .pharma-search li a {
      text-decoration: none;
      font-size: 14px;
      color: #323232;
      width: 100%;
      display: block;
      transition: all 1s ease;
      padding: 15px 0; }
    .pharma-search li a:hover {
      color: #fff; }
  .pharma-search li:hover {
    background-position: left bottom; }
  .pharma-search li.active {
    background: #03a9f5; }
    .pharma-search li.active a {
      color: #fff; }
.pharma-categories {
  margin: 0 0 20px 0;
  border-left: 2px solid #ffcc99; }
  .pharma-categories li {
    padding-left: 10px;
    background: #fff;
    margin-bottom: 1px;
    /* Old browsers */
    background: linear-gradient(to right, #ffcc99 50%, white 50%);
    background-size: 200% 50%;
    background-position: right bottom;
    transition: all 0.5s ease; }
    .pharma-categories li a {
      text-decoration: none;
      font-size: 14px;
      color: #323232;
      width: 100%;
      display: block;
      transition: all 1s ease;
      padding: 15px 0; }
    .pharma-categories li a:hover {
      color: #fff; }
  .pharma-categories li:hover {
    background-position: left bottom; }
  .pharma-categories li.active {
    background: #ffcc99; }
    .pharma-categories li.active a {
      color: #fff; }
.pharma-alpha {
  margin: 26px 0 15px 0; }
  .pharma-alpha li {
    float: left; }
    .pharma-alpha li a {
      display: block;
      padding: 5px;
      font-size: 18px;
      color: #03a9f5;
      text-decoration: none;
      text-transform: uppercase; }
    .pharma-alpha li a:hover {
      color: #ffcc99; }
.pharma-title {
  width: 100%;
  text-transform: uppercase;
  float: left;
  margin: 20px 0 40px 0;
  font-size: 18px;
  color: #444; }
.pharma-slider {
  float: left;
  width: 100%;
  margin-bottom: 40px; }
  .pharma-slider-my {
    text-align: center;
    text-decoration: none; }
    .pharma-slider-my a {
      text-decoration: none;
      display: block;
      transition: all .2s;
      margin: 5px;
      padding: 10px; }
    .pharma-slider-my a:hover {
      -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35); }
  .pharma-slider-title {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.2em;
    color: #444; }
  .pharma-slider-desc {
    color: #ccc;
    font-size: 12px; }
    .pharma-slider-desc span {
      color: #444; }
.pharma-list-atx_drugs h4 span {
  font-weight: bold; }
.pharma-list-alpha {
  float: left;
  width: 100%; }
  .pharma-list-alpha ul {
    margin: 10px 0 0 30px;
    list-style: disc; }
    .pharma-list-alpha ul li {
      line-height: 20px; }
      .pharma-list-alpha ul li a {
        color: #F67A44; }
      .pharma-list-alpha ul li a:hover {
        color: #ffcc99; }
.pharma-list-drugs {
  float: left;
  width: 100%; }
  .pharma-list-drugs ul {
    margin: 10px 0 0 30px;
    list-style: disc; }
    .pharma-list-drugs ul li {
      line-height: 20px;
      margin-bottom: 10px; }
      .pharma-list-drugs ul li a {
        color: #F67A44; }
      .pharma-list-drugs ul li a:hover {
        color: #ffcc99; }
      .pharma-list-drugs ul li span {
        width: 100%;
        color: #323232;
        font-size: 12px;
        display: block;
        line-height: 14px; }
.pharma-list-atx_code li {
  padding-bottom: 0; }
  .pharma-list-atx_code li strong {
    margin-right: 8px; }
.pharma-attention {
  border-left: 4px solid red;
  font-size: 18px; }
  .pharma-attention span {
    color: red; }
.pharma-alernative h2 {
  text-transform: uppercase;
  border-bottom: 2px solid #ccc;
  padding: 20px 0 10px 0;
  margin: 10px 0;
  font-size: 22px; }
.pharma-alernative h4 {
  text-transform: uppercase;
  padding: 20px 0 0 0;
  margin: 10px 0 0 0;
  font-size: 18px; }
.pharma-alernative .pharma-list-drugs {
  margin-bottom: 40px; }
  .pharma-alernative .pharma-list-drugs ul li {
    margin-bottom: 0; }
.pharma .current_letter span {
  display: block;
  padding: 5px;
  font-size: 18px;
  color: #ffcc99; }
.pharma-content .pretty-table {
  background: #F67A44;
  border-spacing: 1px;
  border-collapse: separate; }
.pharma-content .pretty-table td {
  background: #fff;
  padding: 2px; }
.pharma-content table {
  background: #F67A44;
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate; }
  .pharma-content table td {
    background: #fff;
    padding: 2px; }
.pharma-content table.pharma-desc-table {
  background: #e3e3e3;
  width: 100%;
  margin: 20px 0;
  border-spacing: 0px;
  border-collapse: collapse; }
  .pharma-content table.pharma-desc-table tr {
    border-bottom: 1px solid #fff; }
  .pharma-content table.pharma-desc-table td {
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    background: transparent; }
    .pharma-content table.pharma-desc-table td em {
      font-size: 14px;
      font-style: italic; }
.pharma-form-search {
  position: relative;
  width: 90%; }
  .pharma-form-search input[type=text] {
    width: 96%;
    padding: 8px 26px;
    border: 2px solid #939393;
    border-radius: 25px;
    font-size: 18px;
    color: #939393;
    outline: none; }
  .pharma-form-search input[type=text]:focus {
    color: #333;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3); }
  .pharma-form-search button {
    position: absolute;
    right: -25px;
    background: none;
    top: 0;
    font-size: 24px;
    cursor: pointer;
    padding: 5px 10px;
    color: #939393;
    border: 0; }
  .pharma-form-search .search-preloader {
    top: 12px;
    left: 9px;
    display: none; }
  .pharma-form-search-list {
    border: 2px solid #939393;
    position: absolute;
    width: 99%;
    top: 39px;
    left: 14px;
    background: #fff;
    z-index: 1003;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
    display: none;
    /* a:hover{
       background: #eee;
     }
     a:hover:after{
       display: block;
     }*/ }
    .pharma-form-search-list a {
      display: block;
      padding: 8px 32px 8px 13px;
      text-decoration: none;
      color: #1F85B8;
      position: relative; }
      .pharma-form-search-list a span {
        font-size: 12px;
        font-style: italic;
        color: #323232; }
    .pharma-form-search-list a:after {
      content: "\f064";
      position: absolute;
      font-size: 14px;
      top: 50%;
      right: 8px;
      width: 20px;
      height: 20px;
      font-family: FontAwesome;
      margin-top: -10px;
      display: none; }
    .pharma-form-search-list a.active-item {
      background: #eee; }
    .pharma-form-search-list a.active-item:after {
      display: block; }

.drug-image {
  width: 280px;
  padding: 20px;
  float: left; }
  .drug-image img {
    width: 100%;
    margin: 0;
    padding: 0; }

.search-helper {
  position: absolute;
  top: 44px;
  left: 0;
  color: #000000;
  font-size: 12px; }
  .search-helper span {
    color: #03a9f5;
    cursor: pointer; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 3px 0 0 0 !important;
  width: 18px;
  height: 15px;
  border: 1px solid #ffcc99;
  border-radius: 15px;
  vertical-align: 0;
  margin-left: 5px; }
  .lSSlideOuter .lSPager.lSpg > li a {
    height: 12px !important;
    width: 12px !important;
    background-color: #ffcc99 !important; }

.lSSlideOuter .lSPager.lSpg {
  margin-top: 20px !important; }

.lSSlideOuter .lSPager.lSpg > li.active {
  border-color: #03a9f5; }
  .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #03a9f5 !important; }

li.current_cat a {
  color: #ff3300 !important; }

li.current_cat:before {
  color: #ff3300 !important; }

.questions {
  width: 100%;
  float: left;
  /* hide input */
  /* style label */
  /* toggle hover */
  /* toggle on */
  /* radio focus */ }
  .questions h3 {
    color: #06e;
    margin: 20px 0 15px;
    font-size: 16px;
    line-height: 130%;
    float: left; }
  .questions blockquote {
    margin-left: 25px;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px; }
    .questions blockquote p {
      margin-bottom: 10px;
      font-size: 1rem;
      line-height: 140%; }
  .questions .all-button {
    border: 0;
    cursor: pointer; }
  .questions label {
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    padding: 8px 15px 8px 45px; }
  .questions input.radio:empty {
    margin-left: -999px; }
  .questions input.radio:empty ~ label {
    position: relative;
    float: left;
    line-height: 1.5em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .questions input.radio:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 35px;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
    padding-top: 7px;
    text-align: center;
    font-size: 24px; }
  .questions input.radio:hover:not(:checked) ~ label:before {
    content: '\2714';
    color: #333;
    padding-top: 7px;
    text-align: center;
    font-size: 24px; }
  .questions input.radio:hover:not(:checked) ~ label {
    color: #888; }
  .questions input.radio:checked ~ label:before {
    content: '\2714';
    color: #fff;
    background-color: #F89D57;
    padding-top: 7px;
    text-align: center;
    font-size: 24px; }
  .questions input.radio:checked ~ label {
    color: #777; }
  .questions input.radio:focus ~ label:before {
    box-shadow: 0 0 0 3px #999; }
  .questions div {
    float: left;
    width: 100%; }

.nav-toolbar {
  height: 60px;
  background: #F89D57; }
  .nav-toolbar-search {
    position: relative;
    float: left;
    width: 60%;
    /* Firefox 19+ */
    /* Firefox 18- */
    /* Firefox 19+ */
    /* Firefox 18- */ }
    .nav-toolbar-search input {
      border: 0;
      width: 100%;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      background: #fff;
      height: 32px;
      color: #fff;
      margin-top: 9px;
      margin-left: 20px;
      font-size: 18px;
      -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.55);
      -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.55);
      box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.55);
      padding: 4px 82px 4px 22px; }
    .nav-toolbar-search ::-webkit-input-placeholder {
      color: #323232; }
    .nav-toolbar-search ::-moz-placeholder {
      color: #323232; }
    .nav-toolbar-search :-moz-placeholder {
      color: #323232; }
    .nav-toolbar-search :-ms-input-placeholder {
      color: #323232; }
    .nav-toolbar-search input:focus {
      background: #fff;
      color: #323232;
      outline: inherit; }
    .nav-toolbar-search input:focus::-webkit-input-placeholder {
      color: #323232; }
    .nav-toolbar-search input:focus::-moz-placeholder {
      color: #323232; }
    .nav-toolbar-search input:focus:-moz-placeholder {
      color: #323232; }
    .nav-toolbar-search input:focus:-ms-input-placeholder {
      color: #323232; }
    .nav-toolbar-search span {
      position: absolute;
      color: #fff;
      top: 18px;
      font-size: 22px;
      left: 38px; }
    .nav-toolbar-search input.search_item:focus ~ span:before {
      color: #323232; }
    .nav-toolbar-search input.search_item:focus ~ div div {
      color: #323232;
      background: #fff !important; }
    .nav-toolbar-search input.search_item:focus ~ div {
      border-color: transparent; }
    .nav-toolbar-search input.search_item:focus ~ div:before {
      background: #323232; }
    .nav-toolbar-search .search-submit {
      background: #F67A44;
      width: 40px;
      height: 40px;
      position: absolute;
      color: #fff;
      border: 0;
      top: 9px;
      right: -124px;
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px;
      -webkit-border-top-right-radius: 2px;
      -webkit-border-bottom-right-radius: 2px;
      -moz-border-radius-bottomright: 2px;
      -moz-border-radius-topright: 2px;
      z-index: 1004;
      cursor: pointer; }
      .nav-toolbar-search .search-submit span {
        position: relative;
        top: 0;
        left: 0; }
    .nav-toolbar-search .search-submit:hover {
      background: #F89D57; }
.nav-button {
  float: left;
  width: 82px;
  position: relative;
  padding: 0 0 0 0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  height: 60px;
  z-index: 1003; }
  .nav-button a {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    margin: 5px 0 0 15px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    transition: background 0.2s ease, padding 0.8s linear;
    -webkit-transition: background 0.2s ease, padding 0.8s linear;
    -moz-transition: background 0.2s ease, padding 0.8s linear; }
  .nav-button a:hover {
    background: #F67A44; }
  .nav-button span {
    left: 12px;
    position: absolute;
    top: 23px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 0;
    width: 26px;
    height: 2px;
    background-color: #ededed;
    border-radius: 100px;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out; }
  .nav-button span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 100px;
    top: calc(100% + 6px);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out; }
  .nav-button span:before {
    bottom: calc(100% + 6px);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 100px;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out; }
.nav-right {
  position: fixed;
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.18);
  max-width: 288px;
  min-width: 288px;
  height: 100%;
  background: #fff;
  z-index: 1002;
  display: none; }
  .nav-right-bg {
    position: fixed;
    box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.18);
    max-width: 288px;
    min-width: 288px;
    height: 100%;
    background: #fff;
    z-index: 1001;
    top: 0;
    display: none; }
  .nav-right-overflow {
    background-color: rgba(50, 50, 50, 0.5);
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    display: none;
    overflow: auto;
    overflow-y: scroll; }
  .nav-right-block {
    border-top: 1px solid #ccc;
    float: left;
    overflow: hidden;
    overflow-y: scroll; }
  .nav-right-logo {
    width: 200px;
    float: left;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
    color: #000;
    letter-spacing: 1px;
    padding-top: 12px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #969696;
    height: 48px;
    transition: color 0.2s ease, padding 0.8s linear;
    -webkit-transition: color 0.2s ease, padding 0.8s linear;
    -moz-transition: color 0.2s ease, padding 0.8s linear;
    margin-left: 82px; }
    .nav-right-logo span {
      font-size: 10px;
      text-transform: lowercase;
      display: block;
      letter-spacing: 0px;
      margin-top: 4px;
      font-weight: 100;
      color: #000; }
  .nav-right ul {
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-top: 15px;
    float: left; }
    .nav-right ul li {
      width: 100%;
      float: left;
      transition: background 0.2s ease, padding 0.8s linear;
      -webkit-transition: background 0.2s ease, padding 0.8s linear;
      -moz-transition: background 0.2s ease, padding 0.8s linear; }
      .nav-right ul li a {
        display: block;
        padding: 10px 20px;
        text-decoration: none;
        color: #323232; }
    .nav-right ul li:hover {
      background: #ECECEC; }
      .nav-right ul li:hover a {
        color: #F67A44; }
.nav-left {
  position: fixed;
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.18);
  max-width: 288px;
  min-width: 288px;
  height: 100%;
  background: #fff;
  z-index: 1005;
  display: none;
  right: 0; }
  .nav-left-bg {
    position: fixed;
    box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.18);
    max-width: 288px;
    min-width: 288px;
    height: 100%;
    background: #fff;
    z-index: 1004;
    top: 0;
    right: 0;
    display: none; }
  .nav-left-overflow {
    background-color: rgba(50, 50, 50, 0.5);
    z-index: 1003;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    display: none;
    overflow: auto;
    overflow-y: scroll; }
  .nav-left-block {
    border-top: 1px solid #ccc;
    float: left;
    overflow: hidden;
    overflow-y: scroll; }
  .nav-left-header {
    font-size: 26px;
    text-transform: uppercase;
    color: #F67A44;
    height: 60px;
    border-bottom: 1px solid #ccc;
    line-height: 57px;
    padding-left: 25px; }
  .nav-left a {
    border-radius: 25px;
    display: block;
    height: 50px;
    margin: 5px 15px 0 0;
    position: relative;
    transition: background 0.2s ease 0s, padding 0.8s linear 0s;
    width: 50px;
    background: #ccc none repeat scroll 0 0;
    float: right; }
    .nav-left a span {
      align-self: center;
      background-color: transparent;
      border-radius: 100px;
      font-size: 0;
      height: 2px;
      left: 12px;
      position: absolute;
      top: 23px;
      transition: background-color 0.2s ease-out 0s;
      width: 26px; }
    .nav-left a span::after {
      background-color: #fff;
      border-radius: 100px;
      content: "";
      height: 100%;
      position: absolute;
      width: 100%;
      ttop: auto;
      transform: rotate(-45deg); }
    .nav-left a span::before {
      background-color: #fff;
      border-radius: 100px;
      top: auto;
      content: "";
      height: 100%;
      position: absolute;
      width: 100%;
      transform: rotate(45deg); }
  .nav-left a:hover {
    background: #F67A44; }

.switcher {
  position: absolute;
  right: -85px;
  top: 9px;
  border-left: 2px solid #F89D57;
  height: 40px;
  cursor: pointer;
  width: 150px;
  padding-left: 30px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-topright: 2px; }
  .switcher-value {
    color: #000;
    padding-top: 10px;
    font-size: 18px; }
  .switcher ul {
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    position: absolute;
    background: #F67A44;
    width: 180px;
    left: 0px;
    top: 39px;
    z-index: 1;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.55);
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-topright: 2px; }
    .switcher ul li {
      color: #000;
      display: block;
      font-size: 14px;
      padding: 9px 0 9px 30px;
      border-top: 1px solid #FCC9A2;
      border-bottom: 1px solid #F89D57; }
    .switcher ul li:first-child {
      padding-top: 10px; }
    .switcher ul li:hover {
      background: #FCC9A2; }

.switcher:before {
  width: 24px;
  height: 24px;
  font-family: FontAwesome;
  content: "\f107";
  background: #F67A44;
  display: block;
  position: absolute;
  left: -13px;
  text-align: center;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  color: #fff;
  font-size: 22px;
  top: 8px;
  line-height: 25px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.55);
  cursor: inherit; }

.switcher.active-menu {
  background: #F67A44;
  -webkit-box-shadow: inset 3px 3px 7px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 3px 3px 7px 0px rgba(0, 0, 0, 0.35);
  box-shadow: inset 3px 3px 7px 0px rgba(0, 0, 0, 0.35);
  color: #fff; }
  .switcher.active-menu ul {
    max-height: 240px;
    transition: max-height 0.25s ease-in; }
    .switcher.active-menu ul li {
      color: #FFF; }
  .switcher.active-menu .switcher-value {
    color: #fff; }

.switcher.active-menu:before {
  content: "\f106";
  line-height: 20px; }

.focus-select {
  /* Firefox 19+ */
  /* Firefox 18- */ }
  .focus-select input {
    background: #fff;
    color: #323232;
    outline: inherit; }
  .focus-select input::-webkit-input-placeholder {
    color: #323232; }
  .focus-select input::-moz-placeholder {
    color: #323232; }
  .focus-select input:-moz-placeholder {
    color: #323232; }
  .focus-select input:-ms-input-placeholder {
    color: #323232; }
  .focus-select span:before {
    color: #323232; }
  .focus-select select {
    background: #fff !important;
    color: #323232; }
  .focus-select .switcher {
    border-color: transparent; }
  .focus-select .switcher:before {
    background: #323232;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.logo-item {
  width: 200px;
  float: left;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
  padding-top: 12px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #969696;
  height: 48px;
  transition: color 0.2s ease, padding 0.8s linear;
  -webkit-transition: color 0.2s ease, padding 0.8s linear;
  -moz-transition: color 0.2s ease, padding 0.8s linear; }
  .logo-item span {
    font-size: 10px;
    text-transform: lowercase;
    display: block;
    letter-spacing: 0px;
    margin-top: 4px;
    font-weight: 100;
    color: #f5f5f5; }

.logo-item:hover {
  color: #E1E1E1; }
  .logo-item:hover span {
    color: #E1E1E1; }

.logo {
  float: left; }

.separate-line {
  clear: both;
  margin-top: 0; }

.navigation ul {
  margin: 17px 0 9px 0; }
  .navigation ul li a {
    font-size: 16px; }
    .navigation ul li a span {
      width: 100%; }

header {
  padding: 0; }

.collapse-menu {
  overflow: visible !important;
  width: auto; }
  .collapse-menu body {
    overflow: hidden !important; }
  .collapse-menu .nav-button a {
    background: #ccc; }
    .collapse-menu .nav-button a span {
      background-color: transparent; }
    .collapse-menu .nav-button a span:before {
      bottom: auto;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .collapse-menu .nav-button a span:after {
      top: auto;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .collapse-menu .nav-button a:hover {
    background: #F67A44; }
  .collapse-menu .nav-right-overflow, .collapse-menu .nav-right-bg, .collapse-menu .nav-right {
    display: block; }

.search-mobile-btn {
  float: right;
  color: #fff;
  width: 50px;
  height: 50px;
  position: relative;
  margin: 5px 15px 0 0;
  text-align: center;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  transition: background 0.2s ease, padding 0.8s linear;
  -webkit-transition: background 0.2s ease, padding 0.8s linear;
  -moz-transition: background 0.2s ease, padding 0.8s linear;
  display: none; }
  .search-mobile-btn span {
    font-size: 24px;
    line-height: 42px; }
.search-mobile-btn:hover {
  background: #F67A44; }
.search-mobile form {
  background: #ccc;
  padding-bottom: 10px; }
.search-mobile-group {
  width: 100%;
  position: relative;
  /* Firefox 19+ */
  /* Firefox 18- */ }
  .search-mobile-group label {
    display: block;
    padding: 20px 10px 10px 10px;
    text-transform: uppercase;
    font-size: 14px; }
  .search-mobile-group input {
    width: 250px;
    margin: 0 auto;
    display: block;
    font-size: 14px;
    padding: 7px;
    border: 0;
    background: #ccc;
    border-bottom: 1px solid #fff;
    color: #000;
    outline: inherit; }
  .search-mobile-group input::-webkit-input-placeholder {
    color: #fff; }
  .search-mobile-group input::-moz-placeholder {
    color: #fff; }
  .search-mobile-group input:-moz-placeholder {
    color: #fff; }
  .search-mobile-group input:-ms-input-placeholder {
    color: #fff; }
  .search-mobile-group input:focus {
    border-bottom: 1px solid #fff; }
  .search-mobile-group select {
    width: 264px;
    margin: 0 auto;
    display: block;
    font-size: 14px;
    padding: 7px;
    border: 0;
    background: #ccc;
    border-bottom: 1px solid #fff;
    outline: inherit;
    color: #fff; }
  .search-mobile-group select:focus {
    border-bottom: 1px solid #fff;
    color: #000; }
.search-mobile input[type=submit] {
  width: 180px;
  background: #F67A44;
  color: #fff;
  border: 0;
  display: block;
  margin: 20px auto;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0;
  outline: inherit;
  transition: background 0.2s ease, padding 0.8s linear;
  -webkit-transition: background 0.2s ease, padding 0.8s linear;
  -moz-transition: background 0.2s ease, padding 0.8s linear;
  cursor: pointer; }
.search-mobile input[type=submit]:focus, .search-mobile input[type=submit]:hover, .search-mobile input[type=submit]:active {
  background: #F89D57; }

.search-mobile-show {
  overflow: visible !important;
  width: auto;
  /*.nav-button{
    a{
      background: #ccc;
      span{
        background-color: transparent;
      }
      span:before{
        bottom: auto;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
      }
      span:after{
        top: auto;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
      }
    }
    a:hover{
      background: #03a9f5;
    }
  }*/ }
  .search-mobile-show body {
    overflow: hidden !important; }
  .search-mobile-show .nav-left-overflow, .search-mobile-show .nav-left-bg, .search-mobile-show .nav-left {
    display: block; }

.search-preloader {
  display: none;
  background: url("/img/4.gif") 0 0 no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 22px;
  left: 23px; }

.result-search {
  background: #fff;
  margin: 0;
  position: absolute;
  top: 50px;
  left: 20px;
  width: 100%;
  z-index: 1000;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.55);
  display: none; }
  .result-search li {
    padding: 5px 44px 5px 20px;
    display: block;
    color: #323232;
    cursor: default; }
  .result-search li:hover {
    background: #eee; }

.search-list {
  float: left;
  margin: 0 30px 0 0px; }
.search-item {
  border-bottom: 1px solid #CCCCCC;
  padding: 0 0 20px 0;
  margin: 20px 0;
  width: 100%;
  float: left; }
.search-name {
  color: #333333;
  text-decoration: none;
  font-size: 16px; }
  .search-name a {
    color: #333333;
    text-decoration: none;
    font-size: 18px; }
  .search-name a:first-child {
    color: #000; }
  .search-name a:hover {
    color: #ff3300; }
.search-cats {
  margin: 10px 5px;
  color: #ccc !important; }
  .search-cats a {
    font-size: 13px;
    text-decoration: none;
    color: #323232 !important;
    border: 1px solid #ffcc99;
    padding: 3px 8px;
    border-radius: 3px; }
  .search-cats a:hover {
    background: #ffcc99; }
.search a.btn-blue {
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  margin: 5px 0;
  float: left; }

.tag .index-block-item {
  margin-right: 5px; }
.tag-text {
  padding: 20px;
  font-size: 14px;
  background: #e3e3e3;
  clear: both;
  margin: 15px 0; }
.tag h1:first-letter {
  text-transform: capitalize; }
.tag h1 {
  color: #ff3300; }
.tag-title {
  margin: 30px 0 0;
  font-size: 18px;
  padding: 0 20px 5px 20px;
  color: #F67A44;
  border-bottom: 2px solid #F67A44;
  text-align: left; }

.pretty-form {
  max-width: 600px;
  /* LABEL ======================================= */
  position: relative;
  /* active state */
  /* BOTTOM BARS ================================= */
  /* active state */
  /* HIGHLIGHTER ================================== */
  /* active state */
  /* ANIMATIONS ================ */ }
  .pretty-form .group {
    position: relative;
    margin-bottom: 25px; }
  .pretty-form input {
    font-size: 18px;
    padding: 5px 0 5px 0;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #EEE; }
  .pretty-form input:focus {
    outline: none; }
  .pretty-form label {
    color: #383838;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all; }
  .pretty-form input[type=text] {
    border: 0;
    width: 100%;
    border-bottom: 2px solid #EEE;
    background-color: #fff !important; }
  .pretty-form input:focus ~ label, .pretty-form input:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #03a9f5; }
  .pretty-form .bar {
    position: relative;
    display: block;
    width: 100%; }
  .pretty-form .bar:before, .pretty-form .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #03a9f5;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all; }
  .pretty-form .bar:before {
    left: 50%; }
  .pretty-form .bar:after {
    right: 50%; }
  .pretty-form input:focus ~ .bar:before, .pretty-form input:focus ~ .bar:after {
    width: 50%; }
  .pretty-form textarea {
    border: 2px solid #EEE;
    width: 100%;
    height: 75px; }
  .pretty-form .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5; }
  .pretty-form input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease; }
  .pretty-form .textarea-group {
    margin: 45px 0 25px 0; }
    .pretty-form .textarea-group label {
      top: -25px; }
  .pretty-form input[type=submit] {
    text-decoration: none;
    padding: 10px 27px;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 36px;
    -webkit-transition: background .2s ease,padding .8s linear;
    -moz-transition: background .2s ease,padding .8s linear;
    font-family: Roboto,sans-serif;
    background: #03a9f5;
    width: 250px;
    margin: 0 auto 10px;
    cursor: pointer; }
  .pretty-form input[type=submit]:hover {
    background: #1f85b8; }

.fields {
  margin: 40px 0 20px 0; }

.left-col .search-name a {
  font-size: 18px; }

@-webkit-keyframes inputHighlighter {
  from {
    background: #03a9f5; }
  to {
    width: 0;
    background: transparent; } }
@-moz-keyframes inputHighlighter {
  from {
    background: #03a9f5; }
  to {
    width: 0;
    background: transparent; } }
@keyframes inputHighlighter {
  from {
    background: #03a9f5; }
  to {
    width: 0;
    background: transparent; } }
.privivki-list {
  list-style: none !important; }

.form-group {
  float: left;
  margin-right: 15px; }

.urgent h1 {
  padding: 20px 0 30px 20px;
  color: #F89D57;
  font-size: 24px;
  text-align: left;
  text-transform: uppercase;
  clear: both; }
.urgent-item-img {
  width: 29%;
  float: left;
  margin-right: 1%; }
  .urgent-item-img img {
    width: 100%; }
.urgent-item-text {
  width: 70%;
  float: left; }
  .urgent-item-text ul {
    list-style: none;
    margin-left: 10px; }
    .urgent-item-text ul li {
      font-size: 12px;
      margin: 0 0 25px 0; }
      .urgent-item-text ul li img {
        max-width: 75px; }
      .urgent-item-text ul li a {
        font-size: 16px !important;
        line-height: 20px;
        display: block;
        margin: 0 0 10px 0;
        text-decoration: none; }
    .urgent-item-text ul .urgent-video {
      float: left;
      width: 160px;
      margin-right: 10px;
      margin-bottom: 10px;
      height: 165px;
      overflow: hidden; }
      .urgent-item-text ul .urgent-video a {
        width: 160px;
        position: relative;
        font-size: 14px !important;
        line-height: 16px;
        margin: 0;
        overflow: hidden; }
        .urgent-item-text ul .urgent-video a img {
          width: auto;
          max-width: inherit; }
        .urgent-item-text ul .urgent-video a span {
          position: absolute;
          top: 50%;
          left: 50%;
          font-size: 48px;
          margin: -24px 0 0 -24px; }
      .urgent-item-text ul .urgent-video div {
        padding: 5px 5px 10px 5px; }
    .urgent-item-text ul li.urgent-video:hover {
      -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35); }
      .urgent-item-text ul li.urgent-video:hover .urgent-video-bg {
        display: block; }
  .urgent-item-text-img {
    float: left;
    width: 85px;
    position: relative;
    text-align: center;
    text-decoration: none; }
    .urgent-item-text-img span {
      font-size: 24px;
      display: block;
      text-shadow: 2px 2px 2px #969696;
      z-index: 4; }
.urgent-item .urgent-video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
  background: #fefefe;
  opacity: .4;
  display: none;
  -webkit-transition: height 0.5s, background 0.5s;
  -moz-transition: height 0.5s, background 0.5s;
  -o-transition: height 0.5s, background 0.5s;
  transition: height 0.5s, background 0.5s; }
.urgent-separate {
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #F67A44;
  clear: both;
  margin: 20px 0; }
.urgent .urgent-list-icon {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px; }
  .urgent .urgent-list-icon span {
    font-size: 24px;
    color: #F67A44;
    text-shadow: 2px 2px 2px #969696;
    margin-right: 10px; }
.urgent .urgent-list-ul {
  list-style: none;
  margin: 0;
  padding: 10px;
  background: #f5f5f5;
  display: none; }
  .urgent .urgent-list-ul li {
    padding: 0 0 5px 15px; }
    .urgent .urgent-list-ul li a {
      text-decoration: none;
      position: relative;
      font-size: 14px;
      padding-left: 10px;
      display: block; }
    .urgent .urgent-list-ul li a:before {
      content: '\25ba';
      position: absolute;
      top: 0;
      left: -15px;
      font-size: 12px;
      color: #F67A44; }

.zmist {
  background: #e3e3e3;
  margin: 15px 0 !important;
  border-left: 4px solid red; }
  .zmist div {
    margin: 15px;
    font-weight: bold;
    float: left; }
  .zmist ul {
    list-style: none !important;
    margin: 0  !important;
    clear: both; }
    .zmist ul li {
      padding: 10px 0 10px 25px;
      border-bottom: 1px solid #fff; }
      .zmist ul li span {
        margin-right: 10px; }
      .zmist ul li a {
        font-size: 14px; }

#wrapper {
  max-width: 1440px;
  margin: 0 auto;
  background: #fff;
  position: relative; }

/*
 Mobile elements hidden
 */
.md-scroll-mask {
  position: initial; }

.menu-btn, .consult-btn, .navigation li.m-search, .tabs-home h3, .consultations-close-m, .open-more {
  display: none; }

.nav_open .navigation {
  left: 0; }

.nav_open .overlay-block, .consult_open .overlay-block {
  display: block; }

.consult_open .consultations {
  right: 0; }

/**finish**/
@media screen and (max-width: 1450px) {
  .intro-block {
    padding: 20px; }

  .read-more-block-item {
    width: 200px; } }
@media screen and (max-width: 1336px) {
  .index .intro-block {
    padding: 10px; }
  .index .index-block-item {
    width: 275px; }
    .index .index-block-item .read-more2 {
      margin-left: -90px; }
    .index .index-block-item .index-block-item-img {
      width: 275px; } }
@media screen and (max-width: 1024px) {
  .index .intro-block {
    padding: 20px; }
  .index .index-block-item {
    width: 220px; }
    .index .index-block-item .read-more2 {
      margin-left: -90px; }
    .index .index-block-item .index-block-item-img {
      width: 220px; }
  .index .index-block-row3 {
    width: 320px; }

  .home-art.index .index-block-item {
    width: 300px; }
    .home-art.index .index-block-item .index-block-item-img {
      width: 100%; }

  .consultations-list-block {
    width: 100%; }

  .nav-toolbar-search {
    width: 56%; }

  footer .copyright span:nth-child(2) {
    font-size: 8px; }

  .howit-work-desc {
    width: 280px;
    margin: 0 0 0 20px; }
    .howit-work-desc .howit-work-right {
      font-size: 20px; }
      .howit-work-desc .howit-work-right div {
        font-size: 12px; }

  .pharma .index-block-item {
    margin-left: 0;
    margin-right: 5px; }

  .navigation {
    display: none; }

  .urgent .urgent-item-img {
    display: none; }
  .urgent .urgent-item-text {
    width: 100%; }
  .urgent .urgent-list-ul {
    display: block; } }
@media screen and (max-width: 1014px) {
  .social-block.bottom-block .btm-name {
    display: none; }

  .pharma {
    margin: 0 20px; }

  .pharma-left {
    display: none; }

  .pharma-right {
    padding-left: 0; } }
@media screen and (max-width: 980px) and (min-width: 860px) {
  .search-mobile-btn {
    display: block; }

  .nav-toolbar-search {
    display: none; }

  .howit-work-desc {
    width: 220px;
    margin: 0 0 0 10px; }

  .howit-work .add-question span, .howit-work .consult-answer span {
    font-size: 18px; }

  .tabs-home .ui-tabs-nav li a {
    font-size: 16px; }

  .consultations-list-block-sub {
    width: 100%; }

  .consultations-list-block-sub div a {
    font-size: 12px; }

  .index .index-block-item {
    width: 30%;
    margin: 10px 1.1% 20px; }
  .index .index-block-row3 {
    width: 255px; }
  .index .index-block-item .read-more2 {
    margin-left: -90px; }

  .news div.index-block-item:nth-child(n+7) {
    display: none; } }
@media screen and (max-width: 980px) {
  .mc-top .mc-top-left, .mc-top .mc-top-right {
    width: 49%; }
  .mc-top .howit-search {
    margin: 0px 30px;
    float: left;
    padding: 10px 0;
    font-size: 18px; }
    .mc-top .howit-search img {
      display: none; }

  .mc-info a {
    font-size: 14px; }

  .mc-categories-block-item {
    width: 100%;
    margin: 0 0 30px 0; }

  .has_partner.mc-top .mc-top-partner, .has_partner.mc-top .mc-top-left {
    width: 49%; }
  .has_partner.mc-top .mc-top-right {
    width: 100%; }

  .mc-consult-answer-text {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #ccc; }

  .mc-consult-answer {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-left: 2px solid #03a9f5;
    margin-left: -20px;
    padding: 0 0 0 15px; }
    .mc-consult-answer .mc-consult-answer-doctor {
      width: 100%;
      float: left; }
    .mc-consult-answer .mc-consult-answer-text {
      border: 0;
      min-height: inherit;
      float: left;
      width: 100%;
      margin: 10px 0 0 0;
      padding: 10px 0 0 0; }
    .mc-consult-answer .mc-consult-answer-doctor-img {
      float: left;
      margin-right: 15px; }
    .mc-consult-answer .info_block_adv {
      float: none;
      display: block;
      margin-left: 115px;
      width: auto; }

  .mc-consult-last .mc-consult-answer {
    border: 0; }

  .search-mobile-btn {
    display: block; }

  .nav-toolbar-search {
    display: none; } }
@media screen and (max-width: 800px) {
  .search-mobile-btn {
    display: block; }

  .nav-toolbar-search {
    display: none; }

  .right-col {
    display: none; }

  .content-block .left-col {
    padding-right: 0; }

  .read-more-block-list .read-more-block-item {
    width: 250px; }

  .menu-btn, .consult-btn {
    float: left;
    width: 30px;
    height: 30px;
    background: #F67A44;
    display: block;
    font-size: 28px;
    color: #fff;
    padding: 5px;
    font-weight: 500;
    margin-top: 10px; }

  .consult-btn {
    float: right; }

  .menu-btn:hover, .consult-btn:hover {
    background: #e26630; }

  ul li.m-search {
    display: block !important; }
    ul li.m-search form {
      padding: 12px 0; }
    ul li.m-search input {
      float: left;
      font-size: 14px;
      border: 1px solid #ffcc99;
      padding: 5px;
      color: #3399cc;
      font-style: italic;
      width: 160px; }
    ul li.m-search button {
      color: #fff;
      background: #F67A44;
      border: 0;
      height: 28px;
      width: 28px; }

  .consultations {
    margin: 0;
    width: 275px;
    position: fixed;
    background: #f2f2f2;
    top: 0;
    right: -305px;
    height: 100%;
    display: block !important;
    z-index: 5; }
    .consultations-right {
      display: none; }
    .consultations-close-m {
      position: absolute;
      background: #F67A44;
      width: 30px;
      height: 30px;
      color: #fff;
      font-size: 18px;
      display: block;
      left: -30px;
      text-align: center;
      top: 36px;
      line-height: 28px; }
    .consultations-left {
      overflow: auto;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0; }
    .consultations-list {
      padding: 0;
      background: none;
      height: 95px;
      overflow-y: scroll;
      -webkit-transition: height .1s;
      transition: height .1s; }
      .consultations-list-toolbar a {
        padding: 5px !important;
        font-size: 12px !important;
        margin: 10px 2px !important; }
      .consultations-list-toolbar .btn.grey-button {
        float: right; }
    .consultations-list-block {
      width: 275px;
      float: left; }
      .consultations-list-block-sub {
        width: 100%;
        float: left; }
        .consultations-list-block-sub div {
          border-bottom: 1px solid #fff; }
    .consultations .tabs-home {
      float: left; }
      .consultations .tabs-home ul {
        display: none; }
      .consultations .tabs-home h3 {
        display: block;
        padding: 15px 10px;
        border-bottom: 1px solid #fff; }
      .consultations .tabs-home a {
        font-size: 14px;
        padding: 0px 5px;
        display: block;
        color: #F67A44; }
      .consultations .tabs-home a:before {
        left: -7px;
        font-size: 8px; }
    .consultations #tabs-1 {
      float: left;
      width: 100%;
      border-bottom: 1px solid #fff; }
    .consultations #tabs-2 {
      float: left;
      width: 100%; }
    .consultations .open-more {
      width: 100%;
      height: 20px;
      font-size: 18px;
      text-align: center;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
      color: #F67A44;
      display: block; }

  /*
  Hidden elements
  */
  .howit-work, nav.sections, .separate-line {
    display: none; }

  .index {
    text-align: center; }
    .index .intro-block {
      padding: 20px 0;
      float: left;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-around; }
    .index .index-block-item {
      width: 300px;
      margin: 10px 10px 20px 10px; }
    .index .index-block-row3 {
      width: 400px;
      margin: 20px auto;
      float: none; }
    .index .index-block-item .read-more2 {
      margin-left: -90px; }

  .important .intro-block {
    max-height: inherit; }
  .important .important-item:nth-child(n+5) {
    display: none; }

  .important-item {
    width: 300px;
    margin: 15px 0;
    display: block; }
    .important-item a {
      display: block;
      position: relative; }
      .important-item a .important-item-title {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; }

  .important-item:first-child {
    height: auto;
    width: 300px; }
    .important-item:first-child a {
      height: 210px;
      background-size: contain; }
      .important-item:first-child a .important-item-title {
        font-size: 16px;
        padding: 0; }
    .important-item:first-child a:hover {
      height: 210px; }
      .important-item:first-child a:hover .important-item-desc p, .important-item:first-child a:hover .important-item-desc ul {
        display: none; }

  .photos {
    justify-content: space-around; }

  a.btn-add-question {
    display: block; }

  .pharma-left {
    margin: 0;
    width: 100%; } }
@media screen and (max-width: 769px) {
  .header-banner {
    display: none; }

  footer .partnership {
    display: none; }
  footer .copyright {
    width: 40%; }
  footer .counter {
    width: 59%; }
  footer .more-links-1 {
    display: none; }
  footer .more-links-3 {
    width: 39%; }
  footer .more-links-2 {
    width: 60%; } }
@media screen and (max-width: 650px) {
  .mc-top .mc-top-left, .mc-top .mc-top-right {
    width: 100%; }

  .mc-top-left-block {
    padding: 0; }

  .mc-info {
    padding: 10px 0; }
    .mc-info .mc-info-left {
      width: 100%; }
      .mc-info .mc-info-left a {
        padding: 13px 20px; }
    .mc-info .mc-info-right {
      width: 100%;
      border-top: 1px solid #fff; }
      .mc-info .mc-info-right a {
        padding: 13px 20px; }
    .mc-info .mc-info-right:before, .mc-info .mc-info-right:after {
      display: none; }

  .has_partner.mc-top .mc-top-left, .has_partner.mc-top .mc-top-partner {
    width: 100%; }
  .has_partner.mc-top .mc-top-partner {
    margin-bottom: 15px; } }
@media screen and (max-width: 600px) {
  .article h1 {
    line-height: 24px; }

  .paginator, .paginator_pages {
    max-width: 600px;
    width: auto !important; }

  .paginator tr:nth-child(n+2) {
    display: none; }

  .paginator_pages {
    font-size: 14px !important;
    margin: 0 10px 0 0 !important; }

  .paginator td {
    font-size: 14px; }

  .paginator span a, .paginator span strong {
    padding: 5px 4px !important; } }
@media screen and (max-width: 480px) {
  .logo img {
    height: 30px; }

  .index .intro {
    font-size: 20px; }
  .index .index-block-item {
    height: inherit; }

  .article img {
    margin: 0 auto;
    float: inherit;
    display: block; }

  .left-col .social-sort-block .date {
    display: none; }

  .article .social-block {
    float: left; }

  .breadCrumbs {
    line-height: 16px; }

  .pharma-content table.pharma-desc-table td {
    display: block; }

  .mc-consult-answer-date {
    display: block;
    text-align: right;
    float: none; }

  .mc-consult-answer-doctor-img {
    width: 50px;
    height: 50px; }
    .mc-consult-answer-doctor-img img {
      width: 50px; }

  .mc-consult-answer-doctor noindex a {
    margin-left: 65px; }

  .mc-consult-answer .info_block_adv {
    margin-left: 65px; }

  .mc-adviser-img {
    float: none;
    margin: 0 auto; }

  .mc-adviser-info {
    margin: 15px 0; } }
@media screen and (max-width: 360px) {
  .paginator td {
    font-size: 12px; }

  .paginator span a, .paginator span strong {
    padding: 3px 2px !important; }

  footer .partnership {
    display: none; }
  footer .copyright {
    display: none; }
  footer .counter {
    width: 100%; }
  footer .more-links-1 {
    display: none; }
  footer .more-links-3 {
    display: none; }
  footer .more-links-2 {
    width: 100%; }

  .index .index-block-row3 {
    width: 320px; }

  .article h1 {
    font-size: 18px; }

  .social-block ul li {
    margin-right: 5px; }

  .social-block ul li div span {
    font-size: 12px; }

  .social-block ul li .counter {
    padding: 4px;
    font-size: 10px; }

  .btn-quest {
    font-size: 14px !important;
    float: none;
    display: block; } }
@media screen and (max-width: 320px) {
  .pharma {
    margin: 0 10px; }

  .nav-button {
    width: 65px; }
    .nav-button a {
      margin-left: 0; }

  .nav-right-logo {
    margin-left: 65px; }

  .search-mobile-btn, a.close-search {
    margin-right: 2px; }

  .content-block .left-col a {
    font-size: 12px; }

  .mc-consult-answer-doctor-spec {
    margin: 0 0 15px 0;
    font-weight: normal;
    font-size: 12px; }

  .mc-consult-question-date {
    float: none;
    text-align: right; }

  .pharma-right .index-block-item {
    margin: 10px 0 20px 0; }

  .pharma-form-search input[type=text] {
    padding: 8px 15px;
    font-size: 14px; } }

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