

/* Start:/css/bootstrap.css?1501076641141607*/
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('/css/../fonts/glyphicons-halflings-regular.eot');
  src: url('/css/../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/css/../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/css/../fonts/glyphicons-halflings-regular.woff') format('woff'), url('/css/../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/css/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.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;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1240px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 10px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 8px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

/* End */


/* Start:/fonts/fira/fira.css?15524795301336*/
@font-face {
    font-family: 'fira';
    font-display: fallback;
    src: url('/fonts/fira/firasans-extralight.eot');
    src: url('/fonts/fira/firasans-extralight.eot?#iefix') format('embedded-opentype'),
         url('/fonts/fira/firasans-extralight.woff') format('woff'),
         url('/fonts/fira/firasans-extralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'fira';
    src: url('/fonts/fira/firasans-light.eot');
    font-display: fallback;
    src: url('/fonts/fira/firasans-light.eot?#iefix') format('embedded-opentype'),
         url('/fonts/fira/firasans-light.woff') format('woff'),
         url('/fonts/fira/firasans-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'fira';
    font-display: fallback;
    src: url('/fonts/fira/firasans-book.eot');
    src: url('/fonts/fira/firasans-book.eot?#iefix') format('embedded-opentype'),
         url('/fonts/fira/firasans-book.woff') format('woff'),
         url('/fonts/fira/firasans-book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'fira';
    font-display: fallback;
    src: url('/fonts/fira/firasans-medium.eot');
    src: url('/fonts/fira/firasans-medium.eot?#iefix') format('embedded-opentype'),
         url('/fonts/fira/firasans-medium.woff') format('woff'),
         url('/fonts/fira/firasans-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


/* End */


/* Start:/css/flexslider.css?15010766416934*/
/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('/css/fonts/flexslider-icon.eot');
  src: url('/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/css/fonts/flexslider-icon.woff') format('woff'), url('/css/fonts/flexslider-icon.ttf') format('truetype'), url('/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 26px 0 34px;
  background: #fff;
  /* border: 4px solid #fff; */
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 32px;
  height: 60px;
  margin: -30px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-size: 40px;
  display: inline-block;
  content: "";
  width: 32px;
  height: 60px;
  background: url(/css/../img/sl_left.png) no-repeat;
}
.flex-direction-nav a.flex-next:before {
  background: url(/css/../img/sl_right.png) no-repeat;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 14px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  /* background: #666; */
  background: none;
  border: 1px solid #FFF;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  /* box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); */
  /* -webkit-border-radius: 20px; */
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(242, 242, 242, 0.7);
  cursor: default;
  border: 1px solid #FFF;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* End */


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

/* End */


/* Start:/css/magnific-popup.css?15010766416951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

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

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/style.css?161460339966476*/
body {
    font-family: 'fira';
    color: #333333;
    font-size: 14px;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
}
.webp .header {
    background: url(/img/header.webp) center no-repeat;
    background-size: cover;
    height: 650px;
}
.no-webp .header {
    background: url(/img/header.jpg) center no-repeat;
    background-size: cover;
    height: 650px;
}
.header .logo {} .header .navig_top {
                     padding-top: 30px;
                     width: 92%;
                 }
.header .phone_top,
.header .button_mes,
.header .button_call {
    display: inline-table;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -11px;
}
.header .top_info {
    font-weight: 300;
    padding-bottom: 7px;
    border-bottom: 1px solid #dadada;
}
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}
.header .top_info p {
    font-weight: 500;
    font-size: 14px;
}
.header .phone_top {
    font-size: 24px;
    margin-right: 13px;
    vertical-align: inherit;
}
.header .button_mes a {
    font-weight: 400;
    font-size: 16px;
    color: #ff3f25;
    border: 3px solid #ff3f25;
    padding: 5px 10px;
    border-radius: 50px;
    text-decoration: none;
}
.header .button_call a,
.scroll_menu .button_call a {
    background: #ff3f25;
    border: 3px solid #ff3f25;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding: 5px 18px;
    border-radius: 50px;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(186, 3, 10, 1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(186, 3, 10, 1);
    box-shadow: 0px 1px 0px 0px rgba(186, 3, 10, 1);
}
.header .top_header {
    padding-top: 17px;
}

.clear {
    clear: both;
}
.header .menu {
    /* margin-top: 9px; */
}
.navbar-collapse {
    padding: 0;
}
.navbar-nav > li > a {
    padding: 15px 17px;
    font-size: 16px;
    color: #333333;
    border-left: 1px solid #dadada;
    position: relative;
    z-index: 1;
}
.navbar-nav > li > a .fa {
    font-size: 14px;
    margin-right: 3px;
}
.navbar-nav > li:first-child > a {
    border-left: none;
}
.header .nav {
    margin-top: 0;
}

.pages_ico {
    display: inline-block;
    margin-right: 3px;
    position: relative;
}

.pages_ico:before {
    content: "";
    background: url(/img/posts_ico.png);
    width: 14px;
    height: 14px;
    display: block;
    position: relative;
    top: 2px;
}

.navbar-nav > li > a:hover {
    color: #ff3f25;
    background: rgba(255,255,255,0.80);
}

.dropdown:hover > a {
    color: #ff3f25;
    background: rgba(255,255,255,0.80);
}

.dropdown-menu {
    background: rgba(255,255,255,0.80);
    border-radius: 0px;
    border: 1px solid #dadada;
    margin-top: -1px !important;
    z-index: 0;
}

.dropdown-menu > li > a {
    font-size: 16px;
    color: #333;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li:hover > a {
    background: none;
    color: #ff3f25;
}

.navbar-nav > li > .dropdown-menu > li > ul {
    position: absolute;
    left: 100%;
    /*top: 0;*/
	top:auto;
	bottom:0;
    padding-left: 0;
    padding: 10px 0px;
    background: rgba(255,255,255,0.80);
    border-radius: 0px;
    border: 1px solid #dadada;
    min-width: 160px;
    margin-top: -1px !important;
    display: none;
}

.navbar-nav > li > .dropdown-menu.services > li > ul {
    top: auto;
    bottom: 0;
}

.navbar-nav > li > .dropdown-menu > li:hover > ul {
    display: block;
}

.navbar-nav > li > .dropdown-menu > li > ul > li {
    list-style: none;
}

.navbar-nav > li > .dropdown-menu > li > ul > li > a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 16px;
}

.dropdown-sub a {
    position: relative;
}

.dropdown-sub > a:before {
    content: "\f054";
    position: absolute;
    right: 20px;
    top: 12px;
    font-family: 'FontAwesome';
    font-size: 12px;
}

.search_bl .form-control {
    border: 1px solid #c9c7c6;
    border-radius: 0px;
    padding: 0 13px;
    height: 30px;
    width: 305px;
    font-weight: 300;
    background: url(/img/search_input.png);
}
.search_bl .search_button {
    color: #ff3f25;
    font-size: 18px;
    border: none;
    background: none;
}
.menu .navbar-form {
    padding: 0;
    margin-top: 11px;
}
.button_header {
    color: #FFF;
    margin-top: 298px;
}
.button_header h1, .button_header .h1 {
    font-weight: 200;
    font-size: 66px;
    margin: 0;
    letter-spacing: -2px;
    margin-bottom: 8px;
}
.button_header h3 {
    font-weight: 300;
    font-size: 30px;
    margin: 0;
}
.more_h1 {
    font-size: 16px;
    font-weight: 400;
    margin-left: 11px;
    letter-spacing: 0px;
    border-bottom: 1px dashed #FFF;
    padding-bottom: 2px;
}
.more_h1 {
    border-bottom: none;
    position: relative;
}
.more_h1 {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.more_h1 a {
    color: #FFF;
    text-decoration: none;
}
.block1 {
    padding: 79px 0 61px;
}
.usl_block {
    /* padding-top: 59px; */
}
.button_header--lg{
    margin-top: 198px;
}
.button_header--lg .more_h1 {
    margin-top: 170px;
}

.container_page {padding: 17px 0 72px;}

.container_page p {
    font-size: 16px;
    margin-bottom: 22px;
}
.title_h3 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 28px;
}

.block1 .col-sm-9 .col-sm-4 {
    text-align: center;
}
.block1 .col-sm-9 .col-sm-4 p {
    font-size: 18px;
    margin-top: 16px;
    line-height: 21px;
}
.block2 {
    background: #f2f2f2;
    padding: 60px 0;
}
.block2 .paran {
    margin: 0;
    padding: 0;
}
.block2 .paran li {
    list-style: none;
    font-size: 18px;
    padding: 13px 0;
    background: url(/img/qw.png) left no-repeat;
    padding-left: 70px;
}
.uslugi {
    position: absolute;
    padding: 0 34px 14px 34px;
    width: 100%;
    z-index: 111;
    /* top: -44px; */
    background: url(/img/uslugi.png);
}
.uslugi h3 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 24px;
}
.uslugi ul {
    padding: 0;
    margin: 0;
    font-weight: 400;
}
.uslugi ul li {
    font-size: 16px;
    list-style: none;
    margin-bottom: 18px;
    letter-spacing: 0.05em;
    width: 100%;
    background: url(/img/uslugi_li.png) right no-repeat;
}
.block3 {
    padding: 74px 0 30px;
}
.cart_z {
    margin-bottom: 40px;
}
.cart_z p.head-title {
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 10px;
    line-height: 21px;
}
.cart_z .line {
    background: #dadada;
    height: 1px;
    width: 100px;
    margin-bottom: 9px;
}
.cart_z p {
    font-size: 16px;
}
.block4 {
    padding: 74px 0 52px;
    background: #f2f2f2;
    font-size: 16px;
}
.flexslider p {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    position: absolute;
    z-index: 2;
    color: #FFF;
    top: 50%;
    margin-top: -11px;
    width: 100%;
    text-align: center;
    left: 0;
}
.block4 .ops {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 23px;
}
.block5 {
    background: url(/img/block5.jpg) repeat-x center #ff3f25;
}
.block5 .col-sm-9 {
    padding: 53px 15px;
    background: #ff3f25;
}
.block5 h2 {
    font-size: 30px;
    color: #FFF;
    font-weight: 300;
    margin: 0;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}
.button_uznat {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-right: 15px;
}
.button_uznat a {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    border: 3px solid #fff;
    padding: 12px 51px;
    border-radius: 50px;
    text-decoration: none;
    background: #ff3f25;
    line-height: 29px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(186, 3, 10, 1);
    -moz-box-shadow: 0px 2px 0px 0px rgba(186, 3, 10, 1);
    box-shadow: 0px 2px 0px 0px rgba(186, 3, 10, 1);
}
.block6 {
    background: url(/img/block6.jpg) center no-repeat;
    background-size: cover;
    padding: 119px 0 50px;
    color: #FFF;
}
.block6 h1, .block6 .h1 {
    font-weight: 200;
    font-size: 60px;
    line-height: 69px;
    margin-bottom: 94px;
}
.block6 .compl {} .block6 .compl .num {
                      font-weight: 200;
                      font-size: 50px;
                  }
.block6 .compl .com_text {
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 44px;
    padding-top: 9px;
    line-height: 23px;
}
.block7 {
    padding: 45px 0 43px;
}
.titble_pr {
    position: relative;
    padding-left: 501px;
    padding-top: 61px;
    padding-bottom: 80px;
}
.num_pr {
    position: absolute;
    color: #ff3f25;
    font-size: 45px;
    font-weight: 200;
    left: 0;
    top: 19px;
}
.titble_pr .text_title_pr {} .titble_pr .text_title_pr h2 {
                                 font-weight: 300;
                                 font-size: 30px;
                             }
.titble_pr .text_title_pr h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}
.body_pr {
    padding-left: 37px;
    padding-top: 19px;
}
.body_pr p {
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: 300;
}
.body_pr p.bold_p {
    font-weight: 400;
    text-transform: uppercase;
}
.bull {
    color: #ff3f25;
    font-size: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.button_pr {
    padding-left: 37px;
    margin-top: 24px;
}
.button_pr a {
    font-weight: 400;
    font-size: 16px;
    color: #ff3f25;
    border: 3px solid #ff3f25;
    padding: 10px 39px;
    border-radius: 50px;
    text-decoration: none;
    line-height: 51px;
}
.body_pr ul {
    margin: 0;
    padding: 0;
    margin-bottom: 22px;
}
.body_pr ul li {
    list-style: none;
    margin-bottom: 9px;
}
.gray {
    background: #f2f2f2;
}
.block8 {
    background: url(/img/block8.jpg) center no-repeat;
    background-size: cover;
    padding: 78px 0 70px;
    color: #FFF;
}
.block8 p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 18px;
}
.block8 h1, .block8 .h1 {
    font-weight: 200;
    font-size: 60px;
    margin-top: 27px;
    line-height: 69px;
    margin-bottom: 0;
}
.block9 {
    padding: 76px 0;
}
.sokr .bl {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}
.sso {
    margin-top: 27px;
}
.sso h3 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}
.sso p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 9px;
}
.eco {
    margin-top: 71px;
}
.eco p {
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 41px;
}
.eco p span {
    border-bottom: 3px solid #ff3f25;
    padding-bottom: 0px;
}
.eco .name_table {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 27px;
}
table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    font-weight: 300;
}
table th {
    width: 20%;
    background: #f2f2f2;
    border: 1px solid #dadada;
    vertical-align: bottom;
    font-weight: 300;
    padding: 12px 10px 8px;
}
table td {
    width: 20%;
    border: 1px solid #dadada;
    font-weight: 300;
    padding: 12px 10px 8px;
}
.eco .red_tab {
    font-size: 18px;
    text-transform: uppercase;
    text-align: right;
    color: #ff3f25;
    margin-top: 34px;
    margin-bottom: 24px;
}
.eco .descr {
    font-size: 18px;
}
.form_bl {
    height: 474px;
    background: url(/img/form_bottom.jpg) center no-repeat;
    margin-top: 56px;
}
.form_in {
    max-width: 589px;
    margin: 0 auto;
    padding-top: 58px;
}
.form_in h3 {
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    margin-bottom: 27px;
}


.form_in .input_text {
    width: 100%;
    background: none;
    height: 50px;
    border: 1px solid #dadada;
    border-radius: 50px;
    padding: 0 30px;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'fira';
}
.form_in .form_button {
    font-family: 'fira';
    width: 100%;
    background: #ff3f25;
    border-radius: 100px;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(186, 3, 10, 1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(186, 3, 10, 1);
    box-shadow: 0px 3px 0px 0px rgba(186, 3, 10, 1);
    border: none;
    margin-top: 37px;
    line-height: 20px;
    padding: 14px 0 6px;
}
.form_in form {
    padding: 0 30px;
}
.table-container {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
}
.block10 {
    color: #FFF;
    padding: 82px 0 70px;
    background: url(/img/block10.jpg) center no-repeat;
    background-size: cover;
}
.block10 h1, .block10 .h1 {
    font-size: 60px;
    font-weight: 200;
    line-height: 69px;
}
.zw {
    padding: 0;
}
.zw li {
    list-style: none;
    margin-bottom: 5px;
}
.block11 {
    padding: 0px;
    padding-bottom: 41px;
}
.block15 {
    padding-top: 10px;
}
.block12 {
    padding: 50px 0;
}
.block12 .col-sm-6 {
    margin: 30px 0;
}
.webp .block12 {
    background: url(/img/block12.webp) center no-repeat;
    background-size: cover;
    padding: 73px 0 68px;
    color: #FFF;
}
.no-webp .block12 {
    background: url(/img/block12.jpg) center no-repeat;
    background-size: cover;
    padding: 73px 0 68px;
    color: #FFF;
}
.block12 h1, .block12 .h1 {
    font-size: 60px;
    font-weight: 200;
    margin-bottom: 32px;
}
.block12 p.title-head {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 200;
    line-height: 21px;
    margin-bottom: 38px;
}
.block12 .ico_ {
    float: left;
}
.block12 .tetx_ {
    padding-left: 90px;
    padding-top: 3px;
}
.block12 .tetx_ p.title-head {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}
.block12 .tetx_ p {
    font-size: 16px;
    font-weight: 300;
}
.block11 .col-sm-6 {
    margin: 27px 0 20px;
}
.block12 .rad {
    margin-bottom: 17px;
}
.cont_person {
    padding-left: 300px;
}
.block13 {
    padding: 63px 0;
}
.block13 h2 {
    font-size: 30px;
    font-weight: 300;
}
.block13 .cont_person h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 17px;
}
.block13 .cont_person p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 24px;
}
.block13 .ok_bl {
    text-align: center;
    margin-top: 27px;
}
.block13 .ok_line {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 8px;
}
.block13 .ok_line img {
    margin-right: 5px;
}
.block13 .person {
    margin-top: 34px;
    margin-bottom: 64px;
}
.block14 {
    background-image: url(/img/block14.jpg);
    padding: 72px 0;
}
.sso p.bold_p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}
.wos_text {
    padding-left: 84px;
}
.wos_text h2 {
    font-size: 20px;
}
.block16 {
    padding: 0px 0;
}
.block16 .col-sm-9 {
    padding: 33px 15px;
}
.title_ti {
    padding: 48px 100px 40px;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    border: 3px solid #ff3f25;
    line-height: 28px;
    margin-top: 26px;
    margin-bottom: 72px;
}
.block18 {
    padding: 60px 0;
    background-image: url(/img/block18.jpg);
}
.pwp .titble_pr {
    position: relative;
    padding-left: 501px;
    padding-top: 126px;
    padding-bottom: 115px;
}
.pwp .ttt {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 8px;
}
.pwp p {
    font-size: 16px;
    font-weight: 300;
}
.color_number {
    font-size: 18px;
    color: #ff3f25;
}
.text_number {
    padding-left: 25px;
}
.wopr {
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 54px;
}
.block19 {
    padding: 12px 0 61px;
}
.cont_bl {
    text-align: center;
    padding: 53px 0;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
}
.cont_bl .email_bl,
.cont_bl .but_bl {
    display: inline-block;
    margin: 0 20px;
}
.cont_bl .email_bl {
    font-size: 24px;
    font-weight: 300;
}
.cont_bl .but_bl a {
    font-weight: 400;
    font-size: 16px;
    color: #ff3f25;
    border: 3px solid #ff3f25;
    padding: 10px 33px;
    border-radius: 50px;
    text-decoration: none;
}
.cont_bl .but_bl--grey a {
    border-color: #a9a9a9;
}
.cont_bl .email_bl i {
    color: #ff3f25;
    margin-right: 5px;
}
.block19 {} .predlog {
                font-size: 16px;
                margin-top: 70px;
            }
.predlog h2 {
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 23px;
}
.predlog h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 26px;
}
.bbb {
    display: block;
    width: 100%;
    padding: 16px 20px;
    font-family: 'fira';
    width: 100%;
    background: #ff3f25;
    border-radius: 100px;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(186, 3, 10, 1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(186, 3, 10, 1);
    box-shadow: 0px 3px 0px 0px rgba(186, 3, 10, 1);
    border: 3px solid #FFF;
    line-height: 20px;
    text-align: center;
}
.bbb:hover {
    background: #FFF;
    color: #ff3f25;
    text-decoration: none;
}
.block20 {
    padding: 40px 0;
}
.block20 .col-sm-6 {
    background: #ff3f25;
}
.webp .footer_block {
    padding: 56px 0;
    color: #FFF;
    background: url(/img/footer.webp) center no-repeat;
    background-size: cover;
}
.no-webp .footer_block {
    padding: 56px 0;
    color: #FFF;
    background: url(/img/footer.jpg) center no-repeat;
    background-size: cover;
}
.footer_block .tile_menu {
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 24px;
}
.footer_block .tile_menu--bottom {
    margin: -5px 0 0 0;
}
.footer_block ul {
    padding: 0;
    margin-bottom: 61px;
}
.footer_block ul li {
    list-style: none;
    margin-bottom: 18px;
}
.footer_block ul li a {
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
}
.footer_form .input_text {
    width: 100%;
    height: 50px;
    border: 1px solid #dadada;
    border-radius: 50px;
    padding: 0 30px;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'fira';
    background: #efebe9;
    color: #000;
}
.footer_form .input_button {
    font-family: 'fira';
    width: 100%;
    background: #ff3f25;
    border-radius: 100px;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(186, 3, 10, 1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(186, 3, 10, 1);
    box-shadow: 0px 3px 0px 0px rgba(186, 3, 10, 1);
    border: none;
    margin-top: 0px;
    line-height: 20px;
    padding: 19px 0 13px;
}
.footer_form h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 34px;
}
.soc_bl h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
.soc_bl > div {
    text-align: center;
    margin-top: 27px;
}
.soc_bl > div .ss {
    display: inline-block;
    margin: 0 9px;
}
.soc_bl {
    margin-top: 51px;
}
.search_footer .shs {
    padding-right: 35px;
}
.search_footer .shs .input_shs {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #FFF;
    font-size: 14px;
    font-family: 'fira';
    padding: 3px 0;
}
.search_footer button {
    color: #FFF;
    border: none;
    background: none;
}
.search_footer .shs .input_shs::-webkit-input-placeholder {
    color: #FFF;
}
.search_footer .shs .input_shs::-moz-placeholder {
    color: #FFF;
}
/* Firefox 19+ */

.search_footer .shs .input_shs:-moz-placeholder {
    color: #FFF;
}
/* Firefox 18- */

.search_footer .shs .input_shs:-ms-input-placeholder {
    color: #FFF;
}
.footer {
    font-size: 16px;
    border-top: 1px solid #908178;
    padding-top: 40px;
    margin-top: 33px;
}
.a_map a {
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
}
.a_map a i {margin-right: 5px;}
.c404 {
    background-image: url(/img/404.jpg);
}
.p404 {
    font-size: 16px;
    font-weight: 300;
    padding: 66px 0;
}
.p404 p {
    font-size: 24px;
    margin-bottom: 34px;
}
.p404 ul {
    padding: 0;
}
.p404 li {
    list-style: none;
    margin-bottom: 18px;
}
.p404 li a {
    color: #333333;
}
.p404 .form_search_ {
    margin-top: 53px;
    margin-bottom: 85px;
}
.cs_form {
    color: #ff3f25;
    border: none;
    background: none;
}
.cs_bo {
    padding-right: 40px;
}
.cs_bo input {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #333;
    font-size: 14px;
    font-family: 'fira';
    padding: 3px 0;
}
.cs_bo input::-webkit-input-placeholder {
    color: #000;
}
.cs_bo input::-moz-placeholder {
    color: #000;
}
/* Firefox 19+ */

.cs_bo input:-moz-placeholder {
    color: #000;
}
/* Firefox 18- */

.cs_bo input:-ms-input-placeholder {
    color: #000;
}

.online_application {
    background-image: url(/img/online_application.jpg);
}

.credit_form {
    padding-left: 135px;
}

.credit_form h3 {
    font-size: 30px;
    font-weight: 300;
    /* margin-bottom: 35px; */
}

.credit_form .input_right_block {
    padding-left: 184px;
    margin-top: 35px;
    margin-bottom: 36px;
}

.input_text_norm {
    width: 100%;
    border: 1px solid #d9d9d9;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'fira';
    -webkit-box-shadow: inset 0px 3px 0px 0px rgba(242,242,242,1);
    -moz-box-shadow: inset 0px 3px 0px 0px rgba(242,242,242,1);
    box-shadow: inset 0px 3px 0px 0px rgba(242,242,242,1);
    margin-bottom: 13px;
    font-weight: 300;
}

.input_text_norm:focus {
    outline: none;
    border-color: #dd412b;
}

.select_bl {
    width: 100%;
    border: 1px solid #d9d9d9;
    height: 50px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'fira';
    background: #FFF url(/img/arrow_select.png) 95% 20px no-repeat;
    -webkit-box-shadow: inset 0px 3px 0px 0px rgba(242,242,242,1);
    -moz-box-shadow: inset 0px 3px 0px 0px rgba(242,242,242,1);
    box-shadow: inset 0px 3px 0px 0px rgba(242,242,242,1);
    overflow: hidden;
    margin-bottom: 13px;
}

.textarea_norm {
    width: 100%;
    border: 1px solid #d9d9d9;
    height: 140px;
    border-radius: 25px;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'fira';
    -webkit-box-shadow: inset 0px 3px 0px 0px rgba(242,242,242,1);
    -moz-box-shadow: inset 0px 3px 0px 0px rgba(242,242,242,1);
    box-shadow: inset 0px 3px 0px 0px rgba(242,242,242,1);
    margin-bottom: 13px;
    font-weight: 300;
}

.select_bl select {
    border-radius: 0;
    background: none;
    height: 50px;
    width: 100%;
    -webkit-appearance: none;
    font-size: 18px;
    font-weight: 300;
    font-family: 'fira';
    border: none;
    color: #ababab;
    padding: 0 30px;
}

.select_bl select:focus {
    outline: none;
}

.captcha {
    height: 50px;
    width: 100%;
    border: 1px solid #cccccc;
    text-align: center;
    line-height: 50px;
}

.row_col3 {
    position: relative;
    margin: 0 -15px;
}

.clear {
    clear: both;
}

.date_label {
    font-size: 18px;
    font-weight: 300;
    color: #ababab;
    position: absolute;
    top: 16px;
    left: -130px;
}

.consent_bl p {
    font-size: 16px;
    font-weight: 300;
}

.consent_bl .consent_body {
    padding-left: 56px;
    padding-top: 10px;
}

.checkbox_bl input[type="checkbox"] {
    display: none;
}

.checkbox_bl input[type="checkbox"] + label {
    cursor: pointer;
}

.checkbox_bl input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    height: 35px;
    width: 35px;
    background: url(/img/checkbox.jpg) 0px 0px no-repeat;
}

.checkbox_bl input[type="checkbox"]:checked + label:before {
    background-position: 0px -35px;
}

.submit_norm {
    font-family: 'fira';
    width: 100%;
    background: #ff3f25;
    border-radius: 100px;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(186, 3, 10, 1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(186, 3, 10, 1);
    box-shadow: 0px 3px 0px 0px rgba(186, 3, 10, 1);
    border: none;
    margin-top: 23px;
    line-height: 20px;
    padding: 22px 0 17px;
}

.consent_bl {margin-top: 23px;}

.title_h3 {
    font-size: 30px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 29px;
}

.title_h3--pad-bot {
    margin-bottom: 60px;
}

.title_h3.margin_bot {
    margin-bottom: 55px;
}

.block21 {
    padding: 75px 0;
    color: #FFF;
    background: url(/img/block8.jpg) center no-repeat;
    background-size: cover;
}

.block_one {
    padding: 75px 0;
    font-size: 18px;
}

.block_one--sm-pad {
    padding-bottom: 45px;
}

.asked_questions {
    padding: 75px 0 15px;
}

.block21 .advantag p {
    font-size: 18px;
    margin: 0;
    line-height: 22px;
}

.block21 .advantag {
    background: url(/img/tick_white.png) left no-repeat;
    padding: 16px 0;
    padding-left: 71px;
    margin-bottom: 10px;
}


.ul_st {
    margin: 0;
}

.ul_st li {
    color: #dd412b;
}

.ul_st li span {
    color: #363636;
}

.bg_grey_1 {
    background: #f2f2f2;
}

.bg_grey_2 {
    background: #e9e9e9;
}

.asked_question {
    padding: 25px 0 15px;
}

.block_one p {
    font-size: 16px;
    margin-bottom: 30px;
}

.asked_questions h4,
.asked_question h4 {
    text-decoration: underline;
    font-weight: 400;
}

.asked_questions p,
.asked_question p {
    font-size: 16px;
    font-weight: 300;
}

.margin {
    height: 50px;
    min-width: 1px;
}

.big_img_1 {
    background-image: url(/img/big_1.jpg);
}

.big_img_2 {
    background-image: url(/img/big_2.jpg);
}

.big_img_3 {
    background-image: url(/img/big_3.jpg);
}

.big_img_4 {
    background-image: url(/img/big_4.jpg);
}

.big_img_5 {
    background-image: url(/img/big_5.jpg);
}

.big_img_6 {
    background-image: url(/img/big_6.jpg);
}

.big_img_7 {
    background-image: url(/img/big_7.jpg);
}

.big_img_8 {
    background-image: url(/img/big_8.jpg);
}

.big_img_9 {
    background-image: url(/img/big_9.jpg);
}

.big_img_10 {
    background-image: url(/img/big_10.jpg);
}

.big_img_11 {
    background-image: url(/img/big_11.jpg);
}

.big_img_13 {
    background-image: url(/img/big_13.jpg);
}


.big_img_14 {
    background-image: url(/img/big_14.jpg);
}

.big_img_15 {
    background-image: url(/img/big_15.jpg);
}

.ul_cont {
    padding-left: 0;
}

.ul_cont li {
    margin-bottom: 22px;
    list-style: none;
}

.form_bl_2 {
    border: 3px solid #ff3f25;
    margin-top: 83px;
    position: relative;
}

.form_bl_2:before {
    position: absolute;
    content: "";
    background: url(/img/f_t.jpg) no-repeat;
    background-size: cover;
    width: 196px;
    height: 107px;
    top: 0;
    left: 50%;
    margin-top: -57px;
    margin-left: -98px;
}

.form_bl_2:after {
    position: absolute;
    content: "";
    background: url(/img/f_b.jpg) no-repeat;
    background-size: cover;
    width: 120px;
    height: 49px;
    bottom: -24px;
    left: 50%;
    margin-left: -60px;
}

.form_bl_2 .form_in {
    max-width: 1023px;
    padding: 70px 0;
}

.form_bl_2 .form_in .form_button {
    display: inline-block;
    max-width: 250px;
}

.form_bl_2 .form_in h3 {
    font-size: 40px;
    margin-bottom: 51px;
}

.form_bl_2 .form_in .textarea_norm {
    height: 170px;
}

.title_h3_m {margin-bottom: 45px;}

.ul_cont .ic_cont i {
    font-size: 20px;
    color: #ff3f25;
}

.ll-cont {
    padding-left: 36px;
    font-size: 18px;
}


.body_page {
    margin-top: 76px;
    font-size: 16px;
}

.body_page p {
    margin-bottom: 22px;
    font-weight: 300;
    text-align: justify;
}

.body_page img {
    max-width: 100%;
}

.info_page {
    font-size: 16px;
    font-weight: 300;
    margin-top: 7px;
}

.info_page a {
    text-decoration: underline;
    color: #363636;
}

.nav_button {
    border: 3px solid #ff3f25;
    border-radius: 30px;
    font-size: 16px;
    color: #dd412b;
    padding: 5px 24px;
    line-height: 40px;
}

.nav_button:hover,
.nav_button:focus {
    color: #FFF;
    background: #ff3f25;
    text-decoration: none;
}

.bottom_body_page {
    margin-top: 63px;
}

.navig_page {
    margin-top: 56px;
}

.body_article {
    padding-right: 335px;
    margin-bottom: 52px;
}

.body_article .title_article {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.body_article .title_article a {
    color: #363636;
}

.body_article p {
    font-size: 16px;
    text-align: justify;
}

.line_2 {
    height: 1px;
    width: 100px;
    background: #d9d9d9;
    margin-bottom: 10px;
}

.nav_page {
    text-align: center;
    font-weight: 300;
    margin-top: 13px;
}

.nav_page li {
    display: inline-block;
    list-style: none;
    margin: 0 2px;
}

.nav_page .three_nav li a {
    color: #363636;
    font-size: 16px;
    display: block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 30px;
    font-weight: 300;
}

.nav_page .next_nav li a {
    color: #363636;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    border-radius: 30px;
    font-weight: 300;
    text-decoration: underline;
}
.nav_page .next_nav li a:hover {
    text-decoration: none;
}

.nav_page li.active a {
    color: #FFF;
    background: #ff3f25
}

.nav_page ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.img_author {
    padding: 26px;
    background-image: url(/img/l_t.png), url(/img/b_r.png);
    background-position: 0px 0px, 100% 100%;
    background-repeat: no-repeat, no-repeat;
}

.info_author {
    padding-left: 299px;
    padding-top: 93px;
}

.info_author .name {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 22px;
}

.info_author .dol {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    color: #515151;
    margin-top: 0;
    margin-bottom: 17px;
}

.info_author .phone {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0;
}

.date_post {
    font-size: 16px;
    font-weight: 300;
    background: url(/img/date.png) 0px 0px no-repeat;
    padding: 7px 0 2px 41px;
    margin-top: 17px;
}

.post_block h3 {
    font-size: 26px;
    text-transform: uppercase;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 18px;
    padding-bottom: 14px;
    margin-bottom: 17px;
}

.post_block h3 a {
    color: #363636;
}

.post_block p {
    font-size: 16px;
    text-align: justify;
}

.main_post {
    margin-top: 54px;
}

.post_button {text-align: right;margin-top: 14px;}

.button_1 {
    font-weight: 400;
    font-size: 18px;
    color: #b7b7b7;
    border: 3px solid #b7b7b7;
    padding: 8px 15px;
    border-radius: 50px;
    text-decoration: none;
    line-height: 50px;
}

.button_1:hover {
    color: #ff3f25;
    border-color: #ff3f25;
    text-decoration: none;
}

.main_post .post_block {
    margin-bottom: 44px;
}

.com_bl {
    border: 3px solid #dd412b;
    padding: 35px 50px 48px;
    margin-bottom: 79px;
}

.com_bl h3 {
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 29px;
}
.donw {
    text-align: center;
}

.button_2 {
    background: #ff3f25;
    border-radius: 100px;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(186, 3, 10, 1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(186, 3, 10, 1);
    box-shadow: 0px 3px 0px 0px rgba(186, 3, 10, 1);
    border: none;
    margin-top: 23px;
    line-height: 63px;
    padding: 18px 30px 14px;
}

.button_2:hover {
    text-decoration: none;
    color: #FFF;
    background: #c33a26;
}

.button_2 img {
    margin-right: 10px;
}

.button_3 {
    font-weight: 400;
    font-size: 18px;
    color: #ff3f25;
    border: 3px solid #ff3f25;
    padding: 4px 15px 2px;
    border-radius: 50px;
    text-decoration: none;
    line-height: 43px;
}

.button_3:hover {
    color: #fff;
    background: #ff3f25;
    text-decoration: none;
}

.back {
    text-align: center;
    margin-top: 36px;
    margin-bottom: 35px;
}


.photo_gallery {
    margin: 0 -5px;
}

.photo_gallery .col_img {
    float: left;
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.bg_do {
    background: url(/img/bg_do.jpg) center no-repeat;
    background-size: cover;
    color: #FFF;
    padding-bottom: 0;
}

.do_main {
    text-align: center;
}

.do_main .do_bl {
    width: 32%;
    text-align: center;
    padding: 0 27px;
    display: inline-block;
    margin-bottom: 80px;
}

.do_main .do_bl img {
    margin-bottom: 24px;
}

.do_main .do_bl a {
    font-size: 20px;
    color: #FFF;
    display: inline-block;
    width: 100%;
    line-height: 54px;
    border: 3px solid #FFF;
    padding: 0px 0px;
    border-radius: 40px;
}

.do_main .do_bl a:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

.result {
    padding: 0 180px;
}

.result_bl {
    margin-bottom: 20px;
}

.result_bl a {
    font-size: 16px;
    color: #363636;
    border-bottom: 1px dashed #363636;
}

.result_bl img {
    margin-right: 20px;
}

.result_bl a:hover {
    text-decoration: none;
    border-bottom: 0px;
}

.img_logo_bl img {
    border: 3px solid #d9d9d9;
}

.img_logo_bl {
    float: left;
}

.img_logo_bl {
}

.img_logo_bl {
    padding-top: 19px;
    padding-right: 19px;
    position: relative;
}

.img_logo_bl:before {
    top: 0px;
    right: 0px;
    position: absolute;
    width: 90%;
    height: 90%;
    border: 3px solid #ff3f25;
    content: "";
    z-index: -1;
}

.img_logo_bl_:before {
    border: 3px solid #56402a;
}

.text_logo_bl {
    padding-left: 225px;
    padding-top: 20px;
}

.text_logo_bl p {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 22px;
}

.img_prod {
    float: left;
}

.inf_prod {
    padding-left: 400px;
}

.inf_prod table {
    max-width: 390px;
    margin-bottom: 20px;
}

.inf_prod table td {
    padding: 0;
    border: none;
    font-size: 30px;
    padding-bottom: 9px;
}

.inf_prod table tr td:nth-child(1) {
    font-weight: 400;
}

.inf_prod .button_3 {
    text-transform: uppercase;
    font-size: 20px;
}

.bl_button_header {
    float: right;
    max-width: 480px;
    margin-top: -84px;
}

.bl_button_header a {
    width: 100%;
    height: 60px;
    padding: 12px 15px 10px;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    border: 3px solid #FFF;
    border-radius: 40px;
    font-size: 20px;
    line-height: 60px;
}

.bl_button_header a.active {
    background: rgba(255,255,255,0.30);
}

p.warning {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 64px;
}

p.warning a {
    color: #363636;
    text-decoration: underline;
}

.min_product {
    position: relative;
    height: 386px;
    padding-right: 32px;
    margin-bottom: 80px;
}

.min_product .img_min_product {
    position: absolute;
    z-index: 2;
}

.min_product .img_min_product img {
    width: 250px;
}

.min_product .inf_min_product {
    border: 3px solid #ff3f25;
    width: 250px;
    height: 250px;
    position: absolute;
    z-index: 1;
    top: 77px;
    right: 0;
}

.min_product .buttom_prod a {
    width: 100%;
    display: block;
    /* line-height: normal; */
    text-align: center;
    padding: 4px 23px 2px;
    line-height: normal;
}

.min_product .inf_min_product p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

.min_product .inf_min_product .price {
    font-size: 24px;
    text-align: right;
    margin-top: 5px;
}

.inf_min_product_ {
    bottom: 1px;
    position: absolute;
    width: 100%;
    padding: 0 12px;
}

.prod_in {
    position: relative;
    min-height: 346px;
}

.text_kuchni_bl p {
    font-weight: 300;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.text_kuchni_bl p a{
    color: #000;
}
.text_kuchni_bl p a:hover{
    text-decoration: none;
}

.img_kuchni_bl {
    padding-top: 30px;
    padding-right: 30px;
    position: relative;
    float: left;
}

.img_kuchni_bl:before {
    top: 0px;
    right: 0px;
    position: absolute;
    width: 90%;
    height: 90%;
    border: 3px solid #ff3f25;
    content: "";
    z-index: -1;
}

.text_kuchni_bl h3 a {
    text-decoration: none;
    color: #363636;
}

.text_kuchni_bl {
    padding-left: 300px;
    padding-top: 96px;
}

.kuchni {
    margin-bottom: 35px;
}

.img_review img {
    border-radius: 60px;
}

.img_review {
    width: 100px;
    margin: 0 auto;
    position: relative;
}

.img_review:before {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #ff3f25;
    content: "";
    right: -20px;
    border-radius: 60px;
    top: -20px;
    z-index: -1;
}

.body_review {
    text-align: center;
    margin-top: 20px;
    background: url(/img/review_img.png) 0px 0px no-repeat;
}

.body_review h4 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
}

.body_review p {
    font-size: 16px;
    margin-bottom: 22px;
    font-weight: 300;
}

.review_b {
    margin-bottom: 90px;
}

.text_logo_bl_ {
    padding-left: 220px;
}


.text_logo_bl_ h4 {
    font-size: 18px;
    text-transform: uppercase;
}

.text_logo_bl_ h4 a {
    color: #ff3f25;
    text-decoration: underline;
}

.text_logo_bl_ ul {
    padding: 0 ;
    margin: 0;
}

.text_logo_bl_ ul li {
    list-style: none;
    padding: 10px 0 10px 70px;
}

.text_logo_bl_ ul li:nth-child(1) {
    background: url(/img/region.png) left no-repeat;
}

.text_logo_bl_ ul li:nth-child(2) {
    background: url(/img/work.png) left no-repeat;;
}

.text_logo_bl_ ul li a {
    color: #363636;
    font-size: 16px;
}

.bl_logo_ {
    margin-bottom: 70px;
}

.foto {
    margin: 0 -26px;
}

.fot_com {
    width: 33.3%;
    float: left;
    padding: 0 26px;
    text-align: center;
    margin-bottom: 30px;
}

.fot_com img {
    width: 100%;
    margin-bottom: 30px;
}

.fot_com h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.form_search {
    max-width: 495px;
}

.fot_com p {
    font-size: 16px;
    font-weight: 300;
}

.form_search {
    margin-bottom: 80px;
}

.block_search {
}

.block_search .search_bl {
    margin-bottom: 60px;
}

.block_search .search_bl p {
    font-weight: 300;
}

.block_search .search_bl p span {
    background: #ffbcb3;
    padding: 0px 3px;
}

.block_search .search_bl h4 {
    font-size: 18px;
}

.block_search .search_bl h4 a {
    color: #363636;
    text-decoration: underline;
}

.si_img,
.si_text {
    display: inline-block;
    vertical-align: middle;
}

.si_text  {
    font-weight: 300;
    padding-left: 15px;
    font-size: 16px;
}

.size_box p {
    font-weight: 300;
}

.size_box {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    padding: 50px 0;
}

.ico_have,
.text_have {
    /* display: inline-block; */
    vertical-align: middle;
}

.ico_have {
    float: left;
    display: block;
}

.we_have ul {
    padding: 0;
    margin: 0;
}

.we_have ul li {
    list-style: none;
    margin: 20px 0;
}

.text_have {
    padding-left: 90px;
    padding-top: 25px;
    font-size: 16px;
}

.we_have {
    padding: 50px 0;
}

.bg_grey_1 .min_product {
    margin-bottom: 0;
}

.bg_img_12 {
    background: url(/img/big_12.jpg) center no-repeat;
    background-size: cover;
    color: #FFF;
}

.size_box .col-md-6 {
    margin-bottom: 20px;
}

.text_kuchni_bl_ {
    padding-left: 170px;
    padding-top: 45px;
}

.text_kuchni_bl_ p {
    font-size: 24px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 20px;
}
.text_kuchni_bl_ a {
    color: #000;
}
.text_kuchni_bl_ a:hover {
    text-decoration: none;
}

.img_kuchni_bl:before {
    width: 80%;
    height: 80%;
}

.img_kuchni_bl {
    padding-top: 20px;
    padding-right: 20px;
}

.img_kuchni_bl:before {
    width: 85%;
    height: 85%;
}

input[type="submit"].button_2 {
    width: 100%;
    line-height: normal;
    margin-top: 10px;
    padding: 14px 30px 10px;
}

input:focus,
a:focus {
    outline: none;
}

.white-popup h3 {
    margin-bottom: 20px;
    margin-top: 10px;
}

.scroll_menu {
    position: fixed;
    width: 100%;
    top:0;
    z-index: 11111;
    background: #FFF;
    padding: 10px 0;
    border-bottom: 1px solid #dadada;
    display: none;
}

.scroll_menu .button_call {
    float: left;
}

.scroll_menu .button_call a {
    line-height: 41px;
}

.phone_bl {
    font-size: 18px;
    color: #333333;
    float: left;
    margin-left: 14px;
    margin-top: 14px;
    margin-right: 29px;
}

.home_a i {
    font-size: 22px !important;
}

.scroll_menu .navbar-nav {
    margin-top: 10px;
}

.scroll_menu .navbar-nav > li > a {
    padding: 6px 15px;
}
.scroll_menu  .search_bl .form-control {
    width: 210px;
}

.webp .step-01{
    background-image: url("/img/n-pic/about/steps/steps-01.webp");
}
.webp .step-02{
    background-image: url("/img/n-pic/about/steps/steps-02.webp");
}
.webp .step-03{
    background-image: url("/img/n-pic/about/steps/steps-03.webp");
}
.webp .step-04{
    background-image: url("/img/n-pic/about/steps/steps-04.webp");
}

.no-webp .step-01{
    background-image: url("/img/n-pic/about/steps/steps-01.png");
}
.no-webp .step-02{
    background-image: url("/img/n-pic/about/steps/steps-02.png");
}
.no-webp .step-03{
    background-image: url("/img/n-pic/about/steps/steps-03.png");
}
.no-webp .step-04{
    background-image: url(/img/n-pic/about/steps/steps-04.png);
}
.webp .bg-01{
    background-image: url("/img/n-pic/about/bg/bg-01.webp");
}
.webp .bg-02{
    background-image: url("/img/n-pic/about/bg/bg-02.webp");
}
.no-webp .bg-01{
    background-image: url("/img/n-pic/about/bg/bg-01.jpg");
}
.no-webp .bg-02{
    background-image: url("/img/n-pic/about/bg/bg-02.jpg");
}
@media (max-width: 1240px) {
    .header .phone_top {
        font-size: 18px;
    }
    .navbar-nav > li > a {
        padding: 6px 10px;
    }
    .search_bl .form-control {
        width: 180px;
    }
    .header .navig_top {
        width: 91%;
    }
    .navbar-nav > li > a .fa {
        font-size: 12px;
    }
    .button_header h1, .button_header .h1 {
        font-weight: 200;
        font-size: 65px;
    }
    .button_header h3 {
        font-size: 27px;
    }
    .button_uznat a {
        font-size: 18px;
        padding: 8px 35px;
    }
    .block5 h2 {
        font-size: 25px;
    }
    .titble_pr .text_title_pr h2 {
        font-weight: 300;
        font-size: 17px;
    }
    .titble_pr .text_title_pr h3 {
        font-size: 12px;
    }
    .titble_pr {
        position: relative;
        padding-left: 425px;
        background-size: 450px !important;
    }
    .form_bl {
        background-size: 100%;
    }
    .form_in {
        padding-top: 30px;
        max-width: 491px;
    }
    .form_in h3 {
        font-weight: 300;
        font-size: 20px;
    }
    .form_in .input_text {
        height: 49px;
    }
    .scroll_menu .navbar-form,
    .phone_bl,
    .scroll_menu .button_call {
        display: none;
    }
    .block13 .cont_person h4 {
        font-size: 12px;
    }
    .block13 .cont_person p {
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 24px;
    }
    .block13 .ok_line {
        display: inline-block;
        font-size: 14px;
    }
    .block13 .ok_line img {
        margin-right: 5px;
        width: 30px;
    }
    .woskl {
        margin-top: 15px;
    }
    .pwp .titble_pr {
        position: relative;
        padding-left: 425px;
    }
    .cont_bl .email_bl {
        font-size: 16px;
    }
    .do_main .do_bl a {
        font-size: 16px;
    }

    .min_product .img_min_product img {
        width: 90%;
    }

    .min_product .inf_min_product {
        border: 3px solid #ff3f25;
        width: 90%;
        height: 202px;
        position: absolute;
        z-index: 1;
        top: 77px;
        right: 0;
    }

    .min_product .inf_min_product p {
        font-size: 14px;
    }



    .prod_in {
        position: relative;
        min-height: 300px;
    }

    .min_product .buttom_prod a {line-height: normal;font-size: 14px;}

    .min_product {
        height: 300px;
    }

}
@media (max-width: 992px) {
    .header .logo img {
        width: 40px;
    }
    .header .button_mes a,
    .header .button_call a {
        font-size: 14px;
        padding: 3px 10px;
    }
    .header .phone_top {
        margin-right: 5px;
    }
    .header .phone_top {} .menu .navbar-form {
                              display: none;
                          }
    .header .menu {
        margin-top: 0px;
    }
    .navbar-nav > li > a {
        font-size: 14px;
    }
    .header .top_info p {
        /* display: none; */
    }
    .header .logo {} .header .logo {
                         padding-top: 19px;
                     }
    .header {
        height: auto;
        padding-bottom: 30px;
    }
    .button_header {
        color: #FFF;
        margin-top: 110px;
    }
    .button_header h1, .button_header .h1 {
        font-weight: 200;
        font-size: 50px;
    }
    .button_header h3 {
        font-size: 20px;
    }
    .title_h3 {
        font-size: 23px;
    }
    .block1 .col-sm-9 .col-sm-4 p,
    .block2 .paran li,
    .cart_z p,
    .sso p {
        font-size: 14px;
    }
    .cart_z p,
    .block4 .ops {
        font-size: 16px;
    }
    .flexslider p {
        font-size: 24px;
    }
    .block5 h2 {
        font-size: 17px;
    }
    .block5 h2 {
        font-size: 17px;
        line-height: 48px;
    }
    .button_uznat a {
        font-size: 18px;
        padding: 7px 35px;
        line-height: 48px;
    }
    .block6 h1, .block6 .h1 {
        font-weight: 200;
        font-size: 46px;
        line-height: 50px;
        margin-bottom: 94px;
    }
    .block6 {
        padding: 50px 0;
    }
    .block6 .compl .com_text {
        font-size: 13px;
        text-transform: uppercase;
        padding-left: 37px;
        padding-top: 10px;
        line-height: 23px;
    }
    .titble_pr .text_title_pr h2 {
        font-weight: 300;
        font-size: 28px;
    }
    .titble_pr .text_title_pr h3 {
        font-size: 16px;
    }
    .titble_pr {
        position: relative;
        padding-left: 37px;
        padding-top: 224px !important;
        padding-bottom: 0px !important;
        background-size: 380px !important;
    }
    .block8 h1, .block8 .h1 {
        font-weight: 200;
        font-size: 30px;
        margin-top: 27px;
        line-height: 36px;
        margin-bottom: 0;
    }
    .sso h3 {
        font-size: 24px;
    }
    table {
        font-size: 14px;
    }
    .eco .descr {
        font-size: 16px;
    }
    .form_in h3 {
        font-weight: 300;
        font-size: 17px;
        display: block;
        padding: 0 27px;
    }
    .form_in .form_button {
        font-size: 16px;
        padding: 8px 0 4px;
        margin-top: 0;
    }
    .form_bl {
        height: auto;
        background: none;
        border: 3px solid #ff3f25;
    }
    .form_in {
        padding-top: 10px;
        padding-bottom: 30px;
        max-width: 491px;
    }
    .uslugi ul li {
        font-size: 14px;
    }
    .uslugi {
        padding: 0 15px 14px 15px;
    }
    .block10 h1, .block10 .h1 {
        font-size: 30px;
        font-weight: 200;
        line-height: 39px;
    }
    .block10 {
        padding: 40px 0;
    }
    .block12 .ico_ img {
        width: 40px;
    }
    .block12 .tetx_ {
        padding-left: 50px;
    }
    .block12 .tetx_ p.title-head {
        font-size: 16px;
    }
    .block12 .tetx_ p {
        font-size: 14px;
    }
    .block12 h1, .block12 .h1 {
        font-size: 30px;
    }
    .block12 h4 {
        font-size: 16px;
    }
    .img_person img {
        width: 100px;
    }
    .cont_person {
        padding-left: 130px;
    }
    .block5 h2 {
        font-size: 17px;
        line-height: 26px;
    }
    .title_ti {
        padding: 33px 48px 30px;
        font-size: 21px;
    }
    .pwp .titble_pr {
        position: relative;
        padding-left: 35px;
    }
    .cont_bl .but_bl a {
        line-height: 51px;
    }
    .bbb {
        padding: 16px 20px 13px;
    }
    .soc_bl > div .ss {
        margin: 0 1px;
    }
    .footer_block .tile_menu {
        margin-top: 20px;
        font-size: 24px;
    }
    .footer_block ul li a {
        font-size: 14px;
    }
    .footer {
        font-size: 14px;
    }
    .footer_form .input_text {
        width: 100%;
        height: 45px;
        border: 1px solid #dadada;
        border-radius: 50px;
        padding: 0 15px;
    }
    .footer_form h2 {
        font-size: 22px;
    }
    .footer_form .input_button {
        font-size: 18px;
    }
    .footer_form .input_button {
        padding: 13px 0 9px;
    }
    .footer_form .input_text {
        width: 100%;
        height: 43px;
        border: 1px solid #dadada;
        border-radius: 50px;
        padding: 0 15px;
        font-size: 14px;
    }
    .footer_form h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .nav_button span {
        display: none;
    }

    .article_block .img_article img {
        width: 150px;
    }

    .body_article {
        padding-right: 170px;
        margin-bottom: 52px;
    }

    .do_main .do_bl a {
        line-height: normal;
        padding: 12px 9px;
    }

    .min_product .inf_min_product {
        height: 171px;
    }

    .prod_in {
        min-height: 265px;
    }

    .min_product {
        height: 265px;
    }

    .text_kuchni_bl h3 {
        font-weight: 300;
        font-size: 24px;
    }

}

@media (min-width: 767px) {
    .dropdown:hover > .dropdown-menu {
        display:  block;
    }
}

@media (max-width: 767px) {
    .header .top_header {
        padding-top: 15px;
        padding-top: 5px;
    }
    .navbar-nav > li > .dropdown-menu > li > ul {
        position: static;
        left: 0;
        top: 0;
    }
    .dropdown-sub > a:before {
        content: "\f054";
        position: absolute;
        right: 20px;
        top: 6px;
        font-family: 'FontAwesome';
        font-size: 10px;
    }
    .header .navig_top {
        width: 82%;
        padding-top: 19px;
    }
    .header .button_mes a,
    .header .button_call a {
        font-size: 12px;
        padding: 3px 10px;
        line-height: 46px;
    }
    .header .phone_top {
        /* display: none; */
        margin-bottom: 8px;
    }
    .header .top_header {
        padding-top: 15px;
        padding-top: 0px;
    }
    .top_info .pull-right {
        text-align: right;
    }
    .header .top_info {
        /* display: none; */
    }
    .navbar-toggle {
        border-color: rgba(186, 3, 10, 1);
        background-color: #ff3f25;
    }
    .navbar-toggle .icon-bar {
        background-color: #FFF;
    }
    .navbar-collapse {
        width: 100%;
        position: absolute;
        left: 0;
        background: #FFF;
        z-index: 2;
    }
    .navbar-nav {
        margin: 0;
        margin-bottom: 5px;
    }
    .navbar-nav > li > a {
        width: 100%;
        display: block;
        border: none;
    }
    .header .nav {
        margin-top: 9px;
        width: 100%;
        -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
        padding-bottom: 7px;
    }
    .button_header h1, .button_header .h1 {
        font-weight: 200;
        font-size: 30px;
    }
    .button_header h3 {
        font-size: 16px;
    }
    .block1,
    .block2,
    .block3,
    .block4,
    .block5,
    .block6,
    .block7,
    .block8,
    .block9 {
        padding: 20px 0;
    }
    .title_h3 {
        font-size: 22px;
    }
    .uslugi {
        display: none;
    }
    .block2 .paran li {
        padding-left: 60px;
    }
    .flexslider p {
        font-size: 14px;
    }
    .flex-control-nav {
        width: 100%;
        position: absolute;
        bottom: -2px;
    }
    .cart_z p,
    .block4 .ops {
        font-size: 14px;
    }
    .button_uznat {
        float: none;
    }
    .block5 h2 {
        font-size: 16px;
        line-height: 22px;
    }
    .block5 {
        text-align: center;
    }
    .block5 .col-sm-9 {
        padding: 20px 15px;
    }
    .button_uznat,
    .block5 h2 {
        margin: 0;
    }
    .block5 h2 {
        margin-bottom: 15px;
    }
    .block6 h1, .block6 .h1 {
        font-weight: 200;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .block6 .compl .num {
        font-size: 40px;
    }
    .titble_pr {
        background-size: 260px !important;
    }
    .num_pr {
        position: absolute;
        color: #ff3f25;
        font-size: 18px;
        font-weight: 200;
        left: 0;
        top: 8px;
    }
    .titble_pr {
        position: relative;
        padding-left: 0px;
        padding-top: 190px !important;
    }
    .body_pr {
        padding-left: 0px;
        padding-top: 13px;
    }
    .button_pr {
        padding-left: 0px;
    }
    .button_pr a {
        display: block;
        line-height: 21px;
        text-align: center;
        padding: 6px 20px;
    }
    .sso .col-sm-6 {
        margin-bottom: 30px;
    }
    .eco {
        margin-top: 20px;
    }
    .eco p {
        font-weight: 300;
        font-size: 30px;
        margin-bottom: 41px;
        line-height: 51px;
    }
    .form_in .form_button {
        font-size: 14px;
        padding: 10px 10px 7px;
        margin-top: 0;
        line-height: 14px;
    }
    .form_in .input_text {
        font-size: 14px;
    }
    .form_in form,
    .form_in h3 {
        padding: 0 15px;
    }
    .form_bl {
        margin-top: 30px;
    }
    .block12,
    .block13,
    .block10 {
        padding: 20px 0;
    }
    .block12 h4 {
        margin-bottom: 30px;
    }
    .block13 h2 {
        font-size: 24px;
    }
    .block13 .ok_line {
        display: inline-block;
        font-size: 14px;
        width: 100%;
        margin: 10px 0;
    }
    .block13 h2 {
        font-size: 20px;
    }
    .block10 h1, .block10 .h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .pwp .titble_pr {
        position: relative;
        padding-left: 20px;
    }
    .block19 {
        padding: 12px 0 20px;
    }
    .bbb {
        font-size: 18px;
    }
    .footer_block {
        padding: 20px 0;
    }
    .footer_block .tile_menu {
        font-size: 20px;
    }
    .footer_block ul li {
        list-style: none;
        margin-bottom: 10px;
    }
    .footer_block ul {
        padding: 0;
        margin-bottom: 30px;
    }
    .p404 p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .p404 {
        padding: 20px 0;
    }
    .p404 .form_search_ {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .cont_bl {
        text-align: center;
        padding: 30px 0;
    }
    .cont_bl .email_bl,
    .cont_bl .but_bl {
        display: inline-block;
        margin: 5px 20px;
    }
    .block13 .ok_bl {
        text-align: left;
        margin-top: 27px;
    }
    .wopr {
        text-align: center;
        font-size: 24px;
        margin-bottom: 20px;
    }
    .cont_bl .but_bl a {
        line-height: 23px;
        width: 220px;
        display: block;
    }
    .top_info .pull-right {
        text-align: left;
    }
    .header .phone_top,
    .header .button_mes,
    .header .button_call {
        margin-left: 0;
    }
    .button_mes {
        float: left;
    }
    .button_call {
        float: right;
    }
    .header .button_mes a,
    .header .button_call a {
        font-size: 12px;
        padding: 3px 5px;
        line-height: 46px;
    }
    .phone_top {
        width: 100%;
    }
    .top_info > .pull-right {
        width: 100%;
    }

    .credit_form {
        padding-left: 0px;
    }

    .credit_form h3 {
        font-size: 24px;
        margin-top: 0;
    }

    .credit_form .input_right_block {
        padding-left: 0;
        margin: 20px 0;
    }

    .input_text_norm {
        height: 40px;
        font-size: 16px;
        padding: 0 15px;
    }

    .select_bl select,
    .select_bl {
        height: 40px;
        font-size: 16px;
        background-position: 93% 16px;
    }

    .select_bl select {
        padding: 0 15px;
    }

    .checkbox_bl input[type="checkbox"] + label:before {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }

    .checkbox_bl input[type="checkbox"]:checked + label:before {
        background-position: 0px -20px;
    }

    .consent_bl .consent_body {
        padding-left: 35px;
        padding-top: 0px;
    }

    .consent_bl p {
        font-size: 12px;
        font-weight: 300;
    }

    .submit_norm {
        font-size: 16px;
        padding: 15px 0 11px;
    }

    .block21 {
        padding: 20px 0;
    }

    .title_h3 {
        margin-bottom: 20px;
    }

    .block21 .advantag {
        background-size: 30px;
        padding: 5px 0;
        padding-left: 40px;
        font-size: 14px;
    }

    .block21 .advantag p,
    .block_one p,
    .asked_questions p,
    .asked_question p {
        font-size: 14px;
    }

    .block_one {
        padding: 20px 0;
        font-size: 14px;
    }



    .asked_questions {
        padding: 25px 0 15px;
    }

    .asked_questions h4, .asked_question h4 {
        font-size: 14px;
    }

    .predlog h2 {
        font-size: 24px;
    }

    .predlog {
        font-size: 14px;
    }

    .zw {
        margin-bottom: 20px;
    }

    .button_header {
        color: #FFF;
        margin-top: 50px;
    }

    .usl_block {
        padding-top: 0;
    }

    .body_page {
        font-size: 14px;
        margin-top: 20px;
    }

    .bottom_body_page {
        margin-top: 20px;
    }

    .info_page {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .navig_page {
        margin-top: 20px;
    }

    .navig_page > .pull-left,
    .navig_page > .pull-right {
    }

    .nav_button {
        font-size: 14px;
        margin-top: 10px;
    }

    .nav_button span {
        display: none;
    }

    .article_block .img_article {
        float: none !important;
    }
    .body_article {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .article_block .img_article img {
        width: 100%;
    }

    .body_article p {
        font-size: 14px;
    }

    .do_main .do_bl {
        padding: 0 10px;
        width: 48%;
        margin-bottom: 20px;
    }

    .do_main .do_bl img {
        width: 50px;
    }

    .do_main .do_bl a {
        font-size: 14px;
        line-height: 15px;
    }

    .result {
        padding: 0px;
    }

    .result_bl img {
        width: 35px;
    }

    .result_bl a {
        font-size: 14px;
    }

    .result_bl img {
        margin-right: 3px;
    }

    .img_logo_bl img {
        width: 70px;
    }

    .img_logo_bl {
        background-size: 70px;
        padding-top: 10px;
        padding-right: 10px;
    }

    .text_logo_bl {
        padding: 0;
    }

    .img_logo_bl {
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .text_logo_bl p {
        font-size: 14px;
    }

    .bl_button_header a {font-size: 13px;display: inline-block;line-height: normal;height: initial;}

    .bl_button_header {
        float: none;
        margin-top: 0;
    }

    .min_product {
        padding-right: 0px;
    }

    .min_product .img_min_product img {
        width: 100%;
    }

    .min_product .inf_min_product {
        height: inherit;
        position: static;
        width: 100%;
        margin-bottom: 20px;
    }

    .prod_in {
        min-height: inherit;
    }

    .min_product {
        margin-bottom: 30px;
        height: inherit;
    }

    .min_product .img_min_product {position: static;}

    .inf_min_product_ {
        position: static;
        padding: 10px 12px;
    }

    .img_kuchni_bl {
        width: 90px;
    }

    .img_kuchni_bl img {
        width: 100%;
    }

    .text_kuchni_bl {
        padding-left: 105px;
        padding-top: 23px;
    }

    .kuchni {
    }

    .review_block {
        margin-top: 40px;
    }

    .body_review {
        background-size: 20px;
    }

    .img_review {
        width: 70px;
    }

    .img_review img {
        width: 70px;
    }

    .img_review:before {
        right: -10px;
        top: -10px;
    }

    .review_b {
        margin-bottom: 50px;
    }

    .text_logo_bl_ {
        padding-left: 100px;
    }

    .text_logo_bl_ h4 a {
        font-size: 16px;
    }

    .text_logo_bl_ ul li a {
        font-size: 14px;
    }

    .text_logo_bl_ ul li {
        background-size: 30px !important;
    }

    .text_logo_bl_ ul li {
        list-style: none;
        padding: 4px 0 3px 43px;
    }

    .bl_logo_ {
        margin-bottom: 35px;
    }

    .img_kuchni_bl {
        padding-top: 15px;
        padding-right: 15px;
    }

    .text_kuchni_bl h3 {
        font-size: 18px;
        margin-top: 0;
    }

    .fot_com {
        width: 50%;
        float: left;
        padding: 0 10px;
        margin-bottom: 0px;
    }

    .foto {
        margin: 0 -10px;
    }

    .fot_com img {
        width: 100%;
        margin-bottom: 15px;
    }

    p.warning {
        margin-bottom: 20px;
    }

    .size_box {
        padding: 20px 0;
    }

    .we_have {
        padding: 20px 0;
    }

    .ico_have img {
        width: 50px;
    }

    .text_have {
        padding-left: 65px;
        padding-top: 8px;
        font-size: 14px;
    }

    .bg_grey_1 .min_product {
        margin-bottom: 20px;
    }

    .button_2 {
        font-size: 14px;
        display: block;
        line-height: 17px;
    }

    .button_2 img {
        width: 15px;
    }

    .button_3 {
        font-size: 14px;
        display: block;
        line-height: 16px;
        padding-top: 6px;
        padding-bottom: 5px;
    }


    .scroll_menu .navbar-collapse {
        margin-top: 10px;
        border-top: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
    }

    .scroll_menu .navbar-nav {
        margin-top: 5px;
        width: 100%;
    }
    .scroll_menu {
        padding: 0px;
    }

    .map_c > ymaps {
        height: 200px !important;
    }

    .form_bl_2:before {
        position: absolute;
        content: "";
        background: url(/img/f_t.jpg) no-repeat;
        background-size: cover;
        width: 99px;
        height: 53px;
        top: 0;
        left: 50%;
        margin-top: -33px;
        margin-left: -50px;
    }
    .form_bl_2:after {
        position: absolute;
        content: "";
        background: url(/img/f_b.jpg) no-repeat;
        background-size: cover;
        width: 60px;
        height: 25px;
        bottom: -14px;
        left: 50%;
        margin-left: -30px;
    }

    .form_bl_2 .form_in {
        padding: 30px 0;
    }

    .form_bl_2 .form_in h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }

}


/*  NEW STYLES  */

.products-bottom__discount {
    position: relative;
    padding-bottom: 100px;
    margin-bottom: -50px;
    margin-top: 50px;
}
.products-bottom__discount:before {
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    right: 0;
    width: 272px;
    height: 220px;
    background: url(/img/discount-img.png) center no-repeat;;
}

.products-bottom__discount-inner {
    max-width: 700px;
    margin: auto;
    border: 3px solid #ff3f25;
    padding: 50px 86px 50px 50px;
}

.products-bottom__discount-left, .products-bottom__discount-right {
    float: left;
    width: 50%;
}

.products-bottom__discount-left {
    text-align: center;
    line-height: 0;
    width: 45%;
}

.products-bottom__discount-left .icon-discount-badge {
    display: inline-block;
    width: 156px;
    height: 156px;
    background: url(/img/sprite/default/icon-discount-badge.png) center no-repeat;
}

.products-bottom__discount-right {
    font-weight: 300;
    padding: 20px 0 0 25px;
    border-left: 1px solid #d9d9d9;
    width: 55%;
}

.products-bottom__discount-right strong {
    font-weight: 500;
}

.products-bottom__discount-inner:after {
    content: '';
    display: block;
    clear: both;
}

.form_bl-container {
    max-width: 930px;
    margin: 0 auto;
    overflow: hidden;
}

.form_bl-container .form_bl {
    background-position: top center;
    height: 601px;
    background-image: url(/img/form_feedback.jpg);
}

.form_bl-container .form_in {
    padding-top: 80px;
}

.form_bl-container .form_bl h3 {
    margin: 0;
    padding: 0 0 45px 0;
}

.form_bl-container .form_in textarea {
    height: 150px;
    border-radius: 25px;
    resize: none;
}
.form_bl-container .form_in .form_button {
    height: 60px;
}
.kredov-widget-offer-c-pos {
    width: 1000px;
}
/*banner-style*/
.kredov-widget-offer-banner-credit {
    border: 1px solid #c3c3c3;
    background: #f6f9fc;
    color: #393939;
    margin-top: 10px;
}
.kredov-widget-offer-b-credit-l-t-col1 {
    color: #292929;
}
.kredov-widget-offer-b-credit-btn {
    background: #ff3f25;
    color: #fff;
    box-shadow: 0 -3px 0 rgb(255, 63, 37) inset;
}

.link{
    color:#fff;
}
.link:hover{
    text-decoration: none;
    color:#fff;
}
.contacts-submit{
    display: block!important;
    margin-right: auto;
    margin-left: auto;
}

.navig_page{
    display: flex;

}

.navig_page .pull-left{
    display: flex;
    text-align: left;

    margin-right: auto;


}

.navig_page .pull-right{
    display: flex;

    text-align: right;

}

.navig_page .nav_button{
    line-height: normal;
    display: flex;
}

.form_in .form3 {
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    margin-bottom: 27px;
}

.form_in--mod .form3 {
    margin: 0 auto 27px;
}

.cart_z .n-text-400{
    font-size: 18px;
}

.uslugi .u3{
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 24px;
    margin-top: 20px;
    line-height: 1.1;
}


.u4{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}

.u2{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
}

.soc_bl .u4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}


.st2{
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}


/* End */


/* Start:/css/new.css?1741090907167928*/
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.centered {
  display: table;
  width: 100%;
  height: 100%; }
  .centered > * {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

.rlist, .n-consalt-block__inner, .n-order-variants__list, .n-order-variants__file, .n-text-bull, .n-compare-sum, .n-promo-step, .n-check-item, .n-text-icon, .n-feedback-item, .n-check-bull-list__item, .n-cross-block, .n-products-list {
  font-size: 0;
  line-height: 0; }

.ulist {
  font-size: 14px;
  line-height: 1.42857143; }

.input {
  background-color: #fff;
  border: 1px solid #bcbcbc;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  padding: 4px 10px;
  width: 100%;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-appearance: none;
  border-radius: 0; }
  .input::-webkit-input-placeholder {
    color: #9c9c9c; }
  .input::-moz-placeholder {
    color: #9c9c9c;
    opacity: 1; }
  .input:-ms-input-placeholder {
    color: #9c9c9c; }
  .input:focus::-moz-placeholder {
    color: transparent;
    opacity: 1; }
  .input:focus::-webkit-input-placeholder {
    color: transparent; }
  .input:focus:-ms-input-placeholder {
    color: transparent; }
  .input:focus::placeholder {
    color: transparent; }
  .input:focus {
    border-color: #696969;
    background-color: #fff; }
  .input.disabled, .input[disabled="disabled"], .input[disabled] {
    background-color: #f3f3f3; }

.btn {
  text-align: center;
  border: 0;
  border-radius: 0;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  max-width: 100%;
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-border-white {
    padding: 18px 21px;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    border: 3px solid #fff;
    border-radius: 59px;
    background: #ff3f25;
    -webkit-box-shadow: 0px 2px 0px 0px #ba030a;
            box-shadow: 0px 2px 0px 0px #ba030a; }
    .btn-border-white:hover {
      color: #ff3f25;
      background: #fff; }
    .btn-border-white:focus {
      outline: 0;
      color: #fff; }
  .btn-border-red {
    padding: 15px 21px 13px;
    border: 3px solid #ff3f25;
    background: transparent;
    font-size: 16px;
    line-height: 16px;
    color: #ff3f25;
    border-radius: 50px;
    white-space: normal; }
    .btn-border-red--sm {
      padding: 12px 13px 10px;
      border-width: 2px; }
    .btn-border-red:hover {
      background: #ff3f25;
      color: #fff; }
    @media (max-width: 767px) {
      .btn-border-red {
        padding: 5px 10px;
        font-size: 14px;
        line-height: 14px; } }
  .btn-large {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 18px;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .btn-large {
        padding-top: 8px;
        padding-bottom: 5px; } }
  .btn-w-445 {
    min-width: 445px; }
    @media (max-width: 767px) {
      .btn-w-445 {
        min-width: auto; } }
  .btn-w-200 {
    min-width: 200px; }
  .btn-w-170 {
    width: 170px; }
  .btn-dark-text {
    color: #000000; }
  .btn-small {
    font-size: 11px;
    line-height: 11px;
    padding: 9px 27px 7px;
    border-width: 2px; }
  .btn-100 {
    width: 100%; }
  .btn.disabled, .btn[disabled="disabled"], .btn[disabled] {
    background: #ccc;
    color: #aaa;
    cursor: not-allowed; }

.title_h3--400 {
  font-size: 30px; }

.n-simple-title-h3 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 15px; }

.n-variants-title--fix-height {
  height: 114px;
  padding: 0 !important; }
  @media (max-width: 1024px) {
    .n-variants-title--fix-height {
      height: auto;
      padding: 0 0 15px 0 !important; } }

.n-text-white {
  color: #fff; }

.n-title-red-decor {
  text-decoration: underline;
  color: #ff3f25; }
  .n-title-red-decor span {
    color: #333333; }

.n-text-xl {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300; }

.n-text-500 {
  font-weight: 500; }

.n-text-200 {
  font-weight: 200 !important; }

.n-bg-block__title.n-text-300 {
  font-weight: 300; }

.n-text-red {
  color: #ff3f25; }

.n-text-lh22 {
  line-height: 22px; }

.n-text-no-pad {
  margin-bottom: 0; }

.n-main-descr__subtitle--fix-height {
  min-height: 66px; }

.n-white-block.n-white-block--no-pad-top {
  padding-top: 0; }

.n-text-linetrough {
  text-decoration: line-through; }

.n-text-xxl {
  font-size: 30px; }

.n-text-l {
  font-size: 20px; }

.n-full-width {
  width: 100%; }

.btn.btn--sm {
  padding: 8px 18px;
  border-width: 2px;
  color: #333;
  font-weight: 300; }

.col-sm-20 {
  width: 20%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left; }
  @media (max-width: 1024px) {
    .col-sm-20 {
      width: 33.33%; } }
  @media (max-width: 767px) {
    .col-sm-20 {
      width: 100%; } }

.n-variants-height-530 {
  height: 530px; }
  @media (max-width: 1100px) {
    .n-variants-height-530 {
      height: 600px; } }
  @media (max-width: 1024px) {
    .n-variants-height-530 {
      height: auto;
      margin-bottom: 15px; } }

.n-variants-height-500 {
  height: 500px; }
  @media (max-width: 1024px) {
    .n-variants-height-500 {
      height: auto;
      margin-bottom: 15px; } }

.n-list-style-bull--checks .n-list-style-bull__item:before {
  content: '\f058'; }

.n-list-style-bull--mod1 .n-list-style-bull__item {
  padding-bottom: 10px;
  padding-left: 70px; }
  .n-list-style-bull--mod1 .n-list-style-bull__item:before {
    left: 18px; }

.n-table th {
  border-top: none;
  height: 87px; }
  .n-table th:first-child {
    border-left: none; }
  .n-table th:last-child {
    border-right: none; }

.n-table td:first-child {
  border-left: none; }

.n-table td:last-child {
  border-right: none; }

.n-table tr:last-child td {
  border-bottom: none; }

.n-table--mod td:first-child, .n-table--mod th:first-child {
  width: 67%; }

.n-table--mod td:nth-child(2), .n-table--mod th:nth-child(2) {
  width: 33%; }

.n-table-wrap:after {
  content: '';
  display: block;
  clear: both; }

.n-table-wrap p {
  padding-bottom: 20px;
  margin-bottom: 0; }

.form_in--mod {
  padding-top: 50px; }
  .form_in--mod h3 {
    margin: 0 auto 27px; }
  .form_in--mod .form_button {
    text-transform: none;
    min-height: 60px; }

.form_in--mod1 {
  padding-top: 35px; }
  .form_in--mod1 h3 {
    margin: 0 auto 15px; }
  .form_in--mod1 .form_button {
    text-transform: none;
    min-height: 60px; }

.n-specialist-list.n-specialist-list--no-padding {
  padding-bottom: 0; }

.button_header--lg {
  margin-top: 198px; }
  .button_header--lg .more_h1 {
    margin-top: 170px; }

.block12--mod1 .n-bg-block__text {
  padding-bottom: 20px; }

.block12--mod1 .n-bg-block__title {
  font-weight: 300; }

.block12--mod1 .rad .tetx_ h4 {
  text-transform: none;
  font-variant: small-caps; }

.n-text-subtitle.n-text-subtitle--sm-pad {
  padding-bottom: 15px; }

.webp .icon-toques {
  background-image: url(/css/../img/sprite.webp);
  background-position: -185px -213px;
  width: 46px;
  height: 46px; }

.webp .icon-shrimp {
  background-image: url(/css/../img/sprite.webp);
  background-position: 0px -415px;
  width: 43px;
  height: 49px; }

.webp .icon-clock {
  background-image: url(/css/../img/sprite.webp);
  background-position: -326px -103px;
  width: 50px;
  height: 50px; }

.webp .icon-fish {
  background-image: url(/css/../img/sprite.webp);
  background-position: -134px -266px;
  width: 50px;
  height: 35px; }

.webp .icon-arrow-go-top {
  background-image: url(/css/../img/sprite.webp);
  background-position: -377px -266px;
  width: 26px;
  height: 26px; }

.webp .icon-keys {
  background-image: url(/css/../img/sprite.webp);
  background-position: -511px -28px;
  width: 50px;
  height: 50px; }

.webp .icon-ok {
  background-image: url(/css/../img/sprite.webp);
  background-position: -538px -213px;
  width: 46px;
  height: 42px; }

.webp .icon-money {
  background-image: url(/css/../img/sprite.webp);
  background-position: -244px -266px;
  width: 46px;
  height: 32px; }

.webp .icon-cooperation {
  background-image: url(/css/../img/sprite.webp);
  background-position: -271px -103px;
  width: 50px;
  height: 50px; }

.webp .icon-wallet {
  background-image: url(/css/../img/sprite.webp);
  background-position: -302px -317px;
  width: 42px;
  height: 43px; }

.webp .icon-alternative {
  background-image: url(/css/../img/sprite.webp);
  background-position: -287px -213px;
  width: 46px;
  height: 46px; }

.webp .icon-design {
  background-image: url(/css/../img/sprite.webp);
  background-position: -216px -103px;
  width: 50px;
  height: 50px; }

.webp .icon-floor-plan {
  background-image: url(/css/../img/sprite.webp);
  background-position: -389px -213px;
  width: 46px;
  height: 46px; }

.webp .icon-engineering {
  background-image: url(/css/../img/sprite.webp);
  background-position: -161px -103px;
  width: 50px;
  height: 50px; }

.webp .icon-receptionist {
  background-image: url(/css/../img/sprite.webp);
  background-position: -189px -266px;
  width: 50px;
  height: 34px; }

.webp .icon-plan {
  background-image: url(/css/../img/sprite.webp);
  background-position: -57px -161px;
  width: 47px;
  height: 47px; }

.webp .icon-sushi {
  background-image: url(/css/../img/sprite.webp);
  background-position: -488px -161px;
  width: 50px;
  height: 38px; }

.webp .icon-key {
  background-image: url(/css/../img/sprite.webp);
  background-position: -566px -28px;
  width: 50px;
  height: 50px; }

.webp .icon-graph {
  background-image: url(/css/../img/sprite.webp);
  background-position: -236px -28px;
  width: 50px;
  height: 50px; }

.webp .icon-economy {
  background-image: url(/css/../img/sprite.webp);
  background-position: -381px -161px;
  width: 47px;
  height: 42px; }

.webp .icon-menu {
  background-image: url(/css/../img/sprite.webp);
  background-position: -217px -161px;
  width: 50px;
  height: 43px; }

.webp .icon-special-paste {
  background-image: url(/css/../img/sprite.webp);
  background-position: -155px -317px;
  width: 44px;
  height: 50px; }

.webp .icon-webcam {
  background-image: url(/css/../img/sprite.webp);
  background-position: -48px -415px;
  width: 42px;
  height: 49px; }

.webp .icon-letter {
  background-image: url(/css/../img/sprite.webp);
  background-position: -456px -28px;
  width: 50px;
  height: 50px; }

.webp .icon-display {
  background-image: url(/css/../img/sprite.webp);
  background-position: -491px -103px;
  width: 50px;
  height: 48px; }

.webp .icon-photos {
  background-image: url(/css/../img/sprite.webp);
  background-position: -346px -28px;
  width: 50px;
  height: 50px; }

.webp .icon-resto {
  background-image: url(/css/../img/sprite.webp);
  background-position: -66px -469px;
  width: 30px;
  height: 50px; }

.webp .icon-inform {
  background-image: url(/css/../img/sprite.webp);
  background-position: -654px -103px;
  width: 22px;
  height: 46px; }

.webp .icon-calendar {
  background-image: url(/css/../img/sprite.webp);
  background-position: -83px -213px;
  width: 46px;
  height: 48px; }

.webp .icon-google-docs {
  background-image: url(/css/../img/sprite.webp);
  background-position: -134px -415px;
  width: 34px;
  height: 46px; }

.webp .icon-crazy {
  background-image: url(/css/../img/sprite.webp);
  background-position: -601px -103px;
  width: 48px;
  height: 48px; }

.webp .icon-add-list {
  background-image: url(/css/../img/sprite.webp);
  background-position: -253px -317px;
  width: 44px;
  height: 48px; }

.webp .icon-bigboard {
  background-image: url(/css/../img/sprite.webp);
  background-position: -134px -213px;
  width: 46px;
  height: 46px; }

.webp .icon-sites {
  background-image: url(/css/../img/sprite.webp);
  background-position: -83px -266px;
  width: 46px;
  height: 40px; }

.webp .icon-money-transition {
  background-image: url(/css/../img/sprite.webp);
  background-position: -338px -213px;
  width: 46px;
  height: 46px; }

.webp .icon-gift-card {
  background-image: url(/css/../img/sprite.webp);
  background-position: -295px -266px;
  width: 46px;
  height: 32px; }

.webp .icon-comments {
  background-image: url(/css/../img/sprite.webp);
  background-position: -109px -161px;
  width: 48px;
  height: 46px; }

.webp .icon-cash {
  background-image: url(/css/../img/sprite.webp);
  background-position: -326px -161px;
  width: 50px;
  height: 42px; }

.webp .icon-cloud-upload {
  background-image: url(/css/../img/sprite.webp);
  background-position: -162px -161px;
  width: 50px;
  height: 44px; }

.webp .icon-truck {
  background-image: url(/css/../img/sprite.webp);
  background-position: -598px -161px;
  width: 50px;
  height: 37px; }

.webp .icon-snow {
  background-image: url(/css/../img/sprite.webp);
  background-position: -106px -317px;
  width: 44px;
  height: 50px; }

.webp .icon-robot {
  background-image: url(/css/../img/sprite.webp);
  background-position: -546px -103px;
  width: 50px;
  height: 48px; }

.webp .icon-sofa {
  background-image: url(/css/../img/sprite.webp);
  background-position: -433px -161px;
  width: 50px;
  height: 39px; }

.no-webp .icon-toques {
  background-image: url(/css/../img/sprite.png);
  background-position: -185px -213px;
  width: 46px;
  height: 46px; }

.no-webp .icon-shrimp {
  background-image: url(/css/../img/sprite.png);
  background-position: 0px -415px;
  width: 43px;
  height: 49px; }

.no-webp .icon-clock {
  background-image: url(/css/../img/sprite.png);
  background-position: -326px -103px;
  width: 50px;
  height: 50px; }

.no-webp .icon-fish {
  background-image: url(/css/../img/sprite.png);
  background-position: -134px -266px;
  width: 50px;
  height: 35px; }

.no-webp .icon-arrow-go-top {
  background-image: url(/css/../img/sprite.png);
  background-position: -377px -266px;
  width: 26px;
  height: 26px; }

.no-webp .icon-keys {
  background-image: url(/css/../img/sprite.png);
  background-position: -511px -28px;
  width: 50px;
  height: 50px; }

.no-webp .icon-ok {
  background-image: url(/css/../img/sprite.png);
  background-position: -538px -213px;
  width: 46px;
  height: 42px; }

.no-webp .icon-money {
  background-image: url(/css/../img/sprite.png);
  background-position: -244px -266px;
  width: 46px;
  height: 32px; }

.no-webp .icon-cooperation {
  background-image: url(/css/../img/sprite.png);
  background-position: -271px -103px;
  width: 50px;
  height: 50px; }

.no-webp .icon-wallet {
  background-image: url(/css/../img/sprite.png);
  background-position: -302px -317px;
  width: 42px;
  height: 43px; }

.no-webp .icon-alternative {
  background-image: url(/css/../img/sprite.png);
  background-position: -287px -213px;
  width: 46px;
  height: 46px; }

.no-webp .icon-design {
  background-image: url(/css/../img/sprite.png);
  background-position: -216px -103px;
  width: 50px;
  height: 50px; }

.no-webp .icon-floor-plan {
  background-image: url(/css/../img/sprite.png);
  background-position: -389px -213px;
  width: 46px;
  height: 46px; }

.no-webp .icon-engineering {
  background-image: url(/css/../img/sprite.png);
  background-position: -161px -103px;
  width: 50px;
  height: 50px; }

.no-webp .icon-receptionist {
  background-image: url(/css/../img/sprite.png);
  background-position: -189px -266px;
  width: 50px;
  height: 34px; }

.no-webp .icon-plan {
  background-image: url(/css/../img/sprite.png);
  background-position: -57px -161px;
  width: 47px;
  height: 47px; }

.no-webp .icon-sushi {
  background-image: url(/css/../img/sprite.png);
  background-position: -488px -161px;
  width: 50px;
  height: 38px; }

.no-webp .icon-key {
  background-image: url(/css/../img/sprite.png);
  background-position: -566px -28px;
  width: 50px;
  height: 50px; }

.no-webp .icon-graph {
  background-image: url(/css/../img/sprite.png);
  background-position: -236px -28px;
  width: 50px;
  height: 50px; }

.no-webp .icon-economy {
  background-image: url(/css/../img/sprite.png);
  background-position: -381px -161px;
  width: 47px;
  height: 42px; }

.no-webp .icon-menu {
  background-image: url(/css/../img/sprite.png);
  background-position: -217px -161px;
  width: 50px;
  height: 43px; }

.no-webp .icon-special-paste {
  background-image: url(/css/../img/sprite.png);
  background-position: -155px -317px;
  width: 44px;
  height: 50px; }

.no-webp .icon-webcam {
  background-image: url(/css/../img/sprite.png);
  background-position: -48px -415px;
  width: 42px;
  height: 49px; }

.no-webp .icon-letter {
  background-image: url(/css/../img/sprite.png);
  background-position: -456px -28px;
  width: 50px;
  height: 50px; }

.no-webp .icon-display {
  background-image: url(/css/../img/sprite.png);
  background-position: -491px -103px;
  width: 50px;
  height: 48px; }

.no-webp .icon-photos {
  background-image: url(/css/../img/sprite.png);
  background-position: -346px -28px;
  width: 50px;
  height: 50px; }

.no-webp .icon-resto {
  background-image: url(/css/../img/sprite.png);
  background-position: -66px -469px;
  width: 30px;
  height: 50px; }

.no-webp .icon-inform {
  background-image: url(/css/../img/sprite.png);
  background-position: -654px -103px;
  width: 22px;
  height: 46px; }

.no-webp .icon-calendar {
  background-image: url(/css/../img/sprite.png);
  background-position: -83px -213px;
  width: 46px;
  height: 48px; }

.no-webp .icon-google-docs {
  background-image: url(/css/../img/sprite.png);
  background-position: -134px -415px;
  width: 34px;
  height: 46px; }

.no-webp .icon-crazy {
  background-image: url(/css/../img/sprite.png);
  background-position: -601px -103px;
  width: 48px;
  height: 48px; }

.no-webp .icon-add-list {
  background-image: url(/css/../img/sprite.png);
  background-position: -253px -317px;
  width: 44px;
  height: 48px; }

.no-webp .icon-bigboard {
  background-image: url(/css/../img/sprite.png);
  background-position: -134px -213px;
  width: 46px;
  height: 46px; }

.no-webp .icon-sites {
  background-image: url(/css/../img/sprite.png);
  background-position: -83px -266px;
  width: 46px;
  height: 40px; }

.no-webp .icon-money-transition {
  background-image: url(/css/../img/sprite.png);
  background-position: -338px -213px;
  width: 46px;
  height: 46px; }

.no-webp .icon-gift-card {
  background-image: url(/css/../img/sprite.png);
  background-position: -295px -266px;
  width: 46px;
  height: 32px; }

.no-webp .icon-comments {
  background-image: url(/css/../img/sprite.png);
  background-position: -109px -161px;
  width: 48px;
  height: 46px; }

.no-webp .icon-cash {
  background-image: url(/css/../img/sprite.png);
  background-position: -326px -161px;
  width: 50px;
  height: 42px; }

.no-webp .icon-cloud-upload {
  background-image: url(/css/../img/sprite.png);
  background-position: -162px -161px;
  width: 50px;
  height: 44px; }

.no-webp .icon-truck {
  background-image: url(/css/../img/sprite.png);
  background-position: -598px -161px;
  width: 50px;
  height: 37px; }

.no-webp .icon-snow {
  background-image: url(/css/../img/sprite.png);
  background-position: -106px -317px;
  width: 44px;
  height: 50px; }

.no-webp .icon-robot {
  background-image: url(/css/../img/sprite.png);
  background-position: -546px -103px;
  width: 50px;
  height: 48px; }

.no-webp .icon-sofa {
  background-image: url(/css/../img/sprite.png);
  background-position: -433px -161px;
  width: 50px;
  height: 39px; }

.block12__subtitle-h3 {
  font-size: 30px;
  font-weight: 300;
  margin-top: -30px;
  font-variant: small-caps; }
  @media (max-width: 767px) {
    .block12__subtitle-h3 {
      margin-top: 0; } }

.n-consalt-block__inner--equipment .n-consalt-block__btn {
  width: 200px; }
  @media (max-width: 479px) {
    .n-consalt-block__inner--equipment .n-consalt-block__btn {
      width: 100%;
      padding-bottom: 10px; } }

.n-consalt-block__inner--equipment .n-consalt-block__title {
  width: calc(100% - 200px); }
  @media (max-width: 479px) {
    .n-consalt-block__inner--equipment .n-consalt-block__title {
      width: 100%; } }

.n-consalt-block__inner--service-sale .n-consalt-block__btn {
  width: 350px; }
  @media (max-width: 479px) {
    .n-consalt-block__inner--service-sale .n-consalt-block__btn {
      width: 100%;
      padding-bottom: 10px; } }

.n-consalt-block__inner--service-sale .n-consalt-block__title {
  width: calc(100% - 350px); }
  @media (max-width: 479px) {
    .n-consalt-block__inner--service-sale .n-consalt-block__title {
      width: 100%; } }

.n-service-descr__text-top.n-service-descr__text-top--md {
  font-size: 18px;
  height: auto;
  font-weight: 400; }

.n-main-descr__title.n-main-descr__title--pad-botm {
  padding-bottom: 60px; }

.n-block-if__title {
  font-size: 30px;
  margin: 0 0 30px 0;
  font-weight: 400; }

.n-block-if .paran {
  padding-bottom: 50px;
  font-variant: small-caps; }
  .n-block-if .paran li {
    background-position: left center;
    margin-bottom: 20px; }
  .n-block-if .paran--no-pad {
    padding-bottom: 0; }
    .n-block-if .paran--no-pad li:last-child {
      margin-bottom: 0; }

.n-variants-blocks__container {
  margin-bottom: -80px; }
  .n-variants-blocks__container .n-variants-blocks {
    padding-bottom: 80px; }

.n-simple-list {
  padding: 0; }
  .n-simple-list li {
    list-style: none;
    margin-bottom: 8px; }

.n-list-sm-dots {
  padding: 0; }
  .n-list-sm-dots li {
    list-style: none;
    padding-bottom: 25px; }
    .n-list-sm-dots li:before {
      content: '';
      display: inline-block;
      width: 3px;
      height: 3px;
      background: #ff3f25;
      border-radius: 50%;
      vertical-align: middle;
      margin-right: 13px; }
  .n-list-sm-dots--sm-pad li {
    padding: 0; }

.n-specialist-info-list li {
  margin-bottom: 0; }

.n-feedback-block {
  padding: 40px 30px 60px 28px;
  border: 1px solid #e8e8e8;
  background: #f9f9f9;
  margin-bottom: 37px;
  position: relative; }
  @media (max-width: 767px) {
    .n-feedback-block {
      padding: 20px 15px; } }
  .n-feedback-block__logo {
    position: absolute;
    top: 50px;
    right: 40px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    @media (max-width: 1300px) {
      .n-feedback-block__logo {
        position: static;
        float: right;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        margin-left: 20px;
        margin-top: -15px; } }
  .n-feedback-block__title {
    margin: 0;
    padding-bottom: 20px; }
  .n-feedback-block__list {
    margin: 0; }
    .n-feedback-block__list li {
      padding-bottom: 0;
      padding-left: 15px;
      position: relative; }
      .n-feedback-block__list li:before {
        display: block;
        position: absolute;
        top: 9px;
        left: 0; }
  .n-feedback-block__divider {
    width: 26px;
    height: 150px;
    background: url(/css/../img/why-line.png) center no-repeat;
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .n-feedback-block__divider {
        width: 100%;
        display: block;
        height: 26px;
        background: none;
        position: relative;
        margin: 10px 0; }
        .n-feedback-block__divider:before {
          content: '';
          display: block;
          position: absolute;
          top: -62px;
          width: 26px;
          height: 150px;
          background: url(/css/../img/why-line.png) center no-repeat;
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
          left: 50%;
          margin: 0 0 0 -13px; } }
  .n-feedback-block__cols {
    letter-spacing: -5px; }
  .n-feedback-block__cols-title {
    margin: 20px 0 0; }
  .n-feedback-block__left {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    width: calc(61.7% - 13px);
    padding-right: 13px; }
    @media (max-width: 767px) {
      .n-feedback-block__left {
        width: 100%;
        display: block;
        padding: 0; } }
  .n-feedback-block__right {
    padding-left: 22px;
    width: calc(38.3% - 13px);
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    color: #181818; }
    @media (max-width: 767px) {
      .n-feedback-block__right {
        width: 100%;
        display: block;
        padding: 0; } }

.n-train-cost {
  padding: 48px 40px 50px 40px;
  border: 3px solid #ff3f25;
  margin-bottom: 37px;
  margin-top: 80px; }
  @media (max-width: 767px) {
    .n-train-cost {
      padding: 20px 15px; } }
  .n-train-cost__title {
    display: block;
    font-size: 30px;
    font-weight: 300;
    font-variant: small-caps; }
    @media (max-width: 767px) {
      .n-train-cost__title {
        font-size: 24px; } }
  .n-train-cost__sum {
    display: block;
    font-size: 60px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #d0d0d0;
    margin: 0 0 30px 0;
    font-variant: small-caps; }
    @media (max-width: 767px) {
      .n-train-cost__sum {
        font-size: 40px; } }
  .n-train-cost__top-list {
    list-style: none;
    padding: 0 0 45px 0;
    margin: 0 0 -10px 0;
    font-size: 18px;
    font-weight: 300; }
    .n-train-cost__top-list-item {
      padding: 0 0 10px 0; }
      .n-train-cost__top-list-item:before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #ff3f25;
        vertical-align: middle;
        border-radius: 50%;
        margin: 0 15px 0 0; }
    @media (max-width: 767px) {
      .n-train-cost__top-list {
        padding: 0 0 15px 0;
        font-size: 14px; } }
  .n-train-cost__content {
    padding-left: 10px; }
  .n-train-cost__list-title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 22px 10px;
    font-variant: small-caps; }
    @media (max-width: 767px) {
      .n-train-cost__list-title {
        font-size: 14px;
        padding: 0 0 15px 0; } }
  .n-train-cost__btm-list {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0;
    font-size: 18px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .n-train-cost__btm-list {
        font-size: 14px;
        padding: 0; } }
    .n-train-cost__btm-list-item:before {
      content: '';
      display: inline-block;
      width: 6px;
      height: 6px;
      background: #ff3f25;
      vertical-align: middle;
      border-radius: 50%;
      margin: 0 15px 0 0; }

.n-bg-block__footnote {
  font-size: 10px;
  color: #fff;
  margin: -15px 0 0 0;
  padding-bottom: 30px; }

.n-bg-block__ol-list {
  color: #fff;
  padding: 35px 0 0 0;
  list-style: none;
  counter-reset: myCounter; }
  .n-bg-block__ol-list:after {
    content: " ";
    display: block;
    clear: both; }
  .n-bg-block__ol-list-item {
    float: left;
    width: 50%;
    padding: 0 100px 0 70px;
    position: relative; }
    .n-bg-block__ol-list-item:before {
      counter-increment: myCounter;
      content: counter(myCounter);
      position: absolute;
      top: 0;
      left: 0;
      font-size: 60px;
      font-weight: 300;
      line-height: 60px; }
    @media (max-width: 767px) {
      .n-bg-block__ol-list-item {
        float: none;
        width: 100%;
        padding: 0 0 15px 35px; } }
  .n-bg-block__ol-list-title {
    font-size: 18px;
    font-variant: small-caps;
    padding-bottom: 10px;
    line-height: 24px; }

.n-block-a {
  border-top: 1px solid #dfdfdf;
  padding: 30px 0 0 0; }
  .n-block-a__title {
    font-size: 18px;
    font-weight: 300;
    font-variant: small-caps;
    display: block;
    padding: 0 0 5px 0; }
  .n-block-a__cost {
    font-size: 30px;
    font-weight: 400;
    display: block; }
  .n-block-a__info {
    font-size: 16px;
    font-weight: 300;
    display: block;
    padding: 0 0 15px 0; }
  @media (max-width: 1024px) {
    .n-block-a-costs span {
      display: block; } }

.n-title-h3 {
  font-size: 30px;
  font-weight: 300;
  font-variant: small-caps;
  margin: 0 0 30px 0; }
  .n-title-h3--no-marg {
    margin: 0; }
  .n-title-h3--normal-caps {
    font-variant: normal; }
  .n-title-h3--xxl {
    font-size: 36px; }

.n-pad-left-block {
  padding-left: 18px; }

.n-pad-md-left-block {
  padding-left: 47px; }

.n-subtitle-z {
  font-size: 18px;
  font-weight: 500;
  font-variant: small-caps;
  padding: 0 0 16px 0; }

.n-subtitle {
  margin: 0 0 20px; }

.n-go-top {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ff3f25;
  float: right;
  position: absolute;
  top: 30px;
  right: 30px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  position: fixed;
  bottom: 30px;
  right: 400px;
  top: auto;
  z-index: 111; }
  .n-go-top.visible {
    opacity: 1; }
  .n-go-top [class*="icon-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  @media (max-width: 767px) {
    .n-go-top {
      width: 70px;
      height: 70px;
      right: 30px; } }

.n-checkmark-list {
  letter-spacing: -5px;
  list-style: none;
  padding: 0;
  margin: 0 0 -50px; }
  @media (max-width: 1024px) {
    .n-checkmark-list {
      margin: 0 0 -30px 0; } }
  .n-checkmark-list__item {
    letter-spacing: normal;
    width: 50%;
    display: inline-block;
    padding: 0 100px 50px 100px;
    position: relative;
    margin: 0;
    vertical-align: top; }
    .n-checkmark-list__item:before {
      content: '';
      display: block;
      position: absolute;
      width: 53px;
      height: 53px;
      border: 1px solid #ff3f25;
      border-radius: 50%;
      top: 0;
      left: 0; }
    .n-checkmark-list__item:after {
      content: '';
      display: block;
      background-image: url(/css/../img/sprite.png);
      background-position: -527px -317px;
      width: 23px;
      height: 27px;
      position: absolute;
      top: 13px;
      left: 13px; }
    @media (max-width: 1024px) {
      .n-checkmark-list__item {
        padding: 0 30px 30px 80px; } }
    @media (max-width: 767px) {
      .n-checkmark-list__item {
        width: 100%;
        display: block;
        padding: 0 0 30px 80px; } }
  .n-checkmark-list__title {
    font-variant: small-caps; }
  .n-checkmark-list--sm-padding {
    margin-bottom: -30px; }
    .n-checkmark-list--sm-padding .n-checkmark-list__item {
      padding-bottom: 30px; }

.n-steps-block {
  background-position: top left;
  background-repeat: no-repeat;
  height: 255px;
  position: relative;
  margin-bottom: 30px; }
  .n-steps-block--numbered {
    background-position: 33px top; }
  .n-steps-block__counter {
    width: 33px;
    font-size: 45px;
    color: #ff3f25;
    display: block;
    float: left;
    line-height: 40px;
    font-weight: 300; }
    @media (max-width: 1024px) {
      .n-steps-block__counter {
        line-height: normal; } }
    @media (max-width: 767px) {
      .n-steps-block__counter {
        font-size: 28px;
        width: auto;
        margin: 0 10px 0 0;
        line-height: 34px; } }
  .n-steps-block__title {
    font-size: 30px;
    font-weight: 300;
    line-height: 34px;
    position: absolute;
    background: #fff;
    left: 500px;
    top: 43.5%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding: 25px 0; }
    .n-steps-block__title--grey {
      background: #f2f2f2; }
    @media (max-width: 1250px) {
      .n-steps-block__title {
        padding: 10px 0; } }
  @media (max-width: 1024px) {
    .n-steps-block {
      padding: 250px 0 0 0;
      background-position: top left;
      background-size: 500px auto;
      height: auto; }
      .n-steps-block__title {
        position: static;
        background: none;
        font-size: 28px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        padding: 15px 0 0 0; } }
  @media (max-width: 767px) {
    .n-steps-block {
      padding: 150px 0 0 0;
      background-size: 290px auto; }
      .n-steps-block--numbered {
        padding-top: 160px; } }

.n-title-red-border {
  border-bottom: 3px solid #ff3f25; }
  @media (max-width: 767px) {
    .n-title-red-border {
      font-size: 18px; } }

.n-development-table th {
  background: #f2f2f2;
  height: 87px;
  border-top: none; }

.n-development-table td, .n-development-table th {
  border-left: none; }
  .n-development-table td:nth-child(3), .n-development-table th:nth-child(3) {
    background: #9fb28c;
    color: #fff;
    border-right: none; }

.n-development-table tr:last-child td {
  border-bottom: none; }

.n-development-table__cross-cell {
  padding-left: 30px;
  position: relative; }
  .n-development-table__cross-cell:before {
    content: '';
    display: block;
    background-image: url(/css/../img/sprite.png);
    background-position: -236px -83px;
    width: 15px;
    height: 14px;
    position: absolute;
    top: 5px;
    left: 0; }

.n-development-table__check-cell {
  padding-left: 30px;
  position: relative; }
  .n-development-table__check-cell:before {
    content: '';
    display: block;
    background-image: url(/css/../img/sprite.png);
    background-position: -334px -83px;
    width: 15px;
    height: 11px;
    position: absolute;
    top: 5px;
    left: 0; }

.n-person-info {
  padding: 10px 0 0 15px; }
  .n-person-info__wrap {
    padding-bottom: 30px; }
    .n-person-info__wrap img {
      max-width: 100%; }
  .n-person-info__list {
    padding: 0 0 15px 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 300; }
    .n-person-info__list li {
      padding: 0 0 0 35px; }
      .n-person-info__list li:before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        float: left;
        margin: 5px 0 0 -35px;
        background: #f24841; }

.n-green-list {
  padding: 0;
  list-style: none;
  font-size: 16px; }
  .n-green-list li {
    padding: 0 0 15px 40px; }
    .n-green-list li:before {
      content: '+';
      display: block;
      background: #78ff27;
      border-radius: 50%;
      width: 14px;
      height: 14px;
      line-height: 0;
      color: #fff;
      float: left;
      font-size: 18px;
      font-weight: 700;
      padding: 8px 0 0 3px;
      margin: 0 0 0 -40px; }
    .n-green-list li.n-green-list__red-item:before {
      content: '-';
      background: #ff3f25;
      padding-left: 4px; }
  .n-green-list--checks {
    font-weight: 300; }
    .n-green-list--checks li:before {
      content: '\f058';
      font-family: "FontAwesome";
      color: #78ff27;
      width: auto;
      height: auto;
      font-size: 16px;
      line-height: normal;
      padding: 0;
      background: none; }

.n-packs-btm-block {
  padding: 30px 0 90px 0;
  border-top: 1px solid #f2f2f2; }
  .n-packs-btm-block--no-pad {
    padding-bottom: 0; }
  .n-packs-btm-block p {
    margin-bottom: 30px; }
  .n-packs-btm-block .btn {
    width: 100%; }

.n-red-border-block {
  padding: 50px 67px 30px;
  border: 3px solid #f24841; }
  .n-red-border-block.n-red-border-block--no-pad {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .n-red-border-block {
      padding: 20px 15px; } }

.n-lg-dots-list, .n-md-dots-list {
  padding: 0;
  list-style: none;
  font-size: 16px; }
  .n-lg-dots-list li, .n-md-dots-list li {
    padding: 0 0 15px 40px; }
    .n-lg-dots-list li:before, .n-md-dots-list li:before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background: #f24841;
      float: left;
      margin: 5px 0 0 -32px;
      border-radius: 50%; }

.n-sm-dots-list {
  padding: 0;
  list-style: none; }
  .n-sm-dots-list li {
    padding-left: 30px;
    margin-bottom: 20px; }
    .n-sm-dots-list li:before {
      content: '';
      display: block;
      width: 5px;
      height: 5px;
      background: #ff3f25;
      border-radius: 50%;
      float: left;
      margin: 8px 0 0 -23px; }

.n-md-dots-list li {
  padding-left: 24px;
  font-weight: 300; }
  .n-md-dots-list li:before {
    width: 8px;
    height: 8px;
    margin-left: -24px; }

.n-md-dots-list--extra-pad li {
  padding-left: 50px; }
  .n-md-dots-list--extra-pad li:before {
    margin-left: -40px; }

.n-md-dots-list--sm-pad li {
  padding-left: 40px;
  padding-bottom: 0; }
  .n-md-dots-list--sm-pad li:before {
    margin-left: -37px; }

.n-questions-list {
  padding: 0;
  list-style: none;
  margin: 0 0 -30px 0; }
  .n-questions-list li {
    padding: 0 0 30px 100px; }
    .n-questions-list li:before {
      content: '';
      display: block;
      width: 40px;
      height: 40px;
      background: url(/css/../img/qw.png) center no-repeat;
      background-size: 100%;
      float: left;
      margin: 5px 0 0 -67px; }
    @media (max-width: 767px) {
      .n-questions-list li {
        padding: 0 0 15px 50px; }
        .n-questions-list li:before {
          margin-left: -50px;
          width: 30px;
          height: 30px; } }
  .n-questions-list--mod {
    margin: 0; }
    .n-questions-list--mod li {
      position: relative;
      padding: 15px 0 15px 100px; }
      .n-questions-list--mod li:before {
        margin: -20px 0 0 0;
        position: absolute;
        top: 50%;
        left: 30px; }
  .n-questions-list__title {
    display: block;
    font-size: 30px;
    -ms-flex-wrap: 400;
        flex-wrap: 400;
    line-height: 36px;
    padding: 0 0 15px 0; }
    @media (max-width: 767px) {
      .n-questions-list__title {
        font-size: 24px;
        line-height: 26px; } }

.n-limitations-block {
  padding-left: 70px;
  position: relative;
  margin-bottom: 50px; }
  .n-limitations-block:before {
    content: '';
    display: block;
    width: 31px;
    height: 31px;
    background-image: url(/css/../img/sprite.png);
    background-position: -653px -161px;
    width: 31px;
    height: 31px;
    position: absolute;
    left: 0;
    top: 2px; }

.n-kitchen-list-block {
  padding-bottom: 65px; }
  .n-kitchen-list-block--no-padding {
    padding-bottom: 0; }
  .n-kitchen-list-block img {
    margin-bottom: 30px; }
  .n-kitchen-list-block .n-title-h3 {
    margin-bottom: 15px; }
    @media (max-width: 1024px) {
      .n-kitchen-list-block .n-title-h3 {
        font-size: 24px; } }

.n-red-dot-list img {
  max-width: 100%; }

.n-red-dot-list li {
  padding-left: 30px;
  margin-bottom: 10px; }
  .n-red-dot-list li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ff3f25;
    float: left;
    margin: 6px 0 0 -30px; }

.n-kitchen-get {
  position: relative;
  padding-left: 100px; }
  .n-kitchen-get:before {
    content: '';
    display: block;
    background-image: url(/css/../img/sprite.png);
    background-position: -161px -28px;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -35px 0 0 0; }
  .n-kitchen-get__container {
    padding: 40px 30px;
    border: 3px solid #ff3f25;
    margin-bottom: 60px; }

@media (max-width: 767px) {
  .n-kitchen-order {
    text-align: center; } }

.n-kitchen-order img {
  max-width: 100%;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .n-kitchen-order img {
      margin-bottom: 15px; } }

.n-kitchen-order__title {
  font-size: 24px;
  line-height: 22px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .n-kitchen-order__title {
      margin-bottom: 30px; } }

.n-text-cross {
  padding-left: 40px;
  position: relative; }
  .n-text-cross:before {
    content: '';
    display: block;
    background-image: url(/css/../img/sprite.png);
    background-position: -236px -83px;
    width: 15px;
    height: 14px;
    position: absolute;
    top: 5px;
    left: 0; }

.n-check-red-block {
  padding-left: 40px;
  position: relative;
  padding-bottom: 20px; }
  .n-check-red-block--pad-left {
    padding-left: 70px; }
    @media (max-width: 767px) {
      .n-check-red-block--pad-left {
        padding-left: 40px; } }
  .n-check-red-block:before {
    content: '';
    display: block;
    background-image: url(/css/../img/sprite.png);
    background-position: -408px -266px;
    width: 21px;
    height: 21px;
    float: left;
    margin: 3px 0 0 -40px; }
  .n-check-red-block__title {
    margin-bottom: 0; }
  .n-check-red-block p {
    margin-bottom: 0; }

.n-sm-white-block {
  background: #fff;
  padding: 40px 35px;
  margin-bottom: 30px; }
  .n-sm-white-block__title {
    display: block;
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 20px; }
  .n-sm-white-block__list {
    margin-bottom: -25px; }
    .n-sm-white-block__list li {
      padding-left: 30px;
      padding-bottom: 25px; }
      .n-sm-white-block__list li:before {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #ff3f25;
        float: left;
        margin: 6px 0 0 -30px; }

.n-empty-list {
  padding: 0;
  list-style: none; }
  .n-empty-list__title {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
    font-variant: small-caps; }
  .n-empty-list p {
    margin: 0; }
  .n-empty-list li {
    padding-bottom: 15px; }

@media (max-width: 767px) {
  .n-about-img-list {
    padding-bottom: 15px; } }

.n-about-img-list img {
  max-width: 100%;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .n-about-img-list img {
      margin-bottom: 10px; } }

.n-about-img-list p {
  margin: 0; }

.n-projects-slider__wrap {
  margin: 40px 0 0 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 30px 0 55px; }

.n-projects-slider .flex-control-nav {
  display: none; }

.n-projects-slider .flex-direction-nav a {
  font-size: 0;
  opacity: 1; }
.webp .n-projects-slider .flex-direction-nav a.flex-next:before {
  background-image: url(/css/../img/sprite.webp);
  background-position: -576px -317px;
  width: 16px;
  height: 27px;
  margin-top: 16px; }
.webp .n-projects-slider .flex-direction-nav a.flex-prev:before {
  background-image: url(/css/../img/sprite.webp);
  background-position: -555px -317px;
  width: 16px;
  height: 27px;
  margin-top: 16px; }
  .no-webp .n-projects-slider .flex-direction-nav a.flex-next:before {
    background-image: url(/css/../img/sprite.png);
    background-position: -576px -317px;
    width: 16px;
    height: 27px;
    margin-top: 16px; }
  .no-webp .n-projects-slider .flex-direction-nav a.flex-prev:before {
    background-image: url(/css/../img/sprite.png);
    background-position: -555px -317px;
    width: 16px;
    height: 27px;
    margin-top: 16px; }

.n-projects-slider:hover .flex-direction-nav a.flex-next {
  right: -50px; }

.n-projects-slider:hover .flex-direction-nav a.flex-prev {
  left: -50px; }

.n-bg-block-num-block {
  padding-left: 40px;
  position: relative;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .n-bg-block-num-block {
      padding: 12px 0 18px 40px;
      margin-bottom: 10px; }
      .n-bg-block-num-block p {
        margin: 0; } }
  .n-bg-block-num-block__count {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 50px;
    font-weight: 200;
    line-height: 50px; }
  .n-bg-block-num-block--mod .n-bg-block-num-block__count {
    font-weight: 400; }
  .n-bg-block-num-block--mod .n-bg-block-num-block__text {
    line-height: 22px;
    margin-bottom: 0; }

.n-pub-steps-block {
  position: relative; }
  .n-pub-steps-block--step1 .n-pub-steps-block__count {
    top: 45px; }
  .n-pub-steps-block--step1 img {
    margin-left: -10px; }
  .n-pub-steps-block--step2 .n-pub-steps-block__count {
    top: 80px; }
  .n-pub-steps-block--step3 {
    margin-bottom: 15px; }
    .n-pub-steps-block--step3 .n-pub-steps-block__count {
      top: 35px; }
  .n-pub-steps-block--step4 {
    margin-top: -40px;
    margin-bottom: 40px; }
    .n-pub-steps-block--step4 .n-pub-steps-block__count {
      top: 80px; }
    .n-pub-steps-block--step4 .n-pub-steps-block__title {
      margin-top: 25px; }
  .n-pub-steps-block--step5 .n-pub-steps-block__count {
    top: 55px; }
  .n-pub-steps-block--step6 .n-pub-steps-block__count {
    top: 40px; }
  .n-pub-steps-block--step7 {
    margin-bottom: 40px; }
    .n-pub-steps-block--step7 .n-pub-steps-block__count {
      top: 36px; }
  .n-pub-steps-block--step8 {
    margin-bottom: 30px; }
    .n-pub-steps-block--step8 .n-pub-steps-block__img {
      padding-left: 0; }
      @media (max-width: 767px) {
        .n-pub-steps-block--step8 .n-pub-steps-block__img {
          padding-left: 20px; } }
    .n-pub-steps-block--step8 .n-pub-steps-block__count {
      top: 35px; }
  @media (max-width: 1024px) {
    .n-pub-steps-block {
      margin: 0 0 15px 0 !important; } }
  .n-pub-steps-block__count {
    font-size: 45px;
    color: #ff3f25;
    display: block;
    line-height: 45px;
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 100px; }
    @media (max-width: 1024px) {
      .n-pub-steps-block__count {
        top: 10px !important;
        left: 0 !important; } }
  .n-pub-steps-block__img {
    padding-left: 35px; }
    @media (max-width: 1024px) {
      .n-pub-steps-block__img {
        padding-bottom: 30px; }
        .n-pub-steps-block__img img {
          max-width: 100%; } }
  .n-pub-steps-block__title {
    display: block;
    font-size: 30px;
    font-weight: 300;
    position: absolute;
    left: 500px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background: #fff;
    padding: 20px 0;
    line-height: 34px; }
    .n-pub-steps-block__title--grey {
      background: #f2f2f2; }
    @media (max-width: 1024px) {
      .n-pub-steps-block__title {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        margin: 0 !important;
        padding: 0 0 0 35px; } }

.n-pub-steps-content {
  padding-left: 35px;
  line-height: 22px; }
  .n-pub-steps-content p {
    margin-bottom: 20px; }
  .n-pub-steps-content ul {
    margin-bottom: 20px; }

.n-lg-check-list {
  padding: 10px 0 0 0;
  list-style: none;
  letter-spacing: -5px; }
  .n-lg-check-list__item {
    letter-spacing: normal;
    display: inline-block;
    position: relative;
    padding: 7px 40px 8px 50px;
    vertical-align: middle;
    font-size: 18px;
    font-variant: small-caps;
    font-weight: 400;
    padding-bottom: 15px; }
    .n-lg-check-list__item:last-child {
      padding-right: 0; }
    @media (max-width: 767px) {
      .n-lg-check-list__item {
        display: block;
        padding: 7px 0 8px 50px;
        margin-bottom: 15px; } }
    .n-lg-check-list__item:before {
      position: absolute;
      display: block;
      content: '';
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid #ff4d35;
      top: 50%;
      left: 0;
      margin: -25px 0 0 0; }
    .n-lg-check-list__item:after {
      content: '';
      display: block;
      background-image: url(/css/../img/sprite.png);
      background-position: -434px -266px;
      width: 21px;
      height: 21px;
      position: absolute;
      top: 10px;
      left: 9px; }

.n-variants-title.n-variants-title--sm {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 20px; }

.n-variants-blocks--numbered {
  padding-bottom: 50px; }
  .n-variants-blocks--numbered .n-variants-left, .n-variants-blocks--numbered .n-variants-right {
    position: relative; }
  .n-variants-blocks--numbered .n-variants-left .n-variants-counter {
    right: 70px; }
  .n-variants-blocks--numbered .n-variants-right .n-variants-counter {
    right: 19px; }
  .n-variants-blocks--numbered p {
    line-height: 30px; }

.n-variants-counter {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #ff3f25;
  font-size: 48px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  line-height: 48px;
  padding-top: 15px;
  display: block;
  position: absolute;
  top: 162px; }
  @media (max-width: 1024px) {
    .n-variants-counter {
      width: 40px;
      height: 40px;
      padding-top: 2px;
      font-size: 30px;
      line-height: 40px;
      top: 0;
      left: 0; } }

.n-cont_bl {
  text-align: left;
  margin: 60px 0 0 0; }
  .n-cont_bl .but_bl {
    margin: 0; }
    .n-cont_bl .but_bl a {
      min-width: 200px;
      display: block;
      text-align: center; }

@media (max-width: 767px) {
  .n-scheme-list__item--last .n-scheme-list__icon:after {
    display: none !important; }
  .n-scheme-list__item--not-last .n-scheme-list__icon:after {
    display: block !important; } }

.n-scheme-list.n-scheme-list--mod-left {
  letter-spacing: -5px; }
  .n-scheme-list.n-scheme-list--mod-left .n-scheme-list__item {
    text-align: left;
    letter-spacing: normal; }
    @media (max-width: 1024px) {
      .n-scheme-list.n-scheme-list--mod-left .n-scheme-list__item {
        display: inline-block;
        float: none;
        vertical-align: top; }
        .n-scheme-list.n-scheme-list--mod-left .n-scheme-list__item:nth-child(even) .n-scheme-list__icon:after {
          display: none; } }
    @media (max-width: 767px) {
      .n-scheme-list.n-scheme-list--mod-left .n-scheme-list__item .n-scheme-list__icon:after {
        bottom: 30px; }
      .n-scheme-list.n-scheme-list--mod-left .n-scheme-list__item:nth-child(even) .n-scheme-list__icon:after {
        display: block; }
      .n-scheme-list.n-scheme-list--mod-left .n-scheme-list__item--last .n-scheme-list__icon:after {
        display: none !important; } }
  .n-scheme-list.n-scheme-list--mod-left .n-scheme-list__title {
    padding-bottom: 25px; }
  .n-scheme-list.n-scheme-list--mod-left .n-scheme-list__icon {
    margin: 0 0 35px 30px; }
    @media (max-width: 1024px) {
      .n-scheme-list.n-scheme-list--mod-left .n-scheme-list__icon {
        margin: 0 auto 20px; } }

.n-xs-check-list {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: -20px; }
  .n-xs-check-list li {
    padding: 0 0 20px 0;
    line-height: 22px; }
    .n-xs-check-list li:before {
      display: block;
      content: '';
      float: left;
      background-image: url(/css/../img/sprite.png);
      background-position: -275px -83px;
      width: 14px;
      height: 14px;
      margin: 3px 13px 0 0; }

.n-smile-block {
  padding-top: 30px;
  padding-left: 100px; }
  .n-smile-block:before {
    content: '';
    display: block;
    background-image: url(/css/../img/sprite.png);
    background-position: -440px -213px;
    width: 44px;
    height: 44px;
    float: left;
    margin: 0 0 0 -74px; }
  .n-smile-block__title {
    display: block;
    font-size: 24px;
    font-variant: small-caps;
    font-weight: 400;
    padding: 0 0 15px 0;
    line-height: 24px; }
  .n-smile-block__text {
    font-size: 16px;
    display: block; }

.n-font-36 {
  font-size: 36px;
  line-height: 48px; }

.n-specialist-mod-block img {
  width: 100%;
  margin-bottom: 25px; }

.n-development-arrs-btm {
  text-align: center;
  color: #ff3f25;
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 30px; }
  .n-development-arrs-btm:before, .n-development-arrs-btm:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url(/css/../img/sprite.png);
    background-position: 0px -469px;
    width: 26px;
    height: 58px;
    margin: 0 20px; }
  @media (max-width: 1024px) {
    .n-development-arrs-btm {
      font-size: 24px; }
      .n-development-arrs-btm:before, .n-development-arrs-btm:after {
        margin: 0; } }

.n-warn-block {
  padding-top: 55px;
  position: relative; }
  .n-warn-block:before {
    content: '!';
    display: block;
    position: absolute;
    top: 0;
    left: 37%; }

.n-tabled:after {
  content: " ";
  display: block;
  clear: both; }

.n-tabled-col {
  float: left;
  width: 50%;
  border-left: 1px solid #dadada; }
  .n-tabled-col:first-child {
    border-left: none; }
  @media (max-width: 767px) {
    .n-tabled-col {
      float: none;
      width: 100%;
      border: none; } }

.n-tabled-top {
  font-size: 16px;
  background: #f2f2f2;
  border-bottom: 1px solid #dadada;
  padding: 54px 30px 12px; }
  @media (max-width: 1024px) {
    .n-tabled-top {
      height: 111px; } }

.n-tabled-cell {
  padding: 25px 30px 35px; }

.n-numbered-block {
  text-align: center; }
  .n-numbered-block__counter {
    display: block;
    width: 90px;
    height: 90px;
    border: 1px solid #ff3f25;
    border-radius: 50%;
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    color: #ff3f25;
    font-weight: 300;
    padding-top: 18px;
    margin: 0 auto 30px; }

.n-img-block {
  height: 500px; }
  @media (max-width: 1024px) {
    .n-img-block {
      height: auto;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .n-img-block {
      padding-top: 30px; } }
  .n-img-block img {
    width: 100%;
    margin-bottom: 35px; }
  .n-img-block .n-text-xl {
    line-height: 22px;
    margin-bottom: 20px; }
  @media (max-width: 1024px) {
    .n-img-block .n-text-xxl {
      font-size: 20px; } }

.n-check-md-block {
  padding-left: 100px; }
  .n-check-md-block:before {
    content: '';
    display: block; }

.n-arrow-dotted-block {
  padding-left: 100px;
  position: relative; }
  .n-arrow-dotted-block:before, .n-arrow-dotted-block:after {
    content: '';
    display: block;
    background-image: url(/css/../img/sprite.png);
    background-position: 0px -161px;
    width: 52px;
    height: 249px;
    position: absolute;
    left: 23px; }
  .n-arrow-dotted-block:before {
    top: 45px; }
  .n-arrow-dotted-block:after {
    bottom: 45px; }
  .n-arrow-dotted-block__item {
    background: #fff;
    padding: 35px 20px 35px 70px;
    margin-bottom: 35px;
    border: 1px solid #e8e8e8; }
    .n-arrow-dotted-block__item p {
      margin-bottom: 20px; }

.n-plus-list {
  padding: 0;
  list-style: none; }
  .n-plus-list li {
    padding-left: 146px;
    position: relative; }
    .n-plus-list li:before {
      content: '+';
      display: block;
      width: 40px;
      height: 40px;
      background: #ff3f25;
      color: #fff;
      border-radius: 50%;
      font-size: 50px;
      text-align: center;
      padding-top: 23px;
      position: absolute;
      top: 50%;
      margin: -20px 0 0 0;
      left: 27px;
      font-weight: 200;
      line-height: 0; }
    @media (max-width: 767px) {
      .n-plus-list li {
        padding-left: 50px;
        margin-bottom: 10px; }
        .n-plus-list li:before {
          left: 0; }
        .n-plus-list li .n-text-xl {
          font-size: 18px;
          line-height: 22px; } }

.n-circle-checks-list {
  list-style: none;
  padding: 0; }
  .n-circle-checks-list li {
    padding-left: 50px;
    padding-bottom: 30px;
    position: relative; }
    .n-circle-checks-list li:before {
      position: absolute;
      top: 5px;
      left: 0;
      content: "\f058";
      display: block;
      font-family: 'FontAwesome';
      font-size: 30px;
      color: #ff3f25; }

.n-black-dots-list {
  list-style: none;
  padding: 0; }
  .n-black-dots-list li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #333333;
    margin-right: 5px;
    vertical-align: middle; }
  .n-black-dots-list--red li {
    padding-bottom: 5px; }
  .n-black-dots-list--red li:before {
    background: #ff3f25;
    width: 4px;
    height: 4px; }

.n-bg-num-list {
  list-style: none;
  padding: 0;
  padding-bottom: 85px; }
  .n-bg-num-list:last-child {
    padding-bottom: 0; }
  @media (max-width: 1024px) {
    .n-bg-num-list {
      padding-bottom: 0; }
      .n-bg-num-list li {
        padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .n-bg-num-list {
      padding-bottom: 0; }
      .n-bg-num-list li {
        padding-bottom: 30px; } }
  .n-bg-num-list__top {
    padding: 0 0 20px 40px;
    position: relative;
    margin-bottom: 20px; }
    .n-bg-num-list__top:after {
      content: " ";
      display: block;
      clear: both; }
    .n-bg-num-list__top:before {
      content: '';
      display: block;
      position: absolute;
      left: 5px;
      bottom: 0;
      height: 1px;
      width: 100px;
      background: #fff; }
  .n-bg-num-list__counter {
    display: block;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    float: left;
    margin: 0 0 0 -40px; }
    @media (max-width: 767px) {
      .n-bg-num-list__counter {
        margin: -5px 0 0 -40px; } }

.n-red-dot-block {
  padding-top: 20px;
  padding-left: 40px; }
  .n-red-dot-block:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #ff3f25;
    border-radius: 50%;
    float: left;
    margin: 5px 0 0 -40px; }

.breadcrumbs__list {
  letter-spacing: -5px;
  padding: 20px 0 0 10px;
  list-style: none; }
  .breadcrumbs__list-item {
    letter-spacing: normal;
    display: inline-block;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-weight: 500;
    color: #ff3f25;
    vertical-align: middle; }
    .breadcrumbs__list-item:before {
      content: '>';
      display: inline-block;
      font-size: 16px;
      color: #ff3f25;
      margin: 0 10px 0 0;
      vertical-align: middle; }
    .breadcrumbs__list-item:first-child {
      padding: 0; }
      .breadcrumbs__list-item:first-child:before {
        display: none; }

.breadcrumbs__link {
  color: #ff3f25; }
  .breadcrumbs__link:hover {
    text-decoration: underline; }

.n-popup-white {
  width: 960px;
  max-width: 100%;
  margin: auto;
  background: #fff;
  border: 3px solid #ff3f25;
  padding: 90px 75px;
  position: relative; }
  @media (max-width: 1024px) {
    .n-popup-white {
      padding: 90px 50px; } }
  @media (max-width: 767px) {
    .n-popup-white {
      padding: 45px 15px 30px; } }
  .n-popup-white:before {
    content: '';
    display: block;
    width: 183px;
    height: 128px;
    background: #fff url(/css/../img/popup-bg-img-01.png) center no-repeat;
    position: absolute;
    top: -59px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    @media (max-width: 767px) {
      .n-popup-white:before {
        display: none; } }
  .n-popup-white:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff url(/css/../img/popup-bg-img-02.png) center no-repeat;
    width: 103px;
    height: 63px;
    bottom: -31px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    @media (max-width: 767px) {
      .n-popup-white:after {
        display: none; } }
  .n-popup-white__title {
    display: block;
    font-size: 40px;
    font-weight: 300;
    line-height: 44px;
    text-align: center;
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      .n-popup-white__title {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 20px; } }
  .n-popup-white .mfp-close {
    font-size: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNC45OCAzNC45OSIgd2lkdGg9IjM1cHgiIGhlaWdodD0iMzVweCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtpc29sYXRpb246aXNvbGF0ZTt9LmNscy0ye2ZpbGw6Izk5OTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPlJlY3RhbmdsZSAxIGNvcHk8L3RpdGxlPjxnIGlkPSJSZWN0YW5nbGVfMV9jb3B5IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkiIGNsYXNzPSJjbHMtMSI+PGcgaWQ9IlJlY3RhbmdsZV8xX2NvcHktMiIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMSBjb3B5Ij48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMzQuOTggMC43NiAzNC4yNCAwIDE3LjYyIDE3LjAxIDAuNzYgMC4yNyAwIDEuMDEgMTYuODggMTcuNzcgMC44IDM0LjIzIDEuNTQgMzQuOTggMTcuNjQgMTguNTIgMzMuOTYgMzQuNzIgMzQuNzIgMzMuOTcgMTguMzggMTcuNzYgMzQuOTggMC43NiIvPjwvZz48L2c+PC9zdmc+) center no-repeat;
    width: 35px;
    height: 35px;
    top: 20px;
    right: 20px; }
    @media (max-width: 767px) {
      .n-popup-white .mfp-close {
        right: 10px;
        top: 10px; } }

.n-popup-form {
  margin: 0 -30px; }
  .n-popup-form:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 1024px) {
    .n-popup-form {
      margin: 0 -10px; } }
  .n-popup-form__left {
    width: 58%;
    float: left;
    padding: 0 30px; }
    .n-popup-form__left:after {
      content: " ";
      display: block;
      clear: both; }
    @media (max-width: 1024px) {
      .n-popup-form__left {
        padding: 0 10px; } }
    @media (max-width: 767px) {
      .n-popup-form__left {
        width: 100%;
        padding-bottom: 10px; } }
  .n-popup-form__right {
    width: 42%;
    float: left;
    padding: 0 30px; }
    @media (max-width: 1024px) {
      .n-popup-form__right {
        padding: 0 10px; } }
    @media (max-width: 767px) {
      .n-popup-form__right {
        width: 100%;
        padding-bottom: 10px; } }
  .n-popup-form__full {
    width: 100%;
    padding: 0 30px; }
    @media (max-width: 1024px) {
      .n-popup-form__full {
        padding: 0 10px; } }
  .n-popup-form__subtitle {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    padding: 0 0 5px 0; }
    @media (max-width: 767px) {
      .n-popup-form__subtitle {
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 15px; } }
  .n-popup-form__checkbox-wrap {
    float: left;
    width: 50%;
    padding: 0 0 10px 0; }
@media (max-width: 500px) {
    .n-popup-form__checkbox-wrap {
        width: 100%; } 
    .n-uslugi-sm {
        left: 0;
    }
}
  .n-popup-form__checkbox {
    margin: 0;
    font-weight: 400;
    font-variant: small-caps;
    cursor: pointer; }
    .n-popup-form__checkbox input[type="checkbox"] {
      display: none; }
      .n-popup-form__checkbox input[type="checkbox"] + span {
        display: block;
        padding-left: 32px;
        position: relative; }
        .n-popup-form__checkbox input[type="checkbox"] + span:before {
          content: '';
          display: block;
          width: 20px;
          height: 20px;
          border: 1px solid #999999;
          position: absolute;
          top: 0;
          left: 0;
          -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.05);
                  box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.05); }
        .n-popup-form__checkbox input[type="checkbox"] + span:after {
          content: '';
          display: block;
          width: 19px;
          height: 19px;
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOC45OCAxOSIgd2lkdGg9IjE5cHgiIGhlaWdodD0iMTlweCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtpc29sYXRpb246aXNvbGF0ZTt9LmNscy0ye2ZpbGw6IzMzMzt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPlJlY3RhbmdsZSA2IGNvcHkgMzwvdGl0bGU+PGcgaWQ9IlJlY3RhbmdsZV82X2NvcHlfMyIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgNiBjb3B5IDMiIGNsYXNzPSJjbHMtMSI+PGcgaWQ9IlJlY3RhbmdsZV82X2NvcHlfMy0yIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSA2IGNvcHkgMyI+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjE4Ljk4IDEuMDcgMTcuMTEgMCA3Ljg1IDE1LjgzIDEuODcgNS42MiAwIDYuNjggNy4yIDE5IDcuOTMgMTguNTggOC41NCAxOC45MyAxOC45OCAxLjA3Ii8+PC9nPjwvZz48L3N2Zz4=);
          background-position: center;
          background-repeat: no-repeat;
          position: absolute;
          top: -3px;
          left: 2px;
          opacity: 0; }
      .n-popup-form__checkbox input[type="checkbox"]:checked + span:after {
        opacity: 1; }
  .n-popup-form__input {
    width: 100%;
    display: block;
    height: 50px;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #999999;
    padding: 10px 30px; }
  .n-popup-form__button {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #ff3f25;
    border: none;
    -webkit-box-shadow: inset 0 4px 0 rgba(255, 183, 57, 0.5), 0 3px 0 #ba0d46;
            box-shadow: inset 0 4px 0 rgba(255, 183, 57, 0.5), 0 3px 0 #ba0d46;
    color: #fff;
    font-size: 20px;
    font-variant: small-caps;
    font-weight: 400;
    max-width: 300px;
    margin: auto;
    display: block; }
  .n-popup-form__textarea {
    height: 120px;
    resize: none;
    margin: 0 0 10px 0; }

.mfp-bg {
  background: #fff;
  opacity: 1; }

.n-popup-confirm {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 600px;
  border: 3px solid #ff3f25;
  padding: 70px 123px 50px;
  max-width: 100%; }
  @media (max-width: 767px) {
    .n-popup-confirm {
      padding: 30px 15px; } }
  .n-popup-confirm:before {
    content: '';
    display: block;
    width: 133px;
    height: 105px;
    background: url(/css/../img/popup-confirm-img.jpg) center no-repeat;
    position: absolute;
    top: -55px;
    left: 50%;
    margin: 0 0 0 -67px; }
    @media (max-width: 767px) {
      .n-popup-confirm:before {
        display: none; } }
  .n-popup-confirm .n-popup-white__title {
    margin: 0 -180px 10px;
    background: #fff;
    padding: 0 0 20px 0; }
    @media (max-width: 767px) {
      .n-popup-confirm .n-popup-white__title {
        margin: 0; } }
  .n-popup-confirm .mfp-close {
    font-size: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNC45OCAzNC45OSIgd2lkdGg9IjM1cHgiIGhlaWdodD0iMzVweCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtpc29sYXRpb246aXNvbGF0ZTt9LmNscy0ye2ZpbGw6Izk5OTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPlJlY3RhbmdsZSAxIGNvcHk8L3RpdGxlPjxnIGlkPSJSZWN0YW5nbGVfMV9jb3B5IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkiIGNsYXNzPSJjbHMtMSI+PGcgaWQ9IlJlY3RhbmdsZV8xX2NvcHktMiIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMSBjb3B5Ij48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMzQuOTggMC43NiAzNC4yNCAwIDE3LjYyIDE3LjAxIDAuNzYgMC4yNyAwIDEuMDEgMTYuODggMTcuNzcgMC44IDM0LjIzIDEuNTQgMzQuOTggMTcuNjQgMTguNTIgMzMuOTYgMzQuNzIgMzQuNzIgMzMuOTcgMTguMzggMTcuNzYgMzQuOTggMC43NiIvPjwvZz48L2c+PC9zdmc+) center no-repeat;
    width: 35px;
    height: 35px;
    right: -55px;
    top: -55px; }
    @media (max-width: 767px) {
      .n-popup-confirm .mfp-close {
        right: 50%;
        margin: 0 -17px 0 0; } }
  .n-popup-confirm__close {
    display: block; }

@media (max-width: 1200px) {
  .uslugi {
    width: 280px;
    right: 15px; } }

.link-sub {
  font-weight: 500;
  position: relative;
  display: inline-block; }
  .link-sub:after {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 12px;
    margin-left: 5px; }

/* Left menu*/
ul.left-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  position: relative;
  /*IE bug*/ }

ul.left-menu li {
  padding: 10px 16px;
  background: #F5F5F5 url(/css/images/left_menu_bg.gif) top repeat-x; }

ul.left-menu li a {
  font-size: 100%;
  color: #BC262C;
  font-weight: bold;
  text-decoration: none; }

ul.left-menu li a:visited {
  color: #BC262C; }

ul.left-menu li a:hover {
  color: #BC262C; }

ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover {
  color: #FC8D3D; }

/*============STYLE kursy-v-moskve==============*/
body {
  position: relative; }

.position-elit-menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(242, 242, 242, 0.97); }

.x-style-text {
  font-size: 22px;
  margin-top: 15px;
  font-weight: 600; }

.x-small-block {
  display: none; }

.s-phone-menu {
  display: inline-block;
  margin-top: 15px; }

.home-elit-style {
  color: #333333;
  float: left;
  font-size: 32px;
  padding: 3px 5px;
  border-right: 1px solid #dadada;
  display: none; }

.position-elit-menu .button_call .open-popup-link {
  font-size: inherit; }

.x-all-block {
  display: none; }

.x-all-block-active {
  display: inline-block; }

.z-active {
  display: block; }

.j-min-menu ul {
  display: none; }

.uslugi {
  position: absolute;
  padding: 20px 34px 14px 34px;
  width: 22%;
  max-width: 300px;
  z-index: 111;
  right: 50px;
  margin-top: 70px;
  background: url(/css/../img/uslugi.png); }
  @media (max-width: 1024px) {
    .uslugi {
      padding: 0px 8px 14px 8px;
      width: 24%;
      right: 20px; } }

.uslugi a {
  color: #333333;
  text-decoration: none; }

.fix {
  position: fixed;
  top: 100px; }

.footer_block .tile_menu a {
  color: #FFF; }
  .footer_block .tile_menu a:hover {
    text-decoration: none; }

.search_footer .shs input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #FFF;
  font-size: 14px;
  font-family: 'fira';
  padding: 3px 0;
  border-radius: initial;
  color: #fff;
  height: initial;
  display: inline-block; }

[class*='icon-'] {
  display: inline-block;
  vertical-align: middle; }

.icon-shield {
  background-image: url(/css/../img/sprite.png);
  background-position: -57px -317px;
  width: 44px;
  height: 50px; }

.icon-blanc {
  background-image: url(/css/../img/sprite.png);
  background-position: -95px -415px;
  width: 34px;
  height: 46px; }

.icon-documents {
  background-image: url(/css/../img/sprite.png);
  background-position: -204px -317px;
  width: 44px;
  height: 50px; }

.icon-credit-card {
  background-image: url(/css/../img/sprite.png);
  background-position: -589px -213px;
  width: 46px;
  height: 40px; }

.icon-book {
  background-image: url(/css/../img/sprite.png);
  background-position: -543px -161px;
  width: 50px;
  height: 37px; }

.icon-revert {
  background-image: url(/css/../img/sprite.png);
  background-position: -349px -317px;
  width: 42px;
  height: 41px; }

.icon-percent {
  background-image: url(/css/../img/sprite.png);
  background-position: -488px -317px;
  width: 34px;
  height: 36px; }

.icon-money {
  background-image: url(/css/../img/sprite.png);
  background-position: -244px -266px;
  width: 46px;
  height: 32px; }

.icon-clock-2 {
  background-image: url(/css/../img/sprite.png);
  background-position: -326px -103px;
  width: 50px;
  height: 50px; }

.icon-wallet {
  background-image: url(/css/../img/sprite.png);
  background-position: -302px -317px;
  width: 42px;
  height: 43px; }

.icon-student {
  background-image: url(/css/../img/sprite.png);
  background-position: -291px -28px;
  width: 50px;
  height: 50px; }

.icon-check {
  background-image: url(/css/../img/sprite.png);
  background-position: -527px -317px;
  width: 23px;
  height: 27px; }

.icon-checkmark-red-circle {
  background-image: url(/css/../img/sprite.png);
  background-position: -408px -266px;
  width: 21px;
  height: 21px; }

.icon-sum-lg {
  background-image: url(/css/../img/sprite.png);
  background-position: -161px 0px;
  width: 523px;
  height: 23px; }

.icon-arrow-left-diagonal {
  background-image: url(/css/../img/sprite.png);
  background-position: -442px -317px;
  width: 41px;
  height: 38px; }

.icon-arrow-bottom-red {
  background-image: url(/css/../img/sprite.png);
  background-position: -57px -372px;
  width: 11px;
  height: 37px; }

.icon-arrow-right-diagonal {
  background-image: url(/css/../img/sprite.png);
  background-position: -396px -317px;
  width: 41px;
  height: 38px; }

.icon-glasses {
  background-image: url(/css/../img/sprite.png);
  background-position: -621px -28px;
  width: 50px;
  height: 50px; }

.icon-mosaic {
  background-image: url(/css/../img/sprite.png);
  background-position: -436px -103px;
  width: 50px;
  height: 48px; }

.icon-judge {
  background-image: url(/css/../img/sprite.png);
  background-position: -381px -103px;
  width: 50px;
  height: 49px; }

.icon-gift {
  background-image: url(/css/../img/sprite.png);
  background-position: -489px -213px;
  width: 44px;
  height: 44px; }

.icon-pen {
  background-image: url(/css/../img/sprite.png);
  background-position: -236px -213px;
  width: 46px;
  height: 46px; }

.icon-num-list {
  background-image: url(/css/../img/sprite.png);
  background-position: -272px -161px;
  width: 49px;
  height: 43px; }

.icon-pencil {
  background-image: url(/css/../img/sprite.png);
  background-position: -401px -28px;
  width: 50px;
  height: 50px; }

.icon-cross-sm {
  background-image: url(/css/../img/sprite.png);
  background-position: -236px -83px;
  width: 15px;
  height: 14px; }

.icon-cutlery {
  background-image: url(/css/../img/sprite.png);
  background-position: -31px -469px;
  width: 30px;
  height: 50px; }

.icon-articles {
  background-image: url(/css/../img/sprite.png);
  background-position: -294px -83px;
  width: 14px;
  height: 14px; }

.icon-hands {
  background-image: url(/css/../img/sprite.png);
  background-position: -313px -83px;
  width: 16px;
  height: 12px; }

.n-text-subtitle {
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
  padding-bottom: 45px;
  margin: 0; }
  @media (max-width: 767px) {
    .n-text-subtitle {
      font-size: 20px;
      line-height: 24px;
      padding-bottom: 15px; } }

.n-text-note {
  font-size: 18px;
  line-height: 24px; }
  @media (max-width: 1024px) {
    .n-text-note {
      font-size: 16px;
      line-height: 20px; } }
  @media (max-width: 767px) {
    .n-text-note {
      font-size: 14px;
      line-height: 20px; } }

.n-img-indent {
  margin-bottom: 21px; }

.n-text-md {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .n-text-md {
      font-size: 14px;
      line-height: 20px; } }

.n-text-lg {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300; }
  @media (max-width: 1024px) {
    .n-text-lg {
      font-size: 16px;
      line-height: 20px; } }
  @media (max-width: 767px) {
    .n-text-lg {
      font-size: 14px;
      line-height: 20px; } }

.n-text-left {
  text-align: left; }

.n-small-caps {
  font-variant: small-caps; }

.n-text-400 {
  font-weight: 400; }

.n-text-dark {
  color: #181818; }

.n-text-dark2 {
  color: #434343; }

.n-text-dark-3 {
  color: #202020; }

.text-dark-4 {
  color: #0e0e0e; }

.white {
  color: #fff; }

.n-text-no-indent {
  padding: 0;
  margin: 0; }

.n-text-subtitle-indent {
  margin-bottom: 32px; }
  @media (max-width: 1024px) {
    .n-text-subtitle-indent {
      margin-bottom: 28px; } }
  @media (max-width: 767px) {
    .n-text-subtitle-indent {
      margin-bottom: 15px; } }

.n-text-indent {
  margin-bottom: 27px; }
  @media (max-width: 1024px) {
    .n-text-indent {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .n-text-indent {
      margin-bottom: 15px; } }

.n-hr {
  border-top-color: #e2e2e2;
  margin: 61px 0 49px; }
  @media (max-width: 1024px) {
    .n-hr {
      margin: 30px 0 25px; } }
  @media (max-width: 767px) {
    .n-hr {
      margin: 15px 0 10px; } }

.n-text-top-indent {
  padding-top: 20px; }
  @media (max-width: 1024px) {
    .n-text-top-indent {
      padding-top: 15px; } }
  @media (max-width: 767px) {
    .n-text-top-indent {
      padding-top: 10px; } }

.n-text-top-indent-2 {
  padding-top: 50px; }
  @media (max-width: 767px) {
    .n-text-top-indent-2 {
      padding-top: 0; } }

.n-lh-30 {
  line-height: 30px; }
  @media (max-width: 767px) {
    .n-lh-30 {
      line-height: 20px; } }

.n-lh-22 {
  line-height: 22px; }

.n-text-margin {
  margin-left: -42px; }
  @media (max-width: 1239px) {
    .n-text-margin {
      margin-left: 0; } }

.n-plus {
  display: block;
  font-size: 30px;
  font-weight: 400;
  color: #ff3f25;
  margin: 0;
  padding: 0 0 5px; }
  .n-plus--md {
    font-size: 48px;
    line-height: 14px;
    padding-top: 17px; }
  .n-plus--lg {
    font-size: 60px;
    line-height: 25px;
    padding-bottom: 33px; }
  .n-plus--no-indent-bottom {
    padding-bottom: 0;
    padding-top: 8px; }
  .n-plus--no-indent {
    padding: 0; }
  .n-plus--equal-indents {
    padding: 5px 0; }

.n-lh-20 {
  line-height: 20px; }

.n-text-normal {
  text-transform: none; }

.n-text-right {
  text-align: right; }

.n-text-center {
  text-align: center; }

.n-color-red {
  color: #ff3f25; }

.n-text-500 {
  font-weight: 500; }

.upper {
  text-transform: uppercase; }

.n-lh-18 {
  line-height: 18px; }

.n-text-700 {
  font-weight: 700; }

.n-text-200 {
  font-weight: 200; }

.n-text-300 {
  font-weight: 300; }

.n-lh-34 {
  line-height: 34px; }

.n-fz-20 {
  font-size: 20px; }

.n-w-140 {
  max-width: 140px; }
  @media (max-width: 767px) {
    .n-w-140 {
      max-width: 100%; } }

.n-text-normal-variant {
  font-variant: normal; }

.n-lh-36 {
  line-height: 36px; }

.n-fz-30 {
  font-size: 30px; }
  @media (max-width: 767px) {
    .n-fz-30 {
      font-size: 20px; } }

@media (max-width: 992px) {
  .n-lh-tb-20 {
    line-height: 20px; } }

.n-text-separate {
  padding: 73px 0 48px;
  margin: 0; }
  @media (max-width: 767px) {
    .n-text-separate {
      padding: 20px 0 25px; } }

.n-text-indent-md {
  padding-bottom: 47px; }
  @media (max-width: 767px) {
    .n-text-indent-md {
      padding-bottom: 20px; } }

.n-indent-lg {
  margin-bottom: 95px; }
  @media (max-width: 1024px) {
    .n-indent-lg {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .n-indent-lg {
      margin-bottom: 25px; } }

@media (max-width: 992px) {
  .n-text-wrap {
    word-break: break-all; } }

@media (max-width: 767px) {
  .n-hidden-mobile {
    display: none; } }

.n-col-margin-left {
  margin-left: 13.666667%; }
  @media (max-width: 767px) {
    .n-col-margin-left {
      margin-left: 0; } }

.n-main-descr {
  padding: 70px 0;
  background: #fff; }
  @media (max-width: 767px) {
    .n-main-descr {
      padding: 25px 0; } }
  .n-main-descr__text {
    padding-bottom: 47px;
    font-size: 16px;
    line-height: 22px; }
    @media (max-width: 767px) {
      .n-main-descr__text {
        padding-bottom: 20px;
        font-size: 14px;
        line-height: 18px; } }
  .n-main-descr__title {
    padding-bottom: 32px;
    margin: 0;
    font-size: 30px;
    line-height: 34px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .n-main-descr__title {
        padding-bottom: 10px;
        font-size: 20px;
        line-height: 25px; } }
  .n-main-descr__subtitle {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 23px;
    margin: 0; }
    @media (max-width: 767px) {
      .n-main-descr__subtitle {
        padding-bottom: 15px;
        font-size: 16px;
        line-height: 20px; } }

.n-service-descr {
  text-align: center;
  font-size: 0;
  line-height: 0;
  margin: 0 -15px;
  padding: 0;
  list-style: none; }
  .n-service-descr--bottom-indent {
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      .n-service-descr--bottom-indent {
        padding-bottom: 0; } }
  .n-service-descr__item {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px; }
    @media (max-width: 767px) {
      .n-service-descr__item {
        font-size: 14px;
        line-height: 18px; } }
  .n-service-descr__icon {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #ff3f25;
    margin-bottom: 30px;
    line-height: 87px; }
    @media (max-width: 767px) {
      .n-service-descr__icon {
        margin-bottom: 15px; } }
  .n-service-descr__text {
    max-width: 370px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .n-service-descr__text {
        max-width: 100%; } }
    .n-service-descr__text-top {
      height: 72px;
      overflow: hidden;
      font-weight: 300;
      margin: 0; }
      @media (max-width: 767px) {
        .n-service-descr__text-top {
          height: auto;
          padding-bottom: 10px; } }
    .n-service-descr__text-bottom {
      font-weight: 400;
      margin: 0;
      font-variant: small-caps; }
  .n-service-descr__title {
    font-size: 18px;
    line-height: 22px;
    font-variant: small-caps;
    font-weight: 400; }
    @media (max-width: 767px) {
      .n-service-descr__title {
        font-size: 14px;
        line-height: 18px; } }

.n-warning-block {
  padding: 30px 10px;
  border: 3px solid #ff3f25;
  text-align: center;
  font-size: 0;
  line-height: 0;
  margin-top: 75px; }
  .n-warning-block--h-166 {
    padding: 46px 28px;
    text-align: left; }
    .n-warning-block--h-166 .n-warning-block__icon {
      margin-right: 32px; }
    @media (max-width: 767px) {
      .n-warning-block--h-166 {
        padding: 20px 10px; }
        .n-warning-block--h-166 .n-warning-block__icon {
          margin-right: 18px; } }
  .n-warning-block--lg {
    padding: 51px 28px 61px 31px; }
    .n-warning-block--lg .n-warning-block__icon,
    .n-warning-block--lg .n-warning-block__text {
      vertical-align: top; }
    .n-warning-block--lg .n-warning-block__icon {
      margin-right: 33px; }
      @media (max-width: 767px) {
        .n-warning-block--lg .n-warning-block__icon {
          margin-right: 10px; } }
  @media (max-width: 767px) {
    .n-warning-block {
      margin-top: 30px;
      padding: 10px 5px; } }
  .n-warning-block__icon {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #ff3f25;
    margin-right: 63px;
    text-align: center;
    font-size: 40px;
    line-height: 70px;
    color: #ff3f25; }
    .n-warning-block__icon--top {
      vertical-align: top; }
    .n-warning-block__icon--lg {
      font-size: 40px;
      font-variant: small-caps; }
    .n-warning-block__icon--lg2 {
      font-size: 50px;
      font-weight: 300; }
    @media (max-width: 767px) {
      .n-warning-block__icon {
        width: 35px;
        height: 35px;
        font-size: 20px;
        line-height: 35px;
        margin-right: 20px;
        border-width: 2px; } }
  .n-warning-block__text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 218px);
    font-size: 18px;
    line-height: 33px;
    font-weight: 300;
    text-align: left;
    font-variant: small-caps; }
    .n-warning-block__text--md {
      font-size: 16px;
      line-height: 30px;
      width: calc(100% - 103px); }
    .n-warning-block__text--top {
      vertical-align: top; }
    @media (max-width: 767px) {
      .n-warning-block__text {
        font-size: 14px;
        line-height: 20px;
        width: calc(100% - 60px); } }

.n-consalt-block {
  padding: 36px 0;
  background: #ff3f25;
  overflow: hidden; }
  @media (max-width: 767px) {
    .n-consalt-block {
      padding: 20px 0; } }
  .n-consalt-block__inner {
    position: relative; }
    .n-consalt-block__inner:after, .n-consalt-block__inner:before {
      content: '';
      position: absolute;
      top: calc(50% - 1.5px);
      height: 3px;
      background: #fff;
      width: 100%; }
    .n-consalt-block__inner:before {
      left: calc(-100% - 30px); }
    .n-consalt-block__inner:after {
      right: calc(-100% - 30px); }
  .n-consalt-block__title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    width: calc(100% - 278px); }
    @media (max-width: 1024px) {
      .n-consalt-block__title {
        font-size: 25px;
        line-height: 25px; } }
    @media (max-width: 767px) {
      .n-consalt-block__title {
        width: calc(100% - 223px);
        font-size: 20px;
        line-height: 20px; } }
    @media (max-width: 479px) {
      .n-consalt-block__title {
        width: 100%;
        padding-bottom: 10px; } }
    .n-consalt-block__title--wide {
      width: calc(100% - 137px); }
      @media (max-width: 767px) {
        .n-consalt-block__title--wide {
          width: calc(100% - 111px);
          font-size: 20px;
          line-height: 20px; } }
      @media (max-width: 479px) {
        .n-consalt-block__title--wide {
          width: 100%;
          padding-bottom: 10px; } }
    .n-consalt-block__title--wide2 {
      width: calc(100% - 156px); }
      @media (max-width: 479px) {
        .n-consalt-block__title--wide2 {
          width: 100%; } }
    .n-consalt-block__title--wide3 {
      width: calc(100% - 170px); }
      @media (max-width: 479px) {
        .n-consalt-block__title--wide3 {
          width: 100%; } }
    .n-consalt-block__title--wide4 {
      width: calc(100% - 203px); }
      @media (max-width: 479px) {
        .n-consalt-block__title--wide4 {
          width: 100%; } }
  @media (max-width: 767px) {
    .n-consalt-block__btn {
      font-size: 16px;
      line-height: 18px;
      padding: 10px 15px; } }
  @media (max-width: 479px) {
    .n-consalt-block__btn {
      width: 100%; } }

.n-bg-block {
  padding: 65px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }
  @media (max-width: 1024px) {
    .n-bg-block {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .n-bg-block {
      padding: 15px 0; } }
  .n-bg-block__title {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 25px;
    margin: 0; }
    @media (max-width: 1024px) {
      .n-bg-block__title {
        font-size: 40px;
        line-height: 50px; } }
    @media (max-width: 767px) {
      .n-bg-block__title {
        font-size: 26px;
        line-height: 33px;
        padding-bottom: 15px; } }
    .n-bg-block__title--no-padding {
      padding-bottom: 0; }
  .n-bg-block__text {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 0;
    margin: 0;
    font-weight: 300; }
    @media (max-width: 767px) {
      .n-bg-block__text {
        font-size: 16px;
        line-height: 20px; } }

.n-white-block {
  padding: 70px 0;
  background: #fff; }
  @media (max-width: 1024px) {
    .n-white-block {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .n-white-block {
      padding: 15px 0; } }

.n-gray-block {
  padding: 70px 0;
  background-color: #f2f2f2; }
  .n-gray-block--light {
    background-color: #f8f8f8; }
  .n-gray-block--dark {
    background-color: #f4f4f4; }
  @media (max-width: 1024px) {
    .n-gray-block {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .n-gray-block {
      padding: 15px 0; } }

.n-figurecaption-list {
  margin-bottom: -55px; }
  @media (max-width: 767px) {
    .n-figurecaption-list {
      margin-bottom: 0; } }

.n-figurecaption {
  padding-bottom: 55px; }
  @media (max-width: 767px) {
    .n-figurecaption {
      padding-bottom: 20px; } }
  .n-figurecaption__img {
    max-width: 270px;
    height: 180px;
    overflow: hidden;
    margin: 0 auto 21px; }
    .n-figurecaption__img img {
      height: 100%; }
    @media (max-width: 767px) {
      .n-figurecaption__img {
        margin-bottom: 10px; } }
  .n-figurecaption__title {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      .n-figurecaption__title {
        font-size: 16px;
        line-height: 20px; } }
    @media (max-width: 767px) {
      .n-figurecaption__title {
        font-size: 14px;
        line-height: 18px; } }
  .n-figurecaption__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    padding-bottom: 20px; }
    .n-figurecaption__text--md {
      font-size: 16px;
      line-height: 22px; }
    .n-figurecaption__text:last-child {
      padding-bottom: 0; }
    @media (max-width: 1024px) {
      .n-figurecaption__text {
        font-size: 16px;
        line-height: 20px; } }
    @media (max-width: 767px) {
      .n-figurecaption__text {
        font-size: 14px;
        line-height: 18px; } }

.n-border {
  border: 3px solid #ff3f25;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }
  .n-border__circle {
    position: absolute;
    left: -43px;
    top: calc(50% - 43px);
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #ff3f25;
    font-size: 72px;
    line-height: 90px;
    color: #fff;
    font-weight: 300;
    text-align: center; }
    @media (max-width: 1250px) {
      .n-border__circle {
        width: 60px;
        height: 60px;
        top: calc(50% - 30px);
        left: -30px;
        line-height: 66px; } }
    @media (max-width: 992px) {
      .n-border__circle {
        width: 50px;
        height: 50px;
        top: calc(50% - 25px);
        left: -25px;
        line-height: 55px;
        font-size: 60px; } }
    @media (max-width: 767px) {
      .n-border__circle {
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
        left: -15px;
        line-height: 35px;
        font-size: 36px; } }

.n-compare {
  padding-bottom: 20px; }
  .n-compare:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 767px) {
    .n-compare {
      padding-bottom: 10px; } }
  .n-compare__item {
    padding: 30px 20px 0 60px;
    position: relative;
    min-height: 148px;
    z-index: 0; }
    @media (max-width: 1250px) {
      .n-compare__item {
        padding: 20px 10px 0 40px; } }
    @media (max-width: 992px) {
      .n-compare__item {
        padding: 20px 10px 0 30px; } }
    @media (max-width: 767px) {
      .n-compare__item {
        float: none !important;
        padding-left: 45px;
        min-height: auto;
        margin-bottom: 25px; } }
  .n-compare__border {
    position: absolute;
    top: 0;
    left: 0;
    height: 148px;
    width: 100%;
    z-index: -1; }
    @media (max-width: 767px) {
      .n-compare__border {
        left: 15px;
        width: calc(100% - 15px);
        height: 100%; } }
  .n-compare__text {
    background: #fff;
    font-size: 18px;
    line-height: 24px;
    max-width: 290px;
    padding: 0 15px;
    font-variant: small-caps; }
    @media (max-width: 1250px) {
      .n-compare__text {
        max-width: 200px;
        font-size: 16px;
        line-height: 20px; } }
    @media (max-width: 992px) {
      .n-compare__text {
        font-size: 14px;
        max-width: 210px;
        padding: 0; } }
    @media (max-width: 767px) {
      .n-compare__text {
        max-width: 100%; } }

@media (max-width: 1024px) {
  .n-create-process {
    margin-right: -180px; } }

@media (max-width: 767px) {
  .n-create-process {
    margin-right: 0; } }

.n-create-process__plus, .n-create-process__equally {
  display: inline-block;
  vertical-align: top;
  font-size: 100px;
  line-height: 53px;
  font-weight: 400;
  color: #fff; }
  @media (max-width: 767px) {
    .n-create-process__plus, .n-create-process__equally {
      display: block;
      font-size: 50px;
      line-height: 20px; } }

.n-create-process__plus {
  padding: 0 20px; }
  @media (max-width: 1250px) {
    .n-create-process__plus {
      padding: 0 10px; } }
  @media (max-width: 767px) {
    .n-create-process__plus {
      padding: 10px 0; } }

.n-create-process__equally {
  padding: 0 25px; }
  @media (max-width: 1250px) {
    .n-create-process__equally {
      padding: 0 10px; } }
  @media (max-width: 767px) {
    .n-create-process__equally {
      padding: 20px 0 10px; } }

.n-create-process__item {
  display: inline-block;
  vertical-align: top;
  max-width: 221px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
  font-variant: small-caps; }
  @media (max-width: 1250px) {
    .n-create-process__item {
      max-width: 180px; } }
  @media (max-width: 767px) {
    .n-create-process__item {
      max-width: 100%;
      width: 100%; } }

.n-process-head {
  font-size: 0;
  line-height: 0;
  padding-bottom: 10px; }
  .n-process-head__num {
    display: inline-block;
    vertical-align: top;
    font-size: 45px;
    line-height: 45px;
    font-weight: 300;
    color: #ff3f25;
    padding-top: 30px;
    min-width: 41px; }
    .n-process-head__num--second {
      padding-top: 43px; }
    .n-process-head__num--third {
      padding-top: 83px; }
    .n-process-head__num--fifth {
      padding-top: 63px; }
    .n-process-head__num--6 {
      padding-top: 4px; }
    @media (max-width: 1250px) {
      .n-process-head__num {
        padding-top: 17px; }
        .n-process-head__num--second {
          padding-top: 28px; }
        .n-process-head__num--third {
          padding-top: 47px; }
        .n-process-head__num--fifth {
          padding-top: 36px; } }
    @media (max-width: 1024px) {
      .n-process-head__num {
        min-width: 30px;
        font-size: 36px;
        line-height: 36px; } }
  .n-process-head__content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 41px);
    position: relative; }
    .n-process-head__content-img {
      width: 60.3%; }
      .n-process-head__content-img img {
        width: 100%; }
      @media (max-width: 767px) {
        .n-process-head__content-img {
          display: inline-block;
          vertical-align: middle;
          width: 100%;
          margin-bottom: 15px; } }
  .n-process-head__title {
    background: #fff;
    padding: 10px 0;
    position: absolute;
    top: calc(50% - 70px);
    right: -6px;
    max-width: 365px; }
    .n-process-head__title--gray {
      background-color: #f2f2f2; }
    @media (max-width: 992px) {
      .n-process-head__title--sm {
        font-size: 18px;
        line-height: 20px; } }
    @media (max-width: 767px) {
      .n-process-head__title--sm {
        font-size: 20px;
        line-height: 24px; } }
    @media (max-width: 1250px) {
      .n-process-head__title {
        right: -86px; } }
    @media (max-width: 992px) {
      .n-process-head__title {
        right: -150px; } }
    @media (max-width: 767px) {
      .n-process-head__title {
        position: static;
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        margin-left: -20px; } }
    @media (max-width: 519px) {
      .n-process-head__title {
        margin: 0;
        width: 100%;
        display: block; } }
    .n-process-head__title--2 {
      right: 128px;
      padding: 35px 0;
      top: calc(50% - 78px); }
      @media (max-width: 1250px) {
        .n-process-head__title--2 {
          right: 53px; } }
      @media (max-width: 992px) {
        .n-process-head__title--2 {
          right: -14px;
          padding: 15px 0;
          top: calc(50% - 53px); } }
      @media (max-width: 767px) {
        .n-process-head__title--2 {
          padding-bottom: 0; } }
    .n-process-head__title--3 {
      right: 41px;
      padding: 35px 0;
      top: calc(50% - 78px); }
      @media (max-width: 1250px) {
        .n-process-head__title--3 {
          right: 7px; } }
      @media (max-width: 992px) {
        .n-process-head__title--3 {
          right: -53px;
          padding: 15px 0;
          top: calc(50% - 53px); } }
      @media (max-width: 767px) {
        .n-process-head__title--3 {
          padding-bottom: 0; } }
    .n-process-head__title--4 {
      right: 74px;
      top: calc(50% - 100px);
      padding: 35px 0; }
      @media (max-width: 1250px) {
        .n-process-head__title--4 {
          right: 6px; } }
      @media (max-width: 992px) {
        .n-process-head__title--4 {
          right: -60px;
          padding: 15px 0;
          top: calc(50% - 77px); } }
      @media (max-width: 767px) {
        .n-process-head__title--4 {
          padding-bottom: 0; } }
    .n-process-head__title--5 {
      right: 100px;
      top: calc(50% - 100px);
      padding: 35px 0; }
      @media (max-width: 1250px) {
        .n-process-head__title--5 {
          right: 50px; } }
      @media (max-width: 992px) {
        .n-process-head__title--5 {
          right: -54px;
          top: calc(50% - 71px);
          padding: 10px 0; } }
      @media (max-width: 767px) {
        .n-process-head__title--5 {
          padding-bottom: 0; } }
    .n-process-head__title--6 {
      top: calc(50% - 87px); }
      @media (max-width: 992px) {
        .n-process-head__title--6 {
          top: calc(50% - 61px); } }
    .n-process-head__title--7 {
      right: 215px;
      padding: 35px 0;
      top: calc(50% - 48px); }
      @media (max-width: 1250px) {
        .n-process-head__title--7 {
          right: 140px; } }
      @media (max-width: 992px) {
        .n-process-head__title--7 {
          right: 72px;
          padding: 15px 0; } }
      @media (max-width: 767px) {
        .n-process-head__title--7 {
          padding-bottom: 0; } }
    .n-process-head__title--8 {
      top: calc(50% - 50px);
      right: 65px;
      padding: 35px 0; }
      @media (max-width: 1250px) {
        .n-process-head__title--8 {
          right: -5px;
          top: calc(50% - 57px); } }
      @media (max-width: 992px) {
        .n-process-head__title--8 {
          right: -70px;
          top: calc(50% - 36px);
          padding: 10px 0; } }
      @media (max-width: 767px) {
        .n-process-head__title--8 {
          padding-bottom: 0; } }
    .n-process-head__title--9 {
      right: -12px;
      padding: 35px 0;
      top: calc(50% - 52px); }
      @media (max-width: 1250px) {
        .n-process-head__title--9 {
          right: -86px;
          top: calc(50% - 60px); } }
      @media (max-width: 992px) {
        .n-process-head__title--9 {
          right: -156px;
          padding: 10px 0;
          top: calc(50% - 35px); } }
      @media (max-width: 767px) {
        .n-process-head__title--9 {
          padding-bottom: 0; } }
    .n-process-head__title--10 {
      right: 100px;
      top: calc(50% - 64px);
      padding: 35px 0; }
      @media (max-width: 1250px) {
        .n-process-head__title--10 {
          right: 50px; } }
      @media (max-width: 992px) {
        .n-process-head__title--10 {
          right: -54px;
          top: calc(50% - 43px);
          padding: 10px 0; } }
      @media (max-width: 767px) {
        .n-process-head__title--10 {
          padding-bottom: 0; } }
    @media (max-width: 992px) {
      .n-process-head__title--11 {
        top: calc(50% - 55px);
        max-width: 260px;
        right: -55px; } }
    @media (max-width: 767px) {
      .n-process-head__title--11 {
        max-width: 100%; } }
    .n-process-head__title--wide1 {
      max-width: 490px;
      top: calc(50% - 87px);
      right: -124px; }
      @media (max-width: 1250px) {
        .n-process-head__title--wide1 {
          right: -207px; } }
      @media (max-width: 992px) {
        .n-process-head__title--wide1 {
          right: -165px;
          padding: 10px 0;
          top: calc(50% - 58px);
          max-width: 373px; } }
      @media (max-width: 767px) {
        .n-process-head__title--wide1 {
          word-break: break-all;
          padding: 0; } }
    .n-process-head__title--2str {
      top: calc(50% - 40px); }
    .n-process-head__title--top-1 {
      top: calc(50% - 75px); }
      @media (max-width: 992px) {
        .n-process-head__title--top-1 {
          top: calc(50% - 45px); } }
  .n-process-head .line {
    height: 10px; }

.n-process-text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  max-width: 815px;
  margin: 0;
  padding-bottom: 52px; }
  @media (max-width: 767px) {
    .n-process-text {
      padding-bottom: 30px; } }
  @media (max-width: 519px) {
    .n-process-text {
      font-size: 14px;
      line-height: 20px;
      padding-bottom: 15px; } }

@media (max-width: 767px) {
  .n-lh-mob-20 {
    line-height: 20px; } }

.n-process-list--no-padding .n-process-list__item {
  padding-bottom: 5px; }
  @media (max-width: 767px) {
    .n-process-list--no-padding .n-process-list__item {
      padding-bottom: 15px; } }

.n-process-list__item {
  padding-bottom: 113px; }
  @media (max-width: 1024px) {
    .n-process-list__item {
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .n-process-list__item {
      padding-bottom: 20px; } }

.n-process-list__plus {
  color: #ff3f25;
  font-weight: 700;
  font-size: 24px; }

.n-process-list__img {
  width: 270px;
  max-width: 100%;
  height: 170px;
  margin-bottom: 23px;
  overflow: hidden; }
  .n-process-list__img img {
    height: 100%; }
  @media (max-width: 767px) {
    .n-process-list__img {
      margin: 0 auto 10px; } }

.n-process-list__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  min-height: 84px;
  position: relative;
  margin-bottom: 17px;
  font-variant: small-caps; }
  .n-process-list__title--sm-padding {
    padding-bottom: 18px; }
  .n-process-list__title:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #dadada;
    bottom: 0;
    left: 0; }
  @media (max-width: 1024px) {
    .n-process-list__title {
      font-size: 16px;
      line-height: 20px; } }
  @media (max-width: 767px) {
    .n-process-list__title {
      font-size: 14px;
      line-height: 18px;
      max-width: 320px;
      margin: 0 auto 10px;
      padding-bottom: 15px;
      min-height: auto; } }

.n-process-list__note {
  font-size: 16px;
  line-height: 22px; }
  @media (max-width: 1024px) {
    .n-process-list__note {
      font-size: 14px;
      line-height: 18px; } }
  @media (max-width: 767px) {
    .n-process-list__note {
      font-size: 12px;
      line-height: 16px;
      max-width: 320px;
      margin: 0 auto; } }

.red-block {
  padding: 33px 0;
  background: #ff3f25;
  overflow: hidden; }
  @media (max-width: 767px) {
    .red-block {
      padding: 15px 0; } }
  .red-block__inner {
    position: relative;
    font-size: 0;
    line-height: 0; }
    .red-block__inner:after, .red-block__inner:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 3px;
      background: #fff;
      top: calc(50% - 1.5px); }
    .red-block__inner:before {
      left: calc(-100% - 30px); }
    .red-block__inner:after {
      right: calc(-100% - 30px); }
  .red-block__icon, .red-block__text {
    display: inline-block;
    vertical-align: middle; }
  .red-block__icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 2px 0 #ba0d46;
            box-shadow: 0 2px 0 #ba0d46;
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    line-height: 70px;
    text-align: center;
    margin-right: 30px; }
    @media (max-width: 767px) {
      .red-block__icon {
        display: none; } }
  .red-block__text {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
    width: calc(100% - 100px); }
    @media (max-width: 1024px) {
      .red-block__text {
        font-size: 16px;
        line-height: 20px; } }
    @media (max-width: 767px) {
      .red-block__text {
        font-size: 14px;
        line-height: 18px;
        width: 100%; } }
  .red-block__title {
    font-size: 20px;
    font-weight: 400;
    font-variant: small-caps; }
    @media (max-width: 1024px) {
      .red-block__title {
        font-size: 18px;
        line-height: 22px; } }
    @media (max-width: 767px) {
      .red-block__title {
        font-size: 16px;
        line-height: 18px; } }

.n-scheme-list--no-padding {
  margin-bottom: -67px; }

.n-scheme-list__item {
  padding-bottom: 67px;
  text-align: center; }
  .n-scheme-list__item:last-child .n-scheme-list__icon:after {
    display: none; }
  @media (max-width: 767px) {
    .n-scheme-list__item {
      position: relative; } }

.n-scheme-list__icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border: 1px solid #ff3f25;
  border-radius: 50%;
  font-size: 60px;
  line-height: 95px;
  color: #ff3f25;
  text-align: center;
  margin-bottom: 35px;
  position: relative; }
  .n-scheme-list__icon:after {
    content: '';
    position: absolute;
    top: calc(50% - 4.5px);
    right: calc(-100% - 9px);
    width: 91px;
    height: 9px;
    background-image: url("/css/../img/n-pic/menu-create/scheme-arrow.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 1250px) {
      .n-scheme-list__icon:after {
        width: 70px;
        height: 7px;
        right: calc(-100% + 9px); } }
    @media (max-width: 992px) {
      .n-scheme-list__icon:after {
        width: 41px;
        height: 5px;
        right: calc(-100% + 41px); } }
    @media (max-width: 767px) {
      .n-scheme-list__icon:after {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
        right: calc(50% - 20px);
        top: auto;
        bottom: 45px; } }
  @media (max-width: 767px) {
    .n-scheme-list__icon {
      position: static;
      width: 45px;
      height: 45px;
      font-size: 30px;
      line-height: 45px;
      margin-bottom: 15px; } }

.n-scheme-list__title {
  font-size: 18px;
  line-height: 22px;
  font-variant: small-caps;
  margin: 0;
  padding: 0; }
  @media (max-width: 1024px) {
    .n-scheme-list__title {
      font-size: 16px;
      line-height: 20px; } }
  @media (max-width: 767px) {
    .n-scheme-list__title {
      font-size: 14px;
      line-height: 18px; } }

.n-scheme-list__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  padding: 0;
  margin: 0; }
  @media (max-width: 1024px) {
    .n-scheme-list__text {
      font-size: 14px;
      line-height: 18px; } }
  @media (max-width: 767px) {
    .n-scheme-list__text {
      font-size: 12px;
      line-height: 16px; } }

.n-scheme-list--centred-arrow .n-scheme-list__icon:after {
  right: calc(-100% - 55px); }
  @media (max-width: 1250px) {
    .n-scheme-list--centred-arrow .n-scheme-list__icon:after {
      right: calc(-100% + 3px); } }
  @media (max-width: 992px) {
    .n-scheme-list--centred-arrow .n-scheme-list__icon:after {
      right: calc(-100% + 41px); } }
  @media (max-width: 767px) {
    .n-scheme-list--centred-arrow .n-scheme-list__icon:after {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      right: calc(50% - 20px);
      top: auto;
      bottom: 45px; } }

.n-scheme-list--centred-arrow2 .n-scheme-list__icon:after {
  right: calc(-100% - 29px); }
  @media (max-width: 1250px) {
    .n-scheme-list--centred-arrow2 .n-scheme-list__icon:after {
      right: calc(-100% + 3px); } }
  @media (max-width: 992px) {
    .n-scheme-list--centred-arrow2 .n-scheme-list__icon:after {
      right: calc(-100% + 41px); } }
  @media (max-width: 767px) {
    .n-scheme-list--centred-arrow2 .n-scheme-list__icon:after {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      right: calc(50% - 20px);
      top: auto;
      bottom: 45px; } }

.n-list-style-bull {
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 0;
  font-weight: 300; }
  @media (max-width: 767px) {
    .n-list-style-bull {
      font-size: 14px;
      line-height: 20px; } }
  .n-list-style-bull__item {
    padding-left: 38px;
    position: relative;
    padding-bottom: 22px; }
    .n-list-style-bull__item:last-child {
      padding-bottom: 0; }
    @media (max-width: 767px) {
      .n-list-style-bull__item {
        padding-left: 25px;
        padding-bottom: 10px; } }
    .n-list-style-bull__item:before {
      content: '\f056';
      position: absolute;
      top: 0;
      left: 0;
      font-size: 16px;
      font-family: "FontAwesome";
      color: #ff3f25; }
  .n-list-style-bull__icon {
    position: absolute;
    top: 3px;
    left: 0; }
    .n-list-style-bull__icon.fa-minus-circle {
      color: #ff3f25; }
    .n-list-style-bull__icon.fa-plus-circle {
      color: #78ff27; }
  .n-list-style-bull--check .n-list-style-bull__item {
    padding-left: 70px;
    position: relative;
    padding-bottom: 40px; }
    .n-list-style-bull--check .n-list-style-bull__item:last-child {
      padding-bottom: 0; }
    .n-list-style-bull--check .n-list-style-bull__item:before {
      content: '';
      width: 53px;
      height: 53px;
      border: 1px solid #ff3f25;
      border-radius: 50%;
      margin-top: -3px; }
    .n-list-style-bull--check .n-list-style-bull__item:after {
      content: '';
      background-image: url(/css/../img/sprite.png);
      background-position: -527px -317px;
      width: 23px;
      height: 27px;
      position: absolute;
      top: 10px;
      left: 15px; }
  .n-list-style-bull--empty-circle .n-list-style-bull__item:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #ff3f25;
    border-radius: 50%;
    margin-top: 10px; }
  .n-list-style-bull--empty-circle-lg .n-list-style-bull__item {
    padding-left: 30px;
    padding-bottom: 13px; }
    .n-list-style-bull--empty-circle-lg .n-list-style-bull__item:before {
      content: '';
      width: 8px;
      height: 8px;
      background: #ff3f25;
      border-radius: 50%;
      margin-top: 6px; }
  .n-list-style-bull--empty-circle-md .n-list-style-bull__item {
    padding-left: 26px;
    padding-bottom: 2px; }
    .n-list-style-bull--empty-circle-md .n-list-style-bull__item:before {
      content: '';
      width: 6px;
      height: 6px;
      background: #ff3f25;
      border-radius: 50%;
      margin-top: 10px; }
  .n-list-style-bull--no-padding .n-list-style-bull__item {
    padding-bottom: 0; }
  .n-list-style-bull--no-icon .n-list-style-bull__item {
    padding-bottom: 12px; }
    .n-list-style-bull--no-icon .n-list-style-bull__item:before {
      display: none; }
  .n-list-style-bull--left-sm .n-list-style-bull__item {
    padding-left: 20px; }

.n-variants-blocks {
  position: relative; }
  .n-variants-blocks__img {
    margin: 0 auto 20px; }

.n-variants-blocks__content {
  min-height: 467px;
  display: table;
  width: 100%; }
  @media (max-width: 767px) {
    .n-variants-blocks__content {
      min-height: auto; } }
  .n-variants-blocks__content-inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle; }

.n-variants-right {
  padding-left: 51px; }
  @media (max-width: 1249px) {
    .n-variants-right {
      padding-left: 33px; } }
  @media (max-width: 767px) {
    .n-variants-right {
      padding-left: 0; } }

.n-variants-left {
  padding-right: 51px; }
  @media (max-width: 1249px) {
    .n-variants-left {
      padding-right: 33px; } }
  @media (max-width: 767px) {
    .n-variants-left {
      padding-right: 0;
      padding-bottom: 15px; } }

.n-variants-title {
  padding-bottom: 32px; }
  @media (max-width: 767px) {
    .n-variants-title {
      padding-bottom: 15px; } }
  .n-variants-title--fix-h {
    min-height: 100px; }
    @media (max-width: 767px) {
      .n-variants-title--fix-h {
        min-height: auto; } }
  .n-variants-title--fix-h2 {
    min-height: 168px; }
    @media (max-width: 767px) {
      .n-variants-title--fix-h2 {
        min-height: auto; } }
  .n-variants-title--sm-padding {
    padding-bottom: 12px; }
  .n-variants-title--wide {
    margin-right: -12px; }

.n-variants-bottom-line {
  height: 1px;
  background-color: #f2f2f2;
  margin: 31px 0 49px; }
  @media (max-width: 767px) {
    .n-variants-bottom-line {
      margin: 10px 0 15px; } }

.n-variants-text {
  margin-bottom: 21px; }

.n-blocks-separate {
  position: absolute;
  top: 18px;
  left: 50%;
  width: 1px;
  height: calc(100% - 135px);
  background-color: #dadada; }
  @media (max-width: 767px) {
    .n-blocks-separate {
      display: none; } }

.n-variants-indent {
  padding-bottom: 61px; }
  @media (max-width: 1024px) {
    .n-variants-indent {
      padding-bottom: 45px; } }
  @media (max-width: 767px) {
    .n-variants-indent {
      padding-bottom: 15px; } }

@media (max-width: 767px) {
  .n-variants-item {
    padding-bottom: 15px; }
    .n-variants-item .btn {
      display: block;
      margin: 0 auto;
      max-width: 240px; } }

.n-reviews-wrap {
  padding: 0 80px 74px;
  border: 1px dashed #d1d1d1;
  margin-top: 75px;
  margin-bottom: 0;
  position: relative;
  border-radius: 0;
  background: transparent; }
  .n-reviews-wrap .flex-control-nav {
    display: none; }
  .n-reviews-wrap .flex-direction-nav a {
    opacity: 1;
    margin: 0;
    position: static;
    width: auto;
    height: auto; }
  .n-reviews-wrap .flex-nav-prev,
  .n-reviews-wrap .flex-nav-next {
    position: absolute;
    top: 37%;
    opacity: 1;
    margin: 0; }
  .n-reviews-wrap .flex-nav-prev {
    left: 43px; }
    @media (max-width: 767px) {
      .n-reviews-wrap .flex-nav-prev {
        left: 15px; } }
  .n-reviews-wrap .flex-nav-next {
    right: 43px; }
    @media (max-width: 767px) {
      .n-reviews-wrap .flex-nav-next {
        right: 15px; } }
  .n-reviews-wrap .flex-next:before,
  .n-reviews-wrap .flex-prev:before {
    width: 31px;
    height: 52px;
    font-size: 40px;
    font-family: "FontAwesome";
    color: #cfcfcf;
    display: block;
    background: none; }
  .n-reviews-wrap .flex-next:before {
    content: '\f105'; }
  .n-reviews-wrap .flex-prev:before {
    content: '\f104'; }
  .n-reviews-wrap .flex-direction-nav a.flex-next:before {
    background: none; }
  @media (max-width: 767px) {
    .n-reviews-wrap {
      padding: 0 40px 20px;
      margin-top: 50px; } }

.n-reviews {
  text-align: center; }
  .n-reviews__photo {
    position: relative;
    top: -75px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto -27px; }
    .n-reviews__photo img {
      border-radius: 50%;
      width: 100%; }
    @media (max-width: 767px) {
      .n-reviews__photo {
        width: 100px;
        height: 100px;
        top: -50px; } }
  .n-reviews__text {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding-bottom: 33px;
    max-width: 658px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .n-reviews__text {
        padding-bottom: 15px;
        font-size: 14px;
        line-height: 20px; } }
  .n-reviews__caption {
    line-height: 24px;
    font-size: 16px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .n-reviews__caption {
        font-size: 14px;
        line-height: 20px; } }
  .n-reviews__name {
    font-size: 24px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .n-reviews__name {
        font-size: 18px; } }

.n-list-bull-exclam {
  padding: 0 0 72px;
  margin: 0; }
  @media (max-width: 767px) {
    .n-list-bull-exclam {
      padding: 0 0 30px; } }
  .n-list-bull-exclam__item {
    padding-bottom: 36px;
    font-size: 0;
    line-height: 0; }
    .n-list-bull-exclam__item:last-child {
      padding-bottom: 0; }
    @media (max-width: 767px) {
      .n-list-bull-exclam__item {
        padding-bottom: 10px; } }
  .n-list-bull-exclam__icon, .n-warn-block:before, .n-list-bull-exclam__text {
    display: inline-block;
    vertical-align: top; }
  .n-list-bull-exclam__icon, .n-warn-block:before {
    width: 40px;
    height: 40px;
    background: #ff3f25;
    border-radius: 50%;
    line-height: 43px;
    text-align: center;
    margin-right: 28px;
    font-size: 30px;
    color: #fff;
    font-weight: 400; }
    @media (max-width: 767px) {
      .n-list-bull-exclam__icon, .n-warn-block:before {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        font-size: 15px;
        line-height: 23px; } }
  .n-list-bull-exclam__text {
    width: calc(100% - 68px);
    font-size: 16px;
    line-height: 22px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .n-list-bull-exclam__text {
        font-size: 14px;
        line-height: 18px;
        width: calc(100% - 30px); } }
    .n-list-bull-exclam__text-title {
      font-size: 18px;
      font-weight: 400;
      font-variant: small-caps;
      display: block; }
      @media (max-width: 767px) {
        .n-list-bull-exclam__text-title {
          font-size: 16px;
          line-height: 20px; } }
  .n-list-bull-exclam--middle-bull .n-list-bull-exclam__icon, .n-list-bull-exclam--middle-bull .n-warn-block:before,
  .n-list-bull-exclam--middle-bull .n-list-bull-exclam__text {
    vertical-align: middle; }
  .n-list-bull-exclam--no-indent {
    padding-bottom: 0; }

.n-specialist-list {
  padding-bottom: 55px; }
  @media (max-width: 1024px) {
    .n-specialist-list {
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .n-specialist-list {
      padding-bottom: 25px; } }

.n-specialist--pad-b {
  padding-bottom: 62px; }

@media (max-width: 767px) {
  .n-specialist {
    padding-bottom: 15px; } }

.n-specialist__photo {
  max-width: 200px;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 38px; }
  .n-specialist__photo img {
    width: 100%; }
  @media (max-width: 1024px) {
    .n-specialist__photo {
      width: 110px;
      height: 110px;
      margin: 0 auto 10px; } }
  .n-specialist__photo--lg {
    max-width: 270px;
    height: 270px;
    margin-bottom: 25px; }
    @media (max-width: 1024px) {
      .n-specialist__photo--lg {
        width: 110px;
        height: 110px;
        margin: 0 auto 10px; } }

.n-specialist__name {
  font-size: 18px;
  line-height: 22px;
  font-variant: small-caps;
  padding-bottom: 30px; }
  .n-specialist__name--sm-indent {
    padding-bottom: 17px; }
  @media (max-width: 1024px) {
    .n-specialist__name {
      font-size: 16px;
      line-height: 20px;
      padding-bottom: 15px; } }
  @media (max-width: 767px) {
    .n-specialist__name {
      font-size: 14px;
      line-height: 18px;
      text-align: center;
      padding-bottom: 5px; } }

.n-specialist__position {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300; }
  @media (max-width: 1024px) {
    .n-specialist__position {
      font-size: 16px;
      line-height: 20px; } }
  @media (max-width: 767px) {
    .n-specialist__position {
      font-size: 14px;
      line-height: 18px;
      text-align: center;
      max-width: 300px;
      margin: 0 auto; } }

.n-order-variants-wrap {
  padding-bottom: 70px; }
  @media (max-width: 767px) {
    .n-order-variants-wrap {
      padding-bottom: 20px; } }

.n-order-variants {
  padding-top: 61px; }
  @media (max-width: 767px) {
    .n-order-variants {
      padding-top: 30px; } }
  .n-order-variants__title {
    display: inline-block;
    margin-bottom: 33px;
    line-height: 52px;
    padding-bottom: 0; }
    .n-order-variants__title-border {
      border-bottom: 3px solid #ff3f25; }
    @media (max-width: 767px) {
      .n-order-variants__title {
        margin-bottom: 15px;
        line-height: 38px; } }
  .n-order-variants__list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .n-order-variants__list-item {
      display: inline-block;
      vertical-align: top;
      width: 33.3333%;
      border-right: 1px solid  #dadada; }
      .n-order-variants__list-item:last-child {
        border-right: none; }
      .n-order-variants__list-item--50 {
        width: 50%; }
      @media (max-width: 1024px) {
        .n-order-variants__list-item {
          width: 100%;
          border-right: none;
          padding-bottom: 25px; } }
      @media (max-width: 767px) {
        .n-order-variants__list-item {
          padding-bottom: 10px; } }
    .n-order-variants__list-head {
      padding: 31px 11px 10px;
      background-color: #f2f2f2;
      font-size: 16px;
      line-height: 22px;
      border-bottom: 1px solid  #dadada; }
      .n-order-variants__list-head-title {
        display: block; }
      .n-order-variants__list-head--pad {
        padding-right: 54px; }
      .n-order-variants__list-head--lg {
        padding-top: 55px; }
      @media (max-width: 1024px) {
        .n-order-variants__list-head {
          min-height: auto; } }
      @media (max-width: 767px) {
        .n-order-variants__list-head {
          font-size: 14px;
          line-height: 20px; } }
    .n-order-variants__list-content {
      padding: 31px 31px 41px 11px;
      position: relative; }
      @media (max-width: 1024px) {
        .n-order-variants__list-content {
          padding: 15px; } }
      .n-order-variants__list-content--no-padding {
        padding-bottom: 0;
        padding-left: 18px; }
      .n-order-variants__list-content--sm-pad {
        padding-bottom: 19px; }
    .n-order-variants__list-bottom {
      padding: 47px 29px 4px 11px;
      text-align: center;
      border-top: 1px solid  #dadada; }
      .n-order-variants__list-bottom--left {
        text-align: left; }
      @media (max-width: 767px) {
        .n-order-variants__list-bottom {
          padding: 15px; } }
  .n-order-variants__file {
    display: block;
    height: 80px;
    margin-bottom: 28px;
    text-align: left; }
    @media (max-width: 1024px) {
      .n-order-variants__file {
        display: inline-block;
        height: auto; } }
    @media (max-width: 767px) {
      .n-order-variants__file {
        margin-bottom: 15px; } }
    .n-order-variants__file-icon {
      display: inline-block;
      vertical-align: top;
      padding-right: 17px;
      font-size: 30px;
      color: #ff3f25;
      width: 43px; }
    .n-order-variants__file-text {
      width: calc(100% - 43px);
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      line-height: 22px;
      font-variant: small-caps;
      font-weight: 300;
      color: #1f1f1f; }
      @media (max-width: 767px) {
        .n-order-variants__file-text {
          font-size: 14px;
          line-height: 20px; } }
  .n-order-variants__price {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-variant: small-caps;
    margin-bottom: 16px;
    height: 45px;
    overflow: hidden; }
    .n-order-variants__price--lg {
      font-size: 24px;
      line-height: 30px;
      font-weight: 500;
      font-variant: normal;
      height: auto;
      margin-bottom: 15px; }
    .n-order-variants__price--fix-h {
      height: 90px;
      margin-bottom: 20px; }
    @media (max-width: 1024px) {
      .n-order-variants__price {
        height: auto; } }
    @media (max-width: 767px) {
      .n-order-variants__price {
        font-size: 16px;
        line-height: 20px; } }
  .n-order-variants__price-item {
    font-size: 16px;
    line-height: 20px;
    font-variant: small-caps;
    padding-bottom: 35px;
    margin: 0;
    height: 55px;
    overflow: hidden; }
    .n-order-variants__price-item--lg {
      font-size: 18px;
      font-weight: 400;
      line-height: 22px;
      font-variant: normal;
      height: 80px;
      padding: 0;
      margin-bottom: 27px; }
    @media (max-width: 1024px) {
      .n-order-variants__price-item {
        height: auto;
        padding-bottom: 10px; } }
    @media (max-width: 767px) {
      .n-order-variants__price-item {
        font-size: 14px;
        line-height: 18px; } }
  .n-order-variants__bold-p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    margin: 0;
    position: absolute;
    bottom: 41px;
    left: 11px;
    width: calc(100% - 42px); }
    @media (max-width: 767px) {
      .n-order-variants__bold-p {
        font-size: 14px;
        line-height: 18px; } }
  .n-order-variants__inner-grid {
    padding-bottom: 24px; }
    .n-order-variants__inner-grid:after {
      content: " ";
      display: block;
      clear: both; }
    .n-order-variants__inner-grid--no-indent {
      padding-bottom: 0; }
    .n-order-variants__inner-grid-left {
      float: left;
      width: calc(100% - 154px); }
    .n-order-variants__inner-grid-right {
      float: right;
      width: 154px;
      text-align: right; }
    .n-order-variants__inner-grid-text {
      display: inline-block;
      text-align: left;
      width: 115px; }

.n-order-include {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  list-style: none;
  margin: 0;
  padding: 0 0 40px; }
  @media (max-width: 1239px) {
    .n-order-include {
      font-size: 15px;
      line-height: 20px; } }
  @media (max-width: 1024px) {
    .n-order-include {
      min-height: auto;
      padding-bottom: 15px; } }
  @media (max-width: 767px) {
    .n-order-include {
      font-size: 14px;
      line-height: 18px; } }
  .n-order-include--lg-indent {
    padding-bottom: 90px; }
  .n-order-include__item {
    padding-bottom: 15px; }
    .n-order-include__item:last-child {
      padding-bottom: 0; }
    @media (max-width: 767px) {
      .n-order-include__item {
        padding-bottom: 5px; } }
  .n-order-include__icon {
    display: inline-block;
    margin-right: 5px;
    color: #ff3f25; }

.n-order-title {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 10px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 10px; }
  @media (max-width: 767px) {
    .n-order-title {
      font-size: 14px;
      line-height: 18px; } }

.n-order-subtitle {
  padding: 34px 0;
  font-size: 18px;
  line-height: 22px;
  font-variant: small-caps;
  text-align: center; }
  @media (max-width: 1024px) {
    .n-order-subtitle {
      padding: 20px 0;
      font-size: 16px;
      line-height: 20px; } }
  @media (max-width: 767px) {
    .n-order-subtitle {
      font-size: 14px;
      line-height: 18px;
      padding: 10px 0; } }

.n-photo-features {
  padding-bottom: 57px; }
  @media (max-width: 767px) {
    .n-photo-features {
      padding-bottom: 25px; } }
  .n-photo-features__text {
    padding-bottom: 30px;
    font-weight: 300; }

.n-table-grid {
  display: table;
  width: 100%;
  border-collapse: collapse; }
  .n-table-grid--50 .n-table-grid__cell {
    width: 50%; }
  .n-table-grid--33 .n-table-grid__cell {
    width: 33.333%; }
  .n-table-grid__row {
    display: table-row; }
  .n-table-grid__head {
    display: table-caption;
    padding: 34px 5px 28px;
    text-align: center;
    border-top: 1px solid  #dadada;
    font-size: 18px;
    line-height: 22px;
    font-variant: small-caps;
    font-weight: 400;
    background-color: #f9f9f9; }
    .n-table-grid__head--block {
      display: block;
      font-variant: normal; }
    @media (max-width: 767px) {
      .n-table-grid__head {
        font-size: 16px;
        line-height: 20px;
        border-bottom: 1px solid  #dadada;
        padding: 20px 5px; } }
  .n-table-grid__cell {
    display: table-cell;
    vertical-align: top;
    padding: 26px 15px 15px 25px;
    border: 1px solid  #dadada; }
    .n-table-grid__cell--head {
      background: #f2f2f2;
      padding-top: 33px;
      padding-bottom: 4px; }
      .n-table-grid__cell--head-bottom {
        padding-top: 27px;
        padding-bottom: 12px; }
    .n-table-grid__cell--head2 {
      padding-top: 53px;
      padding-bottom: 8px; }
    .n-table-grid__cell--head3 {
      padding-top: 30px;
      padding-bottom: 20px; }
    .n-table-grid__cell--border-top-no {
      border-top: none; }
    .n-table-grid__cell--fix-w {
      width: 35%; }
    .n-table-grid__cell--border-bottom {
      border-bottom: none;
      padding-bottom: 45px;
      position: relative; }
      .n-table-grid__cell--border-bottom:after {
        content: '';
        position: absolute;
        width: calc(100% - 68px);
        height: 7px;
        background-color: #f2f2f2;
        left: 34px;
        bottom: 0; }
    .n-table-grid__cell--border-bottom-no {
      border-bottom: none; }
    .n-table-grid__cell--bottom {
      border-top: none;
      padding-top: 30px;
      text-align: right;
      padding-bottom: 40px; }
    .n-table-grid__cell:first-child {
      border-left: none; }
    .n-table-grid__cell:last-child {
      border-right: none; }
    @media (max-width: 1024px) {
      .n-table-grid__cell {
        padding: 12px 5px 10px; } }
    @media (max-width: 767px) {
      .n-table-grid__cell {
        display: block;
        border: none;
        border-bottom: 1px solid  #dadada; } }
    .n-table-grid__cell--33 {
      width: 33.33%; }
      @media (max-width: 767px) {
        .n-table-grid__cell--33 {
          display: table-cell;
          border: 1px solid  #dadada;
          padding: 12px 4px 10px;
          word-break: break-all;
          font-size: 12px; } }
    .n-table-grid__cell--20 {
      width: 20%; }
    .n-table-grid__cell--white {
      background: #fff; }
    .n-table-grid__cell--30 {
      width: 30%; }
    .n-table-grid__cell--40 {
      width: 31%; }

@media (max-width: 767px) {
  .n-table-scroll {
    overflow-x: scroll; }
    .n-table-scroll .n-table-grid {
      width: 767px; }
    .n-table-scroll .n-table-grid__cell {
      display: table-cell;
      border: 1px solid  #dadada;
      padding: 12px 4px 10px;
      font-size: 12px; }
      .n-table-scroll .n-table-grid__cell--fix-w {
        width: 50%;
        word-break: normal; } }

.n-text-e-lg {
  font-size: 24px; }
  @media (max-width: 767px) {
    .n-text-e-lg {
      font-size: 16px; } }

.n-text-bull {
  font-weight: 300; }
  .n-text-bull__icon, .n-text-bull__text {
    display: inline-block;
    vertical-align: top; }
  .n-text-bull__icon {
    padding-right: 16px;
    font-size: 16px;
    color: #ff3f25; }
    .n-text-bull__icon--sm {
      font-size: 8px;
      padding-top: 6px; }
  .n-text-bull__text {
    width: calc(100% - 30px);
    font-size: 16px;
    line-height: 22px; }
    @media (max-width: 767px) {
      .n-text-bull__text {
        font-size: 14px;
        line-height: 18px; } }

.n-border-block {
  padding: 25px 29px 10px;
  min-height: 180px;
  max-width: 402px; }
  .n-border-block--green {
    border: 3px solid #00ad5d; }
  .n-border-block--red {
    border: 3px solid #ff3f25; }
  .n-border-block__title {
    padding-bottom: 19px; }
  .n-border-block p {
    margin: 0; }

.n-num-list {
  text-align: justify;
  padding: 0;
  margin: 0; }
  .n-num-list:before {
    content: '';
    display: block;
    width: 100%;
    height: 0; }
  .n-num-list:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block; }
  @media (max-width: 1024px) {
    .n-num-list {
      text-align: left; } }
  .n-num-list__item {
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 1024px) {
      .n-num-list__item {
        padding-right: 15px; } }
  .n-num-list__amount {
    display: inline-block;
    vertical-align: middle;
    padding-right: 21px;
    font-size: 50px;
    font-weight: 200;
    font-variant: small-caps;
    color: #fff; }
    @media (max-width: 767px) {
      .n-num-list__amount {
        font-size: 35px; } }
  .n-num-list__text {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 400;
    font-variant: small-caps;
    color: #fff; }

.n-white-textbox {
  color: #fff; }
  .n-white-textbox__top-text {
    padding-bottom: 27px;
    margin: 0; }
    @media (max-width: 767px) {
      .n-white-textbox__top-text {
        padding-bottom: 10px; } }
  .n-white-textbox__text-lg {
    font-size: 36px;
    line-height: 60px;
    font-weight: 300;
    font-variant: small-caps; }
    @media (max-width: 767px) {
      .n-white-textbox__text-lg {
        font-size: 20px;
        line-height: 26px; } }

@media (max-width: 767px) {
  .n-btn-100-mobile {
    width: 100%; } }

.n-btn-100 {
  width: 100%; }

.n-compare-sum {
  padding-top: 49px; }
  @media (max-width: 767px) {
    .n-compare-sum {
      display: none; } }
  .n-compare-sum__item {
    display: inline-block;
    vertical-align: top;
    max-width: 50%; }
    .n-compare-sum__item:first-child {
      margin-right: 96px; }
      @media (max-width: 1239px) {
        .n-compare-sum__item:first-child {
          margin-right: 33px; } }
    .n-compare-sum__item:last-child {
      margin-right: -48px; }
      @media (max-width: 1239px) {
        .n-compare-sum__item:last-child {
          margin-right: -33px; } }

.n-sequence-item {
  position: relative;
  margin-bottom: 53px; }
  .n-sequence-item:after {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: calc(-50% - 37px);
    width: 54%;
    height: 11px;
    background-image: url("/css/../img/n-pic/catering-promotion/content-img/arrow-long.png");
    background-repeat: no-repeat; }
    @media (max-width: 992px) {
      .n-sequence-item:after {
        width: 83%;
        right: calc(-50% - 40px); } }
    @media (max-width: 767px) {
      .n-sequence-item:after {
        right: 20px;
        width: 64px; } }
  @media (max-width: 767px) {
    .n-sequence-item {
      display: none;
      margin-bottom: 0; } }
  .n-sequence-item--inline {
    display: inline-block;
    vertical-align: top;
    max-width: 25%; }
    .n-sequence-item--inline img {
      margin-bottom: 40px; }
    .n-sequence-item--inline:after {
      top: 73px;
      right: calc(-50% - 5px); }
    .n-sequence-item--inline:last-child:after {
      display: none; }
    @media (max-width: 767px) {
      .n-sequence-item--inline {
        display: block;
        max-width: 100%;
        padding-bottom: 15px; }
        .n-sequence-item--inline:after {
          display: none; }
        .n-sequence-item--inline img {
          margin: 0 auto 20px; }
        .n-sequence-item--inline p {
          text-align: center; } }

.n-sequence-wrap {
  text-align: justify; }
  .n-sequence-wrap:before {
    content: '';
    display: block;
    width: 100%;
    height: 0; }
  .n-sequence-wrap:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block; }

.n-promo-step__img, .n-promo-step__info {
  display: inline-block;
  vertical-align: top; }

.n-promo-step__img {
  width: 46.14%;
  padding-right: 30px;
  padding-bottom: 20px;
  position: relative; }
  .n-promo-step__img img {
    display: inline-block; }
  @media (max-width: 767px) {
    .n-promo-step__img {
      display: block;
      width: 100%;
      margin: 0 auto;
      padding-bottom: 20px;
      padding-right: 0;
      text-align: center; } }

.n-promo-step__num {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #ff3f25;
  font-size: 48px;
  line-height: 74px;
  color: #fff;
  font-variant: small-caps;
  font-weight: 300;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 53px; }
  @media (max-width: 1024px) {
    .n-promo-step__num {
      width: 45px;
      height: 45px;
      font-size: 32px;
      line-height: 47px;
      right: 30px; } }
  @media (max-width: 767px) {
    .n-promo-step__num {
      width: 30px;
      height: 30px;
      font-size: 24px;
      right: 10px;
      line-height: 36px;
      bottom: 20px; } }

.n-promo-step__info {
  width: 53.84%; }
  @media (max-width: 767px) {
    .n-promo-step__info {
      width: 100%;
      padding-bottom: 0;
      padding-right: 0; } }

.n-promo-step__title {
  font-size: 24px;
  line-height: 30px;
  font-variant: small-caps;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0; }
  @media (max-width: 1024px) {
    .n-promo-step__title {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 18px; } }
  @media (max-width: 767px) {
    .n-promo-step__title {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 12px; } }

.n-promo-step__price {
  font-size: 18px;
  line-height: 30px;
  font-variant: small-caps;
  font-weight: 400;
  color: #ff3f25;
  padding-bottom: 27px;
  margin: 0; }
  @media (max-width: 767px) {
    .n-promo-step__price {
      font-size: 15px;
      line-height: 20px; } }

.n-promo-step__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 13px; }
  @media (max-width: 767px) {
    .n-promo-step__text {
      margin-bottom: 8px;
      font-size: 14px;
      line-height: 20px; } }

.n-promo-step__text-2 {
  margin-bottom: 23px; }

.n-promo-step__bottom-text {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .n-promo-step__bottom-text {
      margin-top: 0; } }

.n-block-mod {
  padding-top: 12px; }
  .n-block-mod .ok_bl {
    margin: 0 -10px;
    text-align: left; }
    .n-block-mod .ok_bl .n-text-normal {
      text-transform: none; }
  @media (max-width: 767px) {
    .n-block-mod {
      padding-top: 0; } }

.n-block-borders {
  padding-top: 46px;
  padding-bottom: 46px;
  margin-top: 52px;
  margin-bottom: 13px;
  border-top: 1px solid  #dadada;
  border-bottom: 1px solid  #dadada; }
  @media (max-width: 767px) {
    .n-block-borders {
      padding-top: 20px;
      padding-bottom: 15px;
      margin-top: 30px; } }
  .n-block-borders__title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    font-variant: small-caps;
    color: #4a4a4a;
    padding-bottom: 25px;
    margin: 0; }
    @media (max-width: 767px) {
      .n-block-borders__title {
        padding-bottom: 15px;
        font-size: 20px;
        line-height: 24px; } }
  .n-block-borders__btn {
    width: 200px; }
  .n-block-borders--no-indent {
    margin: 0; }

.block6.n-bg-block h1 {
  padding: 0;
  margin-bottom: 50px;
  margin-top: 0; }
  @media (max-width: 767px) {
    .block6.n-bg-block h1 {
      margin-bottom: 5px; } }

.block6.n-bg-block .com_text {
  text-transform: none; }
  @media (max-width: 992px) {
    .block6.n-bg-block .com_text {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .block6.n-bg-block .com_text {
      padding-left: 25px; } }

.block6.n-bg-block .num {
  font-weight: 400; }
  @media (max-width: 767px) {
    .block6.n-bg-block .num {
      font-size: 22px;
      margin-top: 11px;
      line-height: 1; } }

.n-list-row {
  margin-bottom: 37px; }
  @media (max-width: 1024px) {
    .n-list-row {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .n-list-row {
      margin-bottom: 0; } }

.n-question {
  margin-bottom: 25px;
  padding: 0; }
  @media (max-width: 767px) {
    .n-question {
      margin-bottom: 15px; } }

.block2 .paran.n-quest-list--top-align li {
  background-position: left 13px;
  font-variant: normal; }

.n-quest-list {
  padding: 0 0 0 40px; }
  @media (max-width: 767px) {
    .n-quest-list {
      padding: 0 0 0 15px; } }

.n-block-if .n-quest-list {
  padding: 0 0 0 36px; }
  @media (max-width: 767px) {
    .n-block-if .n-quest-list {
      padding: 0 0 0 15px; } }

@media (max-width: 767px) {
  .js-equal-head,
  .js-equal-content {
    height: auto !important; } }

.n-text-wrap-indent {
  padding-left: 26px;
  padding-top: 31px;
  padding-bottom: 38px;
  border-bottom: 1px solid  #dadada; }

.n-features-list {
  padding: 36px 0 0 29px;
  margin: 0;
  list-style: none;
  line-height: 30px; }
  @media (max-width: 767px) {
    .n-features-list {
      line-height: 20px;
      padding: 15px 0 0 15px; } }
  .n-features-list__item {
    padding-left: 71px;
    padding-bottom: 31px;
    position: relative; }
    .n-features-list__item:last-child {
      padding-bottom: 0; }
    .n-features-list__item:before {
      content: '';
      position: absolute;
      top: -6px;
      left: 0;
      vertical-align: top;
      background-image: url(/css/../img/sprite.png);
      background-position: -640px -213px;
      width: 40px;
      height: 40px; }
    @media (max-width: 767px) {
      .n-features-list__item {
        padding-left: 61px;
        padding-bottom: 28px; } }

.n-text-indent-1 {
  padding-top: 84px; }
  @media (max-width: 767px) {
    .n-text-indent-1 {
      padding-top: 30px; } }

.n-text-indent-2 {
  padding-top: 35px; }
  @media (max-width: 767px) {
    .n-text-indent-2 {
      padding-top: 25px; } }

.n-text-indent-3 {
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .n-text-indent-3 {
      margin-bottom: 15px; } }

.n-text-indent-4 {
  padding-bottom: 21px; }

.n-blocks-plus {
  width: 70px;
  height: 70px;
  background: #ff3f25;
  font-size: 72px;
  line-height: 78px;
  color: #fff;
  font-weight: 300;
  border-radius: 50%;
  position: absolute;
  top: 87px;
  left: calc(50% - 35px);
  text-align: center; }
  @media (max-width: 767px) {
    .n-blocks-plus {
      display: none; } }

.n-table-invest__size {
  width: 220px; }

.n-table-invest__time {
  width: 148px; }

.n-table-invest__part {
  width: 167px; }

.n-table-invest__benefit {
  width: 143px; }

.n-table-invest__head {
  padding: 15px 10px 34px; }

.n-table-invest__row:last-child .n-table-grid__cell {
  border-bottom: none; }

.n-check-item {
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .n-check-item {
      padding-bottom: 40px; } }
  .n-check-item--no-indent {
    padding-bottom: 0; }
    @media (max-width: 767px) {
      .n-check-item--no-indent {
        padding-bottom: 40px; } }
  .n-check-item__icon, .n-check-item__text {
    display: inline-block;
    vertical-align: top; }
  .n-check-item__icon {
    width: 53px;
    height: 53px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ff3f25;
    margin-right: 50px; }
  .n-check-item__text {
    width: calc(100% - 103px); }

.n-text-icon {
  padding-bottom: 22px; }
  .n-text-icon__icon {
    margin-right: 19px; }
  .n-text-icon__text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 47px); }

.n-text-icon-wrap {
  padding-bottom: 20px; }

.n-left-indent {
  padding-left: 36px; }
  @media (max-width: 767px) {
    .n-left-indent {
      padding-left: 30px; } }

.n-red-border-block {
  padding: 44px 38px;
  margin-bottom: 76px;
  border: 3px solid #ff3f25;
  text-align: center; }
  .n-red-border-block--no-indent {
    margin-bottom: 0; }
  .n-red-border-block--top-indent {
    margin-top: 65px; }
  .n-red-border-block--md {
    padding: 31px 30px 44px 48px;
    border-width: 2px; }
  @media (max-width: 1024px) {
    .n-red-border-block {
      padding: 25px 15px;
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .n-red-border-block {
      padding: 10px;
      margin-bottom: 30px; } }
  .n-red-border-block__text {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300; }
    @media (max-width: 1024px) {
      .n-red-border-block__text {
        font-size: 20px;
        line-height: 24px; } }
    @media (max-width: 767px) {
      .n-red-border-block__text {
        font-size: 16px;
        line-height: 20px; } }

.n-nums-list {
  padding: 0;
  margin: 0;
  list-style-type: decimal;
  list-style-position: inside;
  counter-reset: item; }
  .n-nums-list__item {
    display: block;
    padding: 0px 0 10px 25px;
    position: relative; }
    .n-nums-list__item-inner {
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 30px); }
    .n-nums-list__item:before {
      content: counters(item, ".") ".";
      counter-increment: item;
      display: inline-block;
      vertical-align: top;
      font-size: 18px;
      color: #ff3f25;
      font-weight: 300;
      font-variant: small-caps;
      width: 25px; }

.bull--sm {
  font-size: 4px; }

.n-indents-lg {
  padding: 143px 0 167px; }
  @media (max-width: 1024px) {
    .n-indents-lg {
      padding: 70px 0; } }
  @media (max-width: 767px) {
    .n-indents-lg {
      padding: 20px 0; } }

.n-events {
  padding-top: 50px; }
  @media (max-width: 767px) {
    .n-events {
      padding: 25px 0 0; } }

.n-events-item {
  padding-bottom: 97px; }
  @media (max-width: 767px) {
    .n-events-item {
      padding-bottom: 40px; } }
  .n-events-item__img {
    max-width: 235px;
    width: 100%;
    position: relative; }
    @media (max-width: 767px) {
      .n-events-item__img {
        margin: 0 auto;
        margin-bottom: 38px; } }
    .n-events-item__img-border {
      width: calc(100% - 34px);
      height: 200px;
      position: absolute;
      left: 34px;
      border: 3px solid #ff3f25; }
  .n-events-item__pic {
    width: calc(100% - 34px);
    position: relative;
    top: 38px;
    height: 200px;
    overflow: hidden; }
    .n-events-item__pic img {
      height: 100%; }
  .n-events-item__info {
    padding-top: 6px; }
  .n-events-item__title {
    margin: 0;
    padding-bottom: 15px;
    font-size: 30px;
    line-height: 33px;
    font-variant: small-caps;
    font-weight: 300; }
    @media (max-width: 767px) {
      .n-events-item__title {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 10px; } }
  .n-events-item__descr {
    padding-bottom: 8px;
    margin: 0; }
  .n-events-item__date {
    padding-bottom: 31px;
    margin: 0;
    height: 49px; }
    @media (max-width: 767px) {
      .n-events-item__date {
        padding-bottom: 15px;
        height: auto; } }
  @media (max-width: 767px) {
    .n-events-item__btn {
      display: block;
      max-width: 250px;
      width: 100%; } }

.n-img-indents {
  display: block;
  margin: 37px 0 56px; }
  .n-img-indents--sm {
    margin: 37px 0 43px; }
  @media (max-width: 767px) {
    .n-img-indents {
      margin: 15px 0; } }

.n-slide-scheme__title {
  font-variant: small-caps;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 27px;
  margin: 0; }
  @media (max-width: 767px) {
    .n-slide-scheme__title {
      font-size: 20px;
      line-height: 20px;
      padding-bottom: 10px; } }

@media (max-width: 992px) {
  .n-slide-scheme-item {
    padding-bottom: 20px; } }

.n-slide-scheme-item__content {
  border: 2px solid #aeaeae;
  padding: 23px 19px; }
  @media (max-width: 992px) {
    .n-slide-scheme-item__content {
      height: auto !important; } }
  @media (max-width: 767px) {
    .n-slide-scheme-item__content {
      padding: 10px; } }

.n-slide-scheme-item__block {
  border: 1px solid #aeaeae;
  padding: 15px 25px 15px;
  margin-bottom: 25px;
  min-height: 61px; }
  .n-slide-scheme-item__block:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .n-slide-scheme-item__block {
      padding: 10px; } }

.ok_text {
  display: inline-block;
  vertical-align: middle; }

.icon-sum {
  background-image: url(/css/../img/sprite.png);
  background-position: -57px -213px;
  width: 21px;
  height: 99px;
  margin-right: 14px; }

.n-simple-list.n-text-no-indent li {
  margin-bottom: 0; }

.n-hr2 {
  border-color: #dddddd;
  margin-top: 35px;
  margin-bottom: 13px; }

.n-btn-seaprate {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px; }

.n-block-if .paran.n-minus-list {
  padding-left: 90px;
  padding-bottom: 0; }
  @media (max-width: 1024px) {
    .n-block-if .paran.n-minus-list {
      padding-left: 40px; } }
  @media (max-width: 767px) {
    .n-block-if .paran.n-minus-list {
      padding-left: 0; } }
  .n-block-if .paran.n-minus-list li {
    background: none;
    position: relative; }
    .n-block-if .paran.n-minus-list li:before {
      content: '-';
      position: absolute;
      top: 10px;
      left: 0;
      width: 40px;
      height: 40px;
      background: #ff3f25;
      border-radius: 50%;
      text-align: center;
      line-height: 42px;
      font-size: 30px;
      font-weight: 400;
      color: #fff; }
      @media (max-width: 992px) {
        .n-block-if .paran.n-minus-list li:before {
          width: 30px;
          height: 30px;
          line-height: 30px; } }

.n-list-no-indent li {
  margin-bottom: 0; }

.n-table-border tr:last-child td {
  border-bottom: none; }

.n-table-border th {
  border-top: none; }
  .n-table-border th:last-child {
    border-right: none; }
  .n-table-border th:first-child {
    border-left: none; }

.n-table-border td:last-child {
  border-right: none; }

.n-table-border td:first-child {
  border-left: none; }

.n-line {
  width: 100px;
  height: 1px;
  background: #fff;
  max-width: 100%;
  margin: 25px 0; }
  @media (max-width: 767px) {
    .n-line {
      margin: 10px 0; } }

.n-text-indent-lg {
  padding-bottom: 95px; }
  @media (max-width: 767px) {
    .n-text-indent-lg {
      padding-bottom: 40px; } }

.n-feedback-wrap {
  padding: 70px 0 45px; }
  @media (max-width: 767px) {
    .n-feedback-wrap {
      padding: 20px 0; } }

@media (max-width: 992px) {
  .n-feedback-item {
    padding-bottom: 30px; } }

.n-feedback-item__img, .n-feedback-item__content {
  display: inline-block;
  vertical-align: top; }

.n-feedback-item__img {
  width: 100px;
  height: 87px;
  margin-right: 35px;
  border: 1px solid #e8e8e8; }
  .n-feedback-item__img img {
    width: 100%; }
  @media (max-width: 479px) {
    .n-feedback-item__img {
      width: 50px;
      height: 45px;
      margin-right: 15px; } }

.n-feedback-item__content {
  width: calc(100% - 135px); }
  @media (max-width: 479px) {
    .n-feedback-item__content {
      width: calc(100% - 65px); } }

.n-feedback-item__name {
  padding-bottom: 15px; }

@media (max-width: 767px) {
  .n-catalog-list {
    text-align: center; } }

.n-catalog-item {
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .n-catalog-item {
      padding-bottom: 20px; } }
  .n-catalog-item__img {
    margin-bottom: 34px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .n-catalog-item__img:hover {
      opacity: 0.8;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    @media (max-width: 767px) {
      .n-catalog-item__img {
        display: inline-block;
        margin-bottom: 15px; } }
  .n-catalog-item__title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    font-variant: small-caps;
    margin: 0;
    padding: 0; }
    @media (max-width: 992px) {
      .n-catalog-item__title {
        font-size: 25px;
        line-height: 25px; } }
    @media (max-width: 767px) {
      .n-catalog-item__title {
        font-size: 20px;
        line-height: 20px; } }
    .n-catalog-item__title-link {
      color: #333333;
      line-height: 30px; }
      .n-catalog-item__title-link:hover {
        text-decoration: none;
        color: #ff3f25; }

.n-line-scheme-list {
  position: relative;
  margin-top: 8px;
  margin-left: 8px; }
  .n-line-scheme-list--left {
    margin-right: -25px; }
    @media (max-width: 767px) {
      .n-line-scheme-list--left {
        margin-right: 0; } }
  .n-line-scheme-list--right {
    margin-left: -25px; }
    @media (max-width: 767px) {
      .n-line-scheme-list--right {
        margin-left: 0; } }
  .n-line-scheme-list:after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 4px);
    height: 100%;
    width: 4px;
    background: #e8e8e8; }
    @media (max-width: 767px) {
      .n-line-scheme-list:after {
        display: none; } }
  .n-line-scheme-list__item {
    position: relative;
    padding: 20px 26px 38px 18px;
    z-index: 0;
    background: #e8e8e8;
    border: 1px solid #dddddd;
    margin-bottom: 81px; }
    .n-line-scheme-list__item:after {
      content: '';
      width: 100%;
      height: 100%;
      background: #fff;
      border: 1px solid #dddddd;
      position: absolute;
      right: 8px;
      top: -8px;
      z-index: -1; }
    .n-line-scheme-list__item:before {
      content: '';
      position: absolute;
      height: 2px;
      width: 62px;
      background: #e8e8e8; }
      @media (max-width: 1249px) {
        .n-line-scheme-list__item:before {
          width: 48px; } }
      @media (max-width: 992px) {
        .n-line-scheme-list__item:before {
          width: 34px; } }
    .n-line-scheme-list__item--bottom-left-line:before {
      bottom: 43px;
      right: -63px; }
      @media (max-width: 1249px) {
        .n-line-scheme-list__item--bottom-left-line:before {
          right: -48px; } }
      @media (max-width: 992px) {
        .n-line-scheme-list__item--bottom-left-line:before {
          right: -35px; } }
    .n-line-scheme-list__item--middle-left-line:before {
      bottom: 55%;
      right: -63px; }
      @media (max-width: 1249px) {
        .n-line-scheme-list__item--middle-left-line:before {
          right: -48px; } }
      @media (max-width: 992px) {
        .n-line-scheme-list__item--middle-left-line:before {
          right: -35px; } }
    .n-line-scheme-list__item--top-right-line:before {
      top: 46px;
      left: -69px; }
      @media (max-width: 1249px) {
        .n-line-scheme-list__item--top-right-line:before {
          left: -55px; } }
      @media (max-width: 992px) {
        .n-line-scheme-list__item--top-right-line:before {
          left: -40px; } }
    .n-line-scheme-list__item--middle-right-line:before {
      top: 65%;
      left: -69px; }
    @media (max-width: 767px) {
      .n-line-scheme-list__item {
        padding: 15px;
        margin-right: 0;
        margin-bottom: 20px; }
        .n-line-scheme-list__item:before {
          display: none; } }

.n-sum-figure {
  padding: 72px 0 43px;
  text-align: center; }
  @media (max-width: 767px) {
    .n-sum-figure {
      display: none; } }

.n-list-arrows {
  padding: 0; }
  .n-list-arrows__icon {
    display: block;
    padding-bottom: 20px; }
    .n-list-arrows__icon--center {
      text-align: center; }
    .n-list-arrows__icon--right {
      text-align: right;
      padding-right: 64px; }
    .n-list-arrows__icon--left {
      padding-left: 38px; }
    @media (max-width: 767px) {
      .n-list-arrows__icon {
        display: none; } }

.n-hr-2 {
  margin-top: 42px;
  border-top: 1px solid #e8e8e8;
  margin-bottom: 64px; }
  @media (max-width: 767px) {
    .n-hr-2 {
      margin: 20px 0; } }

.n-check-bull-list__item {
  padding-bottom: 62px; }
  .n-check-bull-list__item:last-child {
    padding-bottom: 0; }
  @media (max-width: 767px) {
    .n-check-bull-list__item {
      padding-bottom: 20px; } }

.n-check-bull-list__title {
  padding-left: 26px; }

.n-check-bull-list__list {
  padding-top: 31px; }
  @media (max-width: 767px) {
    .n-check-bull-list__list {
      padding-top: 5px; } }

.n-check-bull-list__text {
  margin: 0 -26px;
  padding-top: 11px; }
  @media (max-width: 767px) {
    .n-check-bull-list__text {
      margin: 0 -10px;
      padding-top: 4px; } }

.n-check-bull-list__icon, .n-check-bull-list__content {
  display: inline-block;
  vertical-align: top; }

.n-check-bull-list__icon {
  font-size: 28px;
  color: #ff3f25;
  width: 30px;
  padding-top: 7px; }
  @media (max-width: 767px) {
    .n-check-bull-list__icon {
      font-size: 20px;
      width: 20px;
      padding-top: 2px; } }

.n-check-bull-list__content {
  width: calc(100% - 30px); }
  @media (max-width: 767px) {
    .n-check-bull-list__content {
      width: calc(100% - 20px); } }

.n-checkmark-list__item--100 {
  width: 100%;
  padding-right: 0;
  padding-left: 70px; }

.n-cross-block {
  padding-bottom: 15px; }
  @media (max-width: 767px) {
    .n-cross-block {
      padding-bottom: 7px; } }
  .n-cross-block__icon, .n-cross-block__text {
    display: inline-block;
    vertical-align: top; }
  .n-cross-block__icon {
    width: 41px;
    padding-top: 8px; }
    @media (max-width: 767px) {
      .n-cross-block__icon {
        padding-top: 3px; } }
  .n-cross-block__text {
    width: calc(100% - 41px); }

.form_in__note {
  margin: 6px 0;
  text-align: center; }

.form_in--inner-text .form_button {
  margin-top: 6px; }

.n-block-mod .n-ok__bl--sm {
  margin: 0 -30px; }
  @media (max-width: 767px) {
    .n-block-mod .n-ok__bl--sm {
      margin: 0; } }

.n-ok__bl--sm .ok_line {
  font-size: 16px;
  text-transform: none;
  font-variant: small-caps;
  padding: 0 30px; }
  @media (max-width: 767px) {
    .n-ok__bl--sm .ok_line {
      padding: 0; } }

.n-checkmark-list__item--no-bottom-indent {
  padding-bottom: 0; }

.n-border-bottom {
  border-bottom: 1px solid  #f2f2f2;
  padding-bottom: 34px;
  margin-bottom: 34px; }
  @media (max-width: 767px) {
    .n-border-bottom {
      padding-bottom: 15px;
      margin-bottom: 15px; } }

@media (max-width: 767px) {
  .n-checkmark-list__item--mob-indent {
    padding-bottom: 30px; } }

.n-mark-block {
  padding: 38px 70px 45px; }
  .n-mark-block--gray {
    background: #f5f5f5; }

.n-offset-text-block {
  padding: 120px 0 0 70px; }
  @media (max-width: 1024px) {
    .n-offset-text-block {
      padding: 80px 0 0 50px; } }
  @media (max-width: 767px) {
    .n-offset-text-block {
      padding: 40px 0 0 0; } }

.n-block-num {
  position: relative; }
  .n-block-num__inner {
    position: absolute;
    bottom: -21px;
    right: 19px;
    width: 68px;
    height: 68px;
    background: #ff3f25;
    border-radius: 50%;
    line-height: 75px;
    font-size: 48px;
    font-weight: 300;
    color: #fff;
    text-align: center; }
    @media (max-width: 992px) {
      .n-block-num__inner {
        width: 50px;
        height: 50px;
        line-height: 55px;
        font-size: 30px; } }
    @media (max-width: 479px) {
      .n-block-num__inner {
        width: 40px;
        height: 40px;
        line-height: 45px;
        font-size: 25px; } }

@media (max-width: 767px) {
  .info_author {
    padding: 20px  0 0; } }

@media (max-width: 767px) {
  .img_author {
    float: none !important; } }

.n-product-card {
  padding-top: 50px; }
  @media (max-width: 767px) {
    .n-product-card {
      padding-top: 20px; } }

.next_nav a {
  text-decoration: underline; }
  .next_nav a:hover {
    text-decoration: none; }

.s-phone-menu {
  font-size: 18px;
  margin-right: 6px;
  margin-top: 0; }
  @media (max-width: 1199px) {
    .s-phone-menu {
      margin-right: 5px;
      font-size: 16px; } }
  @media (max-width: 992px) {
    .s-phone-menu {
      font-size: 15px; } }
  @media (max-width: 767px) {
    .s-phone-menu {
      font-size: 17px;
      margin-top: 7px; } }

.position-elit-menu {
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  padding: 13px 0; }
  @media (max-width: 767px) {
    .position-elit-menu {
      padding: 0; } }
  .position-elit-menu .n-menu-icon {
    display: none; }
  .position-elit-menu .form-control {
    width: 220px; }
    @media (max-width: 1199px) {
      .position-elit-menu .form-control {
        width: 150px; } }
  .position-elit-menu .home-elit-style {
    border-right: none;
    line-height: 0;
    font-size: 22px;
    margin-top: 2px; }
    @media (max-width: 1199px) {
      .position-elit-menu .home-elit-style {
        margin-top: 0; } }
    @media (max-width: 767px) {
      .position-elit-menu .home-elit-style {
        display: none !important; } }
  .position-elit-menu .nav li a {
    padding: 8px 15px 6px;
    font-variant: small-caps; }
    @media (max-width: 1199px) {
      .position-elit-menu .nav li a {
        padding: 5px 9px 3px;
        font-size: 15px; } }
    @media (max-width: 992px) {
      .position-elit-menu .nav li a, #horizontal-multilevel-menu.nav li a {
        font-size: 14px; } }
		#horizontal-multilevel-menu.nav li a{
    padding: 5px 9px 3px;
}
  .position-elit-menu .navbar-form {
    margin-top: 1px;
    margin-bottom: 0; }
  .position-elit-menu .x-all-block {
    margin-top: 6px; }
    @media (max-width: 992px) {
      .position-elit-menu .x-all-block {
        float: right; } }
  .position-elit-menu .button_call {
    margin-top: -9px;
    font-variant: small-caps; }
    @media (max-width: 1199px) {
      .position-elit-menu .button_call {
        margin-top: -5px; }
        .position-elit-menu .button_call a {
          padding: 1px 6px;
          font-size: 14px; } }
  @media (max-width: 767px) {
    .position-elit-menu .x-all-block-active {
      display: none; } }
  @media (max-width: 767px) {
    .position-elit-menu .x-small-block {
      display: block;
      float: left;
      margin-top: 7px;
      margin-left: 10px; } }

.n-menu-inner {
  max-width: 1180px;
  margin: 0 auto; }

.navbar-toggle {
  margin-right: 10px; }

@media (max-width: 992px) {
  .img_prod {
    width: 200px;
    margin-right: 20px; } }

@media (max-width: 767px) {
  .img_prod {
    float: none;
    width: 100%;
    margin-bottom: 15px; } }

@media (max-width: 992px) {
  .inf_prod {
    padding-left: 220px; }
    .inf_prod table td {
      font-size: 18px; }
    .inf_prod .button_3 {
      font-size: 16px; } }

@media (max-width: 767px) {
  .inf_prod {
    padding-left: 0; }
    .inf_prod .button_3 {
      display: inline-block;
      padding: 10px 10px 5px; } }

@media (max-width: 767px) {
  .n-arrow-dotted-block__item {
    padding: 15px 13px 15px 15px;
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  .add_review .button_3 {
    display: inline-block;
    text-align: center; } }

@media (max-width: 767px) {
  .products-bottom__discount {
    padding-bottom: 20px; }
    .products-bottom__discount:before {
      display: none; } }

@media (max-width: 767px) {
  .products-bottom__discount-inner {
    padding: 10px; } }

@media (max-width: 480px) {
  .products-bottom__discount-right {
    float: none;
    width: 100%;
    border-left: none;
    padding-left: 0; } }

@media (max-width: 480px) {
  .products-bottom__discount-left {
    float: none;
    width: 100%; } }

.button_header:after {
  content: " ";
  display: block;
  clear: both; }

@media (max-width: 479px) {
  .button_header h1,
  .button_header .n-top-title {
    float: none !important; } }

@media (max-width: 479px) {
  .button_header .more_h1--bottom-indent {
    display: inline-block;
    margin-bottom: 10px; } }

.more_h1--float {
  margin-top: 35px; }
  @media (max-width: 1024px) {
    .more_h1--float {
      margin-top: 19px; } }
  @media (max-width: 767px) {
    .more_h1--float {
      margin-top: 7px; } }
  @media (max-width: 479px) {
    .more_h1--float {
      float: none !important;
      margin: 0;
      margin-top: 10px;
      clear: both; } }

.more_h1 {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .more_h1:hover {
    border-bottom-color: transparent;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

.more_h1--float-center {
  margin-top: 65px; }
  @media (max-width: 767px) {
    .more_h1--float-center {
      margin-top: 24px; } }

@media (max-width: 1240px) {
  .form_in {
    padding-top: 52px; } }

@media (max-width: 992px) {
  .form_in {
    padding-top: 10px; } }

.form_in-title-sm {
  max-width: 415px;
  margin: 0 auto; }

.form_bl--no-indent {
  margin-top: 0; }

.form_bl--bottom-indent {
  margin: 0 0 70px; }

.form_in--mod-lg {
  padding-top: 60px; }
  .form_in--mod-lg h3 {
    margin: 0 auto 50px; }

.form_in--mod-3 {
  padding-top: 62px; }

.form_in--mod-4 {
  padding-top: 75px; }

.form_in--mod-5 {
  padding-top: 50px; }

.form_in--mod .form_button {
  -webkit-box-shadow: 0 3px 0 #ba0d46, inset 0 3px 0 rgba(255, 183, 57, 0.5);
          box-shadow: 0 3px 0 #ba0d46, inset 0 3px 0 rgba(255, 183, 57, 0.5); }

.n-block12 .tetx_ h4 {
  text-transform: none;
  font-variant: small-caps; }

.n-go-top:hover {
  border-color: transparent;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.n-order-variants.eco {
  margin-top: 0; }

.n-order-variants .name_table {
  font-variant: small-caps;
  text-transform: none;
  font-weight: 400; }

.form_in .input_text {
  -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff; }

.form_bl {
  background-size: 100%; }

.form_in--sm {
  max-width: 530px; }

.form_bl--lg {
  height: 491px; }

.predlog--no-indent {
  margin-top: 0; }

@media (max-width: 1239px) {
  .form_bl--lg {
    background-size: auto 100%; } }

@media (max-width: 992px) {
  .form_bl {
    background: none !important;
    height: auto !important; } }

@media (max-width: 768px) {
  .uslugi {
    display: block; } }

@media (max-width: 767px) {
  .uslugi {
    display: none; } }

.n-products-list {
  margin: 0 0 -60px; }
  @media (max-width: 767px) {
    .n-products-list {
      margin: 0 0 -30px; } }
  .n-products-list__item {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 10px 60px; }
    @media (max-width: 992px) {
      .n-products-list__item {
        width: 25%; } }
    @media (max-width: 767px) {
      .n-products-list__item {
        width: 33.3333%;
        padding-bottom: 30px; } }
    @media (max-width: 479px) {
      .n-products-list__item {
        width: 50%; } }
  .n-products-list__pic {
    margin-bottom: 20px;
    height: 183px;
    text-align: center; }
    .n-products-list__pic img {
      max-width: 100%;
      max-height: 100%; }
    @media (max-width: 767px) {
      .n-products-list__pic {
        height: 100px; } }
  .n-products-list__caption {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    font-variant: small-caps;
    text-align: center; }
    .n-products-list__caption-sm {
      font-size: 12px; }
    @media (max-width: 767px) {
      .n-products-list__caption {
        font-size: 16px;
        line-height: 20px; } }

.n-icon-text-wrap:after {
  content: " ";
  display: block;
  clear: both; }

@media (max-width: 767px) {
  .n-icon-text-wrap {
    padding-bottom: 20px; } 
.navbar-header .x-small-block {
    display: flex;
    width: calc(100% - 68px);
    justify-content: space-between;
    flex-direction: row-reverse;
}
.navbar-header .s-phone-menu {
        position: relative;
        left: calc(-50% + 123px);
        display: block;
}}

@media (max-width: 767px) {
  .block12 .rad--no-indent-mobile {
    margin-bottom: 0; } }

@media (max-width: 767px) {
  .n-checkmark-list__item--center-mob {
    padding-bottom: 20px;
    padding-top: 20px; }
    .n-checkmark-list__item--center-mob:before {
      top: calc(50% - 20px); }
    .n-checkmark-list__item--center-mob:after {
      top: 23px; } }

.n-title-h3 {
  line-height: 50px; }

@media (max-width: 992px) {
  .form_bl--bottom-indent {
    margin-bottom: 30px; } }

.more_h1 {
  border-bottom: none;
  position: relative; 
    
}
  .more_h1:hover .n-uslugi-sm {
    /*display: block; */
  }
  .more_h1:hover a:before {
    background-image: none; }

.more_h1 a {
  text-decoration: none;
  position: relative;
  display: inline-block; }
  .more_h1 a:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-image: url("/css/../img/icon-dash.png");
    background-repeat: repeat-x; }

.navbar-nav > li > .dropdown-menu > li > ul.dropdown-submenu > li > a:hover {
  color: #ff3f25;
  text-decoration: none; }

.navbar-nav > .dropdown {
  z-index: 1; }

.n-uslugi-sm {
  background: url(/css/../img/uslugi.png);
  list-style: none;
  padding: 10px;
  width: 200px;
  position: absolute;
  top: 25px;
  right: 0;
  display: none;
  z-index: 200; }
  .n-uslugi-sm li {
    font-size: 14px;
    padding-bottom: 10px;
    background: url(/css/../img/uslugi_li.png) right 23% no-repeat; }
  .n-uslugi-sm a {
    color: #333;
    display: block; }
    .n-uslugi-sm a:before {
      display: none; }
    .n-uslugi-sm a:hover {
      color: #ff3f25; }

.eco h2 span.n-no-border {
  border-bottom: none; }

@media (max-width: 767px) {
  .n-nums-item {
    padding-bottom: 15px; 
	} 
	    #horizontal-multilevel-menu li ul.active{
        display: block !important;
    }
    .navbar-nav > li > .dropdown-menu > li.active > ul{
        display: block !important;
    }
    .dropdown-submenu{
        display: none !important;
    }
    .dropdown-submenu.active{
        display: block !important;
    }
    .dropdown-menu{
        position: relative;
        float:none;
    }
    .navbar-nav > li > .dropdown-menu > li > ul > li > a{
        font-size: 14px;
        padding: 5px 9px 3px;
    }
	
}
.contact-socials a{
  font-size: 40px;
  color: #ff3f25;
  margin-right: 10px;
}
.operator-photo img{
  width: 60px;
  height: 60px;
  border: 1px solid #ff3f25;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.operator-name{
  display: inline-block;
  margin-left: 15px;
}
.modal {
  top: 40px!important;
}
.webp .header {
    z-index: 99999;
}
/*.more_h1:hover .n-uslugi-sm {
    display: unset !important;
}
*/
.more_h1--float .n-uslugi-sm {
    display: none !important; /* Меню скрыто по умолчанию */
}

.more_h1--float.active .n-uslugi-sm  {
    display: unset !important; /* Меню видно, когда есть класс active */
}
.n-uslugi-sm {
    display: block;
    margin-top: 10px;
    width: 210px;
}
.n-uslugi-sm li {
    padding-bottom: 0;
    padding-right: 20px;
}
.button_header--lg .more_h1 {
    margin-top: 125px;
}

.button_header--lg .more_h1.fixed {
    position: fixed;
    z-index: 99999;
    top: 52px;
    margin-top: 0;
    left: 0;
    padding: 10px 10px;
    background: rgba(242, 242, 242, 0.97);
    width: 100vw;
}

.button_header--lg .more_h1.fixed a {
    color: #337ab7;
}

.button_header--lg .more_h1.fixed .n-uslugi-sm {
    display: none;
    top: 32px;
    width: 100vw;
    padding: 10px 0;
}
.button_header--lg .more_h1.fixed.active .n-uslugi-sm {
    display: block;
}
.button_header--lg .more_h1.fixed .n-uslugi-sm li {
    padding-left: 10px;
    padding-right: 35px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 6px;
}

.button_header--lg .more_h1.fixed .n-uslugi-sm li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
/* End */


/* Start:/css/lightbox.min.css?15010766412776*/
.lb-loader,.lightbox{text-align:center;line-height:0}body:after{content:url(/css/../img/close.png) url(/css/../img/loading.gif) url(/css/../img/prev.png) url(/css/../img/next.png);display:none}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;border-radius:3px}.lightbox a img{border:none}.lb-outerContainer{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto;border-radius:4px}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-container{padding:4px}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(/css/../img/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(/css/../img/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(/css/../img/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(/css/../img/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}
/* End */


/* Start:/bitrix/templates/main/styles.css?1759606176473*/
.bk_buy_button {
max-width:100%!important;
}
div.bx-yandex-map {
max-width:100%!important;
}
.ymaps-map {
max-width:100%!important;
}




@media (max-width: 767px) {
  .n-icon-text-wrap {
    padding-bottom: 20px; } 
.menu .navbar-header .x-small-block {
	display: none !important;}
.menu.position-elit-menu .navbar-header .x-small-block {
    display: flex !important;
    width: calc(100% - 68px);
    justify-content: space-between;
    flex-direction: row-reverse;
}

}
/* End */
/* /css/bootstrap.css?1501076641141607 */
/* /fonts/fira/fira.css?15524795301336 */
/* /css/flexslider.css?15010766416934 */
/* /css/font-awesome.min.css?155247952831022 */
/* /css/magnific-popup.css?15010766416951 */
/* /style.css?161460339966476 */
/* /css/new.css?1741090907167928 */
/* /css/lightbox.min.css?15010766412776 */
/* /bitrix/templates/main/styles.css?1759606176473 */
