

/* Start:/local/templates/flyaway_digital/styles/bootstrap_styles.css?1703083116241422*/
@charset "UTF-8";
/*--VARIABLES--*/
/*--/variables--*/
/*--VARIABLES DARK--
	$color-light: #ccc;
	$color-dark: #fff;

	$icon-color-light: #595959;

	$input-color-light: #676767;
	$input-color-dark: #f5f5f5;
/*--/variables dark--*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* line 9, ../sass/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../sass/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../sass/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../sass/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../sass/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../sass/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../sass/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 97, ../sass/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 109, ../sass/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 117, ../sass/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 126, ../sass/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 135, ../sass/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 144, ../sass/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 153, ../sass/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 161, ../sass/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, ../sass/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 184, ../sass/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 192, ../sass/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 203, ../sass/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 211, ../sass/bootstrap/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/* line 221, ../sass/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, ../sass/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, ../sass/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ../sass/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, ../sass/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, ../sass/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, ../sass/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, ../sass/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, ../sass/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, ../sass/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/* line 346, ../sass/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 357, ../sass/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 370, ../sass/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, ../sass/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 390, ../sass/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 399, ../sass/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, ../sass/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 419, ../sass/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../sass/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../sass/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 18, ../sass/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, ../sass/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, ../sass/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, ../sass/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, ../sass/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, ../sass/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, ../sass/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, ../sass/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, ../sass/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, ../sass/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 73, ../sass/bootstrap/_print.scss */
  select {
    background: #fff !important;
  }

  /* line 78, ../sass/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 83, ../sass/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 87, ../sass/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 91, ../sass/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 94, ../sass/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 100, ../sass/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/local/templates/flyaway_digital/styles/../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("/local/templates/flyaway_digital/styles/../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/flyaway_digital/styles/../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("/local/templates/flyaway_digital/styles/../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("/local/templates/flyaway_digital/styles/../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("/local/templates/flyaway_digital/styles/../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
  font-display: swap;
}
/* line 22, ../sass/bootstrap/_glyphicons.scss */
.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;
}

/* line 35, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 36, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 38, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: \20ac;
}

/* line 39, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: \2212;
}

/* line 40, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: \2601;
}

/* line 41, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: \2709;
}

/* line 42, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: \270f;
}

/* line 43, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: \e001;
}

/* line 44, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: \e002;
}

/* line 45, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: \e003;
}

/* line 46, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: \e005;
}

/* line 47, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: \e006;
}

/* line 48, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: \e007;
}

/* line 49, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: \e008;
}

/* line 50, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: \e009;
}

/* line 51, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: \e010;
}

/* line 52, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: \e011;
}

/* line 53, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: \e012;
}

/* line 54, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: \e013;
}

/* line 55, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: \e014;
}

/* line 56, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: \e015;
}

/* line 57, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: \e016;
}

/* line 58, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: \e017;
}

/* line 59, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: \e018;
}

/* line 60, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: \e019;
}

/* line 61, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: \e020;
}

/* line 62, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: \e021;
}

/* line 63, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: \e022;
}

/* line 64, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: \e023;
}

/* line 65, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: \e024;
}

/* line 66, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: \e025;
}

/* line 67, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: \e026;
}

/* line 68, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: \e027;
}

/* line 69, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: \e028;
}

/* line 70, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: \e029;
}

/* line 71, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: \e030;
}

/* line 72, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: \e031;
}

/* line 73, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: \e032;
}

/* line 74, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: \e033;
}

/* line 75, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: \e034;
}

/* line 76, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: \e035;
}

/* line 77, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: \e036;
}

/* line 78, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: \e037;
}

/* line 79, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: \e038;
}

/* line 80, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: \e039;
}

/* line 81, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: \e040;
}

/* line 82, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: \e041;
}

/* line 83, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: \e042;
}

/* line 84, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: \e043;
}

/* line 85, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: \e044;
}

/* line 86, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: \e045;
}

/* line 87, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: \e046;
}

/* line 88, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: \e047;
}

/* line 89, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: \e048;
}

/* line 90, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: \e049;
}

/* line 91, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: \e050;
}

/* line 92, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: \e051;
}

/* line 93, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: \e052;
}

/* line 94, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: \e053;
}

/* line 95, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: \e054;
}

/* line 96, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: \e055;
}

/* line 97, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: \e056;
}

/* line 98, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: \e057;
}

/* line 99, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: \e058;
}

/* line 100, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: \e059;
}

/* line 101, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: \e060;
}

/* line 102, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: \e062;
}

/* line 103, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: \e063;
}

/* line 104, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: \e064;
}

/* line 105, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: \e065;
}

/* line 106, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: \e066;
}

/* line 107, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: \e067;
}

/* line 108, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: \e068;
}

/* line 109, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: \e069;
}

/* line 110, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: \e070;
}

/* line 111, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: \e071;
}

/* line 112, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: \e072;
}

/* line 113, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: \e073;
}

/* line 114, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: \e074;
}

/* line 115, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: \e075;
}

/* line 116, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: \e076;
}

/* line 117, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: \e077;
}

/* line 118, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: \e078;
}

/* line 119, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: \e079;
}

/* line 120, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: \e080;
}

/* line 121, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: \e081;
}

/* line 122, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: \e082;
}

/* line 123, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: \e083;
}

/* line 124, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: \e084;
}

/* line 125, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: \e085;
}

/* line 126, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: \e086;
}

/* line 127, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: \e087;
}

/* line 128, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: \e088;
}

/* line 129, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: \e089;
}

/* line 130, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: \e090;
}

/* line 131, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: \e091;
}

/* line 132, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: \e092;
}

/* line 133, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: \e093;
}

/* line 134, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: \e094;
}

/* line 135, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: \e095;
}

/* line 136, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: \e096;
}

/* line 137, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: \e097;
}

/* line 138, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: \e101;
}

/* line 139, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: \e102;
}

/* line 140, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: \e103;
}

/* line 141, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: \e104;
}

/* line 142, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: \e105;
}

/* line 143, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: \e106;
}

/* line 144, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: \e107;
}

/* line 145, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: \e108;
}

/* line 146, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: \e109;
}

/* line 147, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: \e110;
}

/* line 148, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: \e111;
}

/* line 149, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: \e112;
}

/* line 150, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: \e113;
}

/* line 151, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: \e114;
}

/* line 152, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: \e115;
}

/* line 153, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: \e116;
}

/* line 154, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: \e117;
}

/* line 155, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: \e118;
}

/* line 156, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: \e119;
}

/* line 157, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: \e120;
}

/* line 158, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: \e121;
}

/* line 159, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: \e122;
}

/* line 160, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: \e123;
}

/* line 161, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: \e124;
}

/* line 162, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: \e125;
}

/* line 163, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: \e126;
}

/* line 164, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: \e127;
}

/* line 165, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: \e128;
}

/* line 166, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: \e129;
}

/* line 167, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: \e130;
}

/* line 168, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: \e131;
}

/* line 169, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: \e132;
}

/* line 170, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: \e133;
}

/* line 171, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: \e134;
}

/* line 172, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: \e135;
}

/* line 173, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: \e136;
}

/* line 174, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: \e137;
}

/* line 175, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: \e138;
}

/* line 176, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: \e139;
}

/* line 177, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: \e140;
}

/* line 178, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: \e141;
}

/* line 179, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: \e142;
}

/* line 180, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: \e143;
}

/* line 181, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: \e144;
}

/* line 182, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: \e145;
}

/* line 183, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: \e146;
}

/* line 184, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: \e148;
}

/* line 185, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: \e149;
}

/* line 186, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: \e150;
}

/* line 187, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: \e151;
}

/* line 188, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: \e152;
}

/* line 189, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: \e153;
}

/* line 190, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: \e154;
}

/* line 191, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: \e155;
}

/* line 192, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: \e156;
}

/* line 193, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: \e157;
}

/* line 194, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: \e158;
}

/* line 195, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: \e159;
}

/* line 196, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: \e160;
}

/* line 197, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: \e161;
}

/* line 198, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: \e162;
}

/* line 199, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: \e163;
}

/* line 200, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: \e164;
}

/* line 201, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: \e165;
}

/* line 202, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: \e166;
}

/* line 203, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: \e167;
}

/* line 204, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: \e168;
}

/* line 205, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: \e169;
}

/* line 206, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: \e170;
}

/* line 207, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: \e171;
}

/* line 208, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: \e172;
}

/* line 209, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: \e173;
}

/* line 210, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: \e174;
}

/* line 211, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: \e175;
}

/* line 212, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: \e176;
}

/* line 213, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: \e177;
}

/* line 214, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: \e178;
}

/* line 215, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: \e179;
}

/* line 216, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: \e180;
}

/* line 217, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: \e181;
}

/* line 218, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: \e182;
}

/* line 219, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: \e183;
}

/* line 220, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: \e184;
}

/* line 221, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: \e185;
}

/* line 222, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: \e186;
}

/* line 223, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: \e187;
}

/* line 224, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: \e188;
}

/* line 225, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: \e189;
}

/* line 226, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: \e190;
}

/* line 227, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: \e191;
}

/* line 228, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: \e192;
}

/* line 229, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: \e193;
}

/* line 230, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: \e194;
}

/* line 231, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: \e195;
}

/* line 232, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: \e197;
}

/* line 233, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: \e198;
}

/* line 234, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: \e199;
}

/* line 235, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: \e200;
}

/* line 236, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: \e201;
}

/* line 237, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: \e202;
}

/* line 238, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: \e203;
}

/* line 239, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: \e204;
}

/* line 240, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: \e205;
}

/* line 241, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: \e206;
}

/* line 250, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: \e209;
}

/* line 251, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: \e210;
}

/* line 252, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: \e211;
}

/* line 253, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: \e212;
}

/* line 254, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: \e213;
}

/* line 255, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: \e214;
}

/* line 256, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: \e215;
}

/* line 257, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: \e216;
}

/* line 258, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: \26fa;
}

/* line 259, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: \e218;
}

/* line 260, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: \e219;
}

/* line 261, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: \f8ff;
}

/* line 262, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: \e221;
}

/* line 263, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: \231b;
}

/* line 264, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: \e223;
}

/* line 265, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: \e224;
}

/* line 266, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: \e225;
}

/* line 267, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: \e226;
}

/* line 268, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: \e227;
}

/* line 269, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: \00a5;
}

/* line 270, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: \20bd;
}

/* line 271, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: \e230;
}

/* line 272, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: \e231;
}

/* line 273, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: \e232;
}

/* line 274, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: \e233;
}

/* line 275, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: \e234;
}

/* line 276, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: \e235;
}

/* line 277, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: \e236;
}

/* line 278, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: \e237;
}

/* line 279, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: \e238;
}

/* line 280, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: \e239;
}

/* line 281, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: \e240;
}

/* line 282, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: \e241;
}

/* line 283, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: \e242;
}

/* line 284, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: \e243;
}

/* line 285, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: \e244;
}

/* line 286, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: \e245;
}

/* line 287, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: \e246;
}

/* line 288, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: \e247;
}

/* line 289, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: \e248;
}

/* line 290, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: \e249;
}

/* line 291, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: \e250;
}

/* line 292, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: \e251;
}

/* line 293, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: \e252;
}

/* line 294, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: \e253;
}

/* line 295, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: \e254;
}

/* line 296, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: \e255;
}

/* line 297, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: \e256;
}

/* line 298, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: \e257;
}

/* line 299, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: \e258;
}

/* line 300, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: \e259;
}

/* line 301, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: \e260;
}

/* line 11, ../sass/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../sass/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../sass/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../sass/bootstrap/_scaffolding.scss */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.47;
  color: #999;
  background-color: #fff;
}

/* line 36, ../sass/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../sass/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}
/* line 52, ../sass/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
/* line 58, ../sass/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../sass/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../sass/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../sass/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../sass/bootstrap/_scaffolding.scss */
.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

/* line 93, ../sass/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.47;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../sass/bootstrap/_scaffolding.scss */
.img-circle {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

/* line 113, ../sass/bootstrap/_scaffolding.scss */
hr {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
  border-top: 1px solid rgba(204, 204, 204, 0.3);
}

/* line 125, ../sass/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../sass/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 9, ../sass/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, ../sass/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, ../sass/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 19px;
  margin-bottom: 9.5px;
}
/* line 30, ../sass/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../sass/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
/* line 41, ../sass/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../sass/bootstrap/_type.scss */
h1, .h1 {
  font-size: 33px;
}

/* line 48, ../sass/bootstrap/_type.scss */
h2, .h2 {
  font-size: 27px;
}

/* line 49, ../sass/bootstrap/_type.scss */
h3, .h3 {
  font-size: 23px;
}

/* line 50, ../sass/bootstrap/_type.scss */
h4, .h4 {
  font-size: 17px;
}

/* line 51, ../sass/bootstrap/_type.scss */
h5, .h5 {
  font-size: 13px;
}

/* line 52, ../sass/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../sass/bootstrap/_type.scss */
p {
  margin: 0 0 9.5px;
}

/* line 62, ../sass/bootstrap/_type.scss */
.lead {
  margin-bottom: 19px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 740px) {
  /* line 62, ../sass/bootstrap/_type.scss */
  .lead {
    font-size: 19.5px;
  }
}

/* line 78, ../sass/bootstrap/_type.scss */
small,
.small {
  font-size: 92%;
}

/* line 83, ../sass/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, ../sass/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../sass/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../sass/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../sass/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../sass/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../sass/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../sass/bootstrap/_type.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 99, ../sass/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../sass/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover {
  color: #286090;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover {
  color: #2b542c;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover {
  color: #245269;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover {
  color: #66512c;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover {
  color: #843534;
}

/* line 119, ../sass/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover {
  background-color: #286090;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 138, ../sass/bootstrap/_type.scss */
.page-header {
  padding-bottom: 8.5px;
  margin: 38px 0 19px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

/* line 149, ../sass/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 9.5px;
}
/* line 153, ../sass/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../sass/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../sass/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, ../sass/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../sass/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 19px;
}

/* line 189, ../sass/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.47;
}

/* line 193, ../sass/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../sass/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 740px) {
  /* line 211, ../sass/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../sass/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, ../sass/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, ../sass/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 241, ../sass/bootstrap/_type.scss */
blockquote {
  padding: 9.5px 19px;
  margin: 0 0 19px;
  font-size: 16.25px;
  border-left: 5px solid rgba(204, 204, 204, 0.3);
}
/* line 250, ../sass/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, ../sass/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.47;
  color: #777777;
}
/* line 265, ../sass/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, ../sass/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid rgba(204, 204, 204, 0.3);
  border-left: 0;
  text-align: right;
}
/* line 286, ../sass/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, ../sass/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, ../sass/bootstrap/_type.scss */
address {
  margin-bottom: 19px;
  font-style: normal;
  line-height: 1.47;
}

/* line 7, ../sass/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../sass/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/* line 24, ../sass/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, ../sass/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

/* line 41, ../sass/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  font-size: 12px;
  line-height: 1.47;
  word-break: break-all;
  word-wrap: break-word;
  color: #999;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
/* line 55, ../sass/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

/* line 66, ../sass/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../sass/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 740px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .container {
    width: 740px;
  }
}
@media (min-width: 1024px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .container {
    width: 1080px;
  }
}
@media (min-width: 1620px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .container {
    width: 1620px;
  }
}

/* line 30, ../sass/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../sass/bootstrap/_grid.scss */
.row {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../sass/bootstrap/mixins/_grid-framework.scss */
.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-left: 10px;
  padding-right: 10px;
}

/* line 27, ../sass/bootstrap/mixins/_grid-framework.scss */
.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;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 740px) {
  /* line 27, ../sass/bootstrap/mixins/_grid-framework.scss */
  .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;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  /* line 27, ../sass/bootstrap/mixins/_grid-framework.scss */
  .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;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1620px) {
  /* line 27, ../sass/bootstrap/mixins/_grid-framework.scss */
  .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;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../sass/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../sass/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, ../sass/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../sass/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 19px;
}
/* line 31, ../sass/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.47;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 41, ../sass/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, ../sass/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, ../sass/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, ../sass/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, ../sass/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 88, ../sass/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, ../sass/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 101, ../sass/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, ../sass/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, ../sass/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, ../sass/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../sass/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, ../sass/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 9, ../sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, ../sass/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 9, ../sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, ../sass/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 9, ../sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, ../sass/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 9, ../sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, ../sass/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 171, ../sass/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 739px) {
  /* line 171, ../sass/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 14.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../sass/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../sass/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 19px;
  font-size: 19.5px;
  line-height: inherit;
  color: #999;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../sass/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../sass/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../sass/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 60, ../sass/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 65, ../sass/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 71, ../sass/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 77, ../sass/bootstrap/_forms.scss */
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;
}

/* line 84, ../sass/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 6px;
  font-size: 13px;
  line-height: 1.47;
  color: #555555;
}

/* line 115, ../sass/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 5px 12px;
  font-size: 13px;
  line-height: 1.47;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
}
/* line 57, ../sass/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
}
/* line 103, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 141, ../sass/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: rgba(204, 204, 204, 0.3);
  opacity: 1;
}

/* line 153, ../sass/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 165, ../sass/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 178, ../sass/bootstrap/_forms.scss */
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 40px;
  }
  /* line 184, ../sass/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 189, ../sass/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 45px;
  }
}
/* line 202, ../sass/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 211, ../sass/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 218, ../sass/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 19px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 226, ../sass/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 235, ../sass/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 241, ../sass/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 250, ../sass/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 262, ../sass/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 271, ../sass/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 281, ../sass/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 293, ../sass/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
}
/* line 300, ../sass/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, ../sass/bootstrap/mixins/_forms.scss */
.input-sm, .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;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

/* line 79, ../sass/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../sass/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 71, ../sass/bootstrap/mixins/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
/* line 79, ../sass/bootstrap/mixins/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 84, ../sass/bootstrap/mixins/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 321, ../sass/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../sass/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

/* line 79, ../sass/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 45px;
  line-height: 45px;
}

/* line 84, ../sass/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 71, ../sass/bootstrap/mixins/_forms.scss */
.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
/* line 79, ../sass/bootstrap/mixins/_forms.scss */
.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px;
}
/* line 84, ../sass/bootstrap/mixins/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 334, ../sass/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
}

/* line 347, ../sass/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 352, ../sass/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 50px;
}

/* line 357, ../sass/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}

/* line 369, ../sass/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}

/* line 374, ../sass/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../sass/bootstrap/mixins/_forms.scss */
.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;
}
/* line 21, ../sass/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../sass/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
       box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, ../sass/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, ../sass/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../sass/bootstrap/mixins/_forms.scss */
.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;
}
/* line 21, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
       box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../sass/bootstrap/mixins/_forms.scss */
.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;
}
/* line 21, ../sass/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../sass/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
       box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, ../sass/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, ../sass/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 394, ../sass/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 24px;
}
/* line 397, ../sass/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 408, ../sass/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #d9d9d9;
}

@media (min-width: 740px) {
  /* line 433, ../sass/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 440, ../sass/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 447, ../sass/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 451, ../sass/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 455, ../sass/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 463, ../sass/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 467, ../sass/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 474, ../sass/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 481, ../sass/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 485, ../sass/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 492, ../sass/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 514, ../sass/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
}
/* line 524, ../sass/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px;
}
/* line 530, ../sass/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 740px) {
  /* line 537, ../sass/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 12px;
  }
}
/* line 548, ../sass/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 740px) {
  /* line 558, ../sass/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
  }
}
@media (min-width: 740px) {
  /* line 565, ../sass/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

/* line 9, ../sass/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 12px;
  font-size: 13px;
  line-height: 1.47;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 23, ../sass/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #555;
  text-decoration: none;
}
/* line 30, ../sass/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
       box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 37, ../sass/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  color: #555;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
       box-shadow: none;
}

/* line 52, ../sass/bootstrap/_buttons.scss */
.btn-default {
  color: #555;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #555;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #555;
}

/* line 55, ../sass/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 59, ../sass/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 63, ../sass/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 67, ../sass/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 71, ../sass/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 80, ../sass/bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
/* line 85, ../sass/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
       box-shadow: none;
}
/* line 93, ../sass/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 99, ../sass/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 107, ../sass/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 119, ../sass/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

/* line 123, ../sass/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

/* line 127, ../sass/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

/* line 135, ../sass/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 141, ../sass/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 149, ../sass/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../sass/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../sass/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../sass/bootstrap/_component-animations.scss */
.collapse {
  display: none;
  visibility: hidden;
}
/* line 22, ../sass/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
  visibility: visible;
}

/* line 27, ../sass/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 29, ../sass/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 31, ../sass/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -moz-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
       transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
       transition-timing-function: ease;
}

/* line 7, ../sass/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 19, ../sass/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 25, ../sass/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 30, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
       box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
       -o-background-clip: padding-box;
          background-clip: padding-box;
}
/* line 53, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 59, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 64, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.47;
  color: #999;
  white-space: nowrap;
}

/* line 77, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #8c8c8c;
  background-color: #f5f5f5;
}

/* line 87, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 102, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #ccc;
}
/* line 109, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 122, ../sass/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 127, ../sass/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 136, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 146, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 152, ../sass/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.47;
  color: #777777;
  white-space: nowrap;
}

/* line 162, ../sass/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 172, ../sass/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 185, ../sass/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
/* line 191, ../sass/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 740px) {
  /* line 205, ../sass/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 210, ../sass/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, ../sass/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../sass/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../sass/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, ../sass/bootstrap/_button-groups.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 43, ../sass/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 50, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

/* line 55, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 57, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
}

/* line 62, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
}

/* line 68, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 71, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

/* line 75, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
}

/* line 80, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
}

/* line 85, ../sass/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 104, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 108, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 115, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
       box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 119, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
       box-shadow: none;
}

/* line 126, ../sass/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 130, ../sass/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 135, ../sass/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 144, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 156, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 161, ../sass/bootstrap/_button-groups.scss */
.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;
}

/* line 171, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
/* line 174, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
}
/* line 178, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
}

/* line 183, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

/* line 187, ../sass/bootstrap/_button-groups.scss */
.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 {
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
}

/* line 192, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
}

/* line 200, ../sass/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 205, ../sass/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 211, ../sass/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 215, ../sass/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 236, ../sass/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../sass/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../sass/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../sass/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 54, ../sass/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 59, ../sass/bootstrap/_input-groups.scss */
.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) {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

/* line 64, ../sass/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 73, ../sass/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 5px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: rgba(204, 204, 204, 0.3);
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
/* line 85, ../sass/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
/* line 90, ../sass/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 17px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
/* line 97, ../sass/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 104, ../sass/bootstrap/_input-groups.scss */
.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 {
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
}

/* line 113, ../sass/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 116, ../sass/bootstrap/_input-groups.scss */
.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 {
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
}

/* line 125, ../sass/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 131, ../sass/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 140, ../sass/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 142, ../sass/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 146, ../sass/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 155, ../sass/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 161, ../sass/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 9, ../sass/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../sass/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../sass/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, ../sass/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: rgba(204, 204, 204, 0.3);
}
/* line 31, ../sass/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, ../sass/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, ../sass/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgba(204, 204, 204, 0.3);
  border-color: #337ab7;
}
/* line 59, ../sass/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../sass/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../sass/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, ../sass/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../sass/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.47;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}
/* line 89, ../sass/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: rgba(204, 204, 204, 0.3) rgba(204, 204, 204, 0.3) #ddd;
}
/* line 96, ../sass/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../sass/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../sass/bootstrap/_navs.scss */
.nav-pills > li > a {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
/* line 125, ../sass/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../sass/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, ../sass/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../sass/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../sass/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../sass/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../sass/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../sass/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 740px) {
  /* line 177, ../sass/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../sass/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../sass/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../sass/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
/* line 199, ../sass/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 740px) {
  /* line 206, ../sass/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
  }
  /* line 210, ../sass/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../sass/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
/* line 228, ../sass/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
  visibility: visible;
}

/* line 239, ../sass/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
}

/* line 11, ../sass/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 19px;
  border: 1px solid transparent;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 740px) {
  /* line 11, ../sass/bootstrap/_navbar.scss */
  .navbar {
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
}

/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 740px) {
  /* line 31, ../sass/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../sass/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../sass/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 740px) {
  /* line 50, ../sass/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  /* line 68, ../sass/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 76, ../sass/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 82, ../sass/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 93, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 93, ../sass/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 109, ../sass/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 740px) {
  /* line 109, ../sass/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 129, ../sass/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 740px) {
  /* line 129, ../sass/bootstrap/_navbar.scss */
  .navbar-static-top {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
}

/* line 139, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 740px) {
  /* line 139, ../sass/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
}

/* line 151, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 155, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 164, ../sass/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15.5px 10px;
  font-size: 17px;
  line-height: 19px;
  height: 50px;
}
/* line 171, ../sass/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 176, ../sass/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 740px) {
  /* line 181, ../sass/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}

/* line 194, ../sass/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
/* line 207, ../sass/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 212, ../sass/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
}
/* line 218, ../sass/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 740px) {
  /* line 194, ../sass/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 233, ../sass/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.75px -10px;
}
/* line 236, ../sass/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
}
@media (max-width: 739px) {
  /* line 244, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  /* line 252, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 256, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 19px;
  }
  /* line 258, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 740px) {
  /* line 233, ../sass/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 271, ../sass/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 273, ../sass/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }
}

/* line 287, ../sass/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
       box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 740px) {
  /* line 433, ../sass/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 440, ../sass/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 447, ../sass/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 451, ../sass/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 455, ../sass/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 463, ../sass/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 467, ../sass/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 474, ../sass/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 481, ../sass/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 485, ../sass/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 492, ../sass/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 739px) {
  /* line 299, ../sass/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 303, ../sass/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 740px) {
  /* line 287, ../sass/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
         box-shadow: none;
  }
}

/* line 328, ../sass/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
}

/* line 333, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
}

/* line 344, ../sass/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 347, ../sass/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 350, ../sass/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 360, ../sass/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15.5px;
  margin-bottom: 15.5px;
}
@media (min-width: 740px) {
  /* line 360, ../sass/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 740px) {
  /* line 380, ../sass/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 383, ../sass/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  /* line 387, ../sass/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 398, ../sass/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 402, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 404, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 411, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 416, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 419, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 426, ../sass/bootstrap/_navbar.scss */
.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;
}
/* line 434, ../sass/bootstrap/_navbar.scss */
.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;
}
/* line 443, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 445, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 449, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 454, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 463, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 739px) {
  /* line 474, ../sass/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 476, ../sass/bootstrap/_navbar.scss */
  .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;
  }
  /* line 483, ../sass/bootstrap/_navbar.scss */
  .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;
  }
  /* line 491, ../sass/bootstrap/_navbar.scss */
  .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;
  }
}
/* line 507, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 509, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 514, ../sass/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 516, ../sass/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 522, ../sass/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 532, ../sass/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 536, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 538, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 545, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 550, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 553, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 560, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 568, ../sass/bootstrap/_navbar.scss */
.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;
}
/* line 578, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 580, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 584, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 589, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 597, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 739px) {
  /* line 608, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 611, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 614, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 616, ../sass/bootstrap/_navbar.scss */
  .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;
  }
  /* line 623, ../sass/bootstrap/_navbar.scss */
  .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: #090909;
  }
  /* line 631, ../sass/bootstrap/_navbar.scss */
  .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;
  }
}
/* line 642, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 644, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 649, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 651, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 657, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 0 0;
  margin-bottom: 19px;
  list-style: none;
  background-color: transparent;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
/* line 13, ../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, ../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: яДЕ\00a0;
  padding: 0 5px;
  color: #ccc;
}
/* line 23, ../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../sass/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 19px 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
/* line 10, ../sass/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, ../sass/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 12px;
  line-height: 1.47;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, ../sass/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
}
/* line 32, ../sass/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
}
/* line 41, ../sass/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #23527c;
  background-color: rgba(204, 204, 204, 0.3);
  border-color: #ddd;
}
/* line 51, ../sass/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
/* line 63, ../sass/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
}
/* line 11, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
     -moz-border-radius-bottomleft: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
     -moz-border-radius-topleft: 6px;
          border-top-left-radius: 6px;
}
/* line 17, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  -webkit-border-bottom-right-radius: 6px;
     -moz-border-radius-bottomright: 6px;
          border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
     -moz-border-radius-topright: 6px;
          border-top-right-radius: 6px;
}

/* line 5, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
/* line 11, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
     -moz-border-radius-bottomleft: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
     -moz-border-radius-topleft: 3px;
          border-top-left-radius: 3px;
}
/* line 17, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  -webkit-border-bottom-right-radius: 3px;
     -moz-border-radius-bottomright: 3px;
          border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
     -moz-border-radius-topright: 3px;
          border-top-right-radius: 3px;
}

/* line 6, ../sass/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 19px 0;
  list-style: none;
  text-align: center;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, ../sass/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, ../sass/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}
/* line 23, ../sass/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgba(204, 204, 204, 0.3);
}
/* line 31, ../sass/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, ../sass/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, ../sass/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, ../sass/bootstrap/_labels.scss */
.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;
  -webkit-border-radius: .25em;
     -moz-border-radius: .25em;
          border-radius: .25em;
}
/* line 20, ../sass/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, ../sass/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../sass/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../sass/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../sass/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, ../sass/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../sass/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../sass/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../sass/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../sass/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
/* line 22, ../sass/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, ../sass/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 32, ../sass/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 40, ../sass/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 46, ../sass/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 50, ../sass/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 54, ../sass/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 61, ../sass/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../sass/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: rgba(204, 204, 204, 0.3);
}
/* line 12, ../sass/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 17, ../sass/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
/* line 23, ../sass/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: rgba(179, 179, 179, 0.3);
}
/* line 27, ../sass/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
/* line 32, ../sass/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 740px) {
  /* line 6, ../sass/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 48px 0;
  }
  /* line 39, ../sass/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 45, ../sass/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 58.5px;
  }
}

/* line 7, ../sass/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 19px;
  line-height: 1.47;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 17, ../sass/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, ../sass/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #999;
}

/* line 34, ../sass/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, ../sass/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 19px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
/* line 16, ../sass/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, ../sass/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, ../sass/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, ../sass/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../sass/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, ../sass/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../sass/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../sass/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../sass/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../sass/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-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;
  }
}
/* line 26, ../sass/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 19px;
  margin-bottom: 19px;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
       box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../sass/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
       box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, ../sass/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
}

/* line 64, ../sass/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
       animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../sass/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, ../sass/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, ../sass/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, ../sass/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, ../sass/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, ../sass/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, ../sass/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, ../sass/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, ../sass/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, ../sass/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../sass/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, ../sass/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../sass/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, ../sass/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 29, ../sass/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 34, ../sass/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 41, ../sass/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 45, ../sass/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 50, ../sass/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 58, ../sass/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../sass/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, ../sass/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 31, ../sass/bootstrap/_list-group.scss */
.list-group-item:first-child {
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
}
/* line 34, ../sass/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
}

/* line 46, ../sass/bootstrap/_list-group.scss */
a.list-group-item {
  color: #555;
}
/* line 49, ../sass/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 54, ../sass/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 64, ../sass/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: rgba(204, 204, 204, 0.3);
  color: #777777;
  cursor: not-allowed;
}
/* line 72, ../sass/bootstrap/_list-group.scss */
.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;
}
/* line 75, ../sass/bootstrap/_list-group.scss */
.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: #777777;
}
/* line 81, ../sass/bootstrap/_list-group.scss */
.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;
}
/* line 90, ../sass/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 95, ../sass/bootstrap/_list-group.scss */
.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;
}

/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-success {
  color: #3c763d;
}
/* line 14, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 18, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 23, ../sass/bootstrap/mixins/_list-group.scss */
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;
}

/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-info {
  color: #31708f;
}
/* line 14, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 18, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 23, ../sass/bootstrap/mixins/_list-group.scss */
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;
}

/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning {
  color: #8a6d3b;
}
/* line 14, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 18, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 23, ../sass/bootstrap/mixins/_list-group.scss */
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;
}

/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger {
  color: #a94442;
}
/* line 14, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 18, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 23, ../sass/bootstrap/mixins/_list-group.scss */
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;
}

/* line 117, ../sass/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 121, ../sass/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../sass/bootstrap/_panels.scss */
.panel {
  margin-bottom: 19px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
       box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../sass/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../sass/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  -webkit-border-top-right-radius: 3px;
     -moz-border-radius-topright: 3px;
          border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
     -moz-border-radius-topleft: 3px;
          border-top-left-radius: 3px;
}
/* line 27, ../sass/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../sass/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
/* line 39, ../sass/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../sass/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-bottom-right-radius: 3px;
     -moz-border-radius-bottomright: 3px;
          border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
     -moz-border-radius-bottomleft: 3px;
          border-bottom-left-radius: 3px;
}

/* line 63, ../sass/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, ../sass/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
/* line 74, ../sass/bootstrap/_panels.scss */
.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;
  -webkit-border-top-right-radius: 3px;
     -moz-border-radius-topright: 3px;
          border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
     -moz-border-radius-topleft: 3px;
          border-top-left-radius: 3px;
}
/* line 81, ../sass/bootstrap/_panels.scss */
.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;
  -webkit-border-bottom-right-radius: 3px;
     -moz-border-radius-bottomright: 3px;
          border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
     -moz-border-radius-bottomleft: 3px;
          border-bottom-left-radius: 3px;
}

/* line 90, ../sass/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 94, ../sass/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 104, ../sass/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 109, ../sass/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 115, ../sass/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  -webkit-border-top-right-radius: 3px;
     -moz-border-radius-topright: 3px;
          border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
     -moz-border-radius-topleft: 3px;
          border-top-left-radius: 3px;
}
/* line 121, ../sass/bootstrap/_panels.scss */
.panel > .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 > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  -webkit-border-top-left-radius: 3px;
     -moz-border-radius-topleft: 3px;
          border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
     -moz-border-radius-topright: 3px;
          border-top-right-radius: 3px;
}
/* line 125, ../sass/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child {
  -webkit-border-top-left-radius: 3px;
     -moz-border-radius-topleft: 3px;
          border-top-left-radius: 3px;
}
/* line 129, ../sass/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child {
  -webkit-border-top-right-radius: 3px;
     -moz-border-radius-topright: 3px;
          border-top-right-radius: 3px;
}
/* line 137, ../sass/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  -webkit-border-bottom-right-radius: 3px;
     -moz-border-radius-bottomright: 3px;
          border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
     -moz-border-radius-bottomleft: 3px;
          border-bottom-left-radius: 3px;
}
/* line 143, ../sass/bootstrap/_panels.scss */
.panel > .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 > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  -webkit-border-bottom-left-radius: 3px;
     -moz-border-radius-bottomleft: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
     -moz-border-radius-bottomright: 3px;
          border-bottom-right-radius: 3px;
}
/* line 147, ../sass/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child {
  -webkit-border-bottom-left-radius: 3px;
     -moz-border-radius-bottomleft: 3px;
          border-bottom-left-radius: 3px;
}
/* line 151, ../sass/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child {
  -webkit-border-bottom-right-radius: 3px;
     -moz-border-radius-bottomright: 3px;
          border-bottom-right-radius: 3px;
}
/* line 158, ../sass/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
/* line 164, ../sass/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 168, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 175, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 179, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 188, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 197, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 204, ../sass/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 216, ../sass/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 19px;
}
/* line 220, ../sass/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
/* line 224, ../sass/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 229, ../sass/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 232, ../sass/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
/* line 238, ../sass/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 240, ../sass/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 248, ../sass/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #999;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #999;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 251, ../sass/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 254, ../sass/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 257, ../sass/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 260, ../sass/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 263, ../sass/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../sass/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, ../sass/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
/* line 27, ../sass/bootstrap/_responsive-embed.scss */
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
/* line 32, ../sass/bootstrap/_responsive-embed.scss */
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../sass/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
       box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, ../sass/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../sass/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

/* line 26, ../sass/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

/* line 6, ../sass/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, ../sass/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, ../sass/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../sass/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../sass/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, ../sass/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
       transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
/* line 36, ../sass/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
       transform: translate(0, 0);
}

/* line 38, ../sass/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../sass/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../sass/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
       box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
       -o-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}

/* line 64, ../sass/bootstrap/_modals.scss */
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
/* line 71, ../sass/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 72, ../sass/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 77, ../sass/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.47px;
}

/* line 83, ../sass/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 88, ../sass/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.47;
}

/* line 95, ../sass/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 101, ../sass/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 108, ../sass/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 113, ../sass/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 117, ../sass/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 123, ../sass/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 740px) {
  /* line 134, ../sass/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 138, ../sass/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
         box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 143, ../sass/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  /* line 147, ../sass/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, ../sass/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 19, ../sass/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 20, ../sass/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 21, ../sass/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 22, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 23, ../sass/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 27, ../sass/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/* line 38, ../sass/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 47, ../sass/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 54, ../sass/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 61, ../sass/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 68, ../sass/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 75, ../sass/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 82, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 89, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 96, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, ../sass/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.47;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
       -o-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
/* line 31, ../sass/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 32, ../sass/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 33, ../sass/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 34, ../sass/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 37, ../sass/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

/* line 46, ../sass/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 55, ../sass/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 65, ../sass/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 68, ../sass/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 74, ../sass/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 81, ../sass/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 89, ../sass/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 96, ../sass/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 104, ../sass/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 111, ../sass/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 120, ../sass/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 127, ../sass/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, ../sass/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../sass/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../sass/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  /* line 34, ../sass/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../sass/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../sass/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 53, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../sass/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 108, ../sass/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 111, ../sass/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 118, ../sass/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 127, ../sass/bootstrap/_carousel.scss */
.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;
}
/* line 136, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 141, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 146, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
/* line 157, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 162, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 173, ../sass/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 184, ../sass/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
/* line 206, ../sass/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 217, ../sass/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 228, ../sass/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 740px) {
  /* line 239, ../sass/bootstrap/_carousel.scss */
  .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;
  }
  /* line 248, ../sass/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 252, ../sass/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 259, ../sass/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 266, ../sass/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../sass/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../sass/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../sass/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../sass/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../sass/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../sass/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../sass/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../sass/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 54, ../sass/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 34, ../sass/bootstrap/_responsive-utilities.scss */
.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: 739px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table;
  }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 739px) {
  /* line 52, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 739px) {
  /* line 57, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 739px) {
  /* line 62, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 740px) and (max-width: 1023px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table;
  }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 740px) and (max-width: 1023px) {
  /* line 71, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 740px) and (max-width: 1023px) {
  /* line 76, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 740px) and (max-width: 1023px) {
  /* line 81, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1619px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table;
  }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1619px) {
  /* line 90, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1619px) {
  /* line 95, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1619px) {
  /* line 100, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1620px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table;
  }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1620px) {
  /* line 109, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1620px) {
  /* line 114, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1620px) {
  /* line 119, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 739px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 740px) and (max-width: 1023px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1619px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1620px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table;
  }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 153, ../sass/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 153, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 160, ../sass/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 160, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 167, ../sass/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 167, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap_styles.css.map */
/* End */


/* Start:/local/templates/flyaway_digital/styles/common.css?1710778200303047*/
/*--VARIABLES--*/
/*--/variables--*/
/*--VARIABLES DARK--
	$color-light: #ccc;
	$color-dark: #fff;

	$icon-color-light: #595959;

	$input-color-light: #676767;
	$input-color-dark: #f5f5f5;
/*--/variables dark--*/
/*--VARIABLES--*/
/*--/variables--*/
/*--VARIABLES DARK--
	$color-light: #ccc;
	$color-dark: #fff;

	$icon-color-light: #595959;

	$input-color-light: #676767;
	$input-color-dark: #f5f5f5;
/*--/variables dark--*/
@media (max-width: 739px) {
    /* line 3, ../sass/base/_type.scss */
    .text-left-xs {
        text-align: left !important;
    }
}

@media (min-width: 740px) and (max-width: 1023px) {
    /* line 3, ../sass/base/_type.scss */
    .text-left-sm {
        text-align: left !important;
    }
}

@media (min-width: 1024px) and (max-width: 1619px) {
    /* line 3, ../sass/base/_type.scss */
    .text-left-md {
        text-align: left !important;
    }
}

@media (min-width: 1620px) {
    /* line 3, ../sass/base/_type.scss */
    .text-left-lg {
        text-align: left !important;
    }
}

/* line 1, ../sass/base/_hint.scss */
.hint, .loss-menu-right .count, .abc__letter {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffe062;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    height: 33px;
    line-height: 33px;
    text-align: center;
    vertical-align: middle;
    width: 33px;
}

/*--FONTS--*/
@font-face {
    font-family: 'FontAwesome';
    src: url("/local/templates/flyaway_digital/styles/../fonts/awesome/fontawesome-webfont.eot?v=4.3.0");
    src: url("/local/templates/flyaway_digital/styles/../fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("/local/templates/flyaway_digital/styles/../fonts/awesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("/local/templates/flyaway_digital/styles/../fonts/awesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("/local/templates/flyaway_digital/styles/../fonts/awesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("/local/templates/flyaway_digital/styles/../fonts/awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PeIcon7Stroke';
    src: url("/local/templates/flyaway_digital/styles/../fonts/pe-icon-7-stroke/pe-icon-7-stroke.eot?v=1") format("embedded-opentype"), url("/local/templates/flyaway_digital/styles/../fonts/pe-icon-7-stroke/pe-icon-7-stroke.woff?v=1") format("woff"), url("/local/templates/flyaway_digital/styles/../fonts/pe-icon-7-stroke/pe-icon-7-stroke.ttf?v=1") format("truetype"), url("/local/templates/flyaway_digital/styles/../fonts/pe-icon-7-stroke/pe-icon-7-stroke.svg?v=1") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*--/Fonts--*/
/*--RESET--*/
/* line 26, ../sass/_reset.scss */
h1 {
    margin: 0 0 22px;
    padding: 0 0 36px;
    border-bottom: 2px solid #ffe062;
    color: #202020;
    font: 30px/30px Arial, Helvetica, sans-serif;
}

/* line 34, ../sass/_reset.scss */
h2 {
    margin: 0 0 15px;
    color: #202020;
    font: 18px/19px Arial, Helvetica, sans-serif;
}

/* line 40, ../sass/_reset.scss */
a {
    color: #666699;
    text-decoration: none;
}

/* line 43, ../sass/_reset.scss */
a:hover, a:focus {
    color: #666699;
}

/* line 46, ../sass/_reset.scss */
a:hover {
    text-decoration: underline;
}

/* line 49, ../sass/_reset.scss */
a:focus {
    text-decoration: none;
    outline: none;
}

/* LISTS */
/* line 56, ../sass/_reset.scss */
ul, ol {
    list-style: none;
    padding-left: 50px;
}

/* line 59, ../sass/_reset.scss */
ul > li, ol > li {
    position: relative;
    list-style-type: none;
    line-height: 19px;
}

/* line 63, ../sass/_reset.scss */
ul > li:before, ol > li:before {
    content: '\2022';
    position: absolute;
    top: 0px;
    left: -21px;
    font-size: 14pt;
    line-height: 1em;
    color: #ffe062;
}

/* line 74, ../sass/_reset.scss */
ol {
    counter-reset: list 0;
}

/* line 76, ../sass/_reset.scss */
ol > li:before {
    counter-increment: list;
    content: counter(list);
    font-size: 10pt;
    margin-top: 4px;
}

/* line 84, ../sass/_reset.scss */
ul.list-ok > li:before, ol.list-ok > li:before {
    content: "\f00c";
    font-size: 11px;
    font-family: 'FontAwesome';
    margin-top: 5px;
}

/* line 91, ../sass/_reset.scss */
ul.list-unstyled, ol.list-unstyled {
    list-style: none;
    padding-left: 0px;
    counter-reset: list 0;
}

/* line 95, ../sass/_reset.scss */
ul.list-unstyled > li, ol.list-unstyled > li {
    position: static;
    list-style-type: none;
}

/* line 98, ../sass/_reset.scss */
ul.list-unstyled > li:before, ol.list-unstyled > li:before {
    position: static;
    left: 0px;
    content: '';
}

/*--/Reset--*/
/*--FORM--*/
/* line 2, ../sass/_forms.scss */
button:focus,
input:focus {
    outline: none;
}

/* line 7, ../sass/_forms.scss */
.btn {
    line-height: 1.154;
}

/* line 11, ../sass/_forms.scss */
.overflower {
    overflow: hidden;
}

/* line 15, ../sass/_forms.scss */
.btn-button {
    border: 1px solid #a9a9a9;
    padding: 11.5px 30px;
    background: transparent;
}

/* line 19, ../sass/_forms.scss */
.btn-button:hover {
    background: rgba(204, 204, 204, 0.3);
}

/* line 24, ../sass/_forms.scss */
.btn-button_wide {
    width: 100%;
}

/* line 28, ../sass/_forms.scss */
.btn-button.active {
    border: 1px solid #ffe062;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* line 32, ../sass/_forms.scss */
.btn-button.active:hover {
    background: rgba(204, 204, 204, 0.3);
    border: 1px solid #a9a9a9;
}

/* line 38, ../sass/_forms.scss */
.btn2 {
    border: 1px solid #ffe062;
    background: #ffe062;
    padding: 11.5px 30px;
    color: #555;
}

/* line 43, ../sass/_forms.scss */
.btn2:hover, .btn2:focus, .btn2:active {
    background: #ffda47;
    border: 1px solid #ffda47;
    color: #555;
    outline: 0;
}

/* line 53, ../sass/_forms.scss */
.btn2.active {
    border: 1px solid #ffda47;
    background: #ffda47;
    padding: 12px 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #ff0000;
}

/* line 59, ../sass/_forms.scss */
.btn2.active:hover {
    background: #ffda47;
    border: 1px solid #ffda47;
}

/* line 65, ../sass/_forms.scss */
.btn2_mod {
    padding-left: 20px;
    padding-right: 20px;
}

/* line 71, ../sass/_forms.scss */
.select-btn {
    position: relative;
    width: 70px;
}

/* line 75, ../sass/_forms.scss */
.select-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* line 83, ../sass/_forms.scss */
.select-btn_undisabled:after {
    display: none;
}

/* line 87, ../sass/_forms.scss */
.select-input {
    width: 20px;
    height: 28px;
    margin: 0 4px 0 -8px;
    border: 0;
    cursor: pointer;
    text-align: center;
}

/* line 94, ../sass/_forms.scss */
.select-input:hover {
    background-color: #e6e6e6;
}

/* line 99, ../sass/_forms.scss */
.select-btn_undisabled .select-input {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    outline: none;
    background-color: #fff;
}

/* line 109, ../sass/_forms.scss */
.select-btn_undisabled .select-icon, .select-btn_undisabled .select-unit {
    display: none;
    opacity: 0;
}

/* line 114, ../sass/_forms.scss */
.select.open .select-input, .select:hover .select-input {
    background-color: #e6e6e6;
}

/* line 119, ../sass/_forms.scss */
.select-unit {
    margin: 0 5px 0 0;
}

/* line 123, ../sass/_forms.scss */
.select-menu {
    max-height: 137px;
    overflow: auto;
}

/* line 129, ../sass/_forms.scss */
.form .form-item, .bx-catalog-subscribe-form-container-input > input {
    font-size: 13px;
    color: #999;
    border: 1px solid #a9a9a9;
    padding: 9px 10px;
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* line 137, ../sass/_forms.scss */
.form .form-item:focus, .bx-catalog-subscribe-form-container-input > input:focus {
    color: #555;
    border: 1px solid #555;
}

/* line 147, ../sass/_forms.scss */
.form .form-item_area {
    min-height: 73px;
}

/* line 151, ../sass/_forms.scss */
.form .form-item.disabled {
    color: #d4d4d4;
    border: 1px solid #d4d4d4;
}

/* line 155, ../sass/_forms.scss */
.form .form-item.active {
    color: #555;
    border: 1px solid #555;
}

/* line 159, ../sass/_forms.scss */
.form .form-item.error {
    background: #ffa8a8;
    color: #9b0000;
    border: 1px solid #9b0000;
}

/* line 164, ../sass/_forms.scss */
.form .form-item.succes {
    background: #87ff87;
    color: #008400;
    border: 1px solid #00cc00;
}

/* line 170, ../sass/_forms.scss */
.form .has-error .form-item {
    border-color: #9b0000;
}

/* line 175, ../sass/_forms.scss */
.form-comment {
    margin: -2px 0 4px;
}

/*radiobox*/
/* line 180, ../sass/_forms.scss */
.gui-radiobox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-weight: 300;
    color: #555;
}

/* line 188, ../sass/_forms.scss */
.gui-radiobox .gui-radiobox-input {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

/* line 194, ../sass/_forms.scss */
.gui-radiobox .gui-radiobox-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    margin: 1px 2px 0 0;
    background: url("/local/templates/flyaway_digital/styles/../images/icons/radiobox-icon.png") no-repeat -24px 0;
}

/* line 203, ../sass/_forms.scss */
.gui-radiobox .count {
    color: #d4d4d4;
}

/* line 207, ../sass/_forms.scss */
.gui-radiobox-input:checked + .gui-radiobox-icon,
.gui-radiobox.checked .gui-radiobox-icon {
    background-position: -75px 2px;
}

/* line 212, ../sass/_forms.scss */
.gui-checkbox-input:checked + .gui-checkbox-icon,
.gui-checkbox.checked .gui-checkbox-icon {
    border-color: #ffe062;
}

/* line 215, ../sass/_forms.scss */
.gui-checkbox-input:checked + .gui-checkbox-icon:before,
.gui-checkbox.checked .gui-checkbox-icon:before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    right: -2px;
    top: -3px;
    font-size: 12px;
}

/* line 224, ../sass/_forms.scss */
.gui-checkbox-input:disabled + .gui-checkbox-icon,
.gui-checkbox.disabled .gui-checkbox-icon {
    content: " ";
}

/* line 229, ../sass/_forms.scss */
.gui-radiobox-input:disabled + .gui-radiobox-icon,
.gui-radiobox.disabled .gui-radiobox-icon {
    background-position: 0 0;
}

/* line 236, ../sass/_forms.scss */
.gui-box .gui-radiobox .gui-out {
    border: 1px solid #a9a9a9;
    display: inline-block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

/* line 244, ../sass/_forms.scss */
.gui-box .gui-radiobox .gui-out .gui-inside {
    background: transparent;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: block;
    height: 6px;
    width: 6px;
    margin: 2px;
}

/* line 256, ../sass/_forms.scss */
.gui-radiobox-item {
    left: -9999px;
    position: absolute;
}

/* line 260, ../sass/_forms.scss */
.gui-radiobox-item:checked + .gui-out {
    border: 1px solid #FFDA47;
}

/* line 263, ../sass/_forms.scss */
.gui-radiobox-item:checked:hover .gui-out {
    border: 1px solid #8d8d8d;
}

/* line 266, ../sass/_forms.scss */
.gui-radiobox-item:checked + .gui-out .gui-inside {
    background: #8D8D8D;
}

/*radiobox*/
/*checkbox*/
/* line 272, ../sass/_forms.scss */
.gui-checkbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 17px;
    cursor: pointer;
    font-weight: 300;
    color: #555;
}

/* line 281, ../sass/_forms.scss */
.gui-checkbox .gui-checkbox-input {
    position: absolute;
    left: -9999px;
}

/* line 285, ../sass/_forms.scss */
.gui-checkbox .gui-checkbox-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    margin: 3px 2px 0px 0px;
    border: 1px solid #a9a9a9;
}

/* line 294, ../sass/_forms.scss */
.gui-checkbox .gui-checkbox-input:focus + .gui-checkbox-icon {
    border: 1px solid #202020;
}

/* line 297, ../sass/_forms.scss */
.gui-checkbox .count {
    color: #d4d4d4;
}

/* line 303, ../sass/_forms.scss */
.loss-menu-right .dropdown .dropdown-menu {
    border: 1px solid #a9a9a9;
}

/*checkbox*/
/* line 309, ../sass/_forms.scss */
.webform {
    margin: 0 0 25px;
    padding: 0 0 5px;
}

/* line 314, ../sass/_forms.scss */
.fancybox-inner .mainform .field-wrap textarea {
    resize: none;
}

/* line 318, ../sass/_forms.scss */
.fancybox-inner .mainform .buttons {
    margin-bottom: 15px;
}

/* line 322, ../sass/_forms.scss */
.fancybox-inner .mainform .buttons span {
    margin-top: 10px;
}

@media (min-width: 769px) {
    /* line 326, ../sass/_forms.scss */
    .fancybox-inner .mainform .buttons span {
        float: left;
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    /* line 332, ../sass/_forms.scss */
    .fancybox-inner .mainform .buttons span {
        margin-bottom: 10px;
    }
}

@media (max-width: 400px) {
    /* line 337, ../sass/_forms.scss */
    .fancybox-outer .fancybox-inner {
        max-width: 240px;
    }
}

/* line 342, ../sass/_forms.scss */
.fancybox-inner .mainform .buttons span .required {
    margin-top: 0;
    margin-bottom: 10px;
}

/*--/form--*/
/* line 348, ../sass/_forms.scss */
.rsform {
    min-width: 400px;
    overflow: hidden;
    height: 100%;
}

/* line 353, ../sass/_forms.scss */
.rsform .rsform__captcha-image {
    float: left;
    margin-left: 15px;
}

/* line 357, ../sass/_forms.scss */
.rsform .rsform__captcha-input {
    float: left;
    max-width: 205px;
}

/* line 362, ../sass/_forms.scss */
.rsform .rsform__separator {
    margin: 20px 0;
}

/* line 366, ../sass/_forms.scss */
.rsform .rsform__bottom-ps {
    float: left;
    width: 60%;
    margin-top: 10px;
}

/* line 372, ../sass/_forms.scss */
.rsform .rsform__bottom-button {
    float: right;
    width: 40%;
    text-align: right;
}

/* line 378, ../sass/_forms.scss */
.rsform .gui-checkbox {
    max-width: 100%;
    max-width: 330px;
}

@media (max-width: 739px) {
    /* line 348, ../sass/_forms.scss */
    .rsform {
        min-width: auto;
        margin: 20px auto;
    }
}

/*--CLASSES--*/
/* line 2, ../sass/_classes.scss */
.breadcrumb {
    margin-bottom: 7px;
}

/* line 7, ../sass/_classes.scss */
.breadcrumb > li + li:before {
    color: #8d8d8d;
    content: "\f105";
    font: 14px/1 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    position: static;
}

/* line 16, ../sass/_classes.scss */
.breadcrumb > li:first-child:before {
    display: none;
}

/* line 20, ../sass/_classes.scss */
.breadcrumb > li > a {
    color: #999;
}

/* line 23, ../sass/_classes.scss */
.breadcrumb > li > a:active, .breadcrumb > li > a:focus, .breadcrumb > li > a:hover {
    color: #999;
}

/* line 32, ../sass/_classes.scss */
.col-left {
    padding-left: 0;
}

/* line 35, ../sass/_classes.scss */
.col-right {
    padding-right: 0;
}

/* line 42, ../sass/_classes.scss */
.element {
    color: #555;
}

/* line 44, ../sass/_classes.scss */
.element:active, .element:focus, .element:hover {
    color: #555;
}

/* line 51, ../sass/_classes.scss */
.container {
    width: auto;
    max-width: 1620px;
}

/* line 56, ../sass/_classes.scss */
.separator {
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

/* line 60, ../sass/_classes.scss */
.drop-panel {
    -webkit-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
    -moz-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
    box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
}

/* line 64, ../sass/_classes.scss */
.paginator {
    text-align: center;
}

/* line 67, ../sass/_classes.scss */
.paginator__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 13px;
    line-height: 20px;
}

/* line 78, ../sass/_classes.scss */
.paginator__item:first-child {
    margin-right: 25px;
}

/* line 81, ../sass/_classes.scss */
.paginator__item:last-child {
    margin-left: 25px;
}

/* line 85, ../sass/_classes.scss */
.paginator__label {
    display: block;
    min-width: 40px;
    padding: 10px 10px 8px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #555;
    text-align: center;
}

/* line 93, ../sass/_classes.scss */
.paginator__label:hover {
    background: #f0f0f0;
    text-decoration: none;
}

/* line 99, ../sass/_classes.scss */
.paginator__item_active .paginator__label {
    border-color: #ffe062;
}

/* line 103, ../sass/_classes.scss */
.paginator__item_disabled .paginator__label {
    border-color: #d4d4d4;
}

/*--/classes--*/
/*--INFORMER--*/
/* line 110, ../sass/_classes.scss */
.informer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

/* line 121, ../sass/_classes.scss */
.informer__bar {
    position: relative;
    width: 100%;
    height: 70px;
    padding: 12px 0;
    background: rgba(54, 54, 54, 0.8);
    -webkit-transition: top 0.1s linear 0s;
    -moz-transition: top 0.1s linear 0s;
    -o-transition: top 0.1s linear 0s;
    transition: top 0.1s linear 0s;
}

/* line 130, ../sass/_classes.scss */
.informer__bar_fix {
    position: fixed;
    top: 0;
    left: 0;
}

/* line 136, ../sass/_classes.scss */
.informer-status {
    margin: 0 0 8px;
    color: #fff;
    font-size: 14px;
}

/* line 141, ../sass/_classes.scss */
.informer-status:first-letter {
    text-transform: uppercase;
}

/* line 145, ../sass/_classes.scss */
.informer-product {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 59%;
    overflow: hidden;
    white-space: nowrap;
}

/* line 152, ../sass/_classes.scss */
.informer-product:after {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background: url("/local/templates/flyaway_digital/styles/../images/bgr/gradient-gray.png") repeat-y 0 0;
}

/* line 166, ../sass/_classes.scss */
.informer-switcher {
    color: #ccc;
    text-decoration: none;
    border-bottom: 1px dashed transparent;
    font-size: 12px;
}

/* line 171, ../sass/_classes.scss */
.informer-switcher:active, .informer-switcher:focus, .informer-switcher:hover {
    color: #fefefe;
    text-decoration: none;
    border-bottom-color: #fefefe;
}

/* line 180, ../sass/_classes.scss */
.informer-icon {
    display: inline-block;
    margin: 0 -13px 0 0;
    color: #ccc;
}

/* line 188, ../sass/_classes.scss */
.informer-dropdown.open .informer-icon_down {
    display: none;
}

/* line 192, ../sass/_classes.scss */
.informer-icon_up {
    display: none;
}

/* line 196, ../sass/_classes.scss */
.informer-dropdown.open .informer-icon_up {
    display: inline-block;
}

/* line 200, ../sass/_classes.scss */
.informer-close {
    margin: 13px 0 0 20px;
    color: #fff;
    text-decoration: underline;
}

/* line 204, ../sass/_classes.scss */
.informer-close:hover {
    color: #fff;
    text-decoration: none;
}

/* line 210, ../sass/_classes.scss */
.informer-menu {
    margin: 12px 0 0;
    padding: 19px 10px 28px;
    min-width: 810px;
}

/* line 214, ../sass/_classes.scss */
.informer-menu:before {
    content: '';
    position: absolute;
    top: -12px;
    left: 90px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
}

/* line 226, ../sass/_classes.scss */
.informer_unactive .informer-menu {
    display: none;
}

/* line 230, ../sass/_classes.scss */
.informer_unactive .informer-icon {
    visibility: hidden;
}

/* line 233, ../sass/_classes.scss */
.informer_unactive .informer-switcher:active, .informer_unactive .informer-switcher:focus, .informer_unactive .informer-switcher:hover {
    cursor: default;
    color: #ccc;
    border-bottom: 0;
}

/* line 241, ../sass/_classes.scss */
.informer_unactive .count {
    color: #ff0000;
}

/* line 249, ../sass/_classes.scss */
.compare_hidden .informer__bar {
    top: -70px;
}

/*--/informer--*/
/*--FANCYBOX--*/
/* line 255, ../sass/_classes.scss */
.fancybox-title-inside-wrap, .popup-window-titlebar {
    padding: 0 0 25px;
    margin: 0 0 20px;
    color: #202020;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 8030;
}

/* line 263, ../sass/_classes.scss */
.fancybox-close:hover {
    opacity: 0.8;
}

/*--/fancybox--*/
/*--OWL-NAV--*/
/* line 270, ../sass/_classes.scss */
.owl-nav .prev {
    border: 1px solid #a9a9a9;
    padding: 7.5px 13px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    float: left;
}

/* line 277, ../sass/_classes.scss */
.owl-nav .prev span:before {
    font-size: 21px;
}

/* line 281, ../sass/_classes.scss */
.owl-nav .prev:hover {
    background: #F0F0F0;
    border: 1px solid #a9a9a9 !important;
    cursor: pointer;
}

/* line 287, ../sass/_classes.scss */
.owl-nav .next {
    border: 1px solid #a9a9a9;
    padding: 7.5px 13px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    float: left;
    margin-left: -1px;
}

/* line 295, ../sass/_classes.scss */
.owl-nav .next span:before {
    font-size: 21px;
}

/* line 299, ../sass/_classes.scss */
.owl-nav .next:hover {
    background: #F0F0F0;
    border: 1px solid #a9a9a9 !important;
    cursor: pointer;
}

/* line 306, ../sass/_classes.scss */
.owl-theme .owl-nav {
    float: right;
}

/* line 312, ../sass/_classes.scss */
.owl-nav div span {
    font: 14px/1 "FontAwesome";
}

/* line 317, ../sass/_classes.scss */
.owl-nav .prev span:before {
    content: "\f104";
}

/* line 323, ../sass/_classes.scss */
.owl-nav .next span:before {
    content: "\f105";
}

/*--/owl-nav--*/
/*OWL ITEM*/
/* line 330, ../sass/_classes.scss */
.owl-carousel {
    margin: 0;
    display: none;
    position: relative;
    width: auto;
    z-index: 1;
}

/* line 337, ../sass/_classes.scss */
.owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
}

/* line 341, ../sass/_classes.scss */
.owl-carousel .owl-item {
    float: left;
    min-height: 1px;
    position: relative;
}

/* line 346, ../sass/_classes.scss */
.owl-carousel .owl-item img {
    display: inline-block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
}

/* line 352, ../sass/_classes.scss */
.owl-carousel .owl-stage::after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/* line 361, ../sass/_classes.scss */
.owl-carousel.owl-loaded {
    display: block;
}

/*/
OWL ITEM*/
/*--ICONS--*/
/* line 2, ../sass/_icons.scss */
.fa.fa-align-left:before {
    content: "\f036";
}

/* line 5, ../sass/_icons.scss */
.fa.fa-heart:before {
    content: "\f004";
}

/* line 8, ../sass/_icons.scss */
.fa.fa-chart:before {
    content: "\f080";
}

/* line 11, ../sass/_icons.scss */
.fa.fa-chart:before {
    content: "\f080";
}

/* line 14, ../sass/_icons.scss */
.fa.fa-clock-o:before {
    content: "\f017";
}

/* line 17, ../sass/_icons.scss */
.fa.fa-tags:before {
    content: "\f02c";
}

/* line 20, ../sass/_icons.scss */
.fa.fa-cart-plus:before {
    content: "\f217";
}

/* line 23, ../sass/_icons.scss */
.fa.fa-times:before {
    content: "\f00d";
}

/* line 26, ../sass/_icons.scss */
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #8d8d8d;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    font-size: 16px;
    padding: 0;
}

/* line 38, ../sass/_icons.scss */
.fa.fa-angle-right:before {
    content: "\f105";
}

/* line 42, ../sass/_icons.scss */
.fa.fa-angle-down {
    font-size: 14px;
}

/* line 44, ../sass/_icons.scss */
.fa.fa-angle-down:before {
    content: "\f107";
    position: relative;
    left: 2px;
}

/* line 50, ../sass/_icons.scss */
.fa.fa-angle-right {
    font-size: 14px;
}

/* line 52, ../sass/_icons.scss */
.fa.fa-angle-right:before {
    content: "\f105";
    position: relative;
    left: 2px;
}

/* line 59, ../sass/_icons.scss */
.fa.fa-angle-up {
    font-size: 14px;
}

/* line 61, ../sass/_icons.scss */
.fa.fa-angle-up:before {
    content: "\f106";
    position: relative;
    left: 2px;
}

/* line 68, ../sass/_icons.scss */
.fa.fa-file-o {
    font-size: 14px;
}

/* line 70, ../sass/_icons.scss */
.fa.fa-file-o:before {
    content: "\f016";
}

/* line 75, ../sass/_icons.scss */
.fa.fa-trash {
    font-size: 14px;
    color: #ccc;
}

/* line 78, ../sass/_icons.scss */
.fa.fa-trash:before {
    content: "\f1f8";
}

/* line 83, ../sass/_icons.scss */
.fa.fa-arrow-up {
    font-size: 15px;
}

/* line 85, ../sass/_icons.scss */
.fa.fa-arrow-up:before {
    content: "\f062";
}

/* line 91, ../sass/_icons.scss */
.fa-search:before {
    content: "\f002";
    margin: 0 0 0 -2px;
    font-size: 19px;
}

/* line 98, ../sass/_icons.scss */
.icon-east {
    position: relative;
    white-space: nowrap;
}

/* line 102, ../sass/_icons.scss */
.icon-east a:hover {
    text-decoration: none;
}

/* line 106, ../sass/_icons.scss */
.icon-east:hover a span {
    border-bottom: 1px dashed #666699;
}

/* line 109, ../sass/_icons.scss */
.icon-east span {
    margin-left: 5px;
    color: #666699;
    border-bottom: 1px solid transparent;
}

/* line 114, ../sass/_icons.scss */
.icon-east.active span {
    display: none;
}

/* line 117, ../sass/_icons.scss */
.icon-east .icon-east__label {
    display: none;
}

/* line 120, ../sass/_icons.scss */
.icon-east.active .icon-east__label {
    display: inline;
}

/* line 123, ../sass/_icons.scss */
.icon-east i.fa {
    color: #cccccc;
    position: relative;
    top: 1px;
}

/* line 131, ../sass/_icons.scss */
.icon-east.active i.fa {
    color: #8d8d8d;
}

/* line 136, ../sass/_icons.scss */
.tooltip {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0s linear 0.3s;
    -moz-transition: opacity 0.3s, visibility 0s linear 0.3s;
    -o-transition: opacity 0.3s, visibility 0s linear 0.3s;
    transition: opacity 0.3s, visibility 0s linear 0.3s;
    position: absolute;
    width: 165px;
    text-align: center;
    top: 25px;
    left: 45px;
    background: #fffbd5;
    color: #000;
    padding: 9px;
    display: inline-block;
    font-size: 13px;
    text-align: left;
}

/* line 153, ../sass/_icons.scss */
.informer .tooltip {
    left: -121px;
}

/* line 156, ../sass/_icons.scss */
.icon-east:hover .tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

/* line 162, ../sass/_icons.scss */
.icon-east.active .tooltip {
    display: none;
}

/* line 166, ../sass/_icons.scss */
.tooltip_hidden {
    display: none;
}

/* line 169, ../sass/_icons.scss */
.icon-east.active .tooltip_hidden {
    display: block;
}

/*--icons--*/
/* line 174, ../sass/_icons.scss */
.icons {
    position: absolute;
    right: 0;
    top: -1px;
    padding: 0 0 0 10px;
    background: rgba(255, 255, 255, 0.2);
    line-height: normal;
}

/* line 182, ../sass/_icons.scss */
.icons__item {
    margin: 0 0 10px;
}

/* line 185, ../sass/_icons.scss */
.icons__item:last-child {
    margin-bottom: 0;
}

/*--/icons--*/
/*--/icons--*/
/*--BASE--*/
/* line 2, ../sass/_styles.scss */
.vcenter {
    white-space: nowrap;
}

/* line 10, ../sass/_mixin.scss */
.vcenter:after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
}

/* line 17, ../sass/_mixin.scss */
.vcenter__in {
    display: inline-block;
    max-width: 100%;
    white-space: normal;
}

/* line 8, ../sass/_styles.scss */
.list-inline > li:before {
    display: none;
}

/*--/BASE--*/
/*--LAYOUT--*/
/* line 15, ../sass/_styles.scss */
.wrapper {
    position: relative;
    overflow: hidden;
}

/* line 20, ../sass/_styles.scss */
.footer {
    margin: 105px 0 0;
    text-align: center;
}

/* line 25, ../sass/_styles.scss */
.l-sidebar {
    float: left;
    width: 280px;
    margin-right: -280px;
    position: relative;
    padding-left: 10px;
}

/* line 33, ../sass/_styles.scss */
.l-content {
    float: right;
    width: 100%;
}

/* line 38, ../sass/_styles.scss */
.l-container {
    margin-left: 300px;
}

/*--/Layout--*/
/*--MAIN--*/
/*--CATEGORY--*/
/* line 45, ../sass/_styles.scss */
.about {
    margin: 0 0 48px;
    color: #555;
}

/* line 49, ../sass/_styles.scss */
.about-img img {
    max-width: 100%;
}

/* line 53, ../sass/_styles.scss */
.about .about-more {
    margin: 6px 0 10px;
}

/*--/category--*/
/* line 59, ../sass/_styles.scss */
.catalogsorter {
    position: relative;
    margin-bottom: 15px;
}

/*--CATEGORY--*/
/* line 65, ../sass/_styles.scss */
.category {
    margin-bottom: 15px;
}

/* line 68, ../sass/_styles.scss */
.category__item {
    position: relative;
    margin-bottom: 15px;
    height: 340px;
    z-index: 1;
}

/* line 74, ../sass/_styles.scss */
.category__in {
    position: relative;
    min-height: 340px;
    padding: 10px 10px 5px;
    overflow: hidden;
    border: 1px solid rgba(204, 204, 204, 0.3);
    -webkit-transition: all, 0.2s, ease-in-out 0s;
    -o-transition: all, 0.2s, ease-in-out 0s;
    -moz-transition: all, 0.2s, ease-in-out 0s;
    transition: all, 0.2s, ease-in-out 0s;
}

/* line 81, ../sass/_styles.scss */
.category__in:hover {
    border-color: #a9a9a9;
    -webkit-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
    -moz-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
    box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
}

/* line 86, ../sass/_styles.scss */
.category__item:hover .category__in {
    background-color: #fff;
}

/* line 90, ../sass/_styles.scss */
.category__pic {
    position: relative;
    height: 230px;
    line-height: 230px;
    text-align: center;
}

/* line 97, ../sass/_styles.scss */
.category__img {
    max-width: 100%;
    max-height: 230px;
    margin-top: -3px;
}

/* line 103, ../sass/_styles.scss */
.category__data {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 90px;
    max-height: 90px;
    padding: 5px 10px 10px;
    background-color: #fff;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

/* line 114, ../sass/_styles.scss */
.category__item:hover .category__data {
    max-height: 345px;
    -webkit-transition: all 0.6s linear 0s;
    -moz-transition: all 0.6s linear 0s;
    -o-transition: all 0.6s linear 0s;
    transition: all 0.6s linear 0s;
}

/* line 119, ../sass/_styles.scss */
.category__label {
    color: #555;
    line-height: 18px;
}

/* line 122, ../sass/_styles.scss */
.category__label:hover {
    color: #555;
    text-decoration: none;
}

/* line 128, ../sass/_styles.scss */
.category__name {
    height: 38px;
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    color: #202020;
}

/* line 135, ../sass/_styles.scss */
.category__name:hover {
    text-decoration: underline;
}

/* line 140, ../sass/_styles.scss */
.category .price {
    font-weight: bold;
    color: #555;
    font-size: 16px;
}

/* line 146, ../sass/_styles.scss */
.category__description {
    overflow: hidden;
    line-height: 19px;
    font-size: 12px;
}

/* line 151, ../sass/_styles.scss */
.category__item:hover .category__description {
    max-height: 225px;
}

/* line 156, ../sass/_styles.scss */
.category .owl-item .category__img {
    display: inline;
}

/* line 160, ../sass/_styles.scss */
.category .owl-nav {
    float: right;
    margin-top: 15px;
}

/*--/category--*/
/*--COLORS--*/
/* line 167, ../sass/_styles.scss */
.properties {
    margin: 0 0 10px;
    padding: 0 0 5px;
}

/* line 171, ../sass/_styles.scss */
.prop {
    margin: 0 0 5px;
}

/* line 174, ../sass/_styles.scss */
.prop-title {
    margin: 0 0 3px;
    font-size: 11px;
    font-style: italic;
}

/* line 179, ../sass/_styles.scss */
.colors-list {
    margin: 0;
}

/* line 182, ../sass/_styles.scss */
.colors-list__item {
    float: left;
    margin: 0 3px 0 0;
}

/* line 186, ../sass/_styles.scss */
.colors-cover {
    display: inline-block;
    vertical-align: top;
    border: 3px solid transparent;
}

/* line 191, ../sass/_styles.scss */
.colors-list__item.selected .colors-cover {
    border-color: #ffe062;
}

/* line 194, ../sass/_styles.scss */
.colors-cover__icon {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    cursor: pointer;
}

/*--/colors--*/
/*--compare-line--*/
/* line 204, ../sass/_styles.scss */
.compare-line {
    color: #555;
    border: 1px solid #a9a9a9;
    margin: 0 20px 0 0;
    padding: 10px 15px;
    line-height: 17px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* line 212, ../sass/_styles.scss */
.compare-line:hover {
    background: rgba(204, 204, 204, 0.3);
    text-decoration: none;
    color: #555;
}

/*--/compare-line--*/
/*--sections--*/
/* line 221, ../sass/_styles.scss */
.sections-cover {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 20px;
}

/* line 227, ../sass/_styles.scss */
.sections-cover__img {
    display: block;
    max-width: 100%;
    max-height: 150px;
    margin: 0 auto;
}

/* line 235, ../sass/_styles.scss */
.sections-description {
    display: inline-block;
    vertical-align: middle;
    width: 665px;
    margin: 0 0 20px;
    padding: 0 10px;
}

/* line 243, ../sass/_styles.scss */
.sections-description_wide {
    width: 800px;
}

/* line 247, ../sass/_styles.scss */
.sections-detail {
    display: inline-block;
    line-height: 1.47;
}

/*--/sections--*/
/*--section--*/
@media (max-width: 1280px) {
    /* line 255, ../sass/_styles.scss */
    .hidden-when-need {
        display: none !important;
    }
}

@media (max-width: 1400px) {
    /* line 260, ../sass/_styles.scss */
    .hidden-when-need-early {
        display: none !important;
    }
}

/*--/section--*/
/*--ICONS--*/
/* line 267, ../sass/_styles.scss */
.stickers {
    position: absolute;
    top: -7px;
    right: -7px;
}

/* line 273, ../sass/_styles.scss */
.da2_icon,
.qb_icon {
    display: none;
    width: 58px;
    height: 58px;
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    border-radius: 29px;
    color: #fff;
}

/* line 286, ../sass/_styles.scss */
.da2_icon {
    background-color: #3d9de9;
}

/* line 289, ../sass/_styles.scss */
.qb_icon {
    background-color: #f8b728;
}

/* line 292, ../sass/_styles.scss */
.discount_icon {
    display: none;
    width: 50px;
    height: 50px;
    margin: -2px auto 0;
    padding-top: 18px;
    background-color: #ff4242;
    text-align: center;
    font-size: 18px;
    line-height: 14px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #fff;
}

/* line 307, ../sass/_styles.scss */
.js-element.da2 .da2_icon {
    display: block;
}

/* line 310, ../sass/_styles.scss */
.js-element.da2 .discount_icon {
    display: block;
}

/* line 315, ../sass/_styles.scss */
.js-element.qb .qb_icon {
    display: block;
}

/* line 318, ../sass/_styles.scss */
.js-element.qb .discount_icon {
    display: block;
}

/*--/icons--*/
/*--TIMER--*/
/* line 326, ../sass/_styles.scss */
.products-counter {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    line-height: 1.47;
}

/* line 333, ../sass/_styles.scss */
.counter {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 16px;
}

/* line 339, ../sass/_styles.scss */
.timer {
    display: block;
    margin: 0 0 3px;
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.4);
    white-space: nowrap;
    color: #fff;
}

/* line 346, ../sass/_styles.scss */
.timer__item {
    display: inline-block;
    vertical-align: top;
    min-width: 46px;
    padding: 0 12px;
    border: 1px solid #fff;
    border-width: 0 1px 0 0;
}

/* line 353, ../sass/_styles.scss */
.timer__item:last-child {
    border-right-width: 0;
}

/* line 357, ../sass/_styles.scss */
.timer__item__digit {
    display: block;
    font-size: 16px;
    line-height: 14px;
    font-weight: bold;
}

/* line 363, ../sass/_styles.scss */
.timer__item__label {
    display: block;
    font-size: 11px;
    line-height: 14px;
    text-transform: capitalize;
}

/* line 369, ../sass/_styles.scss */
.timer_simple .timer__item:nth-child(3) + .timer__item {
    border-right-width: 0;
}

/* line 372, ../sass/_styles.scss */
.timer_simple .timer__item:last-child {
    display: none;
}

/* line 377, ../sass/_styles.scss */
.progress-bar {
    display: block;
    width: 100%;
    height: 8px;
    margin: 0 auto;
    background: #dbdbdb;
    -webkit-box-shadow: 0 1px 1px #a7a7a7 inset;
    -moz-box-shadow: 0 1px 1px #a7a7a7 inset;
    box-shadow: 0 1px 1px #a7a7a7 inset;
}

/* line 384, ../sass/_styles.scss */
.progress-bar__indicator {
    display: block;
    float: left;
    height: 8px;
    background: #ff6262;
}

/* line 389, ../sass/_styles.scss */
.progress-bar__indicator_cheap {
    background: #f8b728;
}

/*--/timer--*/
/*--FEATURES--*/
/* line 398, ../sass/_styles.scss */
.features {
    margin: 0 0 60px;
}

/* line 401, ../sass/_styles.scss */
.features.owl {
    display: block;
    height: 115px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

/* line 408, ../sass/_styles.scss */
.features.owl-loaded {
    opacity: 1;
}

/* line 412, ../sass/_styles.scss */
.features__label {
    min-height: 115px;
    padding: 10px;
    border: 1px solid rgba(204, 204, 204, 0.3);
    display: block;
    -webkit-transition: border-color 0.1s;
    -moz-transition: border-color 0.1s;
    -o-transition: border-color 0.1s;
    transition: border-color 0.1s;
}

/* line 418, ../sass/_styles.scss */
.features__label:hover {
    border-color: #ccc;
}

/* line 423, ../sass/_styles.scss */
.features__pic {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    padding: 0 15px 0 0;
}

/* line 430, ../sass/_styles.scss */
.features__img {
    margin: 0 auto;
}

/* line 434, ../sass/_styles.scss */
.features__data {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    -webkit-backface-visibility: hidden;
}

/* line 441, ../sass/_styles.scss */
.features__name {
    margin: 0 0 10px;
    color: #202020;
    font-size: 18px;
    line-height: 22px;
}

/* line 448, ../sass/_styles.scss */
.features__description {
    color: #555;
    font-size: 13px;
    height: 36px;
    overflow: hidden;
}

/* line 455, ../sass/_styles.scss */
.features .owl-nav {
    float: right;
    margin-top: 10px;
}

/*--/features--*/
/*--FOOTER--*/
/* line 463, ../sass/_styles.scss */
.footer-decor {
    border-top: 1px solid rgba(204, 204, 204, 0.3);
    -webkit-box-shadow: -1px 7px 40px 15px #f6f6f6;
    -moz-box-shadow: -1px 7px 40px 15px #f6f6f6;
    box-shadow: -1px 7px 40px 15px #f6f6f6;
}

/* line 468, ../sass/_styles.scss */
.footer-logo {
    padding: 30px 0 28px;
}

/* line 472, ../sass/_styles.scss */
.footer-nav {
    padding: 34px 0;
}

/* line 476, ../sass/_styles.scss */
.footer-label {
    margin: 0 0 3px;
}

/* line 480, ../sass/_styles.scss */
.footer-social {
    padding: 25px 0 0;
}

/* line 484, ../sass/_styles.scss */
.footer-block {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px;
    text-align: left;
}

/* line 490, ../sass/_styles.scss */
.footer-block:last-child {
    margin-right: 0;
}

/* line 493, ../sass/_styles.scss */
.footer-block_subscribe {
    width: 21%;
}

/* line 496, ../sass/_styles.scss */
.btn-subscribe {
    padding-left: 17px;
    padding-right: 17px;
}

/* line 500, ../sass/_styles.scss */
.footer-block_social {
    width: 30%;
    text-align: center;
}

/* line 504, ../sass/_styles.scss */
.footer-block__social {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

/* line 511, ../sass/_styles.scss */
.social_icons a {
    float: left;
    margin: 0 3px 0 0;
}

/* line 516, ../sass/_styles.scss */
.pay_icons {
    padding: 5px 0 0;
}

/* line 518, ../sass/_styles.scss */
.pay_icons a {
    float: left;
    margin: 0 6px 0 0;
}

/* line 524, ../sass/_styles.scss */
.footer-contacts {
    padding: 32px 0 47px;
}

/* line 527, ../sass/_styles.scss */
.phone {
    margin: 0 0 9px;
    font: 20px/20px Roboto, sans-serif;
    color: #555;
}

/* line 531, ../sass/_styles.scss */
.phone a {
    color: #555;
}

/* line 533, ../sass/_styles.scss */
.phone a:hover {
    text-decoration: none;
}

/* line 538, ../sass/_styles.scss */
.address {
    margin: 0 0 5px;
}

/* line 541, ../sass/_styles.scss */
.footer-copyright {
    padding: 10px 0;
}

/* line 544, ../sass/_styles.scss */
.footer-copy__block {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}

/*--Footer--*/
/*--loss-menu--*/
/* line 552, ../sass/_styles.scss */
.loss-menu-right {
    float: left;
    color: #555;
    margin-right: 10px;
}

/* line 557, ../sass/_styles.scss */
.loss-menu-right .title {
    margin-right: 3px;
    display: inline-block;
}

/* line 562, ../sass/_styles.scss */
.loss-menu-right .dropdown {
    display: inline-block;
}

/* line 565, ../sass/_styles.scss */
.loss-menu-right .dropdown .btn {
    border: 1px solid #a9a9a9;
}

/* line 569, ../sass/_styles.scss */
.loss-menu-right .dropdown button:hover {
    background: #f0f0f0;
}

/* line 575, ../sass/_styles.scss */
.loss-menu-right .dropdown_digit .dropdown-menu {
    min-width: 100%;
}

/* line 580, ../sass/_styles.scss */
.loss-menu-right .dropdown.open .icon-angle-down {
    display: none;
}

/* line 584, ../sass/_styles.scss */
.loss-menu-right .icon-angle-up {
    display: none;
}

/* line 587, ../sass/_styles.scss */
.loss-menu-right .dropdown.open .icon-angle-up {
    display: inline;
}

/* line 591, ../sass/_styles.scss */
.loss-menu-right .selected {
    position: relative;
    background: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    padding: 5px;
    height: 40px;
    width: 40px;
    text-align: center;
}

/* line 604, ../sass/_styles.scss */
.loss-menu-right .selected i.fa.showcase {
    background: none;
}

/* line 606, ../sass/_styles.scss */
.loss-menu-right .selected i.fa.showcase:before {
    content: "\f00a";
}

/* line 610, ../sass/_styles.scss */
.loss-menu-right .selected i.fa.list {
    background: none;
}

/* line 612, ../sass/_styles.scss */
.loss-menu-right .selected i.fa.list:before {
    content: "\f00b";
}

/* line 616, ../sass/_styles.scss */
.loss-menu-right .selected i.fa.list_little {
    background: none;
}

/* line 618, ../sass/_styles.scss */
.loss-menu-right .selected i.fa.list_little:before {
    content: "\f03a";
}

/* line 622, ../sass/_styles.scss */
.loss-menu-right .selected i.fa.showcase_mob {
    background: none;
}

/* line 624, ../sass/_styles.scss */
.loss-menu-right .selected i.fa.showcase_mob:before {
    content: "\f04d";
}

/* line 630, ../sass/_styles.scss */
.loss-menu-right .count {
    position: absolute;
    top: -18px;
    right: -18px;
}

/* line 638, ../sass/_styles.scss */
.loss-menu-right_bottom {
    float: none;
    margin-right: 0;
}

/* line 643, ../sass/_styles.scss */
.loss-menu-right_count {
    margin-right: 31px;
}

/* line 647, ../sass/_styles.scss */
.loss-menu-right_top {
    float: right;
    margin-right: 0;
}

/* line 652, ../sass/_styles.scss */
.loss-menu-right_last {
    margin-right: 0;
}

/* line 657, ../sass/_styles.scss */
.loss-menu-right .selected:hover {
    background: #f0f0f0;
    color: #555 !important;
    border: 1px solid #a9a9a9 !important;
}

/* line 664, ../sass/_styles.scss */
.loss-menu-right.active .selected {
    border: 1px solid #ffda47;
}

/* line 668, ../sass/_styles.scss */
.loss-menu-right.disabled .selected {
    border: 1px solid #d4d4d4;
}

/* line 670, ../sass/_styles.scss */
.loss-menu-right.disabled .selected:hover {
    background: transparent;
    border: 1px solid #d4d4d4 !important;
    cursor: default;
}

/* line 675, ../sass/_styles.scss */
.loss-menu-right.disabled .selected i {
    color: #d4d4d4;
}

/* line 680, ../sass/_styles.scss */
.loss-menu-right button {
    line-height: 17px;
    padding: 10.5px;
}

/*--/loss-menu--*/
/*--main-banners--*/
/* line 687, ../sass/_styles.scss */
.main-banners {
    margin: 0 0 38px;
}

/* line 690, ../sass/_styles.scss */
.main-banners .rs-banners_infowrap {
    padding-left: 30px;
}

/* line 694, ../sass/_styles.scss */
.main-banners .rs-banners_infowrap .rs-banners_button {
    background-color: #ffda47;
    color: #555;
    margin-left: 10px;
}

/* line 700, ../sass/_styles.scss */
.main-banners .rs-banners_infowrap .rs-banners_info {
    color: #202020;
}

/* line 703, ../sass/_styles.scss */
.main-banners .rs-banners-container .owl-theme .owl-dots .owl-dot.active span, .main-banners .rs-banners-container .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffda47;
}

/*--/main-banners--*/
/*--nav-side--*/
/* line 711, ../sass/_styles.scss */
.nav-side {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    counter-reset: list 0;
    line-height: 1.9;
}

/* line 717, ../sass/_styles.scss */
.nav-side .nav-side__item {
    display: block;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

/* line 720, ../sass/_styles.scss */
.nav-side .nav-side__item:before {
    position: static;
    left: 0;
    content: '';
}

/* line 726, ../sass/_styles.scss */
.nav-side .nav-side__item:first-child {
    border-top: 1px solid rgba(204, 204, 204, 0.3);
}

/* line 729, ../sass/_styles.scss */
.nav-side .nav-side__label {
    display: block;
    padding: 11.5px 30px 9.5px;
    text-decoration: none;
}

/* line 734, ../sass/_styles.scss */
.nav-side .nav-side__submenu {
    padding-left: 0;
    background-color: rgba(204, 204, 204, 0.3);
}

/* line 738, ../sass/_styles.scss */
.nav-side .nav-side__submenu .nav-side__item:last-child {
    border-bottom-width: 0;
}

/* line 741, ../sass/_styles.scss */
.nav-side .nav-side__icon {
    position: relative;
    display: block;
    float: left;
    width: 0;
    height: 15px;
    font-style: normal;
}

/* line 748, ../sass/_styles.scss */
.nav-side .nav-side__icon:before {
    position: absolute;
    top: 0;
    left: -22px;
    font-size: 22px;
    font-weight: normal;
    display: inline-block;
    font-family: 'FontAwesome';
}

/* line 757, ../sass/_styles.scss */
.nav-side .nav-side__icon:before {
    content: "\2212";
}

/* line 760, ../sass/_styles.scss */
.nav-side .nav-side__icon.collapsed:before {
    content: "\2b";
}

/* line 764, ../sass/_styles.scss */
.nav-side .lvl2 > .nav-side__item > .nav-side__label {
    padding-left: 35px;
}

/* line 767, ../sass/_styles.scss */
.nav-side .lvl3 > .nav-side__item > .nav-side__label {
    padding-left: 45px;
}

/* line 770, ../sass/_styles.scss */
.nav-side .lvl4 > .nav-side__item > .nav-side__label {
    padding-left: 55px;
}

/* line 773, ../sass/_styles.scss */
.nav-side .lvl5 > .nav-side__item > .nav-side__label {
    padding-left: 65px;
}

/* line 776, ../sass/_styles.scss */
.nav-side .lvl6 > .nav-side__item > .nav-side__label {
    padding-left: 75px;
}

/* line 779, ../sass/_styles.scss */
.nav-side .lvl7 > .nav-side__item > .nav-side__label {
    padding-left: 85px;
}

/* line 782, ../sass/_styles.scss */
.nav-side .lvl8 > .nav-side__item > .nav-side__label {
    padding-left: 95px;
}

/* line 786, ../sass/_styles.scss */
.nav-side__title {
    font-size: 18px;
    padding: 11.5px 30px 9.5px 10px;
}

/*--/nav-side--*/
/*--main-nav--*/
/* line 794, ../sass/_styles.scss */
.top-menu {
    border-top: 1px solid #f5f5f5;
}

/* line 797, ../sass/_styles.scss */
.color .top-menu {
    background-color: #ffe062;
}

/* line 801, ../sass/_styles.scss */
.main-nav .main-nav__item {
    border-right: 1px solid rgba(204, 204, 204, 0.3);
    position: relative;
}

/* line 804, ../sass/_styles.scss */
.main-nav .main-nav__item:first-child {
    border-left: 1px solid rgba(204, 204, 204, 0.3);
}

/* line 807, ../sass/_styles.scss */
.main-nav .main-nav__item:before {
    content: '';
}

/* line 812, ../sass/_styles.scss */
.main-nav .main-nav__label {
    padding: 18px 14px;
}

/* line 815, ../sass/_styles.scss */
.main-nav a > span {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 40px;
    height: 35px;
}

/* line 822, ../sass/_styles.scss */
.main-nav a > span > i {
    position: relative;
    top: 12px;
    left: 6px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 16px;
    vertical-align: -15%;
}

/* line 833, ../sass/_styles.scss */
.main-nav a > span > i:before {
    content: "\2b";
}

/* line 841, ../sass/_styles.scss */
.main-nav li.open > a > span > i:before {
    content: "\2212";
}

/* line 847, ../sass/_styles.scss */
.color .main-nav {
    border-color: transparent;
}

/* line 850, ../sass/_styles.scss */
.main-nav.navbar-nav {
    float: none;
}

/* line 853, ../sass/_styles.scss */
.no-border .main-nav__item {
    border-right-color: transparent;
}

/* line 855, ../sass/_styles.scss */
.no-border .main-nav__item:first-child {
    border-left-color: transparent;
}

/* line 859, ../sass/_styles.scss */
.color .main-nav__item {
    border-right-color: transparent;
}

/* line 861, ../sass/_styles.scss */
.color .main-nav__item:first-child {
    border-left-color: transparent;
}

/* line 865, ../sass/_styles.scss */
.color .main-nav .main-nav__label:hover {
    background-color: #ffda47;
}

/* line 869, ../sass/_styles.scss */
.mainnav-sub {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 100;
    min-width: 250px;
    background: #fff;
    border: 1px solid rgba(204, 204, 204, 0.3);
}

/* line 878, ../sass/_styles.scss */
.mainnav-sub:last-child {
    border-bottom: 2px solid #ffe062;
}

/* line 882, ../sass/_styles.scss */
.mainnav-sub li:before {
    content: '';
    display: none;
}

/* line 889, ../sass/_styles.scss */
.mainnav-sub .mainnav-sub__decor {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 10px;
}

/* line 896, ../sass/_styles.scss */
.mainnav-sub .mainnav-sub__decor-l {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    -webkit-box-shadow: -1px 0 3px rgba(80, 83, 93, 0.3);
    -moz-box-shadow: -1px 0 3px rgba(80, 83, 93, 0.3);
    box-shadow: -1px 0 3px rgba(80, 83, 93, 0.3);
}

/* line 904, ../sass/_styles.scss */
.mainnav-sub .mainnav-sub__decor-r {
    position: absolute;
    top: 0;
    right: -3px;
    z-index: 1;
    width: 1px;
    height: 100%;
    -webkit-box-shadow: -1px 0 3px rgba(80, 83, 93, 0.3);
    -moz-box-shadow: -1px 0 3px rgba(80, 83, 93, 0.3);
    box-shadow: -1px 0 3px rgba(80, 83, 93, 0.3);
}

/* line 914, ../sass/_styles.scss */
.mainnav-sub .mainnav-sub__label {
    padding: 10px 27px;
}

/* line 918, ../sass/_styles.scss */
.mainnav-sub .dropdown-submenu > .mainnav-sub__label:after {
    top: 10px;
    right: 9px;
    font-size: 18px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: 'FontAwesome';
}

/* line 929, ../sass/_styles.scss */
.mainnav-sub .mainnav-sub {
    top: 0;
    left: 100%;
}

/* line 934, ../sass/_styles.scss */
li.open > .mainnav-sub {
    display: block;
}

/* line 939, ../sass/_styles.scss */
.main-nav_wide .mainnav-sub {
    left: auto;
    min-width: auto;
    white-space: nowrap;
    padding-top: 8px;
}

/* line 945, ../sass/_styles.scss */
.main-nav_wide .mainnav-sub__item {
    display: inline-block;
    vertical-align: top;
    width: 264px;
}

/* line 950, ../sass/_styles.scss */
.main-nav_wide .mainnav-sub__decor {
    z-index: -1;
    height: 100%;
}

/* line 954, ../sass/_styles.scss */
.main-nav_wide .mainnav-sub__decor-r {
    display: none;
}

/* line 957, ../sass/_styles.scss */
.main-nav_wide .mainnav-sub__decor-l {
    display: none;
}

/* line 960, ../sass/_styles.scss */
.main-nav_wide .mainnav-sub__label {
    font-size: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    white-space: normal;
}

/* line 965, ../sass/_styles.scss */
.main-nav_wide .mainnav-sub__label:hover {
    text-decoration: underline;
    background-color: transparent;
}

/* line 970, ../sass/_styles.scss */
.main-nav_wide .dropdown-submenu > .mainnav-sub__label:after {
    display: none;
}

/* line 973, ../sass/_styles.scss */
.main-nav_wide .mainnav-sub .mainnav-sub {
    display: block;
    position: static;
    white-space: normal;
    border-width: 0;
    padding-top: 0;
    padding-bottom: 20px;
}

/* line 980, ../sass/_styles.scss */
.main-nav_wide .mainnav-sub .mainnav-sub .mainnav-sub__decor {
    display: none;
}

/* line 983, ../sass/_styles.scss */
.main-nav_wide .mainnav-sub .mainnav-sub .mainnav-sub__label {
    font-size: 13px;
}

@media (min-width: 740px) {
    /* line 989, ../sass/_styles.scss */
    .main-nav__item:hover > .mainnav-sub {
        display: block;
    }

    /* line 992, ../sass/_styles.scss */
    .mainnav-sub__item:hover > .mainnav-sub {
        display: block;
    }
}

/* line 997, ../sass/_styles.scss */
.views-box {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 1000;
    min-width: 130px;
    background: #fff;
    border: 1px solid rgba(204, 204, 204, 0.3);
}

/* line 1005, ../sass/_styles.scss */
.views-box:last-child {
    border-bottom: 2px solid #ffe062;
}

/* line 1009, ../sass/_styles.scss */
.views-box .views-item:before {
    content: '';
}

/* line 1013, ../sass/_styles.scss */
.views-box .views-item a {
    padding: 10px 27px;
    color: #555;
}

/* line 1018, ../sass/_styles.scss */
.views-box .views-item_current a {
    background-color: #f5f5f5;
}

/* line 1022, ../sass/_styles.scss */
.views-box .views-box {
    top: 0;
    left: 100%;
}

/* line 1026, ../sass/_styles.scss */
.views-box .views-item:hover > .views-box {
    display: block;
}

/* line 1030, ../sass/_styles.scss */
.views-item:hover > .views-box {
    display: block;
}

/*--/main-nav--*/
/*--MARKS--*/
/* line 1036, ../sass/_styles.scss */
.marks {
    position: absolute;
    bottom: 79px;
    left: -7px;
    line-height: 16px;
    text-align: left;
    -webkit-backface-visibility: hidden;
}

/* line 1044, ../sass/_styles.scss */
.marks__item {
    float: left;
    clear: left;
    margin: 0 0 3px;
    padding: 2px 10px 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
}

/* line 1052, ../sass/_styles.scss */
.marks__item_action {
    background-color: #ff4242;
}

/* line 1055, ../sass/_styles.scss */
.marks__item_hit {
    background-color: #ff8523;
}

/* line 1058, ../sass/_styles.scss */
.marks__item_new {
    background-color: #82d026;
}

/*--/marks--*/
/*--VIEWS--*/
/* line 1065, ../sass/_styles.scss */
.views i {
    display: inline-block;
    font: 14px/1 "FontAwesome";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* line 1074, ../sass/_styles.scss */
.views i.showcase:before {
    content: "\f00a";
}

/* line 1079, ../sass/_styles.scss */
.views i.list:before {
    content: "\f00b";
}

/* line 1084, ../sass/_styles.scss */
.views i.list_little:before {
    content: "\f03a";
}

/* line 1089, ../sass/_styles.scss */
.views i.fa-heart:before {
    content: "\f004";
}

/* line 1094, ../sass/_styles.scss */
.views i.fa-shopping-cart:before {
    content: "\f07a";
    margin: 0 0 0 -2px;
    font-size: 19px;
}

/* line 1104, ../sass/_styles.scss */
.views-products .loss-menu-right:last-child {
    display: none;
}

/* line 1107, ../sass/_styles.scss */
.views-products .loss-menu-right:nth-child(3) {
    margin-right: 0;
}

/*--/views--*/
/*--catalog.smart.filter--*/
/* line 1114, ../sass/_styles.scss */
.smartfilter {
    margin: 0 0 15px;
    /*--Track--*/
    /* modf */
}

/* line 1117, ../sass/_styles.scss */
.smartfilter label.disabled {
    opacity: 0.5;
}

/* line 1119, ../sass/_styles.scss */
.smartfilter label.disabled:hover {
    cursor: not-allowed;
}

/* line 1124, ../sass/_styles.scss */
.smartfilter ul {
    margin-bottom: 0;
}

/* line 1126, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop {
    position: relative;
    border: 1px solid rgba(204, 204, 204, 0.3);
    border-width: 0 1px 1px;
}

/* line 1132, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop.active > .name:after {
    content: "\f107";
}

/* line 1136, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop.active > .body {
    display: block;
    z-index: 2;
}

/* line 1142, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop > .name {
    position: relative;
    padding: 10px 30px 8px;
    line-height: 22px;
    cursor: pointer;
}

/* line 1147, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop > .name:after {
    top: 8px;
    right: 11px;
    font-size: 13px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: 'FontAwesome';
}

/* line 1157, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop > .name:hover {
    background-color: rgba(204, 204, 204, 0.3);
}

/* line 1160, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop > .name .hint, .smartfilter ul .bx_filter_prop > .name .loss-menu-right .count, .loss-menu-right .smartfilter ul .bx_filter_prop > .name .count, .smartfilter ul .bx_filter_prop > .name .abc__letter {
    position: relative;
}

/* line 1163, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop > .name .hint:hover .text, .smartfilter ul .bx_filter_prop > .name .loss-menu-right .count:hover .text, .loss-menu-right .smartfilter ul .bx_filter_prop > .name .count:hover .text, .smartfilter ul .bx_filter_prop > .name .abc__letter:hover .text {
    display: block;
}

/* line 1167, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop > .name .hint .fa, .smartfilter ul .bx_filter_prop > .name .loss-menu-right .count .fa, .loss-menu-right .smartfilter ul .bx_filter_prop > .name .count .fa, .smartfilter ul .bx_filter_prop > .name .abc__letter .fa {
    margin-left: 7px;
    /*&:after {
								position: relative;
								top: -2px;
								right: 7px;
								font-size: 8px;
								content: "\f129";
							}*/
}

/* line 1169, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop > .name .hint .fa:before, .smartfilter ul .bx_filter_prop > .name .loss-menu-right .count .fa:before, .loss-menu-right .smartfilter ul .bx_filter_prop > .name .count .fa:before, .smartfilter ul .bx_filter_prop > .name .abc__letter .fa:before {
    font-size: 14px;
    content: "\f1db";
}

/* line 1181, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop > .name .hint .text, .smartfilter ul .bx_filter_prop > .name .loss-menu-right .count .text, .loss-menu-right .smartfilter ul .bx_filter_prop > .name .count .text, .smartfilter ul .bx_filter_prop > .name .abc__letter .text {
    position: absolute;
    top: 25px;
    left: 0;
    display: none;
    min-width: 250px;
    padding: 8px 10px;
    vertical-align: middle;
    line-height: 18px;
    background-color: #fafafa;
    border: 1px solid #000;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    z-index: 10;
}

/* line 1198, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop .name__icon:before {
    content: "?";
    display: none;
    position: absolute;
    top: 10px;
    left: 4px;
    padding: 6px 5px 4px;
    font: 13px/6px Arial, Helvetica, sans-serif;
    border: 1px solid #ababab;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

/* line 1209, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop .name__icon:hover:before {
    border-color: #555;
    color: #555;
}

/* line 1215, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop .name__icon.active:before {
    background-color: #fe7474;
    border-color: #fe7474;
    color: #fff;
}

/* line 1222, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop > .name:hover .name__icon:before {
    display: block;
}

/* line 1226, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop > .body {
    display: none;
    padding: 10px 30px;
    z-index: 1;
}

/* line 1231, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop label {
    font-weight: normal;
    margin-right: 15px;
}

/* line 1234, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop label:last-child {
    margin-bottom: 0;
}

/* line 1239, ../sass/_styles.scss */
.smartfilter ul li:first-child .bx_filter_prop {
    border-top-width: 1px;
}

/* line 1242, ../sass/_styles.scss */
.smartfilter ul .buttons {
    padding: 19px 10px;
}

/* line 1247, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_track {
    position: relative;
    height: 4px;
    margin: 58px 0 20px;
    background: transparent;
}

/* line 1253, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_part {
    position: absolute;
    top: -33px;
    width: 1px;
    height: 30px;
    background: #a2bfc7;
    -webkit-backface-visibility: hidden;
}

/* line 1260, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_part.p1 {
    left: 0;
}

/* line 1263, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_part.p2 {
    left: 25%;
    height: 12px;
    top: -21px !important;
}

/* line 1268, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_part.p3 {
    left: 50%;
    height: 12px;
    top: -21px !important;
}

/* line 1273, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_part.p4 {
    left: 75%;
    height: 12px;
    top: -21px !important;
}

/* line 1278, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_part.p5 {
    right: 0;
}

/* line 1281, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_part.p2 span, .smartfilter .bx_ui_slider_part.p3 span, .smartfilter .bx_ui_slider_part.p4 span {
    color: #6b8086;
}

/* line 1286, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_part span {
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    top: -16px;
    left: 50%;
    display: block;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    color: #000;
}

/* line 1298, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_part.p1 span, .smartfilter .bx_ui_slider_part.p5 span {
    font-size: 13px;
}

/* line 1302, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_part .bx_ui_slider_part.p2 {
    top: 0;
}

/* line 1306, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_pricebar,
.smartfilter .bx_ui_slider_pricebar_V,
.smartfilter .bx_ui_slider_pricebar_VD,
.smartfilter .bx_ui_slider_pricebar_VN,
.smartfilter .bx_ui_slider_range {
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 1318, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_range {
    z-index: 90;
}

/* line 1321, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_pricebar {
    z-index: 80;
}

/* line 1324, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_pricebar_VD {
    z-index: 40;
    background-color: #b7b7b7;
}

/* line 1328, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_pricebar_VN {
    z-index: 50;
    background-color: #5c5c5c;
}

/* line 1332, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_pricebar_V {
    z-index: 60;
    background-color: #ffe062;
}

/* line 1336, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_handle {
    position: absolute;
    top: -9px;
    display: inline-block;
    cursor: pointer;
    color: #000;
    background-color: #fff;
    text-decoration: none;
}

/* line 1345, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_handle span {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px 1px #ccc;
    box-shadow: 0 1px 1px 1px #ccc;
    display: inline-block;
    height: 20px;
    width: 20px;
}

/* line 1352, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_handle.left {
    left: 0;
}

/* line 1355, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_handle.right {
    right: 0;
}

/* line 1360, ../sass/_styles.scss */
.smartfilter .bx_filter_parameters_box .polovinka {
    width: 46%;
    float: left;
}

/* line 1366, ../sass/_styles.scss */
.smartfilter .bx_filter_parameters_box_container_block input {
    text-align: right;
    padding-right: 5px;
    padding-left: 5px;
}

/* line 1372, ../sass/_styles.scss */
.smartfilter .bx_filter_calendar_container {
    position: relative;
}

/* line 1374, ../sass/_styles.scss */
.smartfilter .bx_filter_calendar_container.from {
    margin-right: 5px;
}

/* line 1377, ../sass/_styles.scss */
.smartfilter .bx_filter_calendar_container.to {
    margin-left: 5px;
}

/* line 1380, ../sass/_styles.scss */
.smartfilter .bx_filter_calendar_container input {
    text-align: left;
}

/* line 1382, ../sass/_styles.scss */
.smartfilter .bx_filter_calendar_container input:active, .smartfilter .bx_filter_calendar_container input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #555;
}

/* line 1388, ../sass/_styles.scss */
.smartfilter .bx_filter_calendar_container .calendar-icon {
    position: absolute;
    top: 7px;
    right: -17px;
}

/* line 1393, ../sass/_styles.scss */
.smartfilter .bx_filter_calendar_container .calendar-icon i:after {
    content: '\f073';
}

/* line 1400, ../sass/_styles.scss */
.smartfilter .bx_filter_container_modef {
    position: relative;
    display: block;
}

/* line 1403, ../sass/_styles.scss */
.smartfilter .bx_filter_container_modef .bx_filter_popup_result {
    position: absolute;
    top: -38px;
    left: 116%;
}

/* line 1409, ../sass/_styles.scss */
.smartfilter .bx_filter_popup_result::before {
    background: url("/bitrix/templates/flyaway/images/filter-result-bgr.png") no-repeat scroll 0 0;
    content: "";
    height: 47px;
    left: -20px;
    position: absolute;
    top: -3px;
    width: 20px;
}

/* line 1419, ../sass/_styles.scss */
.smartfilter .bx_filter_popup_result {
    background-color: #fafafa;
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12) !important;
    -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12) !important;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12) !important;
    color: #585f69;
    height: 35px;
    left: 100%;
    padding: 8px 10px 12px;
    position: absolute;
    top: 0;
    white-space: nowrap;
    z-index: 10;
}

/* line 1431, ../sass/_styles.scss */
.smartfilter .bx_filter_popup_result #modef_num {
    margin-right: 15px;
}

/* line 1447, ../sass/_styles.scss */
.element-line .js-item-filter {
    display: inline-block;
    min-width: 65px;
    padding-bottom: 3px;
}

/*--/catalog.smart.filter--*/
/*--PRODUCTS--*/
/* line 1456, ../sass/_styles.scss */
.products {
    margin-bottom: 84px;
}

/* line 1459, ../sass/_styles.scss */
.products__item {
    margin-bottom: 15px;
}

/* line 1462, ../sass/_styles.scss */
.products__in {
    position: relative;
    padding: 10px;
    /*border: 1px solid rgba(204, 204, 204, 0.3);*/
    -webkit-transition: all, 0.2s, ease-in-out 0s;
    -o-transition: all, 0.2s, ease-in-out 0s;
    -moz-transition: all, 0.2s, ease-in-out 0s;
    transition: all, 0.2s, ease-in-out 0s;
}

/* line 1467, ../sass/_styles.scss */
.products__in:hover {
    border-color: #a9a9a9;
    -webkit-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
    -moz-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
    box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
}

/* line 1472, ../sass/_styles.scss */
.products__img {
    max-width: 100%;
}

/* line 1475, ../sass/_styles.scss */
.products-title {
    color: #202020;
    line-height: 19px;
}

/* line 1478, ../sass/_styles.scss */
.products-title:hover {
    color: #202020;
}

/* line 1482, ../sass/_styles.scss */
.products__category {
    height: 20px;
    overflow: hidden;
}

/* line 1486, ../sass/_styles.scss */
.products .category-label {
    color: #999;
    line-height: 18px;
}

/* line 1490, ../sass/_styles.scss */
.products__description {
    line-height: 19px;
}

/* line 1493, ../sass/_styles.scss */
.products__prices {
    margin: 4px 0 0;
}

/* line 1496, ../sass/_styles.scss */
.products-button {
    padding-left: 22px;
    padding-right: 22px;
}

/* line 1501, ../sass/_styles.scss */
.products-foot {
    position: absolute;
    bottom: 0;
}

/* line 1505, ../sass/_styles.scss */
.products-foot__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 18px 0 0;
}

/* line 1511, ../sass/_styles.scss */
.products-box {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

/* line 1518, ../sass/_styles.scss */
.products_showcase .products__item {
    height: 370px;
}

/* line 1521, ../sass/_styles.scss */
.products_showcase .products__in {
    min-height: 369px;
    padding-bottom: 5px;
}

/* line 1526, ../sass/_styles.scss */
.products_showcase .products__pic {
    position: relative;
    height: 230px;
    line-height: 230px;
    text-align: center;
}

/* line 1532, ../sass/_styles.scss */
.products_showcase .products__img {
    max-height: 230px;
    margin-top: -3px;
}

/* line 1537, ../sass/_styles.scss */
.products_showcase .products__data {
    padding: 5px 0 0;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
}

/* line 1543, ../sass/_styles.scss */
.products_showcase .products__bot, .products_showcase .products__name {
    margin-bottom: 8px;
}

/* line 1548, ../sass/_styles.scss */
.products_showcase .products__name {
    height: 36px;
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
}

/* line 1556, ../sass/_styles.scss */
.products_showcase .products__category {
    padding: 0 0 4px;
    margin: 0 0 9px;
}

/* line 1561, ../sass/_styles.scss */
.products_showcase .products__description {
    display: none;
    max-height: 55px;
    overflow: hidden;
    margin: 10px 0 0;
}

/* line 1568, ../sass/_styles.scss */
.products_showcase .products__prices {
    height: 50px;
    max-height: 217px;
    overflow: hidden;
}

/* line 1573, ../sass/_styles.scss */
.products_showcase .products__prices .prices:first-child .prices__values {
    min-height: 38px;
}

/* line 1576, ../sass/_styles.scss */
.products_showcase:not(.owlslider) .products__item:hover .prices:first-child .prices__values {
    min-height: 0;
}

/* line 1579, ../sass/_styles.scss */
.products_showcase .products__item:hover {
    position: relative;
    z-index: 1;
}

/* line 1583, ../sass/_styles.scss */
.products_showcase .products__item:hover .products__in {
    background-color: #fff;
}

/* line 1586, ../sass/_styles.scss */
.products_showcase .products__item_visible .products__description, .products_showcase:not(.owlslider) .products__item:hover .products__description {
    display: block;
}

/* line 1591, ../sass/_styles.scss */
.products_showcase .products__detail {
    display: none;
}

/* line 1594, ../sass/_styles.scss */
.products_showcase .products__item_visible .products__detail, .products_showcase:not(.owlslider) .products__item:hover .products__detail {
    display: block;
}

/* line 1598, ../sass/_styles.scss */
.products_showcase:not(.owlslider) .products__item:hover .products__prices {
    height: auto;
}

/* line 1601, ../sass/_styles.scss */
.products_showcase .products__subscribe {
    text-align: center;
    margin-top: 25px;
}

/* line 1607, ../sass/_styles.scss */
.products_compact .products__in {
    overflow: hidden;
}

/* line 1610, ../sass/_styles.scss */
.products_compact .products__item_active .products__in {
    overflow: visible;
}

/* line 1613, ../sass/_styles.scss */
.products_compact .products__data {
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 120px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/* line 1624, ../sass/_styles.scss */
.products_compact .products__item:hover .products__data, .products_compact .products__item_visible .products__data {
    height: 237px;
}

/* line 1628, ../sass/_styles.scss */
.products_compact .products__item_visible .products__data, .products_compact .products__item_wide:hover .products__data {
    height: 297px;
}

/* line 1632, ../sass/_styles.scss */
.products_compact .products__item:hover .products__prices, .products_compact .products__item_visible .products__prices {
    height: 50px;
}

/* line 1640, ../sass/_styles.scss */
.products_list .products__item {
    margin-bottom: -1px;
}

/* line 1644, ../sass/_styles.scss */
.products_list .products__col {
    height: 234px;
}

/* line 1648, ../sass/_styles.scss */
.products_list .products__col_last {
    padding-left: 29px;
    border-left: 1px solid rgba(204, 204, 204, 0.3);
    line-height: 230px;
}

/* line 1654, ../sass/_styles.scss */
.products_list .products__pic {
    line-height: 230px;
    position: relative;
}

/* line 1658, ../sass/_styles.scss */
.products_list .products__pic a {
    position: relative;
}

/* line 1662, ../sass/_styles.scss */
.products_list .products__img {
    position: relative;
    top: -1px;
    max-height: 230px;
}

/* line 1668, ../sass/_styles.scss */
.products_list .products__name {
    max-height: 38px;
    overflow: hidden;
    margin-bottom: 8px;
}

/* line 1674, ../sass/_styles.scss */
.products_list .products__category {
    margin-bottom: 7px;
}

/* line 1678, ../sass/_styles.scss */
.products_list .products__description {
    max-height: 76px;
    margin: 0 0 7px;
    overflow: hidden;
}

/* line 1684, ../sass/_styles.scss */
.products_list .products__prices-item {
    margin: 0 0 5px;
}

/* line 1688, ../sass/_styles.scss */
.products_list .products__prices {
    max-height: 108px;
    overflow: hidden;
    line-height: normal;
}

/* line 1694, ../sass/_styles.scss */
.products_list .products-buttons {
    margin: 10px 0 0;
}

/* line 1699, ../sass/_styles.scss */
.products_table .products__item {
    margin-bottom: -1px;
}

/* line 1703, ../sass/_styles.scss */
.products_table .products__col {
    height: 105px;
}

/* line 1706, ../sass/_styles.scss */
.products_table .products__col_last {
    line-height: 80px;
}

/* line 1710, ../sass/_styles.scss */
.products_table .products__img {
    max-height: 80px;
}

/* line 1714, ../sass/_styles.scss */
.products_table .products__name {
    max-height: 17px;
    overflow: hidden;
    margin-bottom: 4px;
}

/* line 1720, ../sass/_styles.scss */
.products_table .products__description {
    max-height: 37px;
    margin: 0 0 7px;
    overflow: hidden;
}

/* line 1726, ../sass/_styles.scss */
.products__col-prices {
    overflow: hidden;
}

/* line 1730, ../sass/_styles.scss */
.products_table .products__prices-item {
    float: right;
    margin: 20px 0 0 40px;
    text-align: left;
}

/* line 1734, ../sass/_styles.scss */
.products_table .products__prices-item.__discount {
    margin-top: 7px;
}

/* line 1738, ../sass/_styles.scss */
.products_table .products__prices-item:nth-child(3) {
    margin-left: 0;
}

/* line 1741, ../sass/_styles.scss */
.products_table .products__prices-item:nth-child(3) + .products__prices-item {
    display: none;
}

/* line 1747, ../sass/_styles.scss */
.products_category .products__item {
    height: 340px;
}

/* line 1751, ../sass/_styles.scss */
.products_category .products__in {
    min-height: 340px;
}

/* line 1755, ../sass/_styles.scss */
.products_category .products__label {
    color: #555;
}

/* line 1757, ../sass/_styles.scss */
.products_category .products__label:hover {
    text-decoration: none;
}

/* line 1762, ../sass/_styles.scss */
.products_category .products__data {
    padding-bottom: 15px;
    bottom: 0;
    height: auto;
    min-height: 100px;
    max-height: 100px;
}

/* line 1769, ../sass/_styles.scss */
.products_category .products__item:hover .products__data {
    height: auto;
    max-height: 345px;
}

/* line 1774, ../sass/_styles.scss */
.products_category .products__name {
    height: 54px;
}

/* line 1776, ../sass/_styles.scss */
.products_category .products__name:hover {
    text-decoration: underline;
}

/* line 1780, ../sass/_styles.scss */
.products_category .products__item:hover .products__name {
    height: auto;
}

/* line 1784, ../sass/_styles.scss */
.products_category .products__description {
    display: block;
    max-height: 20px;
    overflow: hidden;
}

/* line 1789, ../sass/_styles.scss */
.products_category .products__item:hover .products__description {
    max-height: 225px;
    font-size: 12px;
}

/* line 1795, ../sass/_styles.scss */
.products.owlslider .owl-item .products__img {
    display: inline;
}

/* line 1799, ../sass/_styles.scss */
.products-new .products {
    margin-bottom: 20px;
}

/* line 1803, ../sass/_styles.scss */
.products-new .products-owl-new .owl-item {
    padding: 1px;
}

/* line 1807, ../sass/_styles.scss */
.informer-products {
    max-height: 314px;
    padding: 0 0 9px;
    overflow-x: hidden;
    overflow-y: auto;
}

/* line 1814, ../sass/_styles.scss */
.buttons-section {
    margin: 6px 0 15px;
}

/* line 1818, ../sass/_styles.scss */
.quantity-wrapper {
    margin: 0 0 11px;
}

/* line 1822, ../sass/_styles.scss */
.bx-catalog-subscribe-button {
    color: #9b0000;
    cursor: pointer;
    font-style: italic;
    font-weight: normal;
    margin: 0;
    vertical-align: middle;
}

/* line 1830, ../sass/_styles.scss */
.bx-catalog-subscribe-button:hover {
    text-decoration: underline;
}

/* line 1834, ../sass/_styles.scss */
.view-case .bx-catalog-subscribe-button, .view-list .bx-catalog-subscribe-button, .view-table .bx-catalog-subscribe-button {
    font-size: 11px;
    line-height: 1;
    width: 70px;
}

/* line 1843, ../sass/_styles.scss */
.quantity-block {
    display: none;
}

/* line 1845, ../sass/_styles.scss */
.usequantity .quantity-block {
    display: block;
}

/* line 1850, ../sass/_styles.scss */
.compare-wrapper {
    margin: 0 0 8px;
}

/* line 1854, ../sass/_styles.scss */
.identifer {
    font-size: 11px;
    font-style: italic;
}

/*--/Products--*/
/*--PRICES--*/
/* line 1861, ../sass/_styles.scss */
.prices {
    margin: 0 0 5px;
}

/* line 1863, ../sass/_styles.scss */
.prices:last-child {
    margin-bottom: 0;
}

/* line 1866, ../sass/_styles.scss */
.prices__title {
    min-height: 12px;
    font-size: 11px;
    line-height: 12px;
    font-style: italic;
}

/* line 1872, ../sass/_styles.scss */
.prices__values {
    display: inline-block;
    vertical-align: top;
    line-height: 19px;
}

/* line 1878, ../sass/_styles.scss */
.prices__values_simple {
    min-height: auto;
}

/* line 1881, ../sass/_styles.scss */
.prices__val_old {
    font-size: 15px;
    text-decoration: line-through;
    color: #555;
}

/* line 1886, ../sass/_styles.scss */
.prices__val_cool {
    font-size: 16px;
    font-weight: bold;
    color: #555;
}

/* line 1891, ../sass/_styles.scss */
.prices__val_new {
    color: #9d0000;
}

/* line 1894, ../sass/_styles.scss */
.prices__val_normal {
    font-size: 16px;
    font-weight: normal;
    color: #555;
}

/*--/prices--*/
/*--STORES--*/
/* line 1903, ../sass/_styles.scss */
.stores {
    white-space: nowrap;
}

/* line 1906, ../sass/_styles.scss */
.stores .stores-label {
    display: inline-block;
    font-size: 11px;
    font-style: italic;
    margin-right: 5px;
    white-space: normal;
}

/* line 1913, ../sass/_styles.scss */
.stores .stores-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 7px 0 0;
    width: 15px;
    height: 4px;
    background: #f2f2f2;
    border: 1px solid #ccc;
}

/* line 1922, ../sass/_styles.scss */
.stores .stores-icon:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -1px;
    width: 15px;
    height: 4px;
    background: #f2f2f2;
    border: 1px solid #ccc;
}

/* line 1932, ../sass/_styles.scss */
.stores .stores-icon:after {
    content: '';
    position: absolute;
    top: -7px;
    left: -1px;
    width: 15px;
    height: 4px;
    background: #f2f2f2;
    border: 1px solid #ccc;
}

/* line 1944, ../sass/_styles.scss */
.stores .stores-icon.stores-small:before {
    background-color: #ff3535;
    border-color: #ff3535;
}

/* line 1949, ../sass/_styles.scss */
.stores .stores-icon.stores-full {
    background-color: #058a5d;
    border-color: #058a5d;
}

/* line 1952, ../sass/_styles.scss */
.stores .stores-icon.stores-full:before {
    background-color: #058a5d;
    border-color: #058a5d;
}

/* line 1956, ../sass/_styles.scss */
.stores .stores-icon.stores-full:after {
    background-color: #058a5d;
    border-color: #058a5d;
}

/* line 1961, ../sass/_styles.scss */
.stores .stores-icon.stores-mal {
    background-color: #FFDA47;
    border-color: #FFDA47;
}

/* line 1964, ../sass/_styles.scss */
.stores .stores-icon.stores-mal:before {
    background-color: #FFDA47;
    border-color: #FFDA47;
}

/* line 1969, ../sass/_styles.scss */
.stores table {
    width: 100%;
}

/* line 1972, ../sass/_styles.scss */
.stores .genamount {
    text-transform: capitalize;
}

/*--/stores--*/
/*--Widgets--*/
/* line 1980, ../sass/_styles.scss */
.widgets a {
    display: block;
    margin-bottom: 9px;
    padding: 19px 0;
    text-decoration: none;
    border: 1px solid rgba(204, 204, 204, 0.3);
    line-height: 19px;
    -webkit-transition: all, 0.2s, ease-in-out 0s;
    -o-transition: all, 0.2s, ease-in-out 0s;
    -moz-transition: all, 0.2s, ease-in-out 0s;
    transition: all, 0.2s, ease-in-out 0s;
}

/* line 1988, ../sass/_styles.scss */
.widgets a:hover {
    border-color: #a9a9a9;
    -webkit-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
    -moz-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
    box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
}

/* line 1992, ../sass/_styles.scss */
.widgets a > i {
    display: block;
    float: left;
    width: 95px;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    height: auto;
    line-height: 38px;
    vertical-align: baseline;
}

/* line 2003, ../sass/_styles.scss */
.widgets a > span {
    display: block;
    float: left;
    width: 142px;
    font-size: 13px;
}

/* line 2010, ../sass/_styles.scss */
.widgets .widget1,
.widgets .widget3,
.widgets .widget4 {
    line-height: 41px;
}

/*--/Widgets--*/
/*--SPINNER--*/
/* line 2019, ../sass/_styles.scss */
.area2darken {
    opacity: 0.6;
    position: relative;
}

/* line 2023, ../sass/_styles.scss */
.area2darken:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 3px double;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-color: transparent #ffe062 #ffe062;
    animation: cssload-spin 870ms infinite linear;
    -o-animation: cssload-spin 870ms infinite linear;
    -ms-animation: cssload-spin 870ms infinite linear;
    -webkit-animation: cssload-spin 870ms infinite linear;
    -moz-animation: cssload-spin 870ms infinite linear;
    z-index: 4;
}

/* line 2041, ../sass/_styles.scss */
.products_showcase .products__item.area2darken {
    opacity: 1;
}

/* line 2043, ../sass/_styles.scss */
.products_showcase .products__item.area2darken .products__in {
    position: relative;
}

/* line 2045, ../sass/_styles.scss */
.products_showcase .products__item.area2darken .products__in:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.6;
    z-index: 2;
}

@keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--/spinner--*/
/*--header--*/
/* line 2091, ../sass/_styles.scss */
.headline {
    border-bottom: 1px solid #f5f5f5;
    text-align: right;
    padding-top: 1px;
    line-height: 22px;
    position: relative;
    z-index: 102;
}

/* line 2099, ../sass/_styles.scss */
.headline a {
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
}

/* line 2103, ../sass/_styles.scss */
.headline a:hover {
    text-decoration: underline;
}

/* line 2109, ../sass/_styles.scss */
.headline-contact__phone {
    padding-right: 50px;
    color: #555;
}

/* line 2112, ../sass/_styles.scss */
.headline-contact__phone .fa.fa-phone:before {
    content: "\f003";
    top: 1px;
    left: -5px;
    position: relative;
}

/* line 2119, ../sass/_styles.scss */
.headline-contact__mail {
    padding-right: 50px;
    color: #555;
}

/* line 2122, ../sass/_styles.scss */
.headline-contact__mail .fa.fa-envelope-o:before {
    content: "\f095";
    top: 1px;
    left: -5px;
    position: relative;
}

/* line 2131, ../sass/_styles.scss */
.headline-call {
    background-repeat: no-repeat;
    background-position: 129px center;
    color: #555;
    padding: 13px 10px 12px 50px;
}

/* line 2138, ../sass/_styles.scss */
.headline-call_simple {
    padding-left: 0;
}

/* line 2142, ../sass/_styles.scss */
.headline-download {
    padding: 10px 10px 10px 50px;
}

/* line 2146, ../sass/_styles.scss */
.headline-location {
    color: #555;
    padding-left: 50px;
}

/* line 2150, ../sass/_styles.scss */
.headline-location__sity {
    color: #555;
}

/* line 2153, ../sass/_styles.scss */
.headline-location__sity span {
    padding-right: 3px;
}

/* line 2157, ../sass/_styles.scss */
.headline-location__form {
    display: inline-block;
}

/* line 2160, ../sass/_styles.scss */
.headline-location__list {
    position: absolute;
    right: 0;
    left: auto;
    z-index: 110;
    min-width: 150px;
}

/* line 2166, ../sass/_styles.scss */
.headline-location__list a {
    display: block;
}

/* line 2168, ../sass/_styles.scss */
.headline-location__list a input {
    display: none;
}

/* line 2171, ../sass/_styles.scss */
.headline-location__list a label {
    font-weight: normal;
}

/* line 2173, ../sass/_styles.scss */
.headline-location__list a label:hover {
    cursor: pointer;
}

/* line 2182, ../sass/_styles.scss */
.header {
    margin: 0 0 30px;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 9px;
    -webkit-box-shadow: 0 15px 40px #f3f3f3;
    -moz-box-shadow: 0 15px 40px #f3f3f3;
    box-shadow: 0 15px 40px #f3f3f3;
    z-index: 101;
    position: relative;
}

/* line 2190, ../sass/_styles.scss */
.header button.navbar-toggle {
    border: 1px solid #a9a9a9;
    background: #fff;
    display: block;
    padding: 10px 8px;
    float: left;
    margin-top: 0;
    margin-bottom: 5px;
}

/* line 2199, ../sass/_styles.scss */
.header button.navbar-toggle .icon-bar {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    display: block;
    height: 0;
    border-top: 3px solid #a9a9a9;
    width: 22px;
    -webkit-transition: -webkit-transform 0.15s linear;
    transition: -webkit-transform 0.15s linear;
    -moz-transition: transform 0.15s linear, -moz-transform 0.15s linear;
    -o-transition: transform 0.15s linear, -o-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear, -moz-transform 0.15s linear, -o-transform 0.15s linear;
}

/* line 2210, ../sass/_styles.scss */
.header-logo a {
    display: inline-block;
    line-height: 100px;
}

/* line 2213, ../sass/_styles.scss */
.header-logo a:hover {
    text-decoration: none;
}

/* line 2217, ../sass/_styles.scss */
.header-logo__company {
    color: #ccc;
    display: block;
    font-size: 20px;
    padding-bottom: 3px;
    padding-left: 57px;
}

/* line 2224, ../sass/_styles.scss */
.header-logo__product {
    color: #555;
    display: block;
    font-size: 18px;
    padding-top: 3px;
    text-align: right;
}

/* line 2233, ../sass/_styles.scss */
.header-slogan {
    font-size: 17px;
    padding: 27px 10px;
    color: #555;
}

/* line 2239, ../sass/_styles.scss */
.header-contacts {
    color: #555;
    padding: 20px 25px;
    float: left;
    margin-right: 35px;
}

/* line 2245, ../sass/_styles.scss */
.header-contacts__phone {
    font-size: 18px;
    margin-bottom: 10px;
}

/* line 2251, ../sass/_styles.scss */
.header-search {
    max-width: 60%;
    float: left;
}

/* line 2255, ../sass/_styles.scss */
.header-search__form {
    padding-top: 27px;
}

/* line 2258, ../sass/_styles.scss */
.header-search__form input[type="submit"] {
    padding-left: 20px;
    padding-right: 20px;
    z-index: 3;
}

/* line 2263, ../sass/_styles.scss */
.header-search__form input[type="text"] {
    min-width: 120px;
}

/* line 2267, ../sass/_styles.scss */
.header-search .search-mobile {
    display: none;
    margin-right: 0;
    text-align: right;
    padding-right: 20px;
}

/* line 2275, ../sass/_styles.scss */
.header-cart {
    padding: 27px 0;
}

/* line 2282, ../sass/_styles.scss */
.header.head_type1 .header-search .loss-menu-right {
    display: none;
}

/* line 2290, ../sass/_styles.scss */
.header.head_type1 .top-menu .main-nav-other__menu {
    padding: 18px 12px;
    font-size: 21px;
    font-weight: bold;
}

/* line 2296, ../sass/_styles.scss */
.header.head_type1 .top-menu .main-nav-other.invisible {
    float: right;
}

/* line 2300, ../sass/_styles.scss */
.header.head_type1 .top-menu .dropdown-menu-right {
    top: 51px;
}

/* line 2306, ../sass/_styles.scss */
.header.head_type2 {
    padding-bottom: 10px;
}

/* line 2309, ../sass/_styles.scss */
.header.head_type2 .header-logo img {
    max-width: 230px;
    width: 100%;
}

/* line 2314, ../sass/_styles.scss */
.header.head_type2 .header-search {
    float: right;
    position: relative;
    margin: 27px 0 0 30px;
    top: 1px;
}

/* line 2319, ../sass/_styles.scss */
.header.head_type2 .header-search a {
    width: 38px;
}

/* line 2322, ../sass/_styles.scss */
.header.head_type2 .header-search .loss-menu-right {
    margin-right: 0;
}

/* line 2325, ../sass/_styles.scss */
.header.head_type2 .header-search__form {
    position: absolute;
    top: 20px;
    right: 0;
    display: none;
    padding-right: 0;
}

/* line 2332, ../sass/_styles.scss */
.header.head_type2 .header-search__form input[type="text"] {
    min-width: 230px;
}

/* line 2338, ../sass/_styles.scss */
.header.head_type2 .top-menu {
    border: 1px solid rgba(204, 204, 204, 0.3);
    margin-top: 28px;
}

/* line 2343, ../sass/_styles.scss */
.header.head_type2 .top-menu .main-nav__label {
    padding: 11px 14px;
}

/* line 2347, ../sass/_styles.scss */
.header.head_type2 .top-menu .main-nav-other__menu {
    padding: 11px 9px;
    color: #bababa;
    font-size: 21px;
    font-weight: bold;
}

/* line 2354, ../sass/_styles.scss */
.header.head_type2 .top-menu .main-nav-other.invisible {
    float: right;
}

/* line 2360, ../sass/_styles.scss */
.header.head_type2 .dropdown-menu-right {
    top: 37px;
}

/* line 2364, ../sass/_styles.scss */
.header.head_type2 .navbar-collapse {
    padding: 0;
}

/* line 2369, ../sass/_styles.scss */
.header-contacts {
    line-height: 1.2;
}

/* line 2375, ../sass/_styles.scss */
.top-menu .main-nav__item.invisible {
    display: none;
}

/* line 2378, ../sass/_styles.scss */
.top-menu .main-nav-other.dropdown {
    float: right;
    text-align: right;
    position: relative;
}

/* line 2384, ../sass/_styles.scss */
.top-menu .main-nav-other:hover ul.dropdown-menu-right {
    display: block !important;
}

/* line 2390, ../sass/_styles.scss */
.top-menu .dropdown-menu-right {
    display: none;
    position: absolute;
    top: 51px;
    right: 0;
    background: #fff;
    text-align: left;
    min-width: 215px;
    border: 1px solid rgba(204, 204, 204, 0.3);
}

/* line 2402, ../sass/_styles.scss */
.top-menu .dropdown-menu-right li.other_li a.main-nav__label {
    color: #555;
    padding: 10px 27px;
    display: block;
}

/* line 2406, ../sass/_styles.scss */
.top-menu .dropdown-menu-right li.other_li a.main-nav__label:hover {
    background: #F0F0F0;
    text-decoration: none;
}

/* line 2415, ../sass/_styles.scss */
.padding-no {
    padding: 0;
}

/* line 2419, ../sass/_styles.scss */
.form .webform .label-wrap, .bx-catalog-subscribe-form-container-label {
    color: #999;
    font-size: 13px;
    display: block;
    margin-bottom: 4px;
}

/* line 2427, ../sass/_styles.scss */
.form__title {
    padding: 0 0 25px;
    margin: 0 0 20px;
    color: #202020;
    font-size: 18px;
}

/* line 2434, ../sass/_styles.scss */
.form__title_simple {
    padding-bottom: 5px;
}

/* line 2439, ../sass/_styles.scss */
.form .webform .field {
    padding-bottom: 15px;
}

/* line 2445, ../sass/_styles.scss */
.form .webform-button {
    color: #555;
    float: right;
}

/* line 2451, ../sass/_styles.scss */
.form__text {
    display: inline-block;
    margin-top: 10px;
}

/* line 2457, ../sass/_styles.scss */
.form-capcha__text {
    font-weight: normal;
}

/* line 2461, ../sass/_styles.scss */
.form-capcha__reload {
    display: inline-block;
    padding-left: 10px;
    padding-top: 7px;
}

/* line 2468, ../sass/_styles.scss */
.form .required {
    color: #ff0000;
    font-size: 15px;
}

/*body .fancybox-inner {
		overflow: hidden !important;
	}*/
/* line 2478, ../sass/_styles.scss */
.navbar-toggle-hide {
    display: none;
}

/* line 2484, ../sass/_styles.scss */
.locationbig .items .item {
    float: left;
    width: 25%;
    padding: 5px 0;
}

/* line 2490, ../sass/_styles.scss */
.locationbig .title {
    padding: 12px 0;
}

/* line 2493, ../sass/_styles.scss */
.locationbig .bx-ui-sls-route {
    display: none;
}

/* line 2499, ../sass/_styles.scss */
.cominput.field input[type="text"] {
    font-size: 13px;
    color: #555;
    border: 1px solid #a9a9a9;
    padding: 10px;
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* line 2508, ../sass/_styles.scss */
.cominput.field input[type="text"]:focus {
    color: #555;
    border: 1px solid #555;
}

/* line 2515, ../sass/_styles.scss */
.top-menu.menu_left {
    display: inline-block;
    float: right;
}

/* line 2520, ../sass/_styles.scss */
.head_type3 {
    padding-bottom: 12px;
}

/* line 2525, ../sass/_styles.scss */
.nav-side__label {
    padding: 12px 30px 10px;
}

/* line 2529, ../sass/_styles.scss */
.wrap-top-menu {
    margin-right: 80px;
}

@media (max-width: 1024px) {
    /* line 2534, ../sass/_styles.scss */
    .header-logo img {
        width: 100%;
    }

    /* line 2537, ../sass/_styles.scss */
    .header .header-contacts__adress {
        max-width: 165px;
    }

    /* line 2540, ../sass/_styles.scss */
    .documentation__item {
        width: 25% !important;
        margin-bottom: 15px;
    }
}

@media (max-width: 375px) {
    /* line 2546, ../sass/_styles.scss */
    .basketinhead {
        margin-left: 3px !important;
        margin-right: 3px !important;
    }
}

@media (max-width: 739px) {
    /* line 2553, ../sass/_styles.scss */
    body .documentation__item {
        width: 50% !important;
        margin-bottom: 16px !important;
        margin-right: 0 !important;
    }

    /* line 2558, ../sass/_styles.scss */
    body .documentation-icon {
        margin-right: 10px;
    }

    /* line 2561, ../sass/_styles.scss */
    body .documentation__link {
        margin-left: 0;
    }

    /* line 2564, ../sass/_styles.scss */
    body .documentation__item {
        width: 100% !important;
        margin-bottom: 16px !important;
        margin-right: 0 !important;
    }

    /* line 2569, ../sass/_styles.scss */
    body .head_info {
        padding-bottom: 5px !important;
        -webkit-box-shadow: 0 3px 2px #d2d2d2;
        -moz-box-shadow: 0 3px 2px #d2d2d2;
        box-shadow: 0 3px 2px #d2d2d2;
    }

    /* line 2573, ../sass/_styles.scss */
    body .collapse .nav-side {
        display: block;
    }

    /* line 2578, ../sass/_styles.scss */
    .header-slogan {
        display: none;
    }

    /* line 2581, ../sass/_styles.scss */
    .header-contacts {
        display: none;
    }

    /* line 2585, ../sass/_styles.scss */
    .header-logo img {
        width: 100%;
        padding-top: 5px;
    }

    /* line 2592, ../sass/_styles.scss */
    .headline {
        display: none;
    }

    /* line 2596, ../sass/_styles.scss */
    .header.head_type2 {
        padding-bottom: 5px;
    }

    /* line 2598, ../sass/_styles.scss */
    .header.head_type2 .header-search {
        margin: 0;
    }

    /* line 2601, ../sass/_styles.scss */
    .header.head_type2 .top-menu {
        border: none;
        margin-top: 0;
        display: block;
        float: none;
    }

    /* line 2607, ../sass/_styles.scss */
    .header.head_type2 .top-menu .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* line 2614, ../sass/_styles.scss */
    .navbar-collapse {
        border-top: none;
    }

    /* line 2618, ../sass/_styles.scss */
    .top-menu {
        height: auto;
    }

    /* line 2620, ../sass/_styles.scss */
    .top-menu .container {
        padding: 0;
    }

    /* line 2622, ../sass/_styles.scss */
    .top-menu .container .col-lg-12 {
        padding: 0;
    }

    /* line 2625, ../sass/_styles.scss */
    .top-menu .container ul.main-nav {
        margin: 0;
        border-top: 1px solid #ccc;
    }

    /* line 2628, ../sass/_styles.scss */
    .top-menu .container ul.main-nav .main-nav__label {
        padding: 12px 14px;
    }

    /* line 2635, ../sass/_styles.scss */
    .navbar-toggle-hide,
    .search-mobile {
        display: block;
    }

    /* line 2639, ../sass/_styles.scss */
    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
        -webkit-box-shadow: 0 3px 2px #bdbdbd;
        -moz-box-shadow: 0 3px 2px #bdbdbd;
        box-shadow: 0 3px 2px #bdbdbd;
    }

    /* line 2646, ../sass/_styles.scss */
    .main-nav__title {
        font-weight: normal !important;
    }

    /* line 2649, ../sass/_styles.scss */
    .main-nav__label {
        font-size: 15px;
        color: #202020;
    }

    /* line 2653, ../sass/_styles.scss */
    .main-nav li {
        border-bottom: 1px solid #ccc;
    }

    /* line 2659, ../sass/_styles.scss */
    .mainnav-sub li:last-child {
        border-bottom: none;
    }

    /* line 2663, ../sass/_styles.scss */
    .mainnav-sub__label {
        font-size: 15px;
        color: #202020;
    }

    /* line 2667, ../sass/_styles.scss */
    .mainnav-sub__label_hover {
        color: #202020;
    }

    /* line 2675, ../sass/_styles.scss */
    .main-nav_wide .mainnav-sub__item {
        float: none;
        display: block;
        width: 100%;
    }

    /* line 2680, ../sass/_styles.scss */
    .main-nav_wide .mainnav-sub .main-nav_wide .mainnav-sub {
        padding-bottom: 0;
    }

    /* line 2688, ../sass/_styles.scss */
    li.lvl1.open > ul {
        border-left: 5px solid #b1b1b1;
        border-bottom: 5px solid #ffe062;
    }

    /* line 2692, ../sass/_styles.scss */
    li.lvl1.open > ul ul {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-bottom: none;
    }

    /* line 2700, ../sass/_styles.scss */
    .header.head_type1 .header-search {
        padding-right: 0;
        float: right;
        position: relative;
        margin-left: -6px;
    }

    /* line 2706, ../sass/_styles.scss */
    .header.head_type1 .header-search .loss-menu-right {
        display: block !important;
        margin-right: 0;
    }

    /* line 2710, ../sass/_styles.scss */
    .header.head_type1 .header-search__form {
        display: none;
        position: absolute;
        right: 0;
        top: 25px;
        padding-right: 0;
    }

    /* line 2717, ../sass/_styles.scss */
    .header.head_type1 .header-search input[type="text"] {
        min-width: 229px;
    }

    /* line 2723, ../sass/_styles.scss */
    .head_type3 {
        padding-bottom: 0;
    }

    /* line 2727, ../sass/_styles.scss */
    .slider,
    .slider .container,
    .slider .container .navbar-collapse {
        padding: 0 !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    /* line 2737, ../sass/_styles.scss */
    .left-menu .nav-side__item {
        border-bottom: 1px solid #ccc;
    }

    /* line 2740, ../sass/_styles.scss */
    .left-menu .nav-side__label {
        font-size: 15px;
        color: #202020;
        padding: 7px 14px 9px;
        position: relative;
    }

    /* line 2746, ../sass/_styles.scss */
    .left-menu .nav-side__submenu {
        background-color: #fff;
    }

    /* line 2749, ../sass/_styles.scss */
    .left-menu .nav-side__icon {
        float: right;
    }

    /* line 2752, ../sass/_styles.scss */
    .left-menu .nav-side > li.open > ul {
        border-bottom: 5px solid #ffe062;
        border-left: 5px solid #b1b1b1;
    }
}

@media (max-width: 480px) {
    /* line 2760, ../sass/_styles.scss */
    .header.head_type1 .header-search__form {
        right: -50px;
    }
}

/* line 2765, ../sass/_styles.scss */
.form-item {
    line-height: 20px;
}

/* line 2768, ../sass/_styles.scss */
.btn2 {
    z-index: 100;
}

/*test*/
/* line 2772, ../sass/_styles.scss */
.ban {
    width: 99%;
}

/* line 2775, ../sass/_styles.scss */
.slider {
    padding-top: 20px;
    -webkit-box-shadow: 0 8px 12px #f3f3f3 inset;
    -moz-box-shadow: 0 8px 12px #f3f3f3 inset;
    box-shadow: 0 8px 12px #f3f3f3 inset;
}

/*test*/
@media (max-width: 1024px) {
    /* line 2783, ../sass/_styles.scss */
    body .reccom_mobile {
        display: block;
    }

    /* line 2787, ../sass/_styles.scss */
    body .product-recom-list {
        display: none;
    }
}

@media (max-width: 740px) {
    /* line 2797, ../sass/_styles.scss */
    body .rs_detail-pic {
        margin-left: 0;
    }

    /* line 2800, ../sass/_styles.scss */
    body .rs_detail-pic_scroll {
        position: absolute;
        bottom: -25px;
        left: 0;
        right: 0;
        margin: auto;
        padding-left: 0;
    }

    /* line 2809, ../sass/_styles.scss */
    body .rs_detail-podimg {
        margin-left: 0;
        margin-bottom: 20px;
    }

    /* line 2814, ../sass/_styles.scss */
    body .product-announce {
        padding-right: 0;
    }

    /* line 2818, ../sass/_styles.scss */
    body .characteristics__item {
        width: 100%;
    }

    /* line 2822, ../sass/_styles.scss */
    body .characteristics-list__name {
        width: 50%;
    }

    /* line 2825, ../sass/_styles.scss */
    body .characteristics-list__value {
        width: 50%;
    }

    /* line 2830, ../sass/_styles.scss */
    body .tabs-item {
        border: 1px solid #a9a9a9;
        margin: 3px;
    }

    /* line 2834, ../sass/_styles.scss */
    body .js-brcrtitle {
        margin-top: 0;
    }

    /* line 2837, ../sass/_styles.scss */
    body .page-h h1 {
        padding-bottom: 15px;
        font-size: 24px;
    }

    /* line 2841, ../sass/_styles.scss */
    body .header {
        margin: 0 0 10px;
    }

    /* line 2844, ../sass/_styles.scss */
    body .product {
        padding: 25px 0 0;
        position: relative;
    }

    /* line 2848, ../sass/_styles.scss */
    body .compare-mobile,
    body .order-mobile,
    body .reccom_mobile {
        display: block;
    }

    /* line 2853, ../sass/_styles.scss */
    body .product-linkdetail {
        display: block;
        position: relative;
        z-index: 10;
        padding-top: 5px;
    }

    /* line 2859, ../sass/_styles.scss */
    body .product-description {
        position: static;
    }

    /* line 2862, ../sass/_styles.scss */
    body .product-box {
        position: absolute;
        top: 0;
    }

    /* line 2866, ../sass/_styles.scss */
    body .product-code {
        margin-top: -15px;
    }

    /* line 2869, ../sass/_styles.scss */
    body .mobile-stars-brand,
    body .novigation_carousel {
        display: block;
    }

    /* line 2873, ../sass/_styles.scss */
    body .js-ttl {
        margin-bottom: 15px;
    }

    /* line 2876, ../sass/_styles.scss */
    body .reviews__item {
        margin-right: 0;
    }

    /* line 2879, ../sass/_styles.scss */
    body .owl-nav {
        display: none !important;
    }

    /* line 2882, ../sass/_styles.scss */
    body .tabs .tab-pane {
        margin-bottom: 30px;
    }

    /* line 2885, ../sass/_styles.scss */
    body .product-recom-list,
    body .rs_detail-podimg {
        display: none;
    }

    /* line 2889, ../sass/_styles.scss */
    body .novigation_carousel .rs_detail-pic_scroll {
        padding-left: 0;
        float: none;
        display: block;
        margin: 0 auto;
    }

    /* line 2895, ../sass/_styles.scss */
    body #description,
    body .product-announce {
        max-width: 100%;
    }

    /* line 2900, ../sass/_styles.scss */
    body .form-title {
        margin-left: 0;
        float: none;
        margin-bottom: 10px;
    }

    /* line 2905, ../sass/_styles.scss */
    body .form-rating__name, body .form-review__rating {
        float: none;
        display: block;
    }

    /* line 2910, ../sass/_styles.scss */
    body .form-rating__name {
        padding: 15px 0 0;
    }

    /* line 2913, ../sass/_styles.scss */
    body .form-review__rating table {
        float: left;
    }

    /* line 2916, ../sass/_styles.scss */
    body .form-review__rating {
        padding: 5px 0;
    }

    /* line 2921, ../sass/_styles.scss */
    body .reviews__image {
        display: none;
    }

    /* line 2924, ../sass/_styles.scss */
    body .reviews__user {
        border-top: 1px solid #e5e5e5;
        padding: 5px 0;
        position: relative;
    }

    /* line 2929, ../sass/_styles.scss */
    body .reviews__info {
        width: 100%;
        padding-left: 15px;
    }

    /* line 2933, ../sass/_styles.scss */
    body .reviews__date {
        position: absolute;
        top: 7px;
        right: 10px;
    }

    /* line 2938, ../sass/_styles.scss */
    body .reviews__user-name {
        padding: 0;
    }
}

/* line 2945, ../sass/_styles.scss */
.dropdown-menu-right {
    border-bottom: 2px solid #ffe062;
    z-index: 200;
}

/* line 2950, ../sass/_styles.scss */
.main-border > li {
    border-left: 1px solid rgba(204, 204, 204, 0.3) !important;
}

/* line 2953, ../sass/_styles.scss */
.main-border li.main-nav__item:last-child {
    border-right: 1px solid rgba(204, 204, 204, 0.3) !important;
}

/* line 2957, ../sass/_styles.scss */
.head_info {
    padding-bottom: 10px;
}

/*--/header--*/
/* line 2962, ../sass/_styles.scss */
.page-h h1 {
    color: #202020;
    font-size: 30px;
    padding-bottom: 35px;
    padding-top: 3px;
    border-bottom: 2px solid #ffe062;
    margin-top: 1px;
    margin-bottom: 0;
}

/*Filter*/
/* line 2976, ../sass/_styles.scss */
.smartfilter .input-group-addon {
    font-size: 13px;
    color: #999;
    background: transparent;
    border: transparent;
    padding: 0 5px 0 0;
}

/* line 2984, ../sass/_styles.scss */
.smartfilter .input-group input {
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    height: auto;
    width: 100%;
    text-align: left;
}

/* line 2990, ../sass/_styles.scss */
.smartfilter .input-group input:active, .smartfilter .input-group input:focus {
    border-color: #555;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* line 2997, ../sass/_styles.scss */
.smartfilter .polovinka_pad {
    float: left;
    height: 30px;
    width: 8%;
}

/* line 3004, ../sass/_styles.scss */
.bx_filter_param_btn {
    display: inline-block;
}

/* line 3007, ../sass/_styles.scss */
.bx_filter_btn_color_icon {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 0 1px transparent;
    -moz-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
    display: inline-block;
    height: 28px;
    width: 28px;
}

/* line 3013, ../sass/_styles.scss */
.bx_filter_select_popup .bx_filter_btn_color_icon, .bx_filter_select_text .bx_filter_btn_color_icon {
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
}

/* line 3020, ../sass/_styles.scss */
.bx_filter_btn_color_icon:hover {
    cursor: pointer;
}

/* line 3024, ../sass/_styles.scss */
.bx_filter_param_text {
    display: inline-block;
    margin-left: 3px;
    margin-top: 3px;
    vertical-align: top;
}

/* line 3029, ../sass/_styles.scss */
.bx_filter_param_text:hover {
    cursor: pointer;
}

/* line 3033, ../sass/_styles.scss */
.bx_filter_btn_color_icon + .bx_filter_param_text {
    margin-top: 0;
}

/* line 3037, ../sass/_styles.scss */
.cwp.active .bx_filter_btn_color_icon,
.cwpal.active .bx_filter_btn_color_icon {
    -webkit-box-shadow: 0 0 0 4px #ffe062;
    -moz-box-shadow: 0 0 0 4px #ffe062;
    box-shadow: 0 0 0 4px #ffe062;
}

/* line 3041, ../sass/_styles.scss */
.cwp {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

/* line 3046, ../sass/_styles.scss */
.bx_filter_select_text {
    border: 1px solid #a9a9a9;
    line-height: 17px;
    padding: 10.5px;
    background-color: #fff;
    color: #555;
    font-size: 13px;
    min-width: 70px;
    margin-bottom: 10px;
}

/* line 3057, ../sass/_styles.scss */
.bx_filter_input_container .calendar {
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    height: auto;
    text-align: left;
    width: 100%;
}

/* line 3065, ../sass/_styles.scss */
.polovinka.polovinka_calendar {
    width: 45% !important;
    padding-bottom: 4px;
}

/* line 3069, ../sass/_styles.scss */
.polovinka.polovinka_calendar.left {
    margin-right: 10px;
}

/* line 3072, ../sass/_styles.scss */
.f_search {
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    height: auto;
    margin-bottom: 10px;
}

/* line 3078, ../sass/_styles.scss */
.around_f_search {
    position: relative;
}

/* line 3080, ../sass/_styles.scss */
.around_f_search:before {
    content: "\f002";
    position: absolute;
    top: 8px;
    right: 3px;
    color: #8d8d8d;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding: 0;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    height: 20px;
    width: 20px;
}

/* line 3098, ../sass/_styles.scss */
.form-control:focus, .bx-catalog-subscribe-form-container-input > input:focus {
    border-color: #555;
}

/* line 3102, ../sass/_styles.scss */
.dubl-min-price {
    position: relative;
    font-size: 11px;
    background: #f0f0f0;
    border: none;
    text-align: center;
    bottom: 7px;
    left: -20px;
    color: #8d8d8d;
}

/* line 3113, ../sass/_styles.scss */
.dubl-max-price {
    position: relative;
    font-size: 11px;
    background: #f0f0f0;
    border: none;
    text-align: center;
    bottom: 7px;
    float: right;
    right: -20px;
    color: #8d8d8d;
}

/* line 3124, ../sass/_styles.scss */
.bx_filter_select_popup {
    border: 1px solid #a9a9a9;
    -webkit-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
    -moz-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
    box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
}

/* line 3128, ../sass/_styles.scss */
.popup-window {
    background: #fff;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
}

/* line 3134, ../sass/_styles.scss */
.popup-window li {
    min-width: 65px;
}

/* line 3137, ../sass/_styles.scss */
.popup-window li label {
    color: #555;
    display: block;
    font-weight: normal;
    padding: 8px 15px;
    margin-bottom: 0;
}

/* line 3143, ../sass/_styles.scss */
.popup-window li label:hover {
    cursor: pointer;
    background: #F5F5F5;
}

/* line 3149, ../sass/_styles.scss */
.popup-window ul {
    margin: 0;
}

/* line 3152, ../sass/_styles.scss */
.popup-window .popup-window-left-column,
.popup-window .popup-window-right-column {
    width: 0;
    min-width: 0;
}

/* line 3157, ../sass/_styles.scss */
.popup-window .popup-window-content {
    margin: 0;
}

/* line 3160, ../sass/_styles.scss */
.popup-window .popup-window-bottom-row,
.popup-window .popup-window-top-row {
    display: none;
}

/* line 3165, ../sass/_styles.scss */
.bx_tip_text {
    display: none;
    background: #fafafa;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 2px 0 #ccc;
    -moz-box-shadow: 0 0 2px 0 #ccc;
    box-shadow: 0 0 2px 0 #ccc;
    padding: 10px;
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 100;
    max-width: 250px;
}

/* line 3177, ../sass/_styles.scss */
.bx_tip_text .fa-close {
    position: absolute;
    top: 3px;
    right: 5px;
}

/* line 3182, ../sass/_styles.scss */
.filter__item {
    background: #fff;
}

/* line 3185, ../sass/_styles.scss */
.filter__item .body {
    position: relative;
}

/* line 3188, ../sass/_styles.scss */
.filter__item .body .podrob_link {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    right: 0;
    padding: 9px 12px;
    text-align: right;
}

/* line 3199, ../sass/_styles.scss */
.filter__item .body.hideprop {
    height: auto !important;
}

/* line 3202, ../sass/_styles.scss */
.filter__item .body.hideprop .podrob_link {
    background: transparent;
}

/* line 3206, ../sass/_styles.scss */
.compare-mobile {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 100;
    display: none;
}

/* line 3213, ../sass/_styles.scss */
.order-mobile {
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 100;
    display: none;
}

/*Filter*/
/*STARS*/
/* line 3223, ../sass/_styles.scss */
.stars-rating {
    display: inline-block;
    margin-left: 15px;
}

/* line 3227, ../sass/_styles.scss */
.stars-rating .star {
    font-family: "FontAwesome";
    cursor: pointer;
    color: #b8b8b8;
    margin-left: -4px;
    padding: 0 2px;
    display: inline-block;
}

/* line 3235, ../sass/_styles.scss */
.stars-rating .star:before {
    content: "\f005";
}

/* line 3238, ../sass/_styles.scss */
.stars-rating .selected,
.stars-rating.rating-1 .star:nth-child(-n+1),
.stars-rating.rating-2 .star:nth-child(-n+2),
.stars-rating.rating-3 .star:nth-child(-n+3),
.stars-rating.rating-4 .star:nth-child(-n+4),
.stars-rating.rating-5 .star:nth-child(-n+5) {
    color: #ffd203;
}

/* line 3246, ../sass/_styles.scss */
.offer_prop.color.closed .div_select .div_options > .div_option.selected,
.offer_prop.color.closed .div_select .div_options > .div_option:hover,
.offer_prop.color.closed .div_select .stars-rating.rating-1 .div_options > .div_option.star:nth-child(-n+1),
.offer_prop.color.closed .div_select .stars-rating.rating-2 .div_options > .div_option.star:nth-child(-n+2),
.offer_prop.color.closed .div_select .stars-rating.rating-3 .div_options > .div_option.star:nth-child(-n+3),
.offer_prop.color.closed .div_select .stars-rating.rating-4 .div_options > .div_option.star:nth-child(-n+4),
.offer_prop.color.closed .div_select .stars-rating.rating-5 .div_options > .div_option.star:nth-child(-n+5),
.offer_propcolor.opened .div_select .div_options > .div_option.selected,
.offer_propcolor.opened .div_select .div_options > .div_option:hover,
.offer_propcolor.opened .div_select .stars-rating.rating-1 .div_options > .div_option.star:nth-child(-n+1),
.offer_propcolor.opened .div_select .stars-rating.rating-2 .div_options > .div_option.star:nth-child(-n+2),
.offer_propcolor.opened .div_select .stars-rating.rating-3 .div_options > .div_option.star:nth-child(-n+3),
.offer_propcolor.opened .div_select .stars-rating.rating-4 .div_options > .div_option.star:nth-child(-n+4),
.offer_propcolor.opened .div_select .stars-rating.rating-5 .div_options > .div_option.star:nth-child(-n+5),
.stars-rating.rating-1 .offer_prop.color.closed .div_select .div_options > .div_option.star:nth-child(-n+1),
.stars-rating.rating-1 .offer_propcolor.opened .div_select .div_options > .div_option.star:nth-child(-n+1),
.stars-rating.rating-2 .offer_prop.color.closed .div_select .div_options > .div_option.star:nth-child(-n+2),
.stars-rating.rating-2 .offer_propcolor.opened .div_select .div_options > .div_option.star:nth-child(-n+2),
.stars-rating.rating-3 .offer_prop.color.closed .div_select .div_options > .div_option.star:nth-child(-n+3),
.stars-rating.rating-3 .offer_propcolor.opened .div_select .div_options > .div_option.star:nth-child(-n+3),
.stars-rating.rating-4 .offer_prop.color.closed .div_select .div_options > .div_option.star:nth-child(-n+4),
.stars-rating.rating-4 .offer_propcolor.opened .div_select .div_options > .div_option.star:nth-child(-n+4),
.stars-rating.rating-5 .offer_prop.color.closed .div_select .div_options > .div_option.star:nth-child(-n+5),
.stars-rating.rating-5 .offer_propcolor.opened .div_select .div_options > .div_option.star:nth-child(-n+5) {
    border-color: #0084c9;
}

/*/
STARS*/
/*NAV DOT MOBILE*/
/* line 3276, ../sass/_styles.scss */
.novigation_carousel {
    display: none;
}

/* line 3279, ../sass/_styles.scss */
.novigation_carousel .paginator .owl-dot {
    width: 10px !important;
    height: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    background: #555;
    border: none !important;
    float: left;
    margin: 0 2px;
}

/* line 3288, ../sass/_styles.scss */
.novigation_carousel .paginator .owl-dot img {
    display: none;
}

/*/
NAV DOT MOBILE*/
/* line 3293, ../sass/_styles.scss */
.reccom_mobile {
    display: none;
}

/* line 3296, ../sass/_styles.scss */
#description {
    max-width: 80%;
}

/**-ITEM-**/
/* line 3301, ../sass/_styles.scss */
.product {
    padding: 34px 0;
    /*BUTTON BAR ITEM*/
    /*BOX DELIVERY BAR*/
    /*BOX DELIVERY BAR*/
    /*RECCOMEND ITEM*/
    /*/
  RECCOMEND ITEM*/
}

/* line 3303, ../sass/_styles.scss */
.product li:before {
    color: transparent;
}

/* line 3306, ../sass/_styles.scss */
.product-content__title {
    color: #202020;
    font-size: 24px;
    margin: 0;
    padding: 47px 0 15px;
}

/* line 3312, ../sass/_styles.scss */
.product-code {
    color: #999999;
    font-style: italic;
    font-size: 12px;
}

/* line 3317, ../sass/_styles.scss */
.product-name {
    color: #202020;
    font-size: 30px;
    padding-top: 3px;
    padding-bottom: 5px;
}

/* line 3323, ../sass/_styles.scss */
.product-params {
    padding-top: 3px;
}

/* line 3326, ../sass/_styles.scss */
.product-params__brand {
    font-size: 14px;
    color: #585f69;
    text-transform: uppercase;
    float: left;
}

/* line 3332, ../sass/_styles.scss */
.product-params__rating {
    float: left;
    padding-left: 10px;
}

/* line 3337, ../sass/_styles.scss */
.product-price {
    padding: 40px 0;
}

/* line 3340, ../sass/_styles.scss */
.product-price__actual {
    font-size: 26px;
    color: #9d0000;
    font-weight: bold;
}

/* line 3345, ../sass/_styles.scss */
.product-price__old {
    font-size: 20px;
    color: #555555;
}

/* line 3349, ../sass/_styles.scss */
.product-price__old .through {
    text-decoration: line-through;
}

/* line 3356, ../sass/_styles.scss */
.product .productsku-color__title {
    color: #999999;
    font-style: italic;
    font-size: 12px;
    padding-bottom: 3px;
}

/* line 3362, ../sass/_styles.scss */
.product .productsku-color__list {
    list-style-type: none;
    margin: 2px 0 0 -3px;
    padding: 0;
}

/* line 3367, ../sass/_styles.scss */
.product .productsku-color__list li {
    float: left;
    margin-right: 6px;
    list-style-type: none;
}

/* line 3373, ../sass/_styles.scss */
.product .productsku-color__list li:before {
    color: #fff;
}

/* line 3378, ../sass/_styles.scss */
.product .productsku-color__list li.active .colors-cover {
    background: #ffe062;
}

/* line 3384, ../sass/_styles.scss */
.product .productsku-select {
    float: left;
    padding-right: 15px;
}

/* line 3388, ../sass/_styles.scss */
.product .productsku-select__title {
    color: #999999;
    font-style: italic;
    font-size: 12px;
    padding-bottom: 3px;
}

/* line 3395, ../sass/_styles.scss */
.product .dropdown-menu {
    min-width: auto;
}

/* line 3398, ../sass/_styles.scss */
.product-announce {
    color: #555;
    font-size: 13px;
    line-height: 19px;
    padding-right: 50px;
    padding-bottom: 12px;
    max-height: 165px;
    overflow: hidden;
    max-width: 80%;
}

/* line 3408, ../sass/_styles.scss */
.product-linkdetail {
    color: #666699;
    font-size: 13px;
    -webkit-box-shadow: 0 -10px 15px 0 #fff;
    -moz-box-shadow: 0 -10px 15px 0 #fff;
    box-shadow: 0 -10px 15px 0 #fff;
    width: 100%;
    display: inline-block;
}

/* line 3415, ../sass/_styles.scss */
.product-social__title {
    padding: 30px 0 10px;
}

/* line 3419, ../sass/_styles.scss */
.product-buyblock {
    /*/
  BUTTON BAR ITEM*/
}

/* line 3421, ../sass/_styles.scss */
.product-buyblock .quantity-block {
    float: left;
    margin: 0 15px 15px 0;
}

/* line 3426, ../sass/_styles.scss */
.product-buyblock__addcart, .product-buyblock__buy1click {
    float: left;
    font-size: 15px;
    line-height: 1.2;
    margin: 0 15px 15px 0;
    padding: 10px 30px;
}

/* line 3434, ../sass/_styles.scss */
.product-buyblock__addcart:last-child, .product-buyblock__buy1click:last-child {
    margin-right: 0;
}

/* line 3438, ../sass/_styles.scss */
.product-buyblock__measure {
    float: left;
    line-height: 40px;
    margin-right: 11px;
    margin-left: -8px;
}

/* line 3444, ../sass/_styles.scss */
.product-buyblock__credit {
    text-align: center;
    display: block;
    margin: 7px;
    font-size: 15px;
}

/* line 3451, ../sass/_styles.scss */
.product-buyblock .stores,
.product-buyblock .bx-catalog-subscribe-button,
.product-buyblock .product__compare,
.product-buyblock .product__favorite,
.product-buyblock .stores {
    float: left;
    margin: 0 15px 15px 0;
}

/* line 3465, ../sass/_styles.scss */
.product-delivery {
    border: 2px solid #ffe062;
    clear: left;
    color: #555;
    padding: 7px 10px;
    margin-bottom: 15px;
}

/* line 3472, ../sass/_styles.scss */
.product-delivery__block {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 54px;
    position: relative;
    overflow: hidden;
}

/* line 3479, ../sass/_styles.scss */
.product-delivery__pic {
    min-width: 100px;
    text-align: center;
    vertical-align: middle;
    width: 10%;
}

/* line 3486, ../sass/_styles.scss */
.product-delivery__icon {
    background: url('/local/templates/flyaway_digital/styles/../images/sprite-s67b29df4de.png') 0 -42px no-repeat;
    height: 42px;
    width: 40px;
    display: inline-block;
}

/* line 3491, ../sass/_styles.scss */
.product-delivery__title {
    font-weight: bold;
    margin-bottom: 7px;
}

/* line 3496, ../sass/_styles.scss */
.product-delivery__body {
    padding: 0 5px;
}

/* line 3500, ../sass/_styles.scss */
.product-delivery__list {
    padding: 0;
    width: 100%;
}

/* line 3504, ../sass/_styles.scss */
.product-delivery__list li {
    line-height: 18px;
}

/* line 3511, ../sass/_styles.scss */
.product-east .icon-east.right {
    float: right;
}

/* line 3516, ../sass/_styles.scss */
.product-actions {
    float: left;
}

/* line 3523, ../sass/_styles.scss */
.product-recom {
    /*PRODUCT-RECOM_MAIN*/
    /*/
  product-recom_main*/
}

/* line 3525, ../sass/_styles.scss */
.product-recom-title {
    color: #555;
    font-size: 15px;
    padding: 19px 0 5px;
}

/* line 3531, ../sass/_styles.scss */
.product-recom-list {
    padding: 0;
    position: relative;
    z-index: 2;
}

/* line 3536, ../sass/_styles.scss */
.product-recom-list__item {
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin: 0;
    padding: 10px;
    -webkit-transition: border-color 0.15s;
    -moz-transition: border-color 0.15s;
    -o-transition: border-color 0.15s;
    transition: border-color 0.15s;
}

/* line 3544, ../sass/_styles.scss */
.product .product-recom-list__item {
    margin: 0 0 -1px 0;
}

/* line 3549, ../sass/_styles.scss */
.product-recom-list__price {
    color: #555;
    font-weight: bold;
    padding: 10px 0;
    font-size: 16px;
}

/* line 3559, ../sass/_styles.scss */
.product-recom-list__item:hover {
    border: 1px solid #a9a9a9;
    z-index: 1;
}

/* line 3564, ../sass/_styles.scss */
.product-recom-list__img {
    float: left;
    width: 40%;
    line-height: 80px;
    text-align: center;
}

/* line 3570, ../sass/_styles.scss */
.product-recom-list__img img {
    max-width: 80px;
    max-height: 80px;
    line-height: 80px;
}

/* line 3576, ../sass/_styles.scss */
.product-recom-list__description {
    float: left;
    width: 60%;
    padding-left: 10px;
}

/* line 3581, ../sass/_styles.scss */
.product-recom-list__name {
    color: #202020;
    font-size: 13px;
    display: block;
    overflow: hidden;
    height: 38px;
    position: relative;
    width: 100%;
}

/* line 3589, ../sass/_styles.scss */
.product-recom-list__name.text-fadeout:after {
    width: 45px;
}

/* line 3592, ../sass/_styles.scss */
.product-recom-list__name:hover {
    color: #202020;
}

/* line 3597, ../sass/_styles.scss */
.product-recom-list-pricetype__name {
    font-style: italic;
}

/* line 3601, ../sass/_styles.scss */
.product-recom-list__price {
    display: block;
}

/* line 3607, ../sass/_styles.scss */
.product-recom_main {
    margin: 0 0 50px;
}

/* line 3611, ../sass/_styles.scss */
.product-recom_main .product-recom-list {
    position: relative;
    height: 127px;
    padding: 11px 0 0;
    background: #efefef;
}

/* line 3616, ../sass/_styles.scss */
.product-recom_main .product-recom-list:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 127px;
    background: #efefef;
}

/* line 3625, ../sass/_styles.scss */
.product-recom_main .product-recom-list:after {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 127px;
    background: #efefef;
}

/* line 3636, ../sass/_styles.scss */
.product-recom_main .product-recom-list__item {
    background: #fff;
}

/* line 3646, ../sass/_styles.scss */
.owl-carousel .owl-item .product-recom-list__img img {
    display: inline;
}

/* line 3650, ../sass/_styles.scss */
.colors-cover {
    border: 1px solid transparent;
    display: inline-block;
    padding: 2px;
    vertical-align: top;
}

/* line 3656, ../sass/_styles.scss */
.colors-cover__icon {
    border: 1px solid #ccc;
    cursor: pointer;
    display: block;
    height: 20px;
    width: 20px;
    position: relative;
    z-index: 100;
}

/* line 3666, ../sass/_styles.scss */
.product-dop {
    padding-bottom: 15px;
    position: relative;
}

/*DETAIL ITEM*/
/* line 3672, ../sass/_styles.scss */
.rs_detail-picbox {
    text-align: center;
}

/* line 3676, ../sass/_styles.scss */
.rs_detail-pic_scroll {
    display: block;
    float: left;
    position: relative;
    width: 85px;
    z-index: 2;
    padding-left: 30px;
}

/* line 3684, ../sass/_styles.scss */
.rs_detail-pic_scroll .owl-dot {
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    height: 62px;
    margin-bottom: 5px;
    position: relative;
    width: 62px;
    text-align: center;
}

/* line 3694, ../sass/_styles.scss */
.rs_detail-pic_scroll .owl-dot .owl-preview {
    bottom: 1px;
    left: 1px;
    max-height: 46px;
    max-width: 46px;
    position: absolute;
    right: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}

/* line 3706, ../sass/_styles.scss */
.rs_detail-pic_scroll .active {
    border-color: #ff8f2f;
}

/* line 3710, ../sass/_styles.scss */
.rs_detail-podimg {
    color: #7b7d84;
    font-size: 12px;
    background: url("/local/templates/flyaway_digital/images/lupa.png") 0 0 no-repeat;
    padding-left: 25px;
    line-height: 20px;
    display: inline-block;
}

/* line 3718, ../sass/_styles.scss */
.rs_detail-pic {
    margin-bottom: 18px;
    margin-bottom: 1.5rem;
    position: relative;
    margin-left: 141px;
    border: 1px solid #e0e0e0;
}

/* line 3725, ../sass/_styles.scss */
.rs_detail-pic .preview {
    position: static;
}

/* line 3727, ../sass/_styles.scss */
.rs_detail-pic .preview-wrap {
    padding: 20px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* line 3735, ../sass/_styles.scss */
.rs_detail .owl-item .preview {
    margin: auto;
    right: 0;
    /*max-width: 250px;*/
    width: 100%;
}

/* line 3742, ../sass/_styles.scss */
.rs_detail-share,
.rs_detail-zoom_title {
    margin-left: 60px;
}

/* line 3746, ../sass/_styles.scss */
.rs_detail .marks {
    z-index: 3;
    bottom: 20px;
}

/*/
DETAIL ITEM*/
/*TABS BITTON MOBILE*/
/* line 3754, ../sass/_styles.scss */
.tabs-item__label.collapsed .fa-angle-up {
    display: none;
}

/* line 3757, ../sass/_styles.scss */
.tabs-item__label .fa-angle-down {
    display: none;
}

/* line 3760, ../sass/_styles.scss */
.tabs-item__label.collapsed .fa-angle-down {
    display: block;
}

/* line 3763, ../sass/_styles.scss */
.tab_item__mobile {
    display: none;
    margin-bottom: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* line 3767, ../sass/_styles.scss */
.tab_item__mobile a {
    display: block;
    border: 1px solid #a9a9a9 !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    background: #f0f0f0;
}

/* line 3773, ../sass/_styles.scss */
.tab_item__mobile a.collapsed {
    background: #fff;
}

/* line 3776, ../sass/_styles.scss */
.tab_item__mobile i {
    float: right;
}

/*TABS BUTTON BOBILE*/
/*TABS*/
/* line 3783, ../sass/_styles.scss */
.tabs {
    margin-top: 30px;
}

/* line 3786, ../sass/_styles.scss */
.tabs-item {
    border: 1px solid #a9a9a9;
    border-right: none;
    overflow: hidden;
}

/* line 3791, ../sass/_styles.scss */
.tabs-item i {
    display: none;
}

/* line 3794, ../sass/_styles.scss */
.tabs-item:last-child {
    border-right: 1px solid #a9a9a9;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

/* line 3798, ../sass/_styles.scss */
.tabs-item:nth-child(1) {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

/* line 3801, ../sass/_styles.scss */
.tabs-item__label {
    font-size: 13px;
    color: #555;
    margin: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    padding: 10.5px 15px !important;
}

/* line 3808, ../sass/_styles.scss */
.tabs-item__label:hover {
    color: #555;
}

/* line 3813, ../sass/_styles.scss */
.tabs-item.active > a, .tabs-item.active > a:focus, .tabs-item.active > a:hover {
    background: #f0f0f0 !important;
    color: #000;
}

/* line 3819, ../sass/_styles.scss */
.tabs .tab-pane {
    font-size: 13px;
    color: #555;
    line-height: 19px;
}

/* line 3824, ../sass/_styles.scss */
.tabs .nav-tabs {
    border: none;
}

/* line 3827, ../sass/_styles.scss */
.tabs .fade {
    display: none;
}

/* line 3830, ../sass/_styles.scss */
.tabs .fade.in {
    display: block;
}

/*/
TABS*/
/*REVIEWS ITEM*/
/* line 3838, ../sass/_styles.scss */
.reviews {
    margin: 0 0 24px;
}

/* line 3841, ../sass/_styles.scss */
.reviews-bar .form-panel {
    margin: 40px 0 15px;
}

/* line 3846, ../sass/_styles.scss */
.reviews__message_error {
    background-color: #FBFBFB;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #555;
    padding: 35px 30px;
}

/* line 3852, ../sass/_styles.scss */
.reviews__message_error p {
    margin: 0;
}

/* line 3854, ../sass/_styles.scss */
.reviews__message_error p .errortext {
    color: #585f69 !important;
}

/* line 3861, ../sass/_styles.scss */
.reviews__item {
    margin-bottom: 30px;
    margin-right: 12px;
    padding-top: 2px;
}

/* line 3865, ../sass/_styles.scss */
.reviews__item:hover .reviews__rating {
    border: 1px solid #ffdb4d;
    -webkit-box-shadow: 0 0 0 2px #ffdb4d;
    -moz-box-shadow: 0 0 0 2px #ffdb4d;
    box-shadow: 0 0 0 2px #ffdb4d;
}

/* line 3868, ../sass/_styles.scss */
.reviews__item:hover .reviews__rating:after, .reviews__item:hover .reviews__rating:before {
    border-color: #ffda47;
    border-width: 3px;
}

/* line 3876, ../sass/_styles.scss */
.reviews__link {
    color: #666699;
    font-style: normal;
    font-size: 13px;
}

/* line 3881, ../sass/_styles.scss */
.reviews__link:hover {
    cursor: pointer;
    text-decoration: underline;
}

/* line 3885, ../sass/_styles.scss */
.reviews__link-close {
    display: none;
    color: #666699;
    font-style: normal;
    font-size: 13px;
}

/* line 3891, ../sass/_styles.scss */
.reviews__link-close:hover {
    cursor: pointer;
    text-decoration: underline;
}

/* line 3895, ../sass/_styles.scss */
.reviews__detail-text {
    display: none;
}

/* line 3898, ../sass/_styles.scss */
.reviews__image {
    float: left;
    margin-right: 20px;
}

/* line 3902, ../sass/_styles.scss */
.reviews__image-avatar {
    display: inline-block;
    background: #f0f0f0;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    -webkit-box-shadow: inset 0 0 2px #ccc;
    -moz-box-shadow: inset 0 0 2px #ccc;
    box-shadow: inset 0 0 2px #ccc;
    margin-top: 15px;
}

/* line 3911, ../sass/_styles.scss */
.reviews__stars {
    position: absolute;
    top: 5px;
    right: 10px;
}

/* line 3916, ../sass/_styles.scss */
.reviews__info {
    float: left;
    width: 169px;
}

/* line 3920, ../sass/_styles.scss */
.reviews__date {
    display: block;
    text-align: right;
    font-size: 11px;
    color: #6a6b6f;
}

/* line 3926, ../sass/_styles.scss */
.reviews__user-name {
    font-size: 15px;
    color: #202020;
    padding: 20px 0 10px;
    display: inline-block;
}

/* line 3932, ../sass/_styles.scss */
.reviews__mail {
    display: block;
    color: #555;
    font-size: 11px;
    line-height: 13px;
    font-style: italic;
}

/* line 3939, ../sass/_styles.scss */
.reviews__rating {
    border: 1px solid #e5e5e5;
    padding: 9px 21px;
    position: relative;
    min-height: 110px;
}

/* line 3944, ../sass/_styles.scss */
.reviews__rating:after, .reviews__rating:before {
    position: absolute;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
}

/* line 3951, ../sass/_styles.scss */
.reviews__rating:before {
    width: 30px;
    height: 30px;
    left: -60px;
    top: 80px;
}

/* line 3957, ../sass/_styles.scss */
.reviews__rating:after {
    width: 15px;
    height: 15px;
    left: -75px;
    top: 70px;
}

/* line 3964, ../sass/_styles.scss */
.reviews__detail {
    color: #585f69;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 4px;
    line-height: 25px;
}

/* line 3973, ../sass/_styles.scss */
.reviews .owl .in {
    max-height: 97px;
    overflow: hidden;
}

/* line 3977, ../sass/_styles.scss */
.reviews .owl .reviews__info {
    width: 110px;
}

/* line 3980, ../sass/_styles.scss */
.reviews .owl .owl-nav {
    float: right;
}

/* line 3984, ../sass/_styles.scss */
.reviews .owl .owl-item {
    overflow: hidden;
}

/* line 3988, ../sass/_styles.scss */
.reviews .owl .reviews__item {
    margin-bottom: 11px;
}

/* line 3992, ../sass/_styles.scss */
.detail-content {
    line-height: 20px;
    padding-top: 2px;
}

/* line 3996, ../sass/_styles.scss */
.detail-content.active {
    max-height: none;
}

/* line 4000, ../sass/_styles.scss */
.form-title {
    background: #ffe062;
    padding: 10.5px 23px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: -15px;
    margin-bottom: 25px;
    float: left;
    color: #555;
}

/* line 4009, ../sass/_styles.scss */
.form-title:hover {
    background: #FFDA47;
    text-decoration: none;
    color: #555;
}

/* line 4016, ../sass/_styles.scss */
.form-review__rating {
    float: left;
    padding: 15px 0;
}

/* line 4022, ../sass/_styles.scss */
.form-rating__name {
    float: left;
    font-size: 13px;
    padding: 15px 10px;
}

/* line 4029, ../sass/_styles.scss */
#form_reviews {
    display: none;
}

/*/
REVIEWS ITEM*/
/*PRODUCT OWL SLIDER*/
/* line 4037, ../sass/_styles.scss */
.products-owl-slider .products__item {
    width: 100%;
}

/* line 4040, ../sass/_styles.scss */
.products-owl-slider .owl-nav {
    float: right;
    margin-right: 10px;
}

/*/
PRODUCT OWL SLIDER*/
/*CHARAKTERISTIKI*/
/* line 4051, ../sass/_styles.scss */
.characteristics__item {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-top: -1px;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* line 4059, ../sass/_styles.scss */
.characteristics__item h2 {
    color: #202020;
    font-size: 15px;
    padding: 10px;
    margin: 0;
}

/* line 4066, ../sass/_styles.scss */
.characteristics-list {
    padding: 0;
    margin: 0;
}

/* line 4070, ../sass/_styles.scss */
.characteristics-list__item {
    line-height: 17px;
}

/* line 4073, ../sass/_styles.scss */
.characteristics-list__name {
    width: 60%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

/* line 4079, ../sass/_styles.scss */
.characteristics-list__name:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 600px;
    border-bottom: 1px dashed #cfcfcf;
}

/* line 4086, ../sass/_styles.scss */
.characteristics-list__label {
    padding: 8px 10px;
    color: #555;
    font-size: 13px;
    display: inline-block;
}

/* line 4092, ../sass/_styles.scss */
.characteristics-list__value {
    width: 40%;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
}

/*/
CHARAKTERISTIKI*/
/*DOCUMENTATION*/
/* line 4106, ../sass/_styles.scss */
.documentation__list {
    margin: 0;
    padding: 0;
}

/* line 4110, ../sass/_styles.scss */
.documentation__item {
    width: 15%;
    float: left;
    margin-right: 74px;
}

/* line 4115, ../sass/_styles.scss */
.documentation__label {
    color: #555;
    font-size: 13px;
}

/* line 4118, ../sass/_styles.scss */
.documentation__label:hover {
    text-decoration: none;
    color: #555;
}

/* line 4123, ../sass/_styles.scss */
.documentation-icon {
    background: url("/bitrix/templates/flyaway/images/docs.png") 0 4px no-repeat;
    display: inline-block;
    height: 34px;
    width: 30px;
    margin-right: 30px;
    float: left;
}

/* line 4131, ../sass/_styles.scss */
.documentation__link {
    color: #666699;
    display: block;
    margin-left: 60px;
    padding-top: 3px;
}

/*/
DOCUMENTATION*/
/*GALLERY ITEM*/
/* line 4142, ../sass/_styles.scss */
.popupgallery {
    margin-bottom: 30px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ebebeb;
}

/* line 4147, ../sass/_styles.scss */
.popupgallery .navigations {
    position: relative;
}

/* line 4150, ../sass/_styles.scss */
.popupgallery .navigations > .nav {
    position: absolute;
    top: 50%;
    display: inline-block;
    color: #000;
    cursor: pointer;
    margin-top: -27px;
    background-color: #ebebeb;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    -moz-transition: all, 0.2s, ease-in-out 0s;
    -o-transition: all, 0.2s, ease-in-out 0s;
    -webkit-transition: all, 0.2s, ease-in-out 0s;
    transition: all, 0.2s, ease-in-out 0s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

/* line 4171, ../sass/_styles.scss */
.popupgallery .navigations > .nav > span {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 39px;
    color: #fff;
}

/* line 4178, ../sass/_styles.scss */
.popupgallery .navigations > .nav:hover {
    color: #fff;
    background-color: #ebebeb;
}

/* line 4183, ../sass/_styles.scss */
.popupgallery .navigations > .nav.prev {
    left: 15px;
}

/* line 4186, ../sass/_styles.scss */
.popupgallery .navigations > .nav.prev > span {
    padding: 5px 22px 7px 18px;
}

/* line 4188, ../sass/_styles.scss */
.popupgallery .navigations > .nav.prev > span:after {
    content: "\f104";
}

/* line 4193, ../sass/_styles.scss */
.popupgallery .navigations:hover .nav {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

/* line 4197, ../sass/_styles.scss */
.popupgallery .navigations::hover > .nav:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
}

/* line 4201, ../sass/_styles.scss */
.popupgallery .navigations > .nav.next {
    right: 15px;
}

/* line 4204, ../sass/_styles.scss */
.popupgallery .navigations > .nav.next > span {
    padding: 5px 18px 7px 22px;
}

/* line 4206, ../sass/_styles.scss */
.popupgallery .navigations > .nav.next > span:after {
    content: "\f105";
}

/* line 4212, ../sass/_styles.scss */
.popupgallery .around_changeit {
    display: table;
    width: 100%;
    table-layout: fixed;
}

/* line 4217, ../sass/_styles.scss */
.popupgallery .changeit {
    display: table-cell;
    width: 100%;
    height: 550px;
    text-align: center;
    vertical-align: middle;
}

/* line 4224, ../sass/_styles.scss */
.popupgallery .changeit img {
    display: inline;
    cursor: pointer;
    max-height: 520px;
    max-width: 100%;
}

/* line 4230, ../sass/_styles.scss */
.popupgallery .changeit .date {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: right;
}

/* line 4238, ../sass/_styles.scss */
.popupgallery .description {
    height: 20px;
}

/* line 4241, ../sass/_styles.scss */
.popupgallery .thumbs {
    max-height: 428px;
    margin-top: 15px;
    overflow-x: hidden;
    overflow-y: auto;
}

/* line 4247, ../sass/_styles.scss */
.popupgallery .thumbs .thumb {
    width: 45%;
    float: left;
    margin-right: 4%;
    margin-bottom: 15px;
}

/* line 4253, ../sass/_styles.scss */
.popupgallery .thumbs .thumb:nth-child(odd) {
    margin-right: 6%;
}

/* line 4257, ../sass/_styles.scss */
.popupgallery .preview {
    position: relative;
    max-height: 110px;
    padding-top: 14px;
    overflow: hidden;
}

/* line 4262, ../sass/_styles.scss */
.popupgallery .preview:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    height: 20px;
    content: '';
    background-image: -webkit-linear-gradient(left, rgba(250, 250, 250, 0.5), #fafafa);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(250, 250, 250, 0.5)), to(#fafafa));
    background-image: -moz-linear-gradient(left, rgba(250, 250, 250, 0.5), #fafafa);
    background-image: -o-linear-gradient(left, rgba(250, 250, 250, 0.5), #fafafa);
    background-image: linear-gradient(to right, rgba(250, 250, 250, 0.5), #fafafa);
}

/*GALLERY ITEM*/
/*GALLERY MINI ITEM*/
/* line 4277, ../sass/_styles.scss */
.thumbs {
    margin-bottom: 25px;
}

/* line 4280, ../sass/_styles.scss */
.thumbs .thumb a {
    position: relative;
    display: block;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 1px solid #ebebeb;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

/* line 4291, ../sass/_styles.scss */
.thumbs .thumb .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}

/* line 4302, ../sass/_styles.scss */
.thumbs .thumb .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    margin-top: -16px;
    margin-left: -17px;
    font-size: 35px;
}

/* line 4310, ../sass/_styles.scss */
.thumbs .thumb .fa:before {
    content: "\f002";
    color: #fff;
}

/* line 4316, ../sass/_styles.scss */
.thumbs .owl-nav {
    margin-top: 10px;
    text-align: right;
}

/* line 4321, ../sass/_styles.scss */
.thumbs .thumb.checked a .fa,
.thumbs .thumb.checked a .overlay {
    display: block;
}

/*/
GALLERY MINI ITEM*/
/*PRODUCT VIEWED*/
/* line 4330, ../sass/_styles.scss */
.product-viewed-title {
    color: #555;
    font-size: 15px;
    padding: 20px 0 10px;
}

/* line 4335, ../sass/_styles.scss */
.product-viewed-list {
    padding: 0;
}

/* line 4338, ../sass/_styles.scss */
.product-viewed-list__item {
    border: 1px solid #e5e5e5;
    padding: 10px;
    height: 110px;
    margin: 1px;
}

/* line 4344, ../sass/_styles.scss */
.product-viewed-list__price {
    color: #555;
    padding: 10px 0;
    font-size: 16px;
}

/* line 4350, ../sass/_styles.scss */
.product-viewed-list__img {
    float: left;
    width: 40%;
    text-align: center;
    line-height: 80px;
}

/* line 4356, ../sass/_styles.scss */
.product-viewed-list__img img {
    max-width: 85px !important;
    width: auto;
    max-height: 80px;
}

/* line 4362, ../sass/_styles.scss */
.product-viewed-list__description {
    float: left;
    width: 60%;
    padding-left: 10px;
}

/* line 4367, ../sass/_styles.scss */
.product-viewed-list__name {
    color: #202020;
    font-size: 13px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 38px;
    width: 100%;
}

/* line 4375, ../sass/_styles.scss */
.product-viewed-list__name:hover {
    color: #202020;
}

/* line 4380, ../sass/_styles.scss */
.product-viewed-list-pricetype__name {
    font-style: italic;
}

/* line 4384, ../sass/_styles.scss */
.product-viewed-list__price {
    display: block;
}

/*/
PRODUCT VIEWED*/
/* line 4390, ../sass/_styles.scss */
.js-brcrtitle {
    margin-top: 5px;
}

/* line 4393, ../sass/_styles.scss */
.mobile-stars-brand {
    display: none;
    margin-bottom: 15px;
}

/* line 4397, ../sass/_styles.scss */
.detail__commit {
    max-height: 82px;
    overflow: hidden;
}

/* line 4401, ../sass/_styles.scss */
.filter_mobile-button {
    border: 1px solid #8d8d8d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #555;
    margin-bottom: 20px;
    padding: 9.5px;
}

/* line 4407, ../sass/_styles.scss */
.filter_mobile-button:hover {
    background: #F0F0F0;
    cursor: pointer;
}

/* line 4411, ../sass/_styles.scss */
.filter_mobile-button i {
    float: right;
}

/* line 4414, ../sass/_styles.scss */
.filter_mobile-button i.fa-angle-up {
    display: none;
}

/* line 4420, ../sass/_styles.scss */
.js_mobile-button.active .fa-angle-down {
    display: none;
}

/* line 4423, ../sass/_styles.scss */
.js_mobile-button.active .fa-angle-up {
    display: inline-block;
}

/* line 4427, ../sass/_styles.scss */
.bx_filter_popup_result:hover {
    text-decoration: none;
}

/* line 4431, ../sass/_styles.scss */
.fa.fa-close {
    position: absolute;
    top: 9px;
    right: 4px;
    width: 13px;
    height: 13px;
    background: transparent url("/local/templates/flyaway_digital/styles/../images/fancybox/fancybox-close.png?v2") 0 0 no-repeat;
    cursor: pointer;
    z-index: 8040;
    -webkit-background-size: 9px 9px;
    -moz-background-size: 9px;
    -o-background-size: 9px;
    background-size: 9px;
}

/*--SHOPS--*/
/* line 4445, ../sass/_styles.scss */
.shops-filter {
    margin: 0 0 20px;
}

/* line 4448, ../sass/_styles.scss */
.shops-btn {
    background: #fff;
    border: 1px solid #fff;
}

/* line 4452, ../sass/_styles.scss */
.shops-input {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

/* line 4455, ../sass/_styles.scss */
.shops_list {
    overflow-x: hidden;
    max-height: 350px;
    border: 1px solid #d8d8d8;
    padding: 15px;
}

/* line 4461, ../sass/_styles.scss */
.shops-name {
    color: #555;
    font-size: 16px;
    margin-bottom: 2px;
}

/* line 4466, ../sass/_styles.scss */
.shops-item {
    margin-bottom: 15px;
    cursor: pointer;
}

/* line 4470, ../sass/_styles.scss */
.shops .js-typeempty {
    display: none;
}

/* line 4473, ../sass/_styles.scss */
.shops-descr span, .shops-name span {
    background: red;
    color: #fff;
}

/* line 4478, ../sass/_styles.scss */
.shops-clear_input_btn {
    position: absolute;
    font-size: 16px;
    background: #ccc;
    padding: 5px 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    right: 45px;
    color: #fff;
    top: 7px;
    z-index: 2;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* line 4492, ../sass/_styles.scss */
.shops-clear_input_btn:hover {
    text-decoration: none;
    color: inherit;
}

/* line 4496, ../sass/_styles.scss */
.shops-clear_input_btn.active {
    visibility: visible;
    opacity: 1;
}

/*--/shops--*/
/* line 4504, ../sass/_styles.scss */
.pluso-more {
    display: none !important;
}

/*DETAIL NEWS*/
/* line 4509, ../sass/_styles.scss */
.news-detail__image {
    max-width: 100%;
}

/* line 4512, ../sass/_styles.scss */
.news-detail-bar__date {
    color: #999999;
    font-size: 13px;
    padding: 20px 0 25px;
    display: inline-block;
}

/* line 4518, ../sass/_styles.scss */
.news-detail__text {
    font-size: 13px;
    color: #555;
    line-height: 21px;
    padding-bottom: 15px;
}

/* line 4524, ../sass/_styles.scss */
.news-detail__podstati {
    font-style: italic;
    font-size: 13px;
    color: #999999;
    padding-top: 14px;
    padding-bottom: 25px;
}

/* line 4531, ../sass/_styles.scss */
.news-detailback {
    display: inline-block;
    height: 40px;
    margin-top: 28px;
}

/* line 4536, ../sass/_styles.scss */
.news-detailback .fa {
    padding: 11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 15px;
    border: 1px solid #a9a9a9;
}

/* line 4541, ../sass/_styles.scss */
.news-detailback .fa:before {
    content: "\f112";
}

/* line 4545, ../sass/_styles.scss */
.news-detailback:hover .fa {
    background: #f0f0f0;
    color: #555 !important;
}

/* line 4549, ../sass/_styles.scss */
.news-detailback span {
    display: inline-block;
    padding-top: 9px;
}

/* line 4553, ../sass/_styles.scss */
.news-detail_subs {
    border: 1px solid #a9a9a9;
    padding: 35px 30px;
    margin-top: 30px;
    background-color: #fbfbfb;
}

/* line 4559, ../sass/_styles.scss */
.news-detail_subs-text {
    padding-top: 10px;
    color: #555;
    font-size: 13px;
}

/* line 4564, ../sass/_styles.scss */
.news-detail .news-pic {
    margin-bottom: 20px;
    text-align: center;
}

/* line 4568, ../sass/_styles.scss */
.news-detail .news-pic img {
    max-width: 100%;
}

/* line 4572, ../sass/_styles.scss */
.news-detail_subs .btn2 {
    padding: 11.5px 15px;
}

/* line 4576, ../sass/_styles.scss */
.news-side .news-detail-bar__date {
    padding: 0 0 25px;
}

/* line 4579, ../sass/_styles.scss */
.news-side .news-detail__image {
    width: auto;
    max-width: none;
    max-height: 400px;
}

/* line 4584, ../sass/_styles.scss */
.news-side .news-pic {
    overflow: hidden;
}

/* line 4587, ../sass/_styles.scss */
.news-side .yashare {
    margin-top: 20px;
}

/* line 4590, ../sass/_styles.scss */
.news-side .news-detailback {
    margin-top: 0;
}

/*/
DETAIL NEWS*/
/*NEWS LIST*/
/* line 4598, ../sass/_styles.scss */
.news-image img {
    display: inline-block;
    max-width: 100%;
    width: auto;
}

/* line 4603, ../sass/_styles.scss */
.news-item {
    margin-bottom: 20px;
}

/* line 4606, ../sass/_styles.scss */
.news-name a {
    color: #555;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 10px;
}

/* line 4611, ../sass/_styles.scss */
.news-name a:hover {
    opacity: 0.8;
    text-decoration: none;
}

/* line 4616, ../sass/_styles.scss */
.news-description a {
    color: #8d8d8d;
}

/* line 4618, ../sass/_styles.scss */
.news-description a:hover {
    opacity: 0.8;
    text-decoration: none;
}

/* line 4624, ../sass/_styles.scss */
.news-archive {
    margin-bottom: 10px;
}

/* line 4627, ../sass/_styles.scss */
.news-archive__list {
    margin-left: -10px;
}

/* line 4631, ../sass/_styles.scss */
.news-archive__list > .news-archive__item {
    margin-bottom: 10px;
    padding: 0 10px;
}

/* line 4636, ../sass/_styles.scss */
.news-archive .btn2 {
    padding: 4px 10px;
}

/*/
NEWS LIST*/
/*NEWS LIST OWL*/
/* line 4646, ../sass/_styles.scss */
.newslistcol {
    margin: 0 0 31px;
}

/* line 4649, ../sass/_styles.scss */
.newslistcol .newslistcol-list {
    margin: 0 0 5px;
}

/* line 4653, ../sass/_styles.scss */
.newslistcol .newslistcol-image img {
    display: inline-block;
    max-width: 100%;
    width: auto;
}

/* line 4658, ../sass/_styles.scss */
.newslistcol .newslistcol-image {
    width: 100px;
    float: left;
    margin: 0 10px 0 0;
}

/* line 4663, ../sass/_styles.scss */
.newslistcol .newslistcol-data {
    overflow: hidden;
}

/* line 4666, ../sass/_styles.scss */
.newslistcol .newslistcol-name a {
    color: #202020;
    display: inline-block;
    font-size: 15px;
    padding-bottom: 5px;
    height: 27px;
    overflow: hidden;
}

/* line 4674, ../sass/_styles.scss */
.newslistcol .newslistcol-description {
    color: #555;
}

/* line 4677, ../sass/_styles.scss */
.newslistcol .newslistcol-link {
    display: inline-block;
    padding-top: 5px;
}

/* line 4683, ../sass/_styles.scss */
.newslistcol .owl .owl-nav {
    float: right;
    margin-top: 12px;
}

/*/
NEWS LIST OWL*/
/*ACTION LIST*/
/* line 4691, ../sass/_styles.scss */
.action-image {
    border: 1px solid #ebebeb;
    display: block;
    max-width: 100%;
    width: auto;
    max-height: 280px;
}

/* line 4698, ../sass/_styles.scss */
.action-description {
    padding-top: 10px;
    color: #8d8d8d;
}

/* line 4702, ../sass/_styles.scss */
.action-data {
    margin-bottom: 30px;
    height: 275px;
    overflow: hidden;
}

/* line 4707, ../sass/_styles.scss */
.action-name {
    color: #555;
    font-size: 17px;
    padding: 7px 10px;
}

/* line 4712, ../sass/_styles.scss */
.action-marker {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
    padding: 3px 30px 2px 10px;
}

/* line 4720, ../sass/_styles.scss */
.action-marker:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: ' ';
    border: 26px solid transparent;
    border-left: 16px solid transparent;
    border-bottom-color: #fff;
    border-right: 0;
    border-top: 0;
}

/* line 4732, ../sass/_styles.scss */
.action_date {
    color: #555;
    font-size: 12px;
}

/*/
ACTION LIST*/
/*DETAIL ACTION*/
/* line 4740, ../sass/_styles.scss */
.action-detail__image {
    max-width: 100%;
}

/* line 4743, ../sass/_styles.scss */
.action-detail-bar__date {
    color: #999999;
    font-size: 13px;
    padding: 20px 0 25px;
    display: inline-block;
}

/* line 4749, ../sass/_styles.scss */
.action-detail__text {
    font-size: 13px;
    color: #555;
    line-height: 21px;
    padding-bottom: 15px;
}

/* line 4755, ../sass/_styles.scss */
.action-detail__podstati {
    font-style: italic;
    font-size: 13px;
    color: #999999;
    padding-top: 14px;
    padding-bottom: 25px;
}

/* line 4762, ../sass/_styles.scss */
.action-detailback {
    display: inline-block;
    height: 40px;
    margin-top: 28px;
}

/* line 4767, ../sass/_styles.scss */
.action-detailback .fa {
    padding: 11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 15px;
    border: 1px solid #a9a9a9;
}

/* line 4772, ../sass/_styles.scss */
.action-detailback .fa:before {
    content: "\f112";
}

/* line 4776, ../sass/_styles.scss */
.action-detailback:hover .fa {
    background: #f0f0f0;
    color: #555 !important;
}

/* line 4780, ../sass/_styles.scss */
.action-detailback span {
    display: inline-block;
    padding-top: 9px;
}

/* line 4784, ../sass/_styles.scss */
.action-detail_subs {
    border: 1px solid #a9a9a9;
    padding: 40px 30px;
    margin-top: 30px;
}

/* line 4789, ../sass/_styles.scss */
.action-detail_subs-text {
    padding-top: 10px;
    color: #555;
    font-size: 13px;
}

/* line 4795, ../sass/_styles.scss */
.action-side .action-detail-bar__date {
    padding: 0 0 25px;
}

/* line 4798, ../sass/_styles.scss */
.action-side .action-detail__image {
    width: auto;
    max-width: none;
    max-height: 400px;
}

/* line 4803, ../sass/_styles.scss */
.action-side .action-pic {
    overflow: hidden;
}

/* line 4806, ../sass/_styles.scss */
.action-side .yashare {
    margin-top: 20px;
}

/* line 4809, ../sass/_styles.scss */
.action-side .action-detailback {
    margin-top: 0;
}

/* line 4814, ../sass/_styles.scss */
.action-detail .action-marker {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    padding: 6px 30px 5px 10px;
    margin: 15px 0 10px;
}

/* line 4823, ../sass/_styles.scss */
.action-detail .action-marker:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: ' ';
    border: 32px solid transparent;
    border-left: 16px solid transparent;
    border-bottom-color: #fff;
    border-right: 0;
    border-top: 0;
}

/*/
DETAIL ACTION*/
/* line 4837, ../sass/_styles.scss */
blockquote {
    background-color: #ebebeb;
    border: medium none;
    color: #585e63;
    line-height: 25px;
    padding: 25px 75px;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

/* line 4847, ../sass/_styles.scss */
.company-comment__user {
    color: #555;
    font-size: 14px;
    font-weight: bold;
}

/*/
COMPANY*/
/*ISTORY*/
/* line 4856, ../sass/_styles.scss */
.timeline {
    position: relative;
    margin-right: -25px;
    margin-bottom: 90px;
    margin-left: -25px;
}

/* line 4861, ../sass/_styles.scss */
.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 42%;
    display: block;
    width: 2px;
    min-height: 100px;
    content: " ";
    margin-left: -5px;
    background-color: #e0e0e0;
}

/* line 4873, ../sass/_styles.scss */
.timeline > .col {
    padding-right: 25px;
    padding-left: 25px;
}

/* line 4877, ../sass/_styles.scss */
.timeline-item {
    position: relative;
    margin-bottom: 26px;
}

/* line 4880, ../sass/_styles.scss */
.timeline-item:nth-child(even) {
    position: relative;
    top: 90px;
}

/* line 4885, ../sass/_styles.scss */
.timeline-item:hover .timeline-body {
    border-color: #ccc;
}

/* line 4888, ../sass/_styles.scss */
.timeline-item:hover .pointer.right {
    border-left-color: #a4a4a4;
}

/* line 4891, ../sass/_styles.scss */
.timeline-item:hover .pointer.left {
    border-right-color: #a4a4a4;
}

/* line 4895, ../sass/_styles.scss */
.timeline-item .timeline-body {
    display: block;
    height: 353px;
    padding: 9px;
    text-decoration: none;
    border: 1px solid rgba(204, 204, 204, 0.3);
    -webkit-transition: all, 0.2s, ease-in-out 0s;
    -o-transition: all, 0.2s, ease-in-out 0s;
    -moz-transition: all, 0.2s, ease-in-out 0s;
    transition: all, 0.2s, ease-in-out 0s;
}

/* line 4902, ../sass/_styles.scss */
.timeline-item .timeline-body .date,
.timeline-item .timeline-body .image,
.timeline-item .timeline-body .name {
    margin-bottom: 6px;
}

/* line 4907, ../sass/_styles.scss */
.timeline-item .timeline-body .image {
    height: 209px;
}

/* line 4910, ../sass/_styles.scss */
.timeline-item .timeline-body .name {
    color: #555;
    font-size: 17px;
    line-height: 24px;
    padding-top: 2px;
}

/* line 4916, ../sass/_styles.scss */
.timeline-item .timeline-body .date {
    color: #8d8d8d;
    font-size: 15px;
    font-style: italic;
    line-height: 22px;
}

/* line 4922, ../sass/_styles.scss */
.timeline-item .timeline-body .data {
    max-height: 115px;
    overflow: hidden;
}

/* line 4927, ../sass/_styles.scss */
.timeline-item .pointer {
    position: absolute;
    top: 15px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 13px solid transparent;
    -webkit-transition: all, 0.2s, ease-in-out 0s;
    -o-transition: all, 0.2s, ease-in-out 0s;
    -moz-transition: all, 0.2s, ease-in-out 0s;
    transition: all, 0.2s, ease-in-out 0s;
}

/* line 4935, ../sass/_styles.scss */
.timeline-item .pointer.right {
    left: 100%;
    margin-left: -25px;
    border-left: 14px solid #e0e0e0;
    border-right: 0;
}

/* line 4940, ../sass/_styles.scss */
.timeline-item .pointer.right > div {
    left: -15px;
    border-left: 14px solid #fff;
    border-right: 0;
}

/* line 4945, ../sass/_styles.scss */
.timeline-item .pointer.right span {
    left: 5px;
}

/* line 4949, ../sass/_styles.scss */
.timeline-item .pointer.left {
    right: 100%;
    margin-right: -25px;
    border-right: 14px solid #e0e0e0;
    border-left: 0;
}

/* line 4954, ../sass/_styles.scss */
.timeline-item .pointer.left > div {
    right: -15px;
    border-right: 14px solid #fff;
    border-left: 0;
}

/* line 4959, ../sass/_styles.scss */
.timeline-item .pointer.left span {
    right: 5px;
}

/* line 4963, ../sass/_styles.scss */
.timeline-item .pointer > div {
    position: absolute;
    top: -13px;
    border: 13px solid transparent;
}

/* line 4968, ../sass/_styles.scss */
.timeline-item .pointer span {
    position: absolute;
    top: -6px;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #e0e0e0;
    border: 2px solid #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

/* line 4980, ../sass/_styles.scss */
.timeline .timeline-description {
    color: #8d8d8d;
}

/* line 4983, ../sass/_styles.scss */
.timeline .image img {
    max-width: 385px;
    width: 100%;
}

/*/
ISTORY*/
/*GROUP LIST OWL*/
/* line 4993, ../sass/_styles.scss */
.gallery-descr {
    display: none;
}

/* line 4996, ../sass/_styles.scss */
.gallery-name {
    color: #555;
    font-size: 15px;
}

/* line 5000, ../sass/_styles.scss */
.gallery.owl-carousel .owl-nav {
    float: right;
    margin-top: 15px;
}

/* line 5005, ../sass/_styles.scss */
.newsdetail.imagetop {
    margin-bottom: 20px;
}

/* line 5007, ../sass/_styles.scss */
.newsdetail.imagetop img {
    width: auto;
    max-width: 100%;
    max-height: 600px;
}

/* line 5013, ../sass/_styles.scss */
.newsdetail.imgageleft {
    margin-bottom: 20px;
}

/* line 5015, ../sass/_styles.scss */
.newsdetail.imgageleft .pic img {
    width: auto;
    max-width: 100%;
    max-height: 600px;
}

/* line 5022, ../sass/_styles.scss */
.newsdetail.imagetop .pic {
    margin-bottom: 20px;
    text-align: center;
}

/* line 5026, ../sass/_styles.scss */
.newsdetail.imagetop .pic img {
    width: auto;
    max-width: 100%;
    max-height: 600px;
    display: inline-block;
}

/* line 5034, ../sass/_styles.scss */
.newsdetail .owl-dots-wrapper {
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 15px;
}

/* line 5041, ../sass/_styles.scss */
.newsdetail .owl-dots-wrapper .owl-dot {
    display: inline-block;
    padding: 1px;
    height: 105px;
    position: relative;
}

/* line 5047, ../sass/_styles.scss */
.newsdetail .owl-dots-wrapper .owl-dot.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

/* line 5054, ../sass/_styles.scss */
.newsdetail .owl-dots-wrapper .owl.dot.active:after {
    position: absolute;
    content: "\f002";
    color: #fff;
    font-family: "FontAwesome";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 40px;
    height: 58px;
    font-size: 40px;
}

/* line 5069, ../sass/_styles.scss */
.newsdetail .owl-dots-wrapper .owl-dot img {
    max-width: 100%;
    max-height: 100%;
}

/* line 5075, ../sass/_styles.scss */
img.floatleftcorner {
    float: left;
    margin: 0 30px 30px 0;
}

/*GROUP LIST OWL*/
/*DOCS*/
/* line 5083, ../sass/_styles.scss */
.docs img {
    max-width: 100%;
    width: auto;
}

/* line 5087, ../sass/_styles.scss */
.docs .docs-image {
    border: 1px solid #e9e9e9;
    float: left;
    height: 100px;
    width: 100px;
}

/* line 5093, ../sass/_styles.scss */
.docs .docs-data {
    max-height: 100px;
    overflow: hidden;
}

/* line 5097, ../sass/_styles.scss */
.docs .docs-item {
    margin-bottom: 20px;
}

/* line 5100, ../sass/_styles.scss */
.docs .docs-dl,
.docs .docs-info {
    margin-left: 10px;
}

/*/
DOCS*/
/*HONORS*/
/* line 5110, ../sass/_styles.scss */
.honors img {
    max-width: 100%;
    width: auto;
}

/* line 5114, ../sass/_styles.scss */
.honors .honors-image {
    border: 1px solid #e9e9e9;
    float: left;
    height: 100px;
    width: 100px;
    text-align: center;
}

/* line 5121, ../sass/_styles.scss */
.honors .honors-data {
    max-height: 57px;
    overflow: hidden;
}

/* line 5125, ../sass/_styles.scss */
.honors .honors-item {
    margin-bottom: 20px;
}

/* line 5128, ../sass/_styles.scss */
.honors .honors-info {
    margin-left: 10px;
}

/*/
HONORS*/
/*SERVICES*/
/* line 5136, ../sass/_styles.scss */
.services-description {
    color: #999;
    max-height: 78px;
    overflow: hidden;
}

/* line 5142, ../sass/_styles.scss */
.staff-name {
    color: #555;
    font-size: 16px;
}

/* line 5146, ../sass/_styles.scss */
.staff-description {
    height: 75px;
    margin-bottom: 10px;
    overflow: hidden;
}

/* line 5151, ../sass/_styles.scss */
.staff-data {
    padding-top: 10px;
}

/* line 5155, ../sass/_styles.scss */
.services a {
    border: 1px solid #eeeeee;
    display: inline-block;
    padding: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* line 5160, ../sass/_styles.scss */
.services a:hover {
    border-color: #a9a9a9;
    -webkit-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
    -moz-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
    box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
}

/* line 5165, ../sass/_styles.scss */
.services-item {
    margin-bottom: 15px;
}

/* line 5168, ../sass/_styles.scss */
.secondLine a {
    color: #555;
}

/*SEVICES*/
/*VACANCES*/
/* line 5176, ../sass/_styles.scss */
.vacancies .panel-default > .panel-heading, .faq-page .panel-default > .panel-heading {
    padding: 0;
}

/* line 5180, ../sass/_styles.scss */
.vacancies .panel-default > .panel-heading > .panel-title a, .faq-page .panel-default > .panel-heading > .panel-title a {
    padding: 10px 15px;
    display: block;
    position: relative;
}

/* line 5184, ../sass/_styles.scss */
.vacancies .panel-default > .panel-heading > .panel-title a:after, .faq-page .panel-default > .panel-heading > .panel-title a:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    font-size: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -moz-transition: transform 0.2s, -moz-transform 0.2s;
    -o-transition: transform 0.2s, -o-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s, -o-transform 0.2s;
}

/* line 5194, ../sass/_styles.scss */
.vacancies .panel-default > .panel-heading > .panel-title a.collapsed:after, .faq-page .panel-default > .panel-heading > .panel-title a.collapsed:after {
    -webkit-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}

/* line 5197, ../sass/_styles.scss */
.vacancies .panel-default > .panel-heading > .panel-title a:hover, .faq-page .panel-default > .panel-heading > .panel-title a:hover {
    text-decoration: none;
}

/* line 5202, ../sass/_styles.scss */
.vacancies-tabs {
    margin-bottom: 15px;
    margin-right: 10px;
}

/* line 5206, ../sass/_styles.scss */
.vacancies-tabs__active {
    margin-bottom: 15px;
    margin-right: 10px;
}

/* line 5210, ../sass/_styles.scss */
.vacancies .panel-default, .faq-page .panel-default {
    border-color: #a9a9a9;
}

/* line 5213, ../sass/_styles.scss */
.vacancies .panel-default a, .faq-page .panel-default a,
.vacancies .panel-default button,
.faq-page .panel-default button {
    color: #555;
}

/* line 5217, ../sass/_styles.scss */
.vacancies .panel-body, .faq-page .panel-body {
    border-top-color: #a9a9a9 !important;
}

/* line 5220, ../sass/_styles.scss */
.vacancies .vacancies-tabs.btn-primary, .faq-page .vacancies-tabs.btn-primary {
    background: #F0F0F0;
    border-color: #a9a9a9;
    color: #555;
}

/*/
VACANCES*/
/*REVIEWS*/
/* line 5231, ../sass/_styles.scss */
.review .in {
    margin-bottom: 20px;
    font-size: 12px;
}

/* line 5235, ../sass/_styles.scss */
.review-image {
    border: 1px solid #ebebeb;
    float: left;
    height: 58px;
    margin-right: 10px;
    width: 58px;
    overflow: hidden;
    margin-bottom: 10px;
}

/* line 5244, ../sass/_styles.scss */
.review-name {
    color: #555;
    font-size: 16px;
}

/* line 5248, ../sass/_styles.scss */
.review-job {
    font-size: 12px;
    font-style: italic;
}

/* line 5253, ../sass/_styles.scss */
.subscription .label-wrap {
    padding-bottom: 5px;
    padding-top: 5px;
}

/* line 5257, ../sass/_styles.scss */
.subscription-notes {
    padding-bottom: 10px;
}

/*/
REVIEWS*/
/*GALLERY*/
/* line 5264, ../sass/_styles.scss */
.gallerys {
    margin-bottom: 10px;
}

/* line 5267, ../sass/_styles.scss */
.gallerys-item {
    margin-bottom: 20px;
}

/* line 5271, ../sass/_styles.scss */
.gallerys-label {
    display: block;
    position: relative;
}

/* line 5276, ../sass/_styles.scss */
.gallerys-img {
    width: 100%;
}

/* line 5280, ../sass/_styles.scss */
.gallerys-data {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/* line 5291, ../sass/_styles.scss */
.gallerys-item:hover .gallerys-data {
    max-height: 145px;
}

/* line 5295, ../sass/_styles.scss */
.gallerys-name {
    color: #fff;
    font-size: 15px;
    margin: 13px 0 5px;
}

/* line 5301, ../sass/_styles.scss */
.gallerys-descr {
    max-height: 98px;
    overflow: hidden;
    margin: 0 0 7px;
    color: #fff;
    font-size: 13px;
}

/* line 5310, ../sass/_styles.scss */
.gallerys .owl-nav {
    float: right;
    margin: 10px 0 0;
}

/* line 5315, ../sass/_styles.scss */
.gallerys.owl .gallerys-item {
    margin-bottom: 0;
}

/* line 5319, ../sass/_styles.scss */
.production {
    color: #555;
}

/*/
GALLERY*/
/* SET  CONSTRUCTOR */
/* line 5327, ../sass/_styles.scss */
.panel-constructor {
    border: 2px solid #ffe062;
}

/* line 5330, ../sass/_styles.scss */
.panel-constructor .panel {
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* line 5335, ../sass/_styles.scss */
.panel-constructor__bottom {
    margin-top: 10px;
}

@media (min-width: 740px) {
    /* line 5339, ../sass/_styles.scss */
    .panel-constructor .panel-constructor__selected-items {
        float: left;
        width: 75%;
        padding-right: 3.5px;
    }
}

@media (min-width: 1024px) {
    /* line 5346, ../sass/_styles.scss */
    .panel-constructor .panel-constructor__selected-items {
        width: 80%;
    }
}

/* line 5351, ../sass/_styles.scss */
.set-item {
    padding: 7px;
    border: 1px solid #e2e2e2;
    margin: 1px;
    position: relative;
}

/* line 5357, ../sass/_styles.scss */
.set-item .set-item__data, .set-item .set-item__pic {
    display: table-cell;
    vertical-align: middle;
}

/* line 5363, ../sass/_styles.scss */
.set-item .set-item__pic {
    height: 55px;
}

/* line 5366, ../sass/_styles.scss */
.set-item .set-item__pic img {
    height: 100%;
}

/* line 5371, ../sass/_styles.scss */
.set-item .set-item__data {
    padding-left: 10px;
    padding-right: 30px;
}

/* line 5376, ../sass/_styles.scss */
.set-item .set-item__icons {
    position: absolute;
    top: 0;
    right: -10px;
}

/* line 5381, ../sass/_styles.scss */
.set-item .set-item__icon {
    padding: 14px;
    display: inline-block;
    background: #fff;
}

/* line 5390, ../sass/_styles.scss */
.set-item .set-item__icon.gui-box {
    padding: 5.5px 6.5px;
}

/* line 5394, ../sass/_styles.scss */
.set-item .set-item__cart {
    background-image: url("/local/templates/flyaway_digital/styles/../images/card-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    height: 270px;
}

@media (min-width: 740px) {
    /* line 5405, ../sass/_styles.scss */
    .set-item .set-item__data, .set-item .set-item__pic {
        display: block;
    }

    /* line 5410, ../sass/_styles.scss */
    .set-item .set-item__pic {
        height: 170px;
        line-height: 170px;
        text-align: center;
    }

    /* line 5415, ../sass/_styles.scss */
    .set-item .set-item__pic img {
        height: auto;
        max-height: 170px;
        display: inline;
    }

    /* line 5422, ../sass/_styles.scss */
    .set-item .set-item__data {
        padding: 5px 0 0;
    }

    /* line 5425, ../sass/_styles.scss */
    .set-item .set-item__name {
        height: 36px;
        margin: 0 0 5px;
        font-size: 13px;
        line-height: 18px;
        overflow: hidden;
    }

    /* line 5433, ../sass/_styles.scss */
    .set-item .set-item__prices {
        height: 55px;
        overflow: hidden;
        padding-top: 15px;
    }
}

/* line 5442, ../sass/_styles.scss */
.sets-buyblock {
    padding: 15px 0 0;
    text-align: center;
    overflow: hidden;
}

/* line 5447, ../sass/_styles.scss */
.sets-buyblock .prices__val_cool.prices__val_new.big {
    font-size: 1.7em;
    padding: 5px 0;
}

/* line 5452, ../sass/_styles.scss */
.sets-buyblock .prices__val.prices__val_old {
    font-size: 1.3em;
    padding: 0 0 7px;
    font-weight: bold;
}

/* line 5458, ../sass/_styles.scss */
.sets-buyblock .sets-buyblock__contract-price {
    font-size: 1.2em;
    font-style: italic;
}

/* line 5463, ../sass/_styles.scss */
.sets-buyblock .sets-buyblock__profit {
    margin-top: 15px;
}

/* line 5467, ../sass/_styles.scss */
.sets-buyblock .btn {
    width: 100%;
    margin: 5px 0;
}

@media (min-width: 740px) {
    /* line 5442, ../sass/_styles.scss */
    .sets-buyblock {
        padding-left: 15px;
    }
}

@media (min-width: 1620px) {
    /* line 5475, ../sass/_styles.scss */
    .sets-buyblock .sets-buyblock__myset-link {
        margin: 10px 0;
    }
}

/*SET PRODUCT -- old
.remove {

	& i {
		background-size: 13px !important;
		right: 8px !important;
	}
}
.set {
	&-constructor {
		border: 2px solid #ffe062;
		padding: 13px;
	}
	&-item {
		border: 1px solid #eaeaea;
		height: 295px;
		position: relative;
	}
	&-pic {
	  padding: 10px;
    overflow: hidden;
	}
	&-pic img {
		max-height: 170px;
		margin: 0 auto;
	}
	&-name a {
		font-size: 13px;
	  height: 45px;
	  line-height: 18px;
	  margin: 0 0 5px;
	  overflow: hidden;
	  padding-top: 10px;
	  color: #555;
	  display: inline-block;
	}
	&__category {
		margin: 0 0 9px;
    padding: 0 0 4px;
	}
	&-price__cool {
    color: #555;
    font-size: 16px;
    font-weight: bold;
	}
	&-price__old {
    color: #999;
    text-decoration: line-through;
	}
	&-prices {
		padding-left: 10px;
	}
	&-name {
		padding-left: 10px;
	}
	&-panel {
    padding-top: 20px;
	}
}
.set-panel-price__cool {
	color: #9d0000;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	padding-bottom: 22px;
}
.set-panel-price__old {
	text-align: center;
	color: #555555;
	font-size: 20px;
	text-decoration: line-through;
	padding-bottom: 10px;
}
.contact-price {
	text-align: center;
	font-size: 15px;
	font-style: italic;
	color: #999;
	padding-bottom: 8px;
}
.set-constructor .panel {
	margin-bottom: 8px;
}
.text-danger {
	text-align: center;
	font-size: 15px;
	font-style: italic;
	color: #999;
}
.set-price__discount {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #9d0000;
}
.set_add2basket {
	font-size: 15px;
  margin-bottom: 10px;
  padding: 10px 30px;
  width: 100%;
}
.setbuy1click {
	font-size: 15px;
  padding: 10px 30px;
  white-space: normal;
  width: 100%;
}
.set-link {
  display: block;
  text-align: center;
  width: 100%;
}
.allitems {
  margin-top: 20px;
}

.set-item .checkbox.selected {
  background: url("/local/templates/flyaway_digital/styles/../images/icons/checkbox-icon.png") -75px 2px no-repeat;
  height: 15px;
  position: absolute;
  right: 3px;
  top: -3px;
  width: 15px;
}
.set-item .checkbox {
  background: url("/local/templates/flyaway_digital/styles/../images/icons/checkbox-icon.png") -24px 2px no-repeat;
  height: 15px;
  position: absolute;
  right: 3px;
  top: -3px;
  width: 15px;
}
.set-item.item-right {
  border: 1px solid transparent;
}**/
/* line 5615, ../sass/_styles.scss */
.stores .open {
    position: relative;
}

/* line 5618, ../sass/_styles.scss */
.stores .dropdown-menu {
    padding: 10px;
}

/* line 5621, ../sass/_styles.scss */
.stores td {
    padding: 3px 5px 3px 0;
}

/* line 5624, ../sass/_styles.scss */
.stores .title {
    color: #555;
    font-size: 15px;
    font-weight: bold;
}

/* line 5629, ../sass/_styles.scss */
.stores .phone {
    color: #999;
    font-size: 13px;
    margin: 0;
}

/* line 5634, ../sass/_styles.scss */
.store-item {
    margin-bottom: 10px;
}

/* line 5637, ../sass/_styles.scss */
.stores .amount {
    margin-left: 10px;
}

/* line 5640, ../sass/_styles.scss */
.stores .amount .stores-icon {
    margin-top: 3px;
}

/* line 5643, ../sass/_styles.scss */
.product-recom-list__price-new {
    color: #9d0000;
    font-size: 16px;
    font-weight: bold;
}

/* line 5648, ../sass/_styles.scss */
.product-recom-list__price.old {
    font-weight: normal;
    padding-bottom: 0;
    text-decoration: line-through;
}

/* line 5653, ../sass/_styles.scss */
.product-recom-list .owl-nav {
    float: right;
    margin-top: 20px;
}

/*/
SET PRODUCT*/
/* line 5658, ../sass/_styles.scss */
.set .owl-item.cloned {
    display: none;
}

/* PERSONAL - Basket */
/* line 5663, ../sass/_styles.scss */
ul.nav-buttons li {
    display: inline-block;
}

/* line 5665, ../sass/_styles.scss */
ul.nav-buttons li:before {
    display: none;
}

/* line 5669, ../sass/_styles.scss */
ul.nav-buttons li .btn {
    margin: 2.5px 0;
}

/* line 5673, ../sass/_styles.scss */
ul.nav-buttons li.active .btn {
    border: 1px solid #ffe062;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 1023px) {
    /* line 5663, ../sass/_styles.scss */
    ul.nav-buttons li {
        width: 100%;
    }
}

/* line 5685, ../sass/_styles.scss */
.personal-basket__sort ul.nav-basket li {
    display: inline-block;
}

/* line 5687, ../sass/_styles.scss */
.personal-basket__sort ul.nav-basket li:before {
    display: none;
}

/* line 5691, ../sass/_styles.scss */
.personal-basket__sort ul.nav-basket li.active .btn {
    border: 1px solid #ffe062;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* line 5698, ../sass/_styles.scss */
.personal-basket__sort .btn {
    margin: 2.5px 0;
    padding: 11.5px 30px;
}

/* line 5703, ../sass/_styles.scss */
.personal-basket__clear-link {
    line-height: 41px;
}

/* line 5707, ../sass/_styles.scss */
.personal-basket__basket-items {
    margin: 15px 0;
}

@media (max-width: 1023px) {
    /* line 5711, ../sass/_styles.scss */
    .personal-basket__sort ul.nav li {
        width: 100%;
    }
}

/* line 5718, ../sass/_styles.scss */
.personal-panel {
    border-color: #ffe062;
    border-width: 2px;
    border-style: none;
}

/* line 5724, ../sass/_styles.scss */
.personal-panel .panel-body {
    padding: 0;
}

/* line 5728, ../sass/_styles.scss */
.personal-panel .personal-panel__editbasket-link {
    line-height: 41px;
}

/* line 5732, ../sass/_styles.scss */
.personal-panel .personal-panel__allinfo {
    margin-bottom: 10px;
}

/* line 5736, ../sass/_styles.scss */
.personal-panel .personal-panel__allinfo-block {
    float: right;
    margin-right: 15px;
}

/* line 5741, ../sass/_styles.scss */
.personal-panel .personal-panel__btn-wrap {
    margin-top: 15px;
}

/* line 5744, ../sass/_styles.scss */
.personal-panel .personal-panel__btn-wrap .btn {
    width: 49.5%;
    float: left;
}

/* line 5747, ../sass/_styles.scss */
.personal-panel .personal-panel__btn-wrap .btn:nth-child(2n) {
    float: right;
}

/* line 5752, ../sass/_styles.scss */
.personal-panel .personal-panel__coupons-block {
    margin-top: 10px;
}

/* line 5756, ../sass/_styles.scss */
.personal-panel .personal-panel__coupons-block .table {
    margin-bottom: 0;
}

/* line 5760, ../sass/_styles.scss */
.personal-panel .personal-panel__coupons-block td {
    border-width: 0;
}

/* line 5764, ../sass/_styles.scss */
.personal-panel .personal-panel__coupons-block .personal-panel__coupons-value {
    border-width: 1px;
    border-bottom: 1px solid #ddd;
}

/* line 5769, ../sass/_styles.scss */
.personal-panel .personal-panel__coupons-block .personal-panel__coupons-icon, .personal-panel .personal-panel__coupons-block .personal-panel__coupons-remove {
    width: 10px;
}

/* line 5773, ../sass/_styles.scss */
.personal-panel .personal-panel__coupons-block .personal-panel__coupons-text {
    width: 80px;
    text-align: center;
}

@media (min-width: 740px) {
    /* line 5778, ../sass/_styles.scss */
    .personal-panel .personal-panel__allinfo-summary {
        display: inline-block;
        margin-left: 25px;
    }
}

@media (min-width: 1024px) {
    /* line 5718, ../sass/_styles.scss */
    .personal-panel {
        border-style: solid;
    }

    /* line 5787, ../sass/_styles.scss */
    .personal-panel .panel-body {
        padding: 15px;
    }

    /* line 5791, ../sass/_styles.scss */
    .personal-panel .personal-panel__btn-wrap {
        text-align: right;
        margin-top: 20px;
    }

    /* line 5796, ../sass/_styles.scss */
    .personal-panel .personal-panel__btn-wrap .btn {
        width: auto;
        float: none;
        margin-left: 10px;
    }
}

@media (max-width: 340px) {
    /* line 5803, ../sass/_styles.scss */
    .personal-panel .personal-panel__btn-wrap .btn {
        padding: 12px 0;
    }
}

/* Basket Table */
/* line 5812, ../sass/_styles.scss */
.basket-table .basket-table__itemphoto {
    position: relative;
    width: 20%;
}

/* line 5817, ../sass/_styles.scss */
.basket-table .basket-table__photo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin: 1px 5px;
}

/* line 5829, ../sass/_styles.scss */
.basket-table .basket-table__descr {
    height: 55px;
    margin-bottom: 25px;
    overflow: hidden;
}

/* line 5835, ../sass/_styles.scss */
.basket-table .basket-table__item .quantity-wrap {
    float: right;
    margin-top: 30px;
}

/* line 5839, ../sass/_styles.scss */
.basket-table .basket-table__item .quantity-wrap .dropdown-menu {
    right: 0;
    left: auto;
}

/* line 5844, ../sass/_styles.scss */
.basket-table .basket-table__itemid {
    margin-right: 15px;
}

/* line 5848, ../sass/_styles.scss */
.basket-table .basket-table__itemedit td {
    padding: 0;
    border: 0;
}

/* line 5852, ../sass/_styles.scss */
.basket-table .basket-table__itemedit td > div {
    -webkit-box-shadow: 0 5px 5px -3px rgba(80, 83, 93, 0.3);
    -moz-box-shadow: 0 5px 5px -3px rgba(80, 83, 93, 0.3);
    box-shadow: 0 5px 5px -3px rgba(80, 83, 93, 0.3);
}

/* line 5857, ../sass/_styles.scss */
.basket-table .basket-table__itemedit-icons {
    padding: 50px 0;
    width: 100%;
    text-align: center;
}

/* line 5862, ../sass/_styles.scss */
.basket-table .basket-table__itemedit-icons > .favorite-box, .basket-table .basket-table__itemedit-icons > .remove-box {
    height: 38px;
    width: 38px;
    padding: 11px;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 1px;
    display: inline-block;
    margin-right: 10px;
}

/* line 5875, ../sass/_styles.scss */
.basket-table .basket-table__menu a {
    color: #999;
}

/* line 5879, ../sass/_styles.scss */
.basket-table .basket-table__menu span {
    font-family: "FontAwesome";
}

/* line 5881, ../sass/_styles.scss */
.basket-table .basket-table__menu span:before {
    content: "\f0c9";
    position: absolute;
    right: 15px;
    overflow: hidden;
    width: 3px;
    font-size: 24px;
    cursor: pointer;
}

/* line 5892, ../sass/_styles.scss */
.basket-table .basket-table__controls, .basket-table .basket-table__price, .basket-table .basket-table__quantity, .basket-table .basket-table__sum {
    vertical-align: middle;
}

/* line 5899, ../sass/_styles.scss */
.basket-table .basket-table__quantity {
    width: 65px;
    padding: 0 20px;
}

/* line 5904, ../sass/_styles.scss */
.basket-table .basket-table__price, .basket-table .basket-table__sum {
    min-width: 140px;
    padding: 0 20px;
}

/* line 5910, ../sass/_styles.scss */
.basket-table .basket-table__controls {
    min-width: 120px;
}

/* line 5913, ../sass/_styles.scss */
.basket-table .basket-table__controls .fa {
    width: 16px;
    margin-right: 5px;
    text-align: center;
}

/* line 5919, ../sass/_styles.scss */
.basket-table .basket-table__controls div {
    padding: 3px 0;
}

/* line 5924, ../sass/_styles.scss */
.basket-table .basket-table__controls .fa.fa-trash {
    font-size: 16px;
    color: #8d8d8d;
}

/* line 5929, ../sass/_styles.scss */
.basket-table--order {
    border: 0 !important;
}

/* line 5932, ../sass/_styles.scss */
.basket-table--order tr > td {
    border: 0 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

/* line 5940, ../sass/_styles.scss */
.basket-table--small .basket-table__name {
    height: 55px;
    overflow: hidden;
}

/* line 5944, ../sass/_styles.scss */
.basket-table--small .basket-table__name a {
    color: #000;
}

/* line 5949, ../sass/_styles.scss */
.basket-table--small .basket-table__price, .basket-table--small .basket-table__sum {
    min-width: 130px;
    padding: 0 10px;
}

/* line 5955, ../sass/_styles.scss */
.basket-table--small .basket-table__controls {
    min-width: auto;
}

@media (min-width: 1024px) {
    /* line 5811, ../sass/_styles.scss */
    .basket-table {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    /* line 5966, ../sass/_styles.scss */
    .basket-table .basket-table__item {
        padding-left: 15px;
    }

    /* line 5969, ../sass/_styles.scss */
    .basket-table .basket-table__itemphoto {
        width: 10%;
    }
}

/* line 5977, ../sass/_styles.scss */
.basket-table-sku .basket-table-sku__prop-name {
    padding: 5px 0;
    display: inline-block;
    color: #555;
}

/* line 5983, ../sass/_styles.scss */
.basket-table-sku .basket-table-sku__prop-list {
    padding-left: 0;
}

/* line 5987, ../sass/_styles.scss */
.basket-table-sku .basket-table-sku__prop-list li {
    display: inline-block;
    margin-right: 10px;
}

/* line 5990, ../sass/_styles.scss */
.basket-table-sku .basket-table-sku__prop-list li:before {
    color: transparent;
}

/* line 5995, ../sass/_styles.scss */
.basket-table-sku .basket-table-sku__prop-list li.active span {
    -webkit-box-shadow: 0 0 0 4px #ffe062;
    -moz-box-shadow: 0 0 0 4px #ffe062;
    box-shadow: 0 0 0 4px #ffe062;
}

/* line 5999, ../sass/_styles.scss */
.basket-table-sku .basket-table-sku__prop-list li span {
    width: 28px;
    height: 28px;
    -webkit-box-shadow: 0 0 0 1px #e2e2e2;
    -moz-box-shadow: 0 0 0 1px #e2e2e2;
    box-shadow: 0 0 0 1px #e2e2e2;
    display: block;
}

/* line 6006, ../sass/_styles.scss */
.basket-table-sku .basket-table-sku__dropdown {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 15px;
}

/* line 6011, ../sass/_styles.scss */
.basket-table-sku .basket-table-sku__dropdown .dropdown {
    display: block;
}

/* Quantity dropdown */
/* line 6020, ../sass/_styles.scss */
select.quantity-select {
    padding: 10px 7px;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 60px;
}

/* line 6025, ../sass/_styles.scss */
select.quantity-select:focus {
    border: 1px solid #a9a9a9;
    color: #555;
    background-color: #e6e6e6;
    border-color: #adadad;
}

/* line 6035, ../sass/_styles.scss */
div.quantity-select > .dropdown-toggle {
    line-height: 17px;
    padding: 10px;
    min-width: 60px;
    text-align: left;
}

/* line 6041, ../sass/_styles.scss */
div.quantity-select > .dropdown-toggle > .fa {
    float: right;
}

/* line 6048, ../sass/_styles.scss */
input.quantity-form {
    height: 39px;
}

/* line 6052, ../sass/_styles.scss */
.item_timer {
    height: 55px;
    position: relative;
    background: url("/local/templates/flyaway_digital/styles/../images/timer.png") 0 0 no-repeat;
    margin-left: 141px;
    margin-top: 15px;
}

/* line 6059, ../sass/_styles.scss */
.item_timer__icon {
    background: url('/local/templates/flyaway_digital/styles/../images/sprite-s67b29df4de.png') 0 0 no-repeat;
    height: 42px;
    width: 40px;
    float: left;
    margin-right: 10px;
}

/* line 6065, ../sass/_styles.scss */
.item_timer .products-counter {
    width: auto;
}

/* line 6070, ../sass/_styles.scss */
.rs_detail-pic .owl-nav {
    display: none;
}

/* line 6074, ../sass/_styles.scss */
.rs_detail-pic .stickers {
    position: absolute;
    right: 7px;
    top: 7px;
}

/* line 6079, ../sass/_styles.scss */
.rs_detail-pic .stickers .discount_icon {
    left: 2px;
    position: relative;
    top: 10px;
    z-index: 10;
}

/* line 6086, ../sass/_styles.scss */
.count_item {
    float: right;
    margin: 11px 0;
}

/* line 6090, ../sass/_styles.scss */
.product .product-description .products__prices {
    padding: 15px 0;
    overflow-x: auto;
    white-space: nowrap;
}

/* line 6095, ../sass/_styles.scss */
.product .product-description .products__prices .prices {
    display: inline-block;
    margin-right: 15px;
    white-space: normal;
}

/* line 6099, ../sass/_styles.scss */
.product .product-description .products__prices .prices:last-child {
    margin-right: 0;
}

/* line 6104, ../sass/_styles.scss */
.authinhead {
    padding-left: 40px;
}

/* line 6107, ../sass/_styles.scss */
.authinhead .prom {
    color: #555;
    padding: 0 10px;
}

/* line 6112, ../sass/_styles.scss */
.authinhead .dropdown-menu li a {
    color: #555;
    padding: 10px 15px;
}

/* line 6117, ../sass/_styles.scss */
.favoriteinhead {
    position: relative;
    float: right;
    margin-right: 0;
    margin-top: 28px;
}

/* line 6123, ../sass/_styles.scss */
.favoriteinhead .descr {
    background: #ffe062;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #555;
    height: 25px;
    line-height: 16px;
    padding-top: 5px;
    position: absolute;
    right: -11px;
    text-align: center;
    top: -13px;
    width: 25px;
    z-index: 10;
}

/* line 6137, ../sass/_styles.scss */
.basketinhead {
    position: relative;
    float: right;
    margin-left: 25px;
    margin-top: 28px;
}

/* line 6143, ../sass/_styles.scss */
.basketinhead .descr {
    background: #ffe062;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #555;
    height: 25px;
    line-height: 16px;
    padding-top: 5px;
    position: absolute;
    right: -11px;
    text-align: center;
    top: -13px;
    width: 25px;
    z-index: 10;
}

/* line 6158, ../sass/_styles.scss */
.top_line_menu a {
    display: inline-block;
    padding: 14px 0;
    color: #555;
}

/* line 6164, ../sass/_styles.scss */
.topline .top_line_menu {
    display: block;
    white-space: nowrap;
    text-align: left;
    margin-bottom: 0;
}

/* line 6171, ../sass/_styles.scss */
.topline .top_line_menu li {
    display: inline-block;
    margin-right: 15px;
}

/* line 6176, ../sass/_styles.scss */
.topline .top_line_menu li.top_line_menu__more {
    position: relative !important;
}

/* line 6179, ../sass/_styles.scss */
.topline .top_line_menu li.top_line_menu__more.open > ul.top_line_menu__more-list {
    top: 35px;
    right: 0;
    left: auto;
    padding: 0;
}

/* line 6185, ../sass/_styles.scss */
.topline .top_line_menu li.top_line_menu__more > ul.top_line_menu__more-list li {
    width: 100%;
    display: block;
}

/* line 6189, ../sass/_styles.scss */
.topline .top_line_menu li.top_line_menu__more.open > ul.top_line_menu__more-list a {
    color: #555;
    padding: 10px 27px;
}

/* line 6193, ../sass/_styles.scss */
.topline .top_line_menu li.top_line_menu__more.open > ul.top_line_menu__more-list a:hover {
    background: #f0f0f0;
}

/* Panel order */
/* line 6198, ../sass/_styles.scss */
.panel-group .panel-order {
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* line 6204, ../sass/_styles.scss */
.panel-group .panel-order .panel-title a {
    color: #555;
}

/* line 6206, ../sass/_styles.scss */
.panel-group .panel-order .panel-title a:hover {
    text-decoration: none;
}

/* line 6211, ../sass/_styles.scss */
.panel-group .panel-order .panel-heading {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 10px;
}

/* line 6216, ../sass/_styles.scss */
.panel-group .panel-order .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    padding: 15px 25px;
}

/* line 6220, ../sass/_styles.scss */
.panel-group .panel-order:last-child {
    border-bottom: 1px solid #e2e2e2;
}

/* line 6224, ../sass/_styles.scss */
.panel-group .panel-order + .panel.panel-order {
    margin-top: 0;
}

/* /Panel order */
/* Personal Make Order */
/* line 6232, ../sass/_styles.scss */
.personal-makeorder__person-type .btn {
    margin-right: 10px;
}

@media (max-width: 1023px) {
    /* line 6236, ../sass/_styles.scss */
    .personal-makeorder__person-type label {
        width: 100%;
    }

    /* line 6239, ../sass/_styles.scss */
    .personal-makeorder__person-type label .btn {
        width: 100%;
    }
}

/* line 6245, ../sass/_styles.scss */
.personal-makeorder .required {
    color: red;
}

/* line 6249, ../sass/_styles.scss */
.personal-makeorder .panel-heading {
    padding: 0;
}

/* line 6252, ../sass/_styles.scss */
.personal-makeorder.panel-group .panel-order .panel-title a {
    padding: 10px 15px;
    display: block;
    position: relative;
}

/* line 6256, ../sass/_styles.scss */
.personal-makeorder.panel-group .panel-order .panel-title a:before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    font-size: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -moz-transition: transform 0.2s, -moz-transform 0.2s;
    -o-transition: transform 0.2s, -o-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s, -o-transform 0.2s;
}

/* line 6266, ../sass/_styles.scss */
.personal-makeorder.panel-group .panel-order .panel-title a.collapsed:before {
    -webkit-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}

/* /Personal Make Order */
/* Table order */
/* line 6276, ../sass/_styles.scss */
.table-order tbody > tr {
    cursor: pointer;
}

/* line 6279, ../sass/_styles.scss */
.table-order tbody > tr > td {
    border: 0;
    width: 100%;
}

/* line 6284, ../sass/_styles.scss */
.table-order .table-order__radio {
    width: 60px;
    text-align: center;
    vertical-align: middle;
}

/* line 6290, ../sass/_styles.scss */
.table-order .table-order__picture {
    vertical-align: middle;
    width: 120px;
    text-align: center;
}

/* line 6295, ../sass/_styles.scss */
.table-order .table-order__picture .table-order__img {
    display: block;
    width: 100px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

/* /Table order */
/* Floating Basket */
/* line 6307, ../sass/_styles.scss */
.float-basket-order {
    position: absolute;
    width: 25%;
    right: 0;
    height: 100%;
    padding-bottom: 17px;
    padding-right: 12px;
}

/* line 6315, ../sass/_styles.scss */
.float-basket-order .float-basket-order__arrow {
    width: 0;
    position: absolute;
    left: -8px;
    top: 25px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ffe062;
    z-index: 2;
}

/* line 6324, ../sass/_styles.scss */
.float-basket-order .float-basket-order__arrow:before {
    content: "";
    width: 0;
    position: absolute;
    left: 3px;
    top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #fff;
    z-index: 3;
}

/* line 6338, ../sass/_styles.scss */
.float-basket {
    height: auto;
    max-height: 100%;
    position: relative;
    border: 2px solid #ffe062;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

/* line 6347, ../sass/_styles.scss */
.float-basket h4 {
    padding: 0 10px;
    margin-bottom: 0;
    line-height: 1;
}

/* line 6353, ../sass/_styles.scss */
.float-basket .float-basket__itemlist {
    padding-left: 30px;
}

/* line 6355, ../sass/_styles.scss */
.float-basket .float-basket__itemlist li:before {
    color: #000;
}

/* line 6359, ../sass/_styles.scss */
.float-basket .float-basket__itemlist .float-basket__item:first-child, .float-basket .float-basket__itemlist .float-basket__item:first-child:before {
    padding-top: 15px;
}

/* line 6364, ../sass/_styles.scss */
.float-basket .float-basket__itemlist .float-basket__item {
    padding-bottom: 15px;
}

/* line 6366, ../sass/_styles.scss */
.float-basket .float-basket__itemlist .float-basket__item:before {
    content: counter(list) ".";
}

/* line 6371, ../sass/_styles.scss */
.float-basket .float-basket__itemlist .float-basket__itemname {
    max-height: 36px;
    overflow: hidden;
}

/* line 6376, ../sass/_styles.scss */
.float-basket .float-basket__editbasket-link {
    padding: 15px 30px;
}

/* /Floating Basket */
/*-- SKU-*/
/* line 6385, ../sass/_styles.scss */
.rs_sku {
    display: none;
    margin: 10px 0;
}

/* line 6390, ../sass/_styles.scss */
.products_list .rs_sku {
    display: block;
    margin: 0;
}

/* line 6395, ../sass/_styles.scss */
.product .product-description .rs_sku, .products_showcase .products__item:hover .rs_sku {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

/* line 6403, ../sass/_styles.scss */
.rs_sku-options {
    padding-left: 0;
    padding-top: 2px;
}

/* line 6408, ../sass/_styles.scss */
.rs_sku-option {
    display: inline-block;
    margin: 0 1px 0 0;
    border: 4px solid transparent;
}

/* line 6412, ../sass/_styles.scss */
.rs_sku-option:before {
    display: none;
}

/* line 6417, ../sass/_styles.scss */
.rs_sku-option.checked {
    border-color: #ffe062;
}

/* line 6421, ../sass/_styles.scss */
.rs_sku-icon {
    width: 28px;
    height: 28px;
    border: 1px solid #ccc;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

/* line 6428, ../sass/_styles.scss */
.rs_sku-prop {
    float: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 5px;
}

/* line 6436, ../sass/_styles.scss */
.rs_sku-prop_name {
    display: block;
    margin: 0;
    font-size: 11px;
    line-height: 12px;
    font-style: italic;
    color: #999;
    margin-bottom: 8px;
}

/*-- /sku-*/
/* /Floating Basket */
/* Personal My Orders */
/* line 6457, ../sass/_styles.scss */
.order-cancel .label,
.order-detail .label,
.order-list .label {
    padding: 0.2em 0.7em 0.27em;
    font-size: 100%;
    font-weight: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
}

/* /Personal My Orders */
/* Personal - My Orders: list */
/* line 6470, ../sass/_styles.scss */
.order-list .order-list__filter {
    margin-bottom: 15px;
}

/* line 6474, ../sass/_styles.scss */
.order-list .order-list__table td {
    padding: 12px 30px;
}

/* line 6478, ../sass/_styles.scss */
.order-list .order-list__itembasket {
    margin-top: 9.5px;
}

@media (max-width: 1023px) {
    /* line 6482, ../sass/_styles.scss */
    .order-list .order-list__filter .btn {
        width: 100%;
        margin: 2.5px 0;
    }
}

/* /Personal - My Orders: list */
/* Personal - My Orders: detail */
/* line 6496, ../sass/_styles.scss */
.order-detail__table tbody > tr > td:first-child, .order-detail__table tr > td:first-child {
    width: 30%;
}

@media (max-width: 1023px) {
    /* line 6501, ../sass/_styles.scss */
    .order-detail .order-detail__controls {
        margin: 10px 0;
    }

    /* line 6503, ../sass/_styles.scss */
    .order-detail .order-detail__controls .btn {
        width: 100%;
        margin: 2.5px 0;
    }
}

/* /Personal - My Orders: detail */
/*-- PARTNERS --*/
/* line 6515, ../sass/_styles.scss */
.partners {
    margin: 0 0 28px;
}

/* line 6518, ../sass/_styles.scss */
.partners__label {
    display: block;
    border: 1px solid rgba(204, 204, 204, 0.3);
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* line 6523, ../sass/_styles.scss */
.partners__label:hover {
    border-color: #a9a9a9;
    -webkit-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
    -moz-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
    box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
}

/* line 6529, ../sass/_styles.scss */
.partners-list {
    margin: 0 0 10px;
}

/* line 6534, ../sass/_styles.scss */
.partners .owl-nav {
    float: right;
    margin: 12px 0 0;
}

/* line 6539, ../sass/_styles.scss */
.partners .owl .partners__img {
    display: inline;
    margin: 0 0 1px;
}

/*-- /partners-*/
/*-- SMALLBANNERS-*/
/* line 6546, ../sass/_styles.scss */
.smallbanners {
    margin: 0 0 40px;
}

/* line 6549, ../sass/_styles.scss */
.smallbanners__item {
    margin-bottom: 20px;
}

/* line 6552, ../sass/_styles.scss */
.smallbanners__item:hover .smallbanners__img {
    opacity: 0.8;
}

/* line 6556, ../sass/_styles.scss */
.smallbanners.is-hover-scale .smallbanners__item .smallbanners__img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

/* line 6559, ../sass/_styles.scss */
.smallbanners.is-hover-scale .smallbanners__item:hover .smallbanners__img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/* line 6565, ../sass/_styles.scss */
.smallbanners__label {
    position: relative;
    display: block;
    overflow: hidden;
    height: 250px;
}

/* line 6572, ../sass/_styles.scss */
.smallbanners__info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 6px 10px 5px;
    overflow: hidden;
    color: #000;
}

/* line 6583, ../sass/_styles.scss */
.smallbanners__decor {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    background: #ffe062;
}

/* line 6593, ../sass/_styles.scss */
.smallbanners__item_wide .smallbanners__info {
    right: auto;
    min-width: 47%;
    margin-right: 10px;
}

/* line 6599, ../sass/_styles.scss */
.smallbanners__name {
    position: relative;
    font-size: 16px;
    line-height: 22px;
}

/* line 6605, ../sass/_styles.scss */
.smallbanners__price {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    min-height: 20px;
}

/* line 6613, ../sass/_styles.scss */
.smallbanners__from {
    margin: 0 5px 0 0;
    font-style: italic;
    font-size: 11px;
    font-weight: normal;
}

/* line 6620, ../sass/_styles.scss */
.smallbanners__img {
    position: absolute;
    top: -999px;
    bottom: -999px;
    left: -999px;
    right: -999px;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
}

/*-- /smallbanners-*/
/* line 6633, ../sass/_styles.scss */
.inheadfavorite {
    margin-right: 10px;
    margin-top: 28px;
}

/* Dropdown basket */
/* line 6639, ../sass/_styles.scss */
.open .dropdown-basket, .open .dropdown-favorite {
    display: block !important;
}

/* line 6642, ../sass/_styles.scss */
.dropdown-basket, .dropdown-favorite {
    position: absolute;
    top: 100%;
    display: none;
    z-index: 1000;
    left: auto;
    width: 750px;
    padding: 20px 15px;
    right: -35px;
    max-width: 700px;
    margin: 18px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
}

/* line 6658, ../sass/_styles.scss */
.dropdown-basket:after, .dropdown-favorite:after, .dropdown-basket:before, .dropdown-favorite:before {
    content: " ";
    bottom: 100%;
    left: 645px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

/* line 6670, ../sass/_styles.scss */
.dropdown-basket:before, .dropdown-favorite:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
    z-index: 2;
}

/* line 6677, ../sass/_styles.scss */
.dropdown-basket:after, .dropdown-favorite:after {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #ddd;
    border-width: 12px;
    margin-left: -12px;
}

/* line 6684, ../sass/_styles.scss */
.dropdown-basket .heighter, .dropdown-favorite .heighter {
    max-height: 454px;
    padding-right: 7px;
    overflow: auto;
    position: relative;
}

@media (min-width: 1620px) {
    /* line 6642, ../sass/_styles.scss */
    .dropdown-basket, .dropdown-favorite {
        width: 900px;
        min-width: 900px;
        right: -5px;
    }

    /* line 6694, ../sass/_styles.scss */
    .dropdown-basket:after, .dropdown-favorite:after, .dropdown-basket:before, .dropdown-favorite:before {
        left: 875px;
    }
}

/* line 6700, ../sass/_styles.scss */
.dropdown-basket .basket-table.basket-table--small, .dropdown-favorite .basket-table.basket-table--small {
    border: 0;
}

/* line 6702, ../sass/_styles.scss */
.dropdown-basket .basket-table.basket-table--small tr:first-child td, .dropdown-favorite .basket-table.basket-table--small tr:first-child td {
    border: 0;
}

/* line 6706, ../sass/_styles.scss */
.dropdown-basket .basket-table.basket-table--small .basket-table__itemphoto, .dropdown-favorite .basket-table.basket-table--small .basket-table__itemphoto {
    width: 10%;
}

/* /Dropdown basket */
/* Dropdown favorite */
/* line 6715, ../sass/_styles.scss */
.dropdown-favorite {
    right: 6px;
}

/* line 6718, ../sass/_styles.scss */
.dropdown-favorite:after, .dropdown-favorite:before {
    left: 570px;
}

@media (min-width: 1620px) {
    /* line 6715, ../sass/_styles.scss */
    .dropdown-favorite {
        right: 36px;
    }

    /* line 6724, ../sass/_styles.scss */
    .dropdown-favorite:after, .dropdown-favorite:before {
        left: 800px;
    }
}

/* /Dropdown favorite */
/* Basket form */
/* line 6736, ../sass/_styles.scss */
.add2basketform .add2basketlink, .add2basketform.cantbuy .buybtn, .add2basketform.checked .inbasket {
    display: block;
}

/* line 6742, ../sass/_styles.scss */
.add2basketform .buybtn, .add2basketform .inbasket, .add2basketform.cantbuy .add2basketlink, .add2basketform.cantbuy .inbasket, .add2basketform.cantbuy .quantity-block, .add2basketform.checked .add2basketlink {
    display: none;
}

/* /Basket form */
/* Mobile properties accordion */
/* line 6756, ../sass/_styles.scss */
.mobile-props .panel.panel-default {
    border: 0;
}

/* line 6759, ../sass/_styles.scss */
.mobile-props .panel-default > .panel-heading {
    background-color: #fff;
    padding: 0;
}

/* line 6763, ../sass/_styles.scss */
.mobile-props .panel-default > .panel-heading .panel-title a {
    display: block;
    border: 1px solid rgba(204, 204, 204, 0.3) !important;
    -webkit-border-radius: #e2e2e2 !important;
    -moz-border-radius: #e2e2e2 !important;
    border-radius: #e2e2e2 !important;
}

/* line 6768, ../sass/_styles.scss */
.mobile-props > .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}

/* /Mobile properties accordion */
/* line 6774, ../sass/_styles.scss */
.product-detail-carousel {
    width: 100%;
    position: relative;
}

/* line 6778, ../sass/_styles.scss */
.product-detail-carousel .product-detail-carousel__nav-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
}

/* line 6786, ../sass/_styles.scss */
.product-detail-carousel .product-detail-carousel__nav {
    height: 100%;
    position: relative;
    margin: auto;
    text-align: center;
    font-size: 0;
}

/* line 6794, ../sass/_styles.scss */
.product-detail-carousel .product-detail-carousel__nav .owl-dot {
    cursor: pointer;
    border: 6px solid #e2e2e2;
    width: 0;
    height: 0;
    padding: 0;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

/* line 6806, ../sass/_styles.scss */
.product-detail-carousel .product-detail-carousel__nav .active.owl-dot {
    border-color: #ffda47;
    outline-color: #ffda47;
}

/* line 6811, ../sass/_styles.scss */
.product-detail-carousel .product-detail-carousel__nav .owl-dot .owl-preview {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    padding: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    margin: auto;
    right: 0;
    left: 0;
}

/* line 6824, ../sass/_styles.scss */
.product-detail-carousel .product-detail-carousel__images {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    margin-left: 0;
    outline: 1px solid #e2e2e2;
    margin-bottom: 15px;
    overflow: hidden;
}

/* line 6835, ../sass/_styles.scss */
.product-detail-carousel .product-detail-carousel__carousel {
    padding: 1px;
}

/* line 6839, ../sass/_styles.scss */
.product-detail-carousel .product-detail-carousel__carousel.owl-carousel .owl-item {
    position: static;
    text-align: center;
}

/* line 6843, ../sass/_styles.scss */
.product-detail-carousel .product-detail-carousel__carousel.owl-carousel .owl-item div.preview {
    /**margin-top: 50%;
  transform: translateY(-50%);
  display: inline-block;**/
    display: inline-block;
    padding-bottom: 100%;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
}

/* line 6855, ../sass/_styles.scss */
.product-detail-carousel .product-detail-carousel__carousel.owl-carousel .owl-item div.preview-wrap {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 50%;
}

/* line 6860, ../sass/_styles.scss */
.product-detail-carousel__bottom {
    width: 80%;
    margin-left: 20%;
    text-align: center;
}

/* line 6866, ../sass/_styles.scss */
.product-detail-carousel__bottom .item_timer {
    margin-left: 0;
    display: inline-block;
}

/* line 6871, ../sass/_styles.scss */
.product-detail-carousel__bottom .item_timer .products-counter {
    position: relative;
}

/* line 6875, ../sass/_styles.scss */
.product-detail-carousel .stickers {
    z-index: 2;
    top: 5%;
    right: 5%;
}

/* line 6881, ../sass/_styles.scss */
.product-detail-carousel .marks {
    bottom: 5%;
    z-index: 2;
}

@media (min-width: 740px) {
    /* line 6887, ../sass/_styles.scss */
    .product-detail-carousel .product-detail-carousel__nav-wrap {
        position: absolute;
        width: 17%;
    }

    /* line 6891, ../sass/_styles.scss */
    .product-detail-carousel .product-detail-carousel__nav {
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    /* line 6895, ../sass/_styles.scss */
    .product-detail-carousel .product-detail-carousel__nav .owl-dot {
        height: 15%;
        padding-right: 70%;
        margin-right: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: transparent;
        outline: 1px solid #e2e2e2;
        border: 0;
        margin: 4% 0;
    }

    /* line 6906, ../sass/_styles.scss */
    .product-detail-carousel .product-detail-carousel__images {
        width: 80%;
        padding-bottom: 80%;
        margin-left: 20%;
    }

    /* line 6912, ../sass/_styles.scss */
    .product-detail-carousel .product-detail-carousel__nav .owl-dot .owl-preview {
        display: block;
    }
}

/* line 6919, ../sass/_styles.scss */
.product-bar {
    display: none;
}

@media (min-width: 1620px) {
    /* line 6919, ../sass/_styles.scss */
    .product-bar {
        display: block;
        position: absolute;
        right: 0;
    }
}

/* line 6929, ../sass/_styles.scss */
.top_line_menu_responsive {
    text-align: left;
    padding: 15px 10px 10px 0;
}

/* line 6934, ../sass/_styles.scss */
.top_line_menu_responsive .dropdown-menu li a {
    color: #555;
    padding: 10px 15px;
}

/* line 6939, ../sass/_styles.scss */
.mobile-props {
    margin-top: 15px;
}

/* Products */
/* line 6945, ../sass/_styles.scss */
.content .row.products_showcase > .col {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

/* line 6952, ../sass/_styles.scss */
.content .row.products_showcase > .col {
    width: 100%;
}

/* line 6955, ../sass/_styles.scss */
.content .row.products_showcase > .col.half {
    width: 50%;
    float: left;
}

@media (min-width: 740px) {
    /* line 6960, ../sass/_styles.scss */
    .content .row.products_showcase > .col {
        float: left;
    }

    /* line 6963, ../sass/_styles.scss */
    .content .row.products_showcase > .col, .content .row.products_showcase > .col.half {
        width: 33.33333%;
    }
}

@media (min-width: 1260px) {
    /* line 6969, ../sass/_styles.scss */
    .content .row.products_showcase > .col, .content .row.products_showcase > .col.half {
        width: 25%;
    }
}

@media (min-width: 1680px) {
    /* line 6975, ../sass/_styles.scss */
    .content .row.products_showcase > .col, .content .row.products_showcase > .col.half {
        width: 20%;
    }
}

/* Products */
/* sidebar */
/* line 6984, ../sass/_styles.scss */
.sidebar-wrap {
    /*
  .brand {
    margin-bottom: $line-height-computed;
    text-align: center;
  }
  */
}

/* line 6994, ../sass/_styles.scss */
.sidebar-wrap > .fixsidebar .brand {
    display: none;
}

@media (min-width: 1024px) {
    /* line 6984, ../sass/_styles.scss */
    .sidebar-wrap {
        padding-left: 285px;
    }

    /* line 7001, ../sass/_styles.scss */
    .sidebar-wrap > .fixsidebar {
        margin-left: -285px;
        width: 270px;
        float: left;
    }

    /* line 7006, ../sass/_styles.scss */
    .sidebar-wrap > .fixsidebar .brand {
        display: block;
        margin-bottom: 19px;
    }

    /* line 7011, ../sass/_styles.scss */
    .sidebar-wrap > .fixsidebar .brand__logo {
        display: block;
        width: 100%;
    }

    /* line 7017, ../sass/_styles.scss */
    .sidebar-wrap .page-title {
        float: right;
        width: 100%;
    }

    /* line 7025, ../sass/_styles.scss */
    .sidebar-wrap .page-title .brand > .media-left {
        display: none;
    }

    /* line 7031, ../sass/_styles.scss */
    .sidebar-wrap .page-title, .sidebar-wrap > .content {
        margin-left: -285px;
    }

    /* line 7036, ../sass/_styles.scss */
    .sidebar-wrap > .fixsidebar ~ .catalog-content, .sidebar-wrap > .fixsidebar ~ .content {
        float: right;
        width: 100%;
        margin-left: 0;
    }
}

/* line 7045, ../sass/_styles.scss */
.sidebar-wrap.sidebar-wrap--right {
    padding-right: 285px;
    padding-left: 0;
}

/* line 7049, ../sass/_styles.scss */
.sidebar-wrap.sidebar-wrap--right > .fixsidebar {
    margin-left: 0;
    margin-right: -285px;
    float: right;
}

/* line 7054, ../sass/_styles.scss */
.sidebar-wrap.sidebar-wrap--right .page-title, .sidebar-wrap.sidebar-wrap--right > .content {
    margin-left: 0;
    margin-right: -285px;
    float: left;
}

/* /Sidebar */
/*LOCATION*/
/* line 7067, ../sass/_styles.scss */
.location-block-wrapper {
    position: relative;
}

/* line 7070, ../sass/_styles.scss */
.bx-sls .bx-ui-sls-pane {
    display: none;
    background-color: #fff;
    z-index: 999;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    padding: 5px 5px 3px;
    position: absolute;
    width: 100%;
    left: 0;
}

/* line 7082, ../sass/_styles.scss */
.form-group .bx-sls .bx-ui-sls-pane {
    max-width: 409px;
}

/* line 7086, ../sass/_styles.scss */
.bx-sls .bx-ui-sls-variants {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 300px;
}

/* line 7092, ../sass/_styles.scss */
.bx-sls .bx-ui-sls-error, .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant {
    cursor: pointer;
    padding: 10px;
}

/* line 7097, ../sass/_styles.scss */
.bx-sls .bx-ui-sls-variant-active, .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover {
    background-color: #E0E8EA;
}

/* line 7101, ../sass/_styles.scss */
.bx-sls input[type="text"] {
    position: relative;
}

/* line 7104, ../sass/_styles.scss */
.bx-sls .bx-ui-sls-route {
    position: absolute !important;
    top: 0;
    left: 0;
    color: #aba8ac !important;
    background-color: transparent !important;
    border-color: transparent !important;
    opacity: 1 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    padding-right: 22px;
    background-position: right 1px;
    background-repeat: no-repeat;
}

/* line 7118, ../sass/_styles.scss */
.form-group .bx-sls .bx-ui-sls-fake,
.form-group .bx-sls .bx-ui-sls-route {
    background: transparent !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 40px;
    width: 100%;
    outline: none;
    padding: 0;
}

/* line 7132, ../sass/_styles.scss */
.location-block-wrapper.form-control, .bx-catalog-subscribe-form-container-input > input.location-block-wrapper {
    padding: 0 12px;
    position: relative;
}

/*/
LOCATION*/
/* Compare */
/* line 7142, ../sass/_styles.scss */
.compare-result__sort .btn {
    width: 100%;
    margin: 2.5px 0;
}

/* line 7147, ../sass/_styles.scss */
.compare-result .compare-result__scroll {
    overflow-x: auto;
}

/* line 7151, ../sass/_styles.scss */
.compare-result .compare-result__block {
    margin-top: 15px;
}

/* line 7155, ../sass/_styles.scss */
.compare-result .compare-result__header {
    white-space: nowrap;
    display: table;
    min-width: 100%;
}

/* line 7161, ../sass/_styles.scss */
.compare-result .compare-result__info {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    display: table-cell;
    text-align: center;
    vertical-align: top;
    padding: 10px 15px;
    margin-left: -4px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

/* line 7174, ../sass/_styles.scss */
.compare-result .compare-result__info-name {
    white-space: normal;
    height: 60px;
    overflow: hidden;
}

/* line 7180, ../sass/_styles.scss */
.compare-result .compare-result__info-image {
    height: 120px;
    line-height: 120px;
    margin: 0 auto;
}

/* line 7185, ../sass/_styles.scss */
.compare-result .compare-result__info-image img {
    max-width: 100%;
    max-height: 100%;
}

/* line 7190, ../sass/_styles.scss */
.compare-result .compare-result__table {
    position: relative;
    display: table;
    min-width: 100%;
}

/* line 7195, ../sass/_styles.scss */
.compare-result .compare-result__table-row {
    white-space: nowrap;
    display: table-row;
}

/* line 7199, ../sass/_styles.scss */
.compare-result .compare-result__table-row:first-child .compare-result__table-property:before {
    background: inherit;
    content: " ";
    height: 200px;
    width: 100%;
    position: absolute;
    left: 1px;
    top: -200px;
    border-bottom: 1px solid #ddd;
}

/* line 7210, ../sass/_styles.scss */
.compare-result .compare-result__table-col, .compare-result .compare-result__table-property {
    display: table-cell;
    padding: 25px 20px;
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    margin-left: -4px;
    vertical-align: middle;
    white-space: normal;
    word-break: normal;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
}

/* line 7225, ../sass/_styles.scss */
.compare-result .compare-result__table-col {
    text-align: center;
}

/* line 7229, ../sass/_styles.scss */
.compare-result .compare-result__table-property {
    font-weight: bold;
    background: #fff;
    color: #000;
    z-index: 1;
    opacity: 0.85;
}

/* line 7236, ../sass/_styles.scss */
.compare-result .compare-result__table-property {
    border-left: 1px solid #ddd;
}

/* line 7240, ../sass/_styles.scss */
.compare-result .compare-result__item-remove {
    position: absolute;
    right: 0;
    top: 0;
}

/* line 7246, ../sass/_styles.scss */
.compare-result .compare-result__item-remove .fa.fa-times {
    font-size: 36px;
    font-family: PeIcon7Stroke;
}

/* line 7249, ../sass/_styles.scss */
.compare-result .compare-result__item-remove .fa.fa-times:before {
    content: "\e680";
}

@media (min-width: 740px) {
    /* line 7255, ../sass/_styles.scss */
    .compare-result .compare-result__sort .btn {
        width: auto;
    }

    /* line 7259, ../sass/_styles.scss */
    .compare-result .compare-result__info, .compare-result .compare-result__table-col, .compare-result .compare-result__table-property {
        width: 170px;
        min-width: 170px;
        max-width: 170px;
    }

    /* line 7266, ../sass/_styles.scss */
    .compare-result .compare-result__info-image {
        width: 140px;
    }
}

@media (min-width: 1024px) {
    /* line 7272, ../sass/_styles.scss */
    .compare-result .compare-result__info, .compare-result .compare-result__table-col, .compare-result .compare-result__table-property {
        width: 200px;
        min-width: 200px;
        max-width: 200px;
    }

    /* line 7279, ../sass/_styles.scss */
    .compare-result .compare-result__info-image {
        width: 160px;
    }
}

/* /Compare */
/* 404 */
/* line 7287, ../sass/_styles.scss */
.errorpagein {
    width: 100%;
}

/* line 7290, ../sass/_styles.scss */
.errorpagein .errorcode {
    margin-top: 50px;
    font-size: 200px;
}

/* line 7295, ../sass/_styles.scss */
.errorpagein .errortext {
    position: relative;
    top: -40px;
    font-size: 30px;
}

/* /404 */
/* Mobile menu */
/* line 7304, ../sass/_styles.scss */
.mobile-menu {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

/* line 7310, ../sass/_styles.scss */
.mobile-menu-wrap {
    display: block;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 60px;
    overflow: hidden;
}

/* line 7323, ../sass/_styles.scss */
.mobile-menu .mobile-menu__items {
    padding: 0;
}

/* line 7325, ../sass/_styles.scss */
.mobile-menu .mobile-menu__items li:before {
    display: none;
}

/* line 7330, ../sass/_styles.scss */
.mobile-menu .mobile-menu__personal {
    padding: 5px 17px;
    background: rgba(204, 204, 204, 0.3);
    z-index: 1;
}

/* line 7335, ../sass/_styles.scss */
.mobile-menu .mobile-menu__personal a {
    color: #202020;
}

/* line 7340, ../sass/_styles.scss */
.mobile-menu .mobile-menu__profile {
    display: inline-block;
    padding: 15px 0;
    vertical-align: middle;
    display: inline-block;
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
}

/* line 7348, ../sass/_styles.scss */
.mobile-menu .mobile-menu__profile .text-fadeout:after {
    background-image: -webkit-linear-gradient(right, #F0F0F0, rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(right, #F0F0F0, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(right, #F0F0F0, rgba(255, 255, 255, 0));
    background-image: -webkit-gradient(linear, right top, left top, from(#F0F0F0), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to left, #F0F0F0, rgba(255, 255, 255, 0));
}

/* line 7357, ../sass/_styles.scss */
.mobile-menu .mobile-menu__userlogin {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    width: 100%;
}

/* line 7362, ../sass/_styles.scss */
.mobile-menu .mobile-menu__userlogin:after, .mobile-menu .mobile-menu__userlogin:before {
    position: absolute;
    font-family: PeIcon7Stroke;
}

/* line 7367, ../sass/_styles.scss */
.mobile-menu .mobile-menu__userlogin:before {
    content: "\e605";
    font-size: 30px;
    left: 0;
    top: -15px;
}

/* line 7375, ../sass/_styles.scss */
.mobile-menu .mobile-menu__userlogin .fa.fa-angle-down {
    color: inherit;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -moz-transition: transform 0.3s linear, -moz-transform 0.3s linear;
    -o-transition: transform 0.3s linear, -o-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear, -moz-transform 0.3s linear, -o-transform 0.3s linear;
}

/* line 7380, ../sass/_styles.scss */
.mobile-menu .mobile-menu__userlogin.open .fa.fa-angle-down {
    -webkit-transform: rotate(180deg) translateX(-5px);
    -moz-transform: rotate(180deg) translateX(-5px);
    -ms-transform: rotate(180deg) translateX(-5px);
    -o-transform: rotate(180deg) translateX(-5px);
    transform: rotate(180deg) translateX(-5px);
}

/* line 7385, ../sass/_styles.scss */
.mobile-menu .mobile-menu__userpersonal {
    position: absolute;
    top: 58px;
    left: 0;
    height: 0;
    width: 100%;
    background-color: #fff;
    z-index: 3;
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
    overflow: hidden;
}

/* line 7396, ../sass/_styles.scss */
.mobile-menu .mobile-menu__userpersonal.open {
    height: 100%;
}

/* line 7401, ../sass/_styles.scss */
.mobile-menu .mobile-menu__userpersonal .mobile-menu__userpersonal-list {
    overflow: auto;
}

/* line 7405, ../sass/_styles.scss */
.mobile-menu .mobile-menu__userpersonal .mobile-menu__userpersonal-list li a {
    padding: 13px 15px;
    display: block;
    border-top: 1px solid rgba(204, 204, 204, 0.3);
    color: #202020;
}

/* line 7410, ../sass/_styles.scss */
.mobile-menu .mobile-menu__userpersonal .mobile-menu__userpersonal-list li a:focus, .mobile-menu .mobile-menu__userpersonal .mobile-menu__userpersonal-list li a:hover {
    text-decoration: none;
    color: #202020;
}

/* line 7417, ../sass/_styles.scss */
.mobile-menu .mobile-menu__personal-icons {
    margin-left: -4px;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    text-align: right;
    padding-right: 10px;
}

/* line 7426, ../sass/_styles.scss */
.mobile-menu .inmenucompare, .mobile-menu .inmenufavorite {
    position: relative;
}

/* line 7429, ../sass/_styles.scss */
.mobile-menu .inmenucompare .count, .mobile-menu .inmenufavorite .count {
    position: absolute;
    top: -15px;
    padding: 2px 8px;
    right: -12px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* line 7438, ../sass/_styles.scss */
.mobile-menu .inmenucompare .fa, .mobile-menu .inmenufavorite .fa {
    font-size: 18px;
}

/* line 7441, ../sass/_styles.scss */
.mobile-menu .inmenucompare:hover, .mobile-menu .inmenufavorite:hover {
    text-decoration: none;
}

/* line 7445, ../sass/_styles.scss */
.mobile-menu .inmenucompare {
    margin-right: 25px;
}

/* line 7448, ../sass/_styles.scss */
.mobile-menu .inmenucompare .fa {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

/* line 7451, ../sass/_styles.scss */
.mobile-menu .inmenucompare .count {
    right: -8px;
}

@media (min-width: 740px) {
    /* line 7456, ../sass/_styles.scss */
    .mobile-menu-wrap {
        z-index: 999;
        padding-top: 0;
        width: 400px;
    }

    /* line 7461, ../sass/_styles.scss */
    .opened-mobile-menu .mobile-menu-wrap {
        -webkit-box-shadow: 5px 0 25px rgba(80, 83, 93, 0.3);
        -moz-box-shadow: 5px 0 25px rgba(80, 83, 93, 0.3);
        box-shadow: 5px 0 25px rgba(80, 83, 93, 0.3);
    }

    /* line 7466, ../sass/_styles.scss */
    .mobile-menu .mobile-menu__personal {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    /* line 7471, ../sass/_styles.scss */
    .mobile-menu .mobile-menu-nav, .mobile-menu .mobile-menu-nav__submenu, .mobile-menu .mobile-menu__userpersonal {
        padding: 0 30px;
    }

    /* line 7477, ../sass/_styles.scss */
    .mobile-menu .mobile-menu-nav .mobile-menu-nav__arrow.back {
        left: 45px;
    }

    /* line 7481, ../sass/_styles.scss */
    .mobile-menu .mobile-menu-nav .mobile-menu-nav__arrow {
        right: 45px;
    }

    /* line 7485, ../sass/_styles.scss */
    .mobile-menu .mobile-menu-nav, .mobile-menu .mobile-menu__userpersonal {
        top: 120px;
    }
}

/* line 7491, ../sass/_styles.scss */
.mobile-menu-nav {
    padding: 0;
    position: absolute;
    top: 58px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    bottom: 0;
    -webkit-overflow-scrolling: touch;
}

/* line 7500, ../sass/_styles.scss */
.mobile-menu-nav__element:before {
    display: none;
}

/* line 7503, ../sass/_styles.scss */
.mobile-menu-nav__element {
    position: static;
}

/* line 7507, ../sass/_styles.scss */
.mobile-menu-nav .mobile-menu-nav__link {
    padding: 13px 15px;
    display: block;
    border-top: 1px solid rgba(204, 204, 204, 0.3);
    color: #202020;
}

/* line 7513, ../sass/_styles.scss */
.mobile-menu-nav .mobile-menu-nav__link.disabled {
    background-color: rgba(204, 204, 204, 0.3);
    font-weight: bold;
}

/* line 7517, ../sass/_styles.scss */
.mobile-menu-nav .mobile-menu-nav__link:focus, .mobile-menu-nav .mobile-menu-nav__link:hover {
    text-decoration: none;
    color: #202020;
}

/* line 7522, ../sass/_styles.scss */
.mobile-menu-nav .mobile-menu-nav__link.back {
    padding-left: 35px;
}

/* line 7527, ../sass/_styles.scss */
.mobile-menu-nav__submenu {
    display: block;
    padding-left: 0;
    position: absolute;
    top: 0;
    background: #fff;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.25s linear;
    transition: -webkit-transform 0.25s linear;
    -moz-transition: transform 0.25s linear, -moz-transform 0.25s linear;
    -o-transition: transform 0.25s linear, -o-transform 0.25s linear;
    transition: transform 0.25s linear;
    transition: transform 0.25s linear, -webkit-transform 0.25s linear, -moz-transform 0.25s linear, -o-transform 0.25s linear;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

/* line 7542, ../sass/_styles.scss */
.mobile-menu-nav__submenu.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

/* line 7545, ../sass/_styles.scss */
.mobile-menu-nav__submenu.overflower {
    overflow: hidden;
}

/* line 7550, ../sass/_styles.scss */
.mobile-menu-nav .mobile-menu-nav__arrow {
    position: absolute;
    font-family: PeIcon7Stroke;
    font-size: 20px;
    right: 15px;
    font-weight: bold;
}

/* line 7556, ../sass/_styles.scss */
.mobile-menu-nav .mobile-menu-nav__arrow:before {
    content: "\e684";
}

/* line 7560, ../sass/_styles.scss */
.mobile-menu-nav .mobile-menu-nav__arrow.back {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 15px;
    right: auto;
    margin-top: -2px;
}

/* line 7569, ../sass/_styles.scss */
.opened-mobile-menu {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* line 7576, ../sass/_styles.scss */
.opened-mobile-menu .icon-toggle .icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(4px) translateX(5px);
    -moz-transform: rotate(45deg) translateY(4px) translateX(5px);
    -ms-transform: rotate(45deg) translateY(4px) translateX(5px);
    -o-transform: rotate(45deg) translateY(4px) translateX(5px);
    transform: rotate(45deg) translateY(4px) translateX(5px);
}

/* line 7579, ../sass/_styles.scss */
.opened-mobile-menu .icon-toggle .icon-bar:nth-child(2) {
    -webkit-transform: rotate(135deg) translateY(0px) translateX(0px);
    -moz-transform: rotate(135deg) translateY(0px) translateX(0px);
    -ms-transform: rotate(135deg) translateY(0px) translateX(0px);
    -o-transform: rotate(135deg) translateY(0px) translateX(0px);
    transform: rotate(135deg) translateY(0px) translateX(0px);
}

/* line 7582, ../sass/_styles.scss */
.opened-mobile-menu .icon-toggle .icon-bar:nth-child(3) {
    -webkit-transform: rotate(135deg) translateY(5px) translateX(-5px);
    -moz-transform: rotate(135deg) translateY(5px) translateX(-5px);
    -ms-transform: rotate(135deg) translateY(5px) translateX(-5px);
    -o-transform: rotate(135deg) translateY(5px) translateX(-5px);
    transform: rotate(135deg) translateY(5px) translateX(-5px);
}

/* line 7587, ../sass/_styles.scss */
.opened-mobile-menu .fly-header__menu-button .line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 7px 3px;
    -moz-transform-origin: 7px 3px;
    -ms-transform-origin: 7px 3px;
    -o-transform-origin: 7px 3px;
    transform-origin: 7px 3px;
}

/* line 7591, ../sass/_styles.scss */
.opened-mobile-menu .fly-header__menu-button .line:nth-child(2) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: 12px 0;
    -moz-transform-origin: 12px 0;
    -ms-transform-origin: 12px 0;
    -o-transform-origin: 12px 0;
    transform-origin: 12px 0;
}

/* line 7595, ../sass/_styles.scss */
.opened-mobile-menu .fly-header__menu-button .line:nth-child(3) {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
}

@media (min-width: 740px) {
    /* line 7569, ../sass/_styles.scss */
    .opened-mobile-menu {
        -webkit-transform: translateX(400px);
        -moz-transform: translateX(400px);
        -ms-transform: translateX(400px);
        -o-transform: translateX(400px);
        transform: translateX(400px);
    }

    /* line 7602, ../sass/_styles.scss */
    .opened-mobile-menu #panel {
        -webkit-transform: translateX(-400px);
        -moz-transform: translateX(-400px);
        -ms-transform: translateX(-400px);
        -o-transform: translateX(-400px);
        transform: translateX(-400px);
    }
}

@media (max-width: 740px) {
    /* line 7607, ../sass/_styles.scss */
    .opened-mobile-menu .mobile-menu-wrap {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

/* /Mobile menu */
/* line 7615, ../sass/_styles.scss */
.text-fadeout:after {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 40px;
    height: 15px;
    bottom: 0;
    right: 0;
    background-image: -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
    background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}

/* Main menu */
/* line 7632, ../sass/_styles.scss */
.mainmenu {
    float: none;
    white-space: nowrap;
    visibility: hidden;
}

/* line 7637, ../sass/_styles.scss */
.mainmenu .mainmenu__other {
    position: relative;
    float: right;
    text-align: right;
}

/* line 7643, ../sass/_styles.scss */
.mainmenu .mainmenu__other .mainmenu__other-link {
    padding: 18px 12px;
    font-size: 21px;
    font-weight: bold;
}

/* line 7649, ../sass/_styles.scss */
.mainmenu .mainmenu__other .mainmenu__other-list {
    top: 100%;
}

/* line 7652, ../sass/_styles.scss */
.mainmenu .mainmenu__other:hover .mainmenu__other-list {
    display: block;
}

/* line 7656, ../sass/_styles.scss */
.mainmenu .mainmenu__other-item .mainmenu__item-link {
    display: block;
    padding: 10px 27px;
}

/* line 7661, ../sass/_styles.scss */
.mainmenu .mainmenu__root-item {
    position: relative;
    border-right: 1px solid transparent;
    display: inline-block;
    float: none;
    white-space: normal;
    margin-left: -4px;
}

/* line 7669, ../sass/_styles.scss */
.mainmenu .mainmenu__other:hover > .mainmenu__submenu, .mainmenu .mainmenu__root-item:hover > .mainmenu__submenu, .mainmenu .mainmenu__submenu-item:hover > .mainmenu__submenu {
    display: block;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* line 7677, ../sass/_styles.scss */
.mainmenu .mainmenu__root-item > .mainmenu__item-link {
    padding: 18px 14px;
}

/* line 7681, ../sass/_styles.scss */
.mainmenu .mainmenu__submenu {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 100;
    min-width: 250px;
    background: #fff;
    border: 1px solid rgba(204, 204, 204, 0.3);
    border-bottom: 2px solid #ffe062;
    -webkit-transition: -webkit-transform 0.15s;
    transition: -webkit-transform 0.15s;
    -moz-transition: transform 0.15s, -moz-transform 0.15s;
    -o-transition: transform 0.15s, -o-transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s, -moz-transform 0.15s, -o-transform 0.15s;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

/* line 7696, ../sass/_styles.scss */
.mainmenu .mainmenu__submenu .mainmenu__submenu {
    top: 0;
    left: 100%;
    visibility: hidden;
    display: block;
}

/* line 7702, ../sass/_styles.scss */
.mainmenu .mainmenu__submenu-item:before {
    content: initial;
}

/* line 7706, ../sass/_styles.scss */
.mainmenu .mainmenu__submenu-item .mainmenu__item-link {
    padding: 10px 27px;
}

/* line 7709, ../sass/_styles.scss */
.mainmenu .mainmenu__submenu-item.dropdown-submenu > .mainmenu__item-link:after {
    top: 10px;
    right: 9px;
    font-size: 18px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: 'FontAwesome';
}

/* line 7720, ../sass/_styles.scss */
.mainmenu .invisible {
    display: none;
}

/* line 7724, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__root-item {
    position: static;
}

/* line 7728, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__submenu {
    padding: 20px 15px 60px;
    left: auto;
    max-width: 100%;
    min-height: 375px;
}

/* line 7734, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__linecolumns {
    float: left;
}

/* line 7737, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__linecolumns .mainmenu__column {
    float: none;
}

/* line 7741, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__column, .mainmenu--wide .mainmenu__product {
    width: 220px;
    position: relative;
    z-index: 2;
    min-height: 1px;
}

/* line 7748, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__column {
    float: left;
}

/* line 7751, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__product {
    display: none;
    float: right;
}

/* line 7755, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__column > li {
    padding: 10px 15px;
}

/* line 7758, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__column > li > .mainmenu__item-link {
    font-weight: bold;
    padding: 5px 0;
    display: inline-block;
}

/* line 7764, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__subitems .mainmenu__item-link {
    display: inline-block;
    padding: 5px 0;
}

/* line 7769, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

@media (min-width: 1024px) {
    /* line 7781, ../sass/_styles.scss */
    .mainmenu--wide .mainmenu__product {
        display: block;
    }
}

/* line 7788, ../sass/_styles.scss */
.mainmenu-product {
    padding: 15px 7px;
    position: relative;
}

/* line 7792, ../sass/_styles.scss */
.mainmenu-product__pic {
    height: 170px;
    line-height: 170px;
    text-align: center;
}

/* line 7797, ../sass/_styles.scss */
.mainmenu-product__pic img {
    height: auto;
    max-height: 170px;
    display: inline;
    max-width: 100%;
}

/* line 7805, ../sass/_styles.scss */
.mainmenu-product__data {
    padding: 5px 0 0;
}

/* line 7808, ../sass/_styles.scss */
.mainmenu-product__name {
    height: 36px;
    margin: 0 0 5px;
    overflow: hidden;
}

/* line 7813, ../sass/_styles.scss */
.mainmenu-product__price {
    height: 55px;
    overflow: hidden;
    padding-top: 15px;
}

/* /Main menu */
/* Faq page */
/* line 7825, ../sass/_styles.scss */
.faq-page .panel-group .panel {
    margin-bottom: 2px;
}

/* line 7829, ../sass/_styles.scss */
.faq-page .faq-page__filter {
    margin-bottom: 15px;
}

/* /Faq page */
/* Delivery page */
/* line 7838, ../sass/_styles.scss */
.p-delivery .p-delivery__guarantee {
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
    display: inline-block;
}

/* line 7844, ../sass/_styles.scss */
.p-delivery .p-delivery__guarantee-icon {
    display: inline-block;
    padding: 20px 0 30px 15px;
    width: 30%;
}

/* line 7849, ../sass/_styles.scss */
.p-delivery .p-delivery__guarantee-icon img {
    max-width: 80%;
}

/* line 7854, ../sass/_styles.scss */
.p-delivery .p-delivery__guarantee-text {
    display: inline-block;
    margin-left: -4px;
    vertical-align: middle;
    max-width: 475px;
    width: 70%;
}

/* line 7862, ../sass/_styles.scss */
.p-delivery .p-delivery__table-wrap {
    max-width: 100%;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 40px;
}

/* line 7869, ../sass/_styles.scss */
.p-delivery .p-delivery__table-wrap .table {
    border-collapse: separate;
}

/* line 7873, ../sass/_styles.scss */
.p-delivery .p-delivery__table-wrap .table tr th {
    background-color: rgba(204, 204, 204, 0.3);
    border: 0;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    vertical-align: middle;
}

/* line 7882, ../sass/_styles.scss */
.p-delivery .p-delivery__table-wrap .table tr td {
    border: 0;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
    border-right: 1px solid rgba(204, 204, 204, 0.3);
}

/* line 7887, ../sass/_styles.scss */
.p-delivery .p-delivery__table-wrap .table tr td:last-child {
    border-right: 0;
}

/* line 7891, ../sass/_styles.scss */
.p-delivery .p-delivery__freeprice, .p-delivery .p-delivery__price {
    font-weight: bold;
}

/* line 7896, ../sass/_styles.scss */
.p-delivery .p-delivery__freeprice {
    color: #82d026;
}

/* line 7900, ../sass/_styles.scss */
.p-delivery .p-delivery__price {
    color: #9d0000;
}

/* line 7904, ../sass/_styles.scss */
.p-delivery .p-delivery__table-wrap .table tr td, .p-delivery .p-delivery__table-wrap .table tr th {
    width: 150px;
}

/* line 7908, ../sass/_styles.scss */
.p-delivery .p-delivery__table-wrap .table tr td:nth-child(1), .p-delivery .p-delivery__table-wrap .table tr th:nth-child(1) {
    width: auto;
}

/* line 7913, ../sass/_styles.scss */
.p-delivery .p-delivery__delivery-point, .p-delivery .p-delivery__delivery-time {
    padding-top: 105px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

/* line 7920, ../sass/_styles.scss */
.p-delivery .p-delivery__delivery-time {
    width: 40%;
    font-size: 16px;
    text-align: center;
    max-width: 205px;
    margin-right: 10%;
}

/* line 7927, ../sass/_styles.scss */
.p-delivery .p-delivery__delivery-point {
    margin: -4px;
    width: 50%;
}

/* line 7931, ../sass/_styles.scss */
.p-delivery .p-delivery__delivery-point:before, .p-delivery .p-delivery__delivery-time:before {
    font-family: PeIcon7Stroke;
    position: absolute;
    top: 0;
    font-size: 64px;
    color: #9d0000;
}

/* line 7939, ../sass/_styles.scss */
.p-delivery .p-delivery__delivery-time:before {
    content: "\e67e";
    left: 0;
    right: 0;
}

/* line 7944, ../sass/_styles.scss */
.p-delivery .p-delivery__delivery-point:before {
    content: "\e673";
    left: 0;
}

/* line 7950, ../sass/_styles.scss */
.p-delivery.is-cart .table td {
    vertical-align: middle;
    min-width: 150px;
}

/* line 7955, ../sass/_styles.scss */
.p-delivery.is-cart .p-delivery__table-wrap .p-delivery__name {
    width: 100%;
}

/* line 7958, ../sass/_styles.scss */
.p-delivery.is-cart .p-delivery__table-wrap .p-delivery__picture, .p-delivery.is-cart .p-delivery__table-wrap .p-delivery__price, .p-delivery.is-cart .p-delivery__table-wrap .p-delivery__period {
    text-align: center;
}

/* line 7963, ../sass/_styles.scss */
.p-delivery.is-cart .p-delivery__table-wrap .table tr th {
    font-size: 16px;
    line-height: 1;
}

@media (max-width: 739px) {
    /* line 7969, ../sass/_styles.scss */
    .p-delivery .p-delivery__delivery-point, .p-delivery .p-delivery__delivery-time {
        display: block;
        margin: auto;
        width: auto;
    }

    /* line 7975, ../sass/_styles.scss */
    .p-delivery .p-delivery__delivery-point {
        max-width: 250px;
        text-align: center;
        margin-top: 40px;
    }

    /* line 7980, ../sass/_styles.scss */
    .p-delivery .p-delivery__delivery-point:before {
        left: 0;
        right: 0;
    }
}

/* /Delivery page */
/* Payment page */
/* line 7989, ../sass/_styles.scss */
.p-payment {
    width: 100%;
    margin-bottom: 40px;
}

/* line 7993, ../sass/_styles.scss */
.p-payment .p-payment__warning {
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

/* line 7997, ../sass/_styles.scss */
.p-payment .p-payment__warning-icon {
    display: inline-block;
    padding: 20px 30px 30px 15px;
    max-width: 30%;
}

/* line 8002, ../sass/_styles.scss */
.p-payment .p-payment__warning-icon img {
    max-width: 80%;
}

/* line 8006, ../sass/_styles.scss */
.p-payment .p-payment__warning-text {
    display: inline-block;
    margin-left: -4px;
    vertical-align: middle;
    max-width: 475px;
    width: 70%;
}

/* line 8015, ../sass/_styles.scss */
.p-payment .p-payment__logos img {
    display: block;
    margin: 15px auto;
}

/* line 8021, ../sass/_styles.scss */
.p-payment img {
    max-width: 100%;
}

/* line 8025, ../sass/_styles.scss */
.p-payment h2 {
    margin: 15px 0;
}

@media (min-width: 1620px) {
    /* line 7989, ../sass/_styles.scss */
    .p-payment {
        width: 50%;
    }
}

@media (min-width: 740px) {
    /* line 8032, ../sass/_styles.scss */
    .p-payment .p-payment__logos img {
        display: inline-block;
        margin: 30px 20px;
    }
}

/* SEARCH PAGE */
/* line 8040, ../sass/_styles.scss */
.rs_section-box {
    margin-bottom: 40px;
}

/* line 8044, ../sass/_styles.scss */
.search-page .products {
    margin-bottom: 0;
}

/* /SEARCH PAGE */
/* SEARCH TITLE */
/* line 8051, ../sass/_styles.scss */
.title-search-result {
    border: 1px solid #c6c6c6;
    display: none;
    overflow: hidden;
    z-index: 205;
    background-color: #fff;
    padding: 10px;
}

/* line 8060, ../sass/_styles.scss */
.search_title_image {
    display: inline-block;
}

/* line 8063, ../sass/_styles.scss */
.search_title_item_element {
    padding: 7px 0;
}

/* line 8066, ../sass/_styles.scss */
.search_title_element {
    vertical-align: middle;
    display: inline-block;
    max-width: 70%;
}

/* /SEARCH TITLE */
/* line 8074, ../sass/_styles.scss */
a.popup_link:hover {
    text-decoration: none;
}

/* line 8077, ../sass/_styles.scss */
a.popup_link:hover span {
    border-bottom: 1px dashed #666699;
}

/* line 8083, ../sass/_styles.scss */
.services-data {
    height: 94px;
    overflow: hidden;
}

/* line 8088, ../sass/_styles.scss */
.services-image > div {
    text-align: center;
    height: 170px;
    line-height: 170px;
}

/* line 8095, ../sass/_styles.scss */
.alert-info {
    background-color: #FBFBFB;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #555;
    padding: 35px 30px;
    margin-bottom: 0;
}

/* line 8104, ../sass/_styles.scss */
.fly-header {
    padding: 10px;
    width: 100%;
    max-width: 1620px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    /* Sticky */
    /* Media */
}

/* line 8112, ../sass/_styles.scss */
.fly-header-sidenav-button {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
    background: #636975;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

/* line 8122, ../sass/_styles.scss */
.fly-header-sidenav-button:hover {
    background: #7D838F;
}

/* line 8126, ../sass/_styles.scss */
.fly-header-sidenav-button .fly-header-sidenav-button__valign {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* line 8134, ../sass/_styles.scss */
.fly-header-sidenav-button .fly-header-sidenav-button__text {
    text-transform: uppercase;
    font-family: "Roboto";
    font-size: 14px;
}

/* line 8140, ../sass/_styles.scss */
.fly-header-sidenav-button .fly-header-sidenav-button__lines .line {
    border-top: 4px solid #fff;
    margin-top: 3px;
    width: 30px;
    margin: 6px auto;
}

/* line 8146, ../sass/_styles.scss */
.opened-mobile-menu .fly-header-sidenav-button .fly-header-sidenav-button__lines .line:nth-child(1) {
    opacity: 0;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}

/* line 8150, ../sass/_styles.scss */
.opened-mobile-menu .fly-header-sidenav-button .fly-header-sidenav-button__lines .line:nth-child(2) {
    -webkit-transform: rotate(45deg) translateY(0px) translateX(0px);
    -moz-transform: rotate(45deg) translateY(0px) translateX(0px);
    -ms-transform: rotate(45deg) translateY(0px) translateX(0px);
    -o-transform: rotate(45deg) translateY(0px) translateX(0px);
    transform: rotate(45deg) translateY(0px) translateX(0px);
}

/* line 8153, ../sass/_styles.scss */
.opened-mobile-menu .fly-header-sidenav-button .fly-header-sidenav-button__lines .line:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-8px) translateX(7px);
    -moz-transform: rotate(-45deg) translateY(-8px) translateX(7px);
    -ms-transform: rotate(-45deg) translateY(-8px) translateX(7px);
    -o-transform: rotate(-45deg) translateY(-8px) translateX(7px);
    transform: rotate(-45deg) translateY(-8px) translateX(7px);
}

/* line 8159, ../sass/_styles.scss */
.fly-header-wrap {
    margin-bottom: 10px;
    position: relative;
    z-index: 101;
    background: #fff;
    width: 100%;
}

/* line 8167, ../sass/_styles.scss */
.fly-header .fly-header__menu-button {
    border: 1px solid #a9a9a9;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    display: table-cell;
    margin-left: -4px;
    line-height: 0.5;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 3px;
    min-width: 40px;
    z-index: 999;
}

/* line 8183, ../sass/_styles.scss */
.fly-header .fly-header__menu-button .line {
    display: inline-block;
    border-top: 3px solid #a9a9a9;
    width: 22px;
    -webkit-transition: -webkit-transform 0.15s linear;
    transition: -webkit-transform 0.15s linear;
    -moz-transition: transform 0.15s linear, -moz-transform 0.15s linear;
    -o-transition: transform 0.15s linear, -o-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear, -moz-transform 0.15s linear, -o-transform 0.15s linear;
}

/* line 8190, ../sass/_styles.scss */
.fly-header .fly-header__logo {
    display: table-cell;
    padding: 0 25px 0 15px;
    vertical-align: middle;
}

/* line 8195, ../sass/_styles.scss */
.fly-header .fly-header__logo img {
    max-width: 100%;
    max-height: 40px;
}

/* line 8201, ../sass/_styles.scss */
.fly-header .fly-header__tagline {
    display: none;
    vertical-align: middle;
    min-width: 260px;
    width: 260px;
}

/* line 8207, ../sass/_styles.scss */
.fly-header .fly-header__tagline .header-slogan {
    padding: 0 10px;
}

/* line 8212, ../sass/_styles.scss */
.fly-header .fly-header__contacts {
    display: none;
    vertical-align: middle;
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
}

/* line 8220, ../sass/_styles.scss */
.fly-header .fly-header__search {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
}

/* line 8226, ../sass/_styles.scss */
.fly-header .fly-header__search .header-search__form {
    padding: 0;
}

/* line 8230, ../sass/_styles.scss */
.fly-header .fly-header__search-icon {
    margin: 0;
}

/* line 8233, ../sass/_styles.scss */
.fly-header .fly-header__search-close {
    display: none;
    width: 40px;
    position: relative;
    float: right;
    text-align: center;
    margin-left: 10px;
}

/* line 8241, ../sass/_styles.scss */
.fly-header .fly-header__search-close .fa.fa-times {
    line-height: 40px;
    font-size: 20px;
}

/* line 8247, ../sass/_styles.scss */
.fly-header .fly-header__icons {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
}

/* line 8255, ../sass/_styles.scss */
.fly-header-wrap.__simple .fly-header-sidenav-button .fly-header-sidenav-button__text {
    display: none;
}

/* line 8258, ../sass/_styles.scss */
body .fly-header-wrap.__simple .fly-header .fly-header__contacts {
    display: none;
}

/* line 8262, ../sass/_styles.scss */
.fly-header-sticky-wrapper {
    margin-bottom: 10px;
}

@media (min-width: 740px) {
    /* line 8104, ../sass/_styles.scss */
    .fly-header {
        padding: 25px 10px;
        margin-bottom: 10px;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        -o-transition: padding 0.3s;
        transition: padding 0.3s;
    }

    /* line 8273, ../sass/_styles.scss */
    .fly-header-sticky-wrapper.is-sticky .fly-header-sidenav-button, body.is--sidenav .fly-header-sidenav-button {
        display: block;
    }

    /* line 8278, ../sass/_styles.scss */
    .fly-header-wrap {
        margin-bottom: 30px;
        -webkit-box-shadow: 0 8px 40px #f3f3f3;
        -moz-box-shadow: 0 8px 40px #f3f3f3;
        box-shadow: 0 8px 40px #f3f3f3;
    }

    /* line 8283, ../sass/_styles.scss */
    .fly-header .fly-header__logo {
        min-width: 230px;
        width: 230px;
    }

    /* line 8288, ../sass/_styles.scss */
    .fly-header .fly-header__menu-button {
        display: none;
    }

    /* line 8292, ../sass/_styles.scss */
    .fly-header .fly-header__search {
        width: auto;
        padding: 0 15px;
    }

    /* line 8297, ../sass/_styles.scss */
    .fly-header .fly-header__search-icon {
        display: none;
    }

    /* line 8301, ../sass/_styles.scss */
    .fly-header .fly-header__icons {
        width: 180px;
    }

    /* line 8305, ../sass/_styles.scss */
    .fly-header .fly-header__icons .basketinhead, .fly-header .fly-header__icons .inheadfavorite {
        margin-top: 0;
    }

    /* line 8310, ../sass/_styles.scss */
    .fly-header-sticky-wrapper {
        margin-bottom: 30px;
    }

    /* line 8314, ../sass/_styles.scss */
    .fly-header-wrap.__simple .fly-header .header-search__form {
        max-width: 400px;
        float: right;
    }

    /* line 8318, ../sass/_styles.scss */
    .fly-header-wrap.__simple .fly-header {
        padding-top: 10px;
        padding-bottom: 0;
    }

    /* line 8323, ../sass/_styles.scss */
    .fly-header-wrap.__simple .fly-header .fly-header__icons .loss-menu-right .count {
        top: -1px;
        right: -7px;
        width: 20px;
        height: 20px;
        line-height: 22px;
    }

    /* line 8330, ../sass/_styles.scss */
    .fly-header-wrap.__simple .fly-header .fly-header__logo {
        width: 230px;
        max-width: 230px;
    }
}

@media (min-width: 740px) {
    /* line 8336, ../sass/_styles.scss */
    .fly-header-sticky-wrapper.is-sticky .fly-header, body.is--sidenav .fly-header {
        padding-left: 70px;
    }

    /* line 8340, ../sass/_styles.scss */
    .fly-header .fly-header__icons .dropdown-favorite {
        right: -4px;
    }
}

@media (min-width: 1024px) {
    /* line 8345, ../sass/_styles.scss */
    body:not(.is--sidenav) .fly-header {
        padding: 15px 10px;
    }

    /* line 8348, ../sass/_styles.scss */
    body:not(.is--sidenav) .fly-header .fly-header__contacts {
        display: table-cell;
    }

    /* line 8352, ../sass/_styles.scss */
    .fly-header .fly-header__contacts .header-contacts {
        float: none;
        padding: 0 15px;
    }
}

@media (min-width: 1160px) {
    /* line 8358, ../sass/_styles.scss */
    body.is--sidenav .fly-header .fly-header__contacts {
        display: table-cell;
    }
}

@media (min-width: 1440px) {
    /* line 8363, ../sass/_styles.scss */
    .fly-header .fly-header__tagline {
        display: table-cell;
    }
}

@media (max-width: 739px) {
    /* line 8104, ../sass/_styles.scss */
    .fly-header {
        -webkit-box-shadow: 0 3px 2px #d2d2d2;
        -moz-box-shadow: 0 3px 2px #d2d2d2;
        box-shadow: 0 3px 2px #d2d2d2;
    }

    /* line 8370, ../sass/_styles.scss */
    .fly-header .fly-header__search .header-search__form {
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        padding-top: 0;
        height: 60px;
        background: #f9f9f9;
        z-index: 2;
        padding: 10px;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -moz-transition: transform 0.3s, -moz-transform 0.3s;
        -o-transition: transform 0.3s, -o-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
    }

    /* line 8384, ../sass/_styles.scss */
    .fly-header .fly-header__search.open-search .header-search__form {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    /* line 8387, ../sass/_styles.scss */
    .fly-header .fly-header__search .header-search__form .input-group-btn:before {
        content: "\f002";
        position: absolute;
        font-family: "FontAwesome";
        font-size: 20px;
        left: 10px;
        top: 5px;
    }

    /* line 8396, ../sass/_styles.scss */
    .fly-header .fly-header__search .header-search__form .input-group-btn .btn {
        font-size: 0;
        background: transparent;
        height: 40px;
        width: 40px;
        border-color: #a9a9a9;
        padding: 0;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        border-top-right-radius: 4px;
    }

    /* line 8407, ../sass/_styles.scss */
    .fly-header .fly-header__search-close {
        display: block;
    }
}

@media (min-width: 1620px) {
    /* line 8413, ../sass/_styles.scss */
    .fly-header .fly-header__icons .dropdown-favorite {
        right: 26px;
    }
}

@media (min-width: 1760px) {
    /* line 8418, ../sass/_styles.scss */
    .fly-header-sticky-wrapper.is-sticky .fly-header, body.is--sidenav .fly-header {
        padding-left: 0;
    }
}

/* line 8425, ../sass/_styles.scss */
.fly-header-sticky-wrapper.is-sticky .top-menu,
body.is--sidenav .headline,
body.is--sidenav .top-menu {
    display: none;
}

/* Collection styles */
/* line 8432, ../sass/_styles.scss */
.rs-collection .products {
    margin-bottom: 40px;
}

/* line 8435, ../sass/_styles.scss */
.rs-collection-items {
    margin-top: 30px;
}

/* line 8440, ../sass/_styles.scss */
.rs-collection-item .rs-collection-item__pic {
    height: 110px;
    width: 100%;
    text-align: center;
}

/* line 8445, ../sass/_styles.scss */
.rs-collection-item .rs-collection-item__pic img {
    max-height: 110px;
    max-width: 100%;
    width: auto;
    display: inline-block;
}

/* line 8451, ../sass/_styles.scss */
.rs-collection-item .rs-collection-item__name {
    height: 36px;
    overflow: hidden;
}

/* line 8455, ../sass/_styles.scss */
.rs-collection-item .rs-collection-item__icons {
    position: absolute;
    right: 0;
    z-index: 4;
}

/* line 8461, ../sass/_styles.scss */
.rs-collection-item .rs-collection-item__basket-icon {
    position: relative;
    background: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    line-height: 30px;
    padding: 5px;
    height: 40px;
    width: 40px;
    text-align: center;
}

/* line 8472, ../sass/_styles.scss */
.rs-collection-item .rs-collection-item__basket-icon:hover {
    background: #f0f0f0;
    color: #555 !important;
}

/* line 8477, ../sass/_styles.scss */
.rs-collection-item .rs-collection-item__basket-icon.inbasket {
    border-color: #ffe062;
}

/* /Collection styles */
/* line 8483, ../sass/_styles.scss */
.form-license-text {
    max-width: 420px;
}

/* line 1, ../sass/blocks/catalog/_brand.scss */
.brand {
    color: #222222;
}

/* line 4, ../sass/blocks/catalog/_brand.scss */
.brand__logo {
    display: inline-block;
    min-width: 100px;
    width: 150px;
}

/* line 10, ../sass/blocks/catalog/_brand.scss */
.brand__text {
    padding: 9.5px 0;
}

/* line 14, ../sass/blocks/catalog/_brand.scss */
.brand > .media-left {
    display: block;
    padding-right: 0;
}

@media (min-width: 740px) {
    /* line 22, ../sass/blocks/catalog/_brand.scss */
    .brand > .media-left {
        display: table-cell;
        padding-right: 19px;
    }
}

/* line 1, ../sass/blocks/_abc.scss */
.abc {
    line-height: 28.5px;
    margin-bottom: 19px;
}

/* line 9, ../sass/blocks/_abc.scss */
.abc__link {
    color: #222222;
    text-decoration: none;
}

@media (max-width: 739px) {
    /* line 24, ../sass/blocks/_abc.scss */
    .abc_row > .abc:nth-child(2n + 1) {
        clear: both;
    }
}

@media (min-width: 740px) and (max-width: 1023px) {
    /* line 32, ../sass/blocks/_abc.scss */
    .abc_row > .abc:nth-child(3n + 1) {
        clear: both;
    }
}

@media (min-width: 1024px) and (max-width: 1619px) {
    /* line 40, ../sass/blocks/_abc.scss */
    .abc_row > .abc:nth-child(4n + 1) {
        clear: both;
    }
}

@media (min-width: 1620px) {
    /* line 48, ../sass/blocks/_abc.scss */
    .abc_row > .abc:nth-child(6n + 1) {
        clear: both;
    }
}

/*
.popup-window {
  @extend .fancybox-skin;
}
*/
/* line 9, ../sass/blocks/_popup.scss */
.popup-window.popup-window-with-titlebar {
    padding: 20px 24px 24px;
}

/* line 13, ../sass/blocks/_popup.scss */
.popup-window .popup-window-content {
    padding: 0;
}

/* line 18, ../sass/blocks/_popup.scss */
.popup-window-titlebar {
    border-bottom: 1px solid #e3e3e3;
}

/* line 24, ../sass/blocks/_popup.scss */
.popup-window-titlebar-text {
    color: #202020;
    display: inline;
    font: normal 18px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 0;
    position: relative;
    text-shadow: none;
}

/* line 35, ../sass/blocks/_popup.scss */
.popup-window-close-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 13px;
    height: 13px;
    background: transparent url("/local/templates/flyaway_digital/styles/../images/fancybox/fancybox-close.png?v2") 0 0 no-repeat;
    cursor: pointer;
    z-index: 8040;
}

/* line 48, ../sass/blocks/_popup.scss */
.popup-window-buttons > .btn-primary {
    display: block;
}

/* line 55, ../sass/blocks/_popup.scss */
.bx-catalog-subscribe-form-container {
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
    padding-bottom: 20px;
    min-width: 300px;
}

/* line 61, ../sass/blocks/_popup.scss */
.bx-catalog-subscribe-form-container-label {
    font-weight: bold;
}

/*--DARKEN THEME--*/
/* line 2, ../sass/_invers_theme.scss */
.invers {
    background-color: #252525;
}

/* line 5, ../sass/_invers_theme.scss */
.invers .element,
.invers .element:hover,
.invers .element:active,
.invers .element:focus,
.invers .main-nav_wide .mainnav-sub .mainnav-sub .mainnav-sub__label {
    color: #ccc;
}

/* line 13, ../sass/_invers_theme.scss */
.invers .color .main-nav__label,
.invers .color .main-nav__label:hover,
.invers .color .main-nav__label:active,
.invers .color .main-nav__label:focus {
    color: #555;
}

/* line 20, ../sass/_invers_theme.scss */
.invers .footer-decor {
    -webkit-box-shadow: -1px 7px 120px 0 #000;
    -moz-box-shadow: -1px 7px 120px 0 #000;
    box-shadow: -1px 7px 120px 0 #000;
}

/* line 24, ../sass/_invers_theme.scss */
.invers .main-nav_wide .mainnav-sub__label {
    color: #fff;
}

/* line 28, ../sass/_invers_theme.scss */
.invers .mainnav-sub {
    background-color: #252525;
}

/* line 32, ../sass/_invers_theme.scss */
.invers .drop-panel,
.invers .products .item .in:hover,
.invers .category .item .in:hover {
    -webkit-box-shadow: 0 3px 5px #000;
    -moz-box-shadow: 0 3px 5px #000;
    box-shadow: 0 3px 5px #000;
}

/* line 38, ../sass/_invers_theme.scss */
.invers .mainnav-sub .mainnav-sub__decor-l {
    -webkit-box-shadow: -1px 0 3px #000;
    -moz-box-shadow: -1px 0 3px #000;
    box-shadow: -1px 0 3px #000;
}

/* line 42, ../sass/_invers_theme.scss */
.invers .mainnav-sub .mainnav-sub .mainnav-sub__decor-l {
    display: none;
}

/* line 46, ../sass/_invers_theme.scss */
.invers .mainnav-sub .mainnav-sub__decor-r {
    -webkit-box-shadow: -1px 0 3px #000;
    -moz-box-shadow: -1px 0 3px #000;
    box-shadow: -1px 0 3px #000;
}

/* line 50, ../sass/_invers_theme.scss */
.invers .main-nav_wide .main-nav__label {
    color: #ff0000;
}

/* line 54, ../sass/_invers_theme.scss */
.invers .products.showcase .item:hover .in {
    background-color: #252525;
}

/* line 58, ../sass/_invers_theme.scss */
.invers .widgets a:hover {
    border-color: #e2e2e2;
}

/* line 62, ../sass/_invers_theme.scss */
.invers .widgets a:hover {
    -webkit-box-shadow: 0 5px 5px #000;
    -moz-box-shadow: 0 5px 5px #000;
    box-shadow: 0 5px 5px #000;
}

/* line 66, ../sass/_invers_theme.scss */
.invers .drop-panel {
    background: #252525;
}

/* line 68, ../sass/_invers_theme.scss */
.invers .drop-panel a {
    color: #ccc;
}

/* line 71, ../sass/_invers_theme.scss */
.invers .drop-panel a:hover {
    background: rgba(204, 204, 204, 0.3);
    color: #ccc;
}

/* line 78, ../sass/_invers_theme.scss */
.invers .btn-button {
    color: #ccc;
}

/* line 81, ../sass/_invers_theme.scss */
.invers .btn-button:hover {
    background: #4d4d4d;
}

/* line 87, ../sass/_invers_theme.scss */
.invers .loss-menu-right.disabled .selected {
    border: 1px solid #555555;
}

/* line 90, ../sass/_invers_theme.scss */
.invers .loss-menu-right.disabled .selected i.fa {
    color: #555555;
}

/* line 94, ../sass/_invers_theme.scss */
.invers .loss-menu-right.disabled .selected:hover {
    background: #717171;
}

/* line 103, ../sass/_invers_theme.scss */
.invers .loss-menu-right .selected:hover {
    background: #575757;
}

/* line 106, ../sass/_invers_theme.scss */
.invers .loss-menu-right .selected i.fa {
    color: #8d8d8d;
}

/* line 109, ../sass/_invers_theme.scss */
.invers .loss-menu-right .selected i.fa:hover {
    color: #8d8d8d;
}

/* line 116, ../sass/_invers_theme.scss */
.invers .gui-radiobox, .invers .gui-checkbox {
    color: #ccc;
}

/* line 118, ../sass/_invers_theme.scss */
.invers .gui-radiobox .count, .invers .gui-checkbox .count {
    color: #555;
}

/* line 124, ../sass/_invers_theme.scss */
.invers .form .form-item {
    background: transparent;
    font-size: 13px;
    color: #a9a9a9;
    border: 1px solid #a9a9a9;
    padding: 10px;
    line-height: 20px;
    height: auto;
}

/* line 134, ../sass/_invers_theme.scss */
.invers .form .form-item:focus {
    color: #ffffff;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* line 140, ../sass/_invers_theme.scss */
.invers .form .form-item.disabled {
    border: 1px solid rgba(204, 204, 204, 0.3);
    color: #555555;
}

/* line 144, ../sass/_invers_theme.scss */
.invers .form .form-item.active {
    color: #ffffff;
    border: 1px solid #f5f5f5;
    border: 1px solid #555555;
}

/* line 149, ../sass/_invers_theme.scss */
.invers .form .form-item.error {
    background: #ffa8a8;
    color: #9b0000;
    border: 1px solid #9b0000;
}

/* line 154, ../sass/_invers_theme.scss */
.invers .form .form-item.succes {
    background: #87ff87;
    color: #008400;
    border: 1px solid #00cc00;
}

/* line 163, ../sass/_invers_theme.scss */
.invers .loss-menu-right .dropdown button {
    background: transparent;
    color: #ccc;
    border: 1px solid #ccc;
}

/* line 168, ../sass/_invers_theme.scss */
.invers .loss-menu-right .dropdown button:hover {
    background: #717171;
    color: #ccc;
    border: 1px solid #ccc;
}

/* line 176, ../sass/_invers_theme.scss */
.invers .loss-menu-right a.disabled:hover {
    background: transparent !important;
}

/* line 181, ../sass/_invers_theme.scss */
.invers .compare-line {
    color: #ccc;
    border: 1px solid #ccc;
}

/* line 188, ../sass/_invers_theme.scss */
.invers .owl-nav .prev:hover, .invers .owl-nav .next:hover {
    background: #717171;
    border: 1px solid #8d8d8d !important;
    cursor: pointer;
}

/* line 196, ../sass/_invers_theme.scss */
.invers .panel {
    background: transparent;
}

/* line 200, ../sass/_invers_theme.scss */
.invers .float-basket-order__arrow:before {
    border-right-color: #252525;
}

/*--/darken theme--*/
/*--COLOR TEXT--*/
/* line 208, ../sass/_invers_theme.scss */
.color .main-nav__label,
.invers .color .main-nav__label {
    color: #ff0000;
}

/* line 211, ../sass/_invers_theme.scss */
.color .main-nav__label:hover, .color .main-nav__label:active, .color .main-nav__label:focus,
.invers .color .main-nav__label:hover,
.invers .color .main-nav__label:active,
.invers .color .main-nav__label:focus {
    color: #ff0000;
}

/*--/color text--*/
/* PRESET 1 */
/* line 3, ../sass/_presets.scss */
.preset_2 .headline, .preset_5 .headline, .preset_8 .headline {
    background-color: rgba(204, 204, 204, 0.3);
}

/* line 9, ../sass/_presets.scss */
.preset_3 .headline, .preset_6 .headline, .preset_9 .headline {
    background-color: #202020;
}

/* line 13, ../sass/_presets.scss */
.preset_3 .headline a, .preset_6 .headline a, .preset_9 .headline a, .preset_3 .headline .headline-location, .preset_6 .headline .headline-location, .preset_9 .headline .headline-location, .preset_3 .authinhead .prom, .preset_6 .authinhead .prom, .preset_9 .authinhead .prom, .preset_3 .headline .fa, .preset_6 .headline .fa, .preset_9 .headline .fa {
    color: #ccc;
}

/* line 20, ../sass/_presets.scss */
.preset_3 .headline .popup_link:hover span, .preset_6 .headline .popup_link:hover span, .preset_9 .headline .popup_link:hover span {
    border-color: #ccc;
}

/* line 27, ../sass/_presets.scss */
.preset_4 .top-menu, .preset_5 .top-menu, .preset_6 .top-menu {
    background-color: #ffe062;
    border-color: transparent;
}

/* line 33, ../sass/_presets.scss */
.preset_4 .top-menu .mainmenu > li > a:hover, .preset_5 .top-menu .mainmenu > li > a:hover, .preset_6 .top-menu .mainmenu > li > a:hover, .preset_4 .top-menu .mainmenu > li > a:focus, .preset_5 .top-menu .mainmenu > li > a:focus, .preset_6 .top-menu .mainmenu > li > a:focus {
    background-color: #ffda47;
}

/* line 51, ../sass/_presets.scss */
.preset_7 .mainmenu .mainmenu__root-item, .preset_8 .mainmenu .mainmenu__root-item, .preset_9 .mainmenu .mainmenu__root-item {
    border-right-color: rgba(204, 204, 204, 0.3);
}

/* line 54, ../sass/_presets.scss */
.preset_7 .mainmenu .mainmenu__root-item:nth-child(2), .preset_8 .mainmenu .mainmenu__root-item:nth-child(2), .preset_9 .mainmenu .mainmenu__root-item:nth-child(2) {
    border-left: 1px solid rgba(204, 204, 204, 0.3);
}

/* line 72, ../sass/_presets.scss */
.side-light .mobile-menu-nav__element.__catalog.last, .side-dark .mobile-menu-nav__element.__catalog.last {
    border-bottom: 3px solid rgba(204, 204, 204, 0.3);
}

@media (min-width: 740px) {
    /* line 78, ../sass/_presets.scss */
    .is--sidenav.side-light .fly-header-wrap, .is--sidenav.side-dark .fly-header-wrap, .side-light .fly-header-wrap.__simple, .side-dark .fly-header-wrap.__simple {
        border-bottom: 3px solid #ffe062;
    }
}

@media (min-width: 740px) {
    /* line 89, ../sass/_presets.scss */
    .side-light .mobile-menu .inmenucompare .count, .side-light .mobile-menu .inmenufavorite .count {
        background-color: #ffe062;
        color: #555;
    }

    /* line 95, ../sass/_presets.scss */
    .side-light .mobile-menu .mobile-menu__personal {
        background: #fff;
    }

    /* line 99, ../sass/_presets.scss */
    .side-light .mobile-menu .mobile-menu__profile .text-fadeout:after {
        background-image: -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
        background-image: -moz-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
        background-image: -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
        background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
        background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
    }

    /* line 107, ../sass/_presets.scss */
    .side-light .mobile-menu-nav__link.disabled {
        background-color: transparent;
    }

    /* line 111, ../sass/_presets.scss */
    .side-light .mobile-menu-nav__element .mobile-menu-nav__link {
        color: #969696;
        -webkit-transition: background .15s;
        -moz-transition: background .15s;
        -o-transition: background .15s;
        transition: background .15s;
    }

    /* line 115, ../sass/_presets.scss */
    .side-light .mobile-menu-nav__element .mobile-menu-nav__link:hover {
        background-color: #f2f2f2;
    }

    /* line 118, ../sass/_presets.scss */
    .side-light .mobile-menu-nav__element.__catalog .mobile-menu-nav__link {
        color: #202020;
    }
}

@media (min-width: 740px) {
    /* line 131, ../sass/_presets.scss */
    .side-dark .mobile-menu .inmenucompare .count, .side-dark .mobile-menu .inmenufavorite .count {
        background-color: #ffe062;
        color: #555;
    }

    /* line 136, ../sass/_presets.scss */
    .side-dark .mobile-menu, .side-dark .mobile-menu-nav__submenu, .side-dark .mobile-menu .mobile-menu__personal, .side-dark .mobile-menu .mobile-menu__userpersonal {
        background-color: #313139;
    }

    /* line 142, ../sass/_presets.scss */
    .side-dark .mobile-menu-nav__element .mobile-menu-nav__link, .side-dark .mobile-menu .mobile-menu__personal a {
        color: #969696;
        -webkit-transition: background .15s;
        -moz-transition: background .15s;
        -o-transition: background .15s;
        transition: background .15s;
    }

    /* line 147, ../sass/_presets.scss */
    .side-dark .mobile-menu-nav__element .mobile-menu-nav__link:hover {
        background: #45454c;
    }

    /* line 151, ../sass/_presets.scss */
    .side-dark .mobile-menu-nav__element.__catalog .mobile-menu-nav__link, .side-dark .mobile-menu .mobile-menu__userpersonal .mobile-menu__userpersonal-list li a {
        color: #fff;
    }

    /* line 156, ../sass/_presets.scss */
    .side-dark .mobile-menu .mobile-menu__profile .text-fadeout:after {
        background-image: -webkit-linear-gradient(right, #313139, rgba(255, 255, 255, 0));
        background-image: -moz-linear-gradient(right, #313139, rgba(255, 255, 255, 0));
        background-image: -o-linear-gradient(right, #313139, rgba(255, 255, 255, 0));
        background-image: -webkit-gradient(linear, right top, left top, from(#313139), to(rgba(255, 255, 255, 0)));
        background-image: linear-gradient(to left, #313139, rgba(255, 255, 255, 0));
    }
}

@media (max-width: 1619px) {
    /*--PRODUCTS--*/
    /* line 4, ../sass/_styles_1620.scss */
    .products_table .products__prices-item {
        clear: right;
        margin-left: 0;
    }

    /*--/products--*/
    /*-- SMALLBANNERS-*/
    /* line 13, ../sass/_styles_1620.scss */
    .smallbanners__label {
        height: 180px;
    }

    /* line 17, ../sass/_styles_1620.scss */
    .smallbanners__name {
        font-size: 16px;
    }

    /*-- /smallbanners-*/
}

@media (max-width: 1023px) {
    /* line 1, ../sass/_styles_1080.scss */
    .container {
        width: auto;
    }

    /* line 5, ../sass/_styles_1080.scss */
    .footer-block {
        margin-right: 0;
    }

    /* line 9, ../sass/_styles_1080.scss */
    .footer-block_subscribe {
        width: 100%;
    }

    /* line 13, ../sass/_styles_1080.scss */
    .footer-block_social {
        width: auto;
    }

    /* line 17, ../sass/_styles_1080.scss */
    .footer-contacts {
        padding-top: 0;
    }

    /* line 21, ../sass/_styles_1080.scss */
    .informer-menu {
        min-width: 700px;
    }

    /* line 26, ../sass/_styles_1080.scss */
    .informer-product:after {
        display: block;
    }

    /* line 33, ../sass/_styles_1080.scss */
    .inner-wrap-capcha__img {
        margin-bottom: 15px;
    }

    /* line 39, ../sass/_styles_1080.scss */
    .tooltip {
        left: 0;
    }

    /*--PRODUCTS--*/
    /* line 44, ../sass/_styles_1080.scss */
    .products {
        margin-bottom: 15px;
    }

    /* line 47, ../sass/_styles_1080.scss */
    .products_list .products__prices-item + .products__prices-item {
        display: none;
    }

    /* line 51, ../sass/_styles_1080.scss */
    .products_table .products__prices-item + .products__prices-item {
        display: none;
    }

    /*--/Products--*/
    /* line 57, ../sass/_styles_1080.scss */
    .sections-description {
        width: 66%;
    }

    /*--Widgets--*/
    /* line 64, ../sass/_styles_1080.scss */
    .widgets a > i {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    /* line 70, ../sass/_styles_1080.scss */
    .widgets a > span {
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    /*--/Widgets--*/
    /*SHOP*/
    /* line 81, ../sass/_styles_1080.scss */
    .shops-filter {
        margin-top: 20px;
    }

    /* line 84, ../sass/_styles_1080.scss */
    .shops_list {
        margin-bottom: 20px;
    }

    /*/
  SHOP*/
    /*-- SMALLBANNERS-*/
    /* line 92, ../sass/_styles_1080.scss */
    .smallbanners__item:nth-child(6) ~ .smallbanners__item {
        width: 50%;
    }

    /* line 95, ../sass/_styles_1080.scss */
    .smallbanners__item:nth-child(6) ~ .smallbanners__item .smallbanners__info {
        right: auto;
        min-width: 61%;
        margin-right: 10px;
    }

    /* line 101, ../sass/_styles_1080.scss */
    .smallbanners__item_wide .smallbanners__info {
        right: 10px;
        width: auto;
    }

    /* line 106, ../sass/_styles_1080.scss */
    .smallbanners__name {
        font-size: 14px;
    }

    /* line 110, ../sass/_styles_1080.scss */
    .smallbanners__price {
        font-size: 12px;
    }

    /*-- /smallbanners-*/
    /*ISTORY*/
    /* line 118, ../sass/_styles_1080.scss */
    .timeline-item .timeline-body .image {
        height: 150px;
    }

    /* line 121, ../sass/_styles_1080.scss */
    .timeline-item .timeline-body .data {
        max-height: 100px;
    }

    /* line 124, ../sass/_styles_1080.scss */
    .timeline-item .timeline-body {
        height: 280px;
    }

    /* line 128, ../sass/_styles_1080.scss */
    .header-contacts {
        display: none;
    }

    /*/
  ISTORY*/
    /* line 133, ../sass/_styles_1080.scss */
    .product .stores .dropdown-menu {
        right: auto;
        left: 0;
    }

    /* line 138, ../sass/_styles_1080.scss */
    .reviews-bar .product-content__title {
        padding-top: 0;
        padding-bottom: 0;
    }

    /* line 142, ../sass/_styles_1080.scss */
    .reviews-bar .form-panel {
        margin-top: 15px;
    }

    /* line 147, ../sass/_styles_1080.scss */
    .product-recom-title {
        color: #202020;
        font-size: 24px;
        margin: 0;
        margin-top: 25px;
        padding: 0 0 15px;
    }
}

@media (max-width: 739px) {
    /*--LAYOUT--*/
    /* line 2, ../sass/_styles_740.scss */
    .l-sidebar {
        float: none;
        width: 100%;
        margin-right: 0;
        position: relative;
    }

    /* line 9, ../sass/_styles_740.scss */
    .l-content {
        float: none;
        width: 100%;
    }

    /* line 14, ../sass/_styles_740.scss */
    .l-container {
        margin-left: 0;
    }

    /*--/Layout--*/
    /* line 19, ../sass/_styles_740.scss */
    .dropdown_wide {
        position: static;
    }

    /* line 22, ../sass/_styles_740.scss */
    .dropdown_wide .dropdown-menu {
        width: 100%;
    }

    /* line 27, ../sass/_styles_740.scss */
    .container {
        width: auto;
    }

    /*--CATEGORY--*/
    /* line 32, ../sass/_styles_740.scss */
    .category {
        margin-left: -21px;
        margin-right: -21px;
    }

    /* line 36, ../sass/_styles_740.scss */
    .category__item {
        margin-bottom: -1px;
    }

    /* line 39, ../sass/_styles_740.scss */
    .category__item:hover .category__data {
        max-height: 80px;
    }

    /* line 44, ../sass/_styles_740.scss */
    .category.owl {
        margin-left: 0;
        margin-right: 0;
    }

    /* line 49, ../sass/_styles_740.scss */
    .category.owl .category__item {
        margin-bottom: 15px;
    }

    /*--/category--*/
    /* line 55, ../sass/_styles_740.scss */
    .headline-call_simple {
        display: inline-block;
        padding-top: 0;
        padding-left: 10px;
    }

    /* line 60, ../sass/_styles_740.scss */
    .headline-download_simple {
        padding-left: 10px;
    }

    /* line 66, ../sass/_styles_740.scss */
    .loss-menu-right .count {
        top: -8px;
        right: -18px;
    }

    /*--main-nav--*/
    /* line 77, ../sass/_styles_740.scss */
    .main-nav .mainnav-sub {
        position: static;
    }

    /* line 80, ../sass/_styles_740.scss */
    .main-nav .dropdown-submenu > .mainnav-sub__label:after {
        display: none;
    }

    /* line 85, ../sass/_styles_740.scss */
    .main-nav_wide .mainnav-sub {
        white-space: normal;
    }

    /*--/main-nav--*/
    /* line 90, ../sass/_styles_740.scss */
    .sections-description {
        width: 100%;
        line-height: normal;
    }

    /*--PRODUCTS--*/
    /* line 96, ../sass/_styles_740.scss */
    .products {
        margin-left: -21px;
        margin-right: -21px;
    }

    /* line 100, ../sass/_styles_740.scss */
    .products_showcase .products__item {
        height: 301px;
        margin-bottom: -1px;
    }

    /* line 104, ../sass/_styles_740.scss */
    .products_showcase:not(.products_showcase-mob):not(.owlslider) .products__item.col.half:nth-child(2n+1) {
        padding-right: 0;
    }

    /* line 107, ../sass/_styles_740.scss */
    .products_showcase:not(.products_showcase-mob):not(.owlslider) .products__item.col.half:nth-child(2n) {
        padding-left: 0;
    }

    /* line 111, ../sass/_styles_740.scss */
    .products_showcase .products__in {
        min-height: 239px;
    }

    /* line 114, ../sass/_styles_740.scss */
    .products_showcase .products__item:hover .products__description, .products_showcase:not(.owlslider) .products__item:hover .products__description {
        display: none;
    }

    /* line 118, ../sass/_styles_740.scss */
    .products_showcase .products__item:hover .products__detail, .products_showcase:not(.owlslider) .products__item:hover .products__detail {
        display: none;
    }

    /* line 122, ../sass/_styles_740.scss */
    .products_showcase:not(.products_showcase-mob) .products__pic {
        height: 139px;
        line-height: 139px;
    }

    /* line 126, ../sass/_styles_740.scss */
    .products_showcase:not(.products_showcase-mob) .products__img {
        max-height: 139px;
    }

    /* line 130, ../sass/_styles_740.scss */
    .products_showcase .products__prices {
        height: 20px;
        margin-top: 10px;
    }

    /* line 134, ../sass/_styles_740.scss */
    .products_showcase .products__item:hover .products__prices, .products_showcase:not(.owlslider) .products__item:hover .products__prices {
        height: 20px;
    }

    /* line 139, ../sass/_styles_740.scss */
    .products_compact .products__data {
        height: auto;
        bottom: 13px;
    }

    /* line 143, ../sass/_styles_740.scss */
    .products_compact .products__item:hover .products__data {
        height: auto;
    }

    /* line 146, ../sass/_styles_740.scss */
    .products_compact .products__item_wide:hover .products__data {
        height: auto;
    }

    /* line 150, ../sass/_styles_740.scss */
    .products_showcase-mob .products__item {
        height: 330px;
    }

    /* line 154, ../sass/_styles_740.scss */
    .products_showcase-mob .products__in {
        min-height: 330px;
    }

    /* line 158, ../sass/_styles_740.scss */
    .products_list .products__col {
        height: auto;
    }

    /* line 162, ../sass/_styles_740.scss */
    .products_list .products__col_last {
        padding-left: 10px;
        border-left-width: 0;
        line-height: normal;
    }

    /* line 168, ../sass/_styles_740.scss */
    .products_list .products__pic {
        height: 80px;
        line-height: 80px;
    }

    /* line 173, ../sass/_styles_740.scss */
    .products_list .products__img {
        max-height: 80px;
    }

    /* line 177, ../sass/_styles_740.scss */
    .products_table .products__col {
        height: auto;
    }

    /* line 180, ../sass/_styles_740.scss */
    .products_table .products__col_last {
        text-align: left;
        line-height: normal;
    }

    /* line 184, ../sass/_styles_740.scss */
    .products_table .products__name {
        max-height: 38px;
        margin-bottom: 11px;
    }

    /* line 189, ../sass/_styles_740.scss */
    .products_table .products__prices-item {
        float: none;
        margin-left: 0;
    }

    /* line 195, ../sass/_styles_740.scss */
    .products.owlslider {
        margin-left: 0;
        margin-right: 0;
    }

    /* line 200, ../sass/_styles_740.scss */
    .products.owlslider .products__item {
        margin-bottom: 15px;
    }

    /* line 204, ../sass/_styles_740.scss */
    .products.owlslider {
        margin-left: 0;
        margin-right: 0;
    }

    /* line 209, ../sass/_styles_740.scss */
    .products_showcase .marks {
        display: none;
    }

    /* line 213, ../sass/_styles_740.scss */
    .views-products .loss-menu-right {
        display: none;
    }

    /* line 217, ../sass/_styles_740.scss */
    .views-products .loss-menu-right.active + .loss-menu-right {
        display: block;
        margin-right: 0;
    }

    /*--/products--*/
    /*Filter*/
    /* line 224, ../sass/_styles_740.scss */
    .rs_detail-pic_scroll .owl-dot {
        width: 10px !important;
        height: 10px !important;
        -webkit-border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        border-radius: 10px !important;
        background: #555;
        border: none !important;
        float: left;
        margin: 0 2px;
    }

    /* line 233, ../sass/_styles_740.scss */
    .rs_detail-pic_scroll .owl-dot img {
        display: none;
    }

    /* line 237, ../sass/_styles_740.scss */
    .rs_detail-pic_scroll .owl-dot.active {
        background: #b2b2b2;
    }

    /* line 240, ../sass/_styles_740.scss */
    .aroundfilter {
        display: none;
    }

    /* line 243, ../sass/_styles_740.scss */
    .bx_filter_btn_color_icon {
        height: 50px;
        width: 50px;
    }

    /* line 247, ../sass/_styles_740.scss */
    .bx_filter_param_text {
        margin-top: 15px;
    }

    /* line 250, ../sass/_styles_740.scss */
    .bx_filter_search_reset {
        width: 100%;
        margin-bottom: -10px;
    }

    /* line 254, ../sass/_styles_740.scss */
    .bx_filter_search_button {
        width: 100%;
    }

    /*--/Filter*/
    /*SHOP*/
    /* line 260, ../sass/_styles_740.scss */
    .shops_list {
        margin-bottom: 20px;
    }

    /* line 263, ../sass/_styles_740.scss */
    blockquote {
        padding: 10px 0;
    }

    /*/
  SHOP*/
    /*ISTORY*/
    /* line 271, ../sass/_styles_740.scss */
    .timeline:before {
        background: transparent;
    }

    /* line 275, ../sass/_styles_740.scss */
    .timeline-item:nth-child(even) {
        position: relative;
        top: 0;
    }

    /* line 280, ../sass/_styles_740.scss */
    .timeline-item .timeline-body .image {
        height: auto;
    }

    /* line 283, ../sass/_styles_740.scss */
    .timeline-item .timeline-body .data {
        max-height: none;
        overflow: unset;
    }

    /* line 287, ../sass/_styles_740.scss */
    .timeline-item .timeline-body {
        height: auto;
    }

    /*/
  ISTORY*/
    /*REVIEWS*/
    /* line 295, ../sass/_styles_740.scss */
    .reviews .owl .reviews__info {
        width: auto;
    }

    /*/
  reviews*/
    /*SET*/
    /*.set .owl-stage {
    transform: translate3d(0px, 0px, 0px) !important;
    width: auto !important;
  }
  .set .owl-item {
    width: 100% !important;
  }
  .set-pic {
  	float: left;
  	height: auto;
  }
  .set-data {
      float: left;
  }
  .set-item {
  	height: auto;
  }*/
    /* line 319, ../sass/_styles_740.scss */
    .product-buyblock {
        border: none;
    }

    /* line 322, ../sass/_styles_740.scss */
    .stores .dropdown-menu {
        border: medium none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        position: relative;
        width: 100%;
    }

    /* line 328, ../sass/_styles_740.scss */
    .stores .title {
        white-space: normal;
    }

    /* line 331, ../sass/_styles_740.scss */
    .stores .dropdown-menu {
        padding: 0;
        border-bottom: 1px solid #e1e1e1;
    }

    /* line 335, ../sass/_styles_740.scss */
    .stores .dropdown-menu-right {
        border: none !important;
    }

    /* line 338, ../sass/_styles_740.scss */
    .stores .amount {
        background: #fff none repeat scroll 0 0;
        padding: 2px 9px;
        position: absolute;
        right: 0;
        top: 0;
    }

    /* line 345, ../sass/_styles_740.scss */
    .store-item {
        border-top: 1px solid #e1e1e1;
        position: relative;
    }

    /* line 351, ../sass/_styles_740.scss */
    .set .owl-item {
        width: 98% !important;
        margin-bottom: 10px;
        float: none !important;
        margin-right: 0 !important;
    }

    /* line 357, ../sass/_styles_740.scss */
    .set-pic {
        width: 40%;
        float: left;
    }

    /* line 361, ../sass/_styles_740.scss */
    .set-data {
        width: 60%;
        float: left;
    }

    /* line 365, ../sass/_styles_740.scss */
    .set-pic img {
        max-width: 80px !important;
        width: 100%;
    }

    /* line 369, ../sass/_styles_740.scss */
    .set .set-item {
        height: auto;
    }

    /* line 372, ../sass/_styles_740.scss */
    .set-name a {
        height: auto;
    }

    /* line 375, ../sass/_styles_740.scss */
    .remove {
        background: #fff;
        height: 29px;
        position: absolute;
        right: 0;
        top: 0;
        width: 27px;
    }

    /* line 383, ../sass/_styles_740.scss */
    .set .owl-stage {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        -webkit-transition: none 0s ease 0s !important;
        -moz-transition: none 0s ease 0s !important;
        -o-transition: none 0s ease 0s !important;
        transition: none 0s ease 0s !important;
        width: auto !important;
    }

    /*/
  SET*/
    /*-- SMALLBANNERS-*/
    /* line 393, ../sass/_styles_740.scss */
    .smallbanners__item:nth-child(6) ~ .smallbanners__item .smallbanners__info {
        right: 10px;
        min-width: auto;
        margin-right: 0;
    }

    /* line 399, ../sass/_styles_740.scss */
    .smallbanners__label {
        height: 150px;
    }

    /*-- /smallbanners-*/
    /*HEADER*/
    /* line 407, ../sass/_styles_740.scss */
    .header-cart {
        padding-top: 0;
        padding-bottom: 0;
    }

    /* line 412, ../sass/_styles_740.scss */
    .header-logo a {
        line-height: 1.1;
    }

    /*HEADER*/
    /* line 417, ../sass/_styles_740.scss */
    .basketinhead {
        margin-top: 0;
        margin-right: 10px;
        margin-left: 10px;
    }

    /* 404 */
    /* line 425, ../sass/_styles_740.scss */
    .errorpagein .errorcode {
        margin-top: 30px;
        font-size: 100px;
    }

    /* line 430, ../sass/_styles_740.scss */
    .errorpagein .errortext {
        position: relative;
        top: -20px;
        font-size: 25px;
    }

    /* /404 */
    /*--main-banners--*/
    /* line 439, ../sass/_styles_740.scss */
    .main-banners .rs-banners_infowrap {
        padding-left: 0;
    }

    /*--/main-banners--*/
}

/* line 23, ../sass/common.scss */
body {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    -o-transition: transform .3s, -o-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
}

/* line 26, ../sass/common.scss */
body #panel {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    z-index: 999;
}

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

.footer-contacts {
    display: flex;
}

.footer-social {
    display: flex;
}

.footer-social-link {
    display: block;
    margin: 5px;
}

.footer-social-link svg {
    width: 35px;
    height: 35px;
    fill: #0274b2;
}

.mainmenu .mainmenu__root-item > .mainmenu__item-link {
    padding: 18px 10px;
!important;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu__items {
    flex: 1 1 auto;
    width: 100%;
}

.header-menu-btn__wrapper {
    flex: 0 0 auto;
}

.header-menu-btn {
    height: 38px;
    width: fit-content;
    line-height: 38px;
    padding: 0px 15px;
    text-align: center;
    margin: 0;
    border-radius: 3px;
    border: 2px solid #E53A3E;
    transition: all 0.2s ease;
    background-color: #E53A3E;
    color: #fff;
    display: inline-block;
}

.header-menu-btn:hover,
.header-menu-btn:active {
    color: #E53A3E;
    background: none;
}
/* End */


/* Start:/local/templates/flyaway_digital/js/simplebar/simplebar.css?17254149604237*/
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* End */


/* Start:/local/templates/flyaway_digital/custom/style.css?173735939790078*/
body {
    color: #555;
}

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

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

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

.headline-call {
    padding: 13px 10px 12px;
}

.fly-header .fly-header-row {
    display: table-row;
}

.fly-header .fly-header__logo img {
    height: 60px;
    max-height: none;
    max-width: none;
}

.fly-header .fly-header__logo .logo-sticky {
    display: none;
}

.is-sticky .fly-header .fly-header__logo .logo-default {
    display: none;
}

.is-sticky .fly-header .fly-header__logo .logo-sticky {
    display: inline-block !important;
    /*height: 41px;*/
    height:23px;
    margin-top: 5px;
}

.fly-header__logo .slogan {
    display: block;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: right;
    padding-right: 6px;
    font-size: 10px;
}

.fly-header__logo a:hover,
.fly-header__logo a:hover .slogan {
    text-decoration: none;
    opacity: 0.8;
}

.fly-header__buttons {
    display: table-cell;
}

.fly-header__contacts .btn,
.fly-header__buttons .btn {
    height: 32px;
    width: 140px;
    line-height: 9px;
    padding: 10px 15px;
    margin: 0 0 5px;
    color: #E53A3E;
    background: none;
    border: 2px solid #E53A3E;
    transition: all 0.2s ease;
}

.fly-header__contacts .btn:hover,
.fly-header__buttons .btn:hover {
    background-color: #E53A3E;
    color: #fff;
    border: 2px solid #E53A3E;
}

.calc-link {
    display: inline-block;
    margin: 7px 0 9px;
    font-weight: bold;
    text-transform: uppercase;
}

.moduletable {
    clear: both;
    overflow: hidden;
}

.btn-skinali-wrap {
    margin-top: 20px;
}

.btn-active {
    background-color: #E53A3E !important;
    border: 1px solid transparent !important;
    transition: all 0.2s ease;
    color: #fff;
}

.btn-red,
.btn-skinali {
    height: 40px;
    width: 220px;
    font-size: 16px;
    padding: 9px 0;
    background: #E53A3E;
    border: 2px solid transparent;
    transition: all 0.2s ease;
    color: #fff;
}

.btn-active:hover,
.btn-red:hover,
.btn-skinali:hover {
    color: #E53A3E;
    border-color: #E53A3E;
    background: #fff;
}

.mainmenu .mainmenu__root-item a.highlight {
    background: #E53A3E;
}

.about-company img {
    max-width: 100%;
}

.portfolio-name {
    color: #555;
    font-size: 16px;
}

.portfolio-description {
    height: 75px;
    margin-bottom: 10px;
    overflow: hidden;
}

.portfolio-data {
    padding-top: 10px;
    color: #666;
}

.contacts .fa {
    font-size: 36px;
    color: #000;
    margin-bottom: 5px;
}

.contacts {
    margin-bottom: 20px;
}

.nav-side .nav-side__item.active > a {
    background: #0274b2;
    color: #fff;
}

.nav-side .lvl2 > .nav-side__item.level3 > .nav-side__label {
    padding-left: 50px;
}

.nav-side .nav-side__item > span {
    display: block;
    padding: 11.5px 30px 9.5px;
}

.sectiondescription {
    margin-bottom: 20px;
}

.price {
    width: 743px;
}

.price th,
.price td {
    border-collapse: collapse;
    border: 1px solid #fff;
}

.price thead th {
    background: #0274b2;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 10px 4px;
}

.price tbody th {
    padding: 18px 10px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #0274b2;
    text-align: center;
}

.price tbody td {
    padding: 5px 10px;
    font-size: 13px;
    color: #353535;
    background: #fbfbfb;
}

.price tbody tr:nth-child(even) td {
    background: #f5f5f5;
}

.price tbody tr td:first-child {
    background: #0274b2;
    color: #fff;
    width: 58px;
    text-align: center;
}

.price tbody tr.show-more td:first-child {
    background: #fff;
    color: #0274b2;
    text-align: center;
}

.price tbody tr.show-more a {
    color: #0274b2;
    text-transform: uppercase;
    border-bottom: 1px dashed #0274b2;
}

.price tbody tr.show-more a:hover {
    border-color: transparent;
    text-decoration: none;
}

.price tbody tr td:nth-child(3) {
    width: 58px;
    text-align: center;
}

.price tbody tr td:nth-child(4) {
    width: 74px;
    white-space: nowrap;
}

.features.one-row .item {
    width: 14.28%;
}

.features.one-row .features__label {
    border: none;
}

.features.one-row .features__pic,
.features.one-row .features__data {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
}

.features.one-row .features__description {
    line-height: 14px;
    height: auto;
}

.catalog .features.one-row .features__description {
    height: 58px;
}

.products_showcase .products__in {
    min-height: 300px;
}

.product-size {
    color: #999;
}

.products_table .products__name {
    max-height: 34px;
}

.newsdetail .features.one-row .features__description {
    height: 68px;
}

.features.one-row .features__label {
    padding: 10px 0;
}

.law-info {
    margin-top: 105px;
    color: #888;
}

.footer {
    margin-top: 30px;
}

.footer-logo .container {
    margin-top: 20px;
}

.footer-logo .container:first-child {
    margin: 0;
}

.footer-logo img {
    max-height: 60px;
}

.category .category__subitem {
    height: 220px;
}

.category .category__in {
    padding: 0;
}

.category .category__pic {
    background-size: cover;
}

.category.category-main-page .category__item {
    height: auto;
}

.category.category-main-page .category__in {
    min-height: 310px;
}

.category .category__subitem .category__in {
    min-height: 220px;
}

.category.category-main-page .category__pic {
    height: 230px;
    line-height: 230px;
}

.category .category__subitem .category__pic {
    height: 150px;
    line-height: 150px;
}

.category.category-main-page .category__data {
    min-height: 70px;
    max-height: 70px;
    position: relative;
    margin-top: 10px;
}

.category .category__subitem .category__data {
    min-height: 70px;
    max-height: 70px;
}

.category.category-main-page .category__item > .row,
.category.category-main-page .category__item > .row > .col,
.category.category-main-page .category__item > .row > .col > .category__in {
    height: 100%;
}

.category.category-main-page .category__item .category__data,
.category.category-main-page .category__item .category__description {
    max-height: none;
}

.category.category-main-page .category__label .description {
    margin-bottom: 10px;
}

.category_subsection a {
    color: #0274b2;
}

.topline .top_line_menu li {
    margin-right: 5px;
}

.top_line_menu a {
    padding: 14px 5px;
}

.top_line_menu a.highlight {
    /*background: #ffc132;
    color: #fff;*/
    text-decoration: underline;
    padding-left: 14px;
}

.mainmenu--wide .mainmenu__submenu {
    padding-bottom: 20px;
    min-height: 270px;
}

.mainmenu--wide .mainmenu__column > li {
    padding: 5px 15px;
}

.is-sticky .mainmenu .mainmenu__root-item > .mainmenu__item-link,
.is-sticky .mainmenu .mainmenu__other .mainmenu__other-link {
    padding: 8px 14px;
}

.main-banners .rs-banners_banner .rs-banners_product {
    position: relative;
    width: auto;
    top: auto;
    bottom: auto;
    right: auto;
    margin: 30px 0 20px 85px;
    text-align: left;
    height: auto;
}

.main-banners .rs-banners-container .rs-banners.owl-theme.owl-carousel .owl-item img {
    position: relative;
}

.main-banners .rs-banners_banner .rs-banners_infowrap {
    height: auto;
}

.main-banners .rs-banners_infowrap .rs-banners_button {
    margin-left: 40px;
}

.main-banners .without-image .rs-banners_infowrap {
    margin-top: 50px;
    width: 60%;
}

.newsdetail.imagetop {
    margin: 0 10px 0;
}

.newsdetail .owl {
    margin-bottom: 70px;
}

.newsdetail .owl-carousel .owl-stage-outer {
    margin: 0 60px;
}

.newsdetail .owl-theme .owl-nav {
    float: none;
    position: absolute;
    top: 50px;
    width: 100%;
}

.newsdetail .owl-nav .prev,
.newsdetail .owl-nav .next {
    background-color: #0274b2;
    border: 0;
    border-radius: 0;
    color: #fff;
    width: 45px;
    text-align: center;
}

.newsdetail .owl-nav .prev:hover,
.newsdetail .owl-nav .next:hover {
    border: 0 !important;
    background-color: #0a7ddd;
}

.newsdetail .owl-nav div span,
.newsdetail .owl-nav .prev span:before,
.newsdetail .owl-nav .next span:before {
    font-size: 36px;
    line-height: 30px;
}

.newsdetail .owl-nav .prev {
    position: absolute;
    left: 0;
}

.newsdetail .owl-nav .next {
    position: absolute;
    right: 0;
}

.newsdetail .owl .owl-item a {
    display: block;
}

.newsdetail .owl .owl-item img {
    width: 100%;
}

.newsdetail .owl-nav {
    margin-top: 15px;
}

@media (min-width: 1600px) {
    .category.category-main-page .category__pic {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 0;
    }
}

@media (min-width: 1200px) {
    .category.category-main-page .col-md-3 {
        width: 20%;
    }
}

@media (min-width: 800px) {
    .footer-logo {
        float: left;
        border: none;
    }

    .footer-contacts {
        margin: auto;
        width: 300px;
    }

    .footer-nav {
        float: right;
        border: none;
    }
}

@media (max-width: 1024px) and (min-width: 740px) {
    .features.one-row .item {
        width: 25%;
        float: left;
    }
}

.fly-header__contacts .header-contacts__buttons,
.fly-header__logo .header-contacts__phone,
.fly-header__logo .header-contacts__adress,
.fly-header__logo .header-contacts__mail,
.fly-header__logo .header-contacts__instagram,
.fly-header__logo .contact-wrap {
    display: none;
}

.is-sticky .fly-header__logo .header-contacts__adress {
    display: none;
}

@media (max-width: 739px) {
a.fancybox-close {
    background: transparent url(/local/templates/flyaway_digital/custom/../images/fancybox/fancybox-close.png?v2) 0 0 no-repeat !important;
}
    .price {
        width: 100%;
    }

    .features.one-row .item {
        width: 50%;
        float: left;
    }

    .main-banners .rs-banners_banner .rs-banners_product {
        margin-left: 55px;
    }

    .main-banners .rs-banners-container .rs-banners.owl-theme.owl-carousel .owl-item img {
        max-height: 100px;
        max-width: 70%;
    }

    .main-banners .rs-banners-container .rs-banners_button {
        display: inline-block !important;
        position: absolute;
        bottom: 10px;
    }

    .fly-header,
    .fly-header .fly-header-row:first-child {
        display: block;
    }

    .fly-header .fly-header__logo img {
        height: 50px;
    }

    .fly-header .fly-header-row {
        display: table;
        width: 100%;
    }

    .fly-header .fly-header__menu-button {
        float: left;
    }

    .fly-header .fly-header__logo {
        padding: 0 0 0 40px;
        text-align: center;
    }

    .fly-header__buttons {
        vertical-align: middle;
    }

    .fly-header__buttons .btn {
        margin: 0 3px;
        height: 35px;
        line-height: 11px;
    }

    .fly-header__buttons br {
        display: none;
    }

    .fly-header__buttons .calc-link {
        margin-bottom: 0;
    }

    .loss-menu-right .selected {
        width: 35px;
        height: 35px;
        line-height: 26px;
    }

    .is-sticky .fly-header__buttons .calc-link {
        display: none;
    }

    .fly-header__logo .header-contacts__phone,
    .fly-header__logo .header-contacts__adress {
        display: block;
        text-align: center;
        margin: 12px 0 7px;
        line-height: 14px;
    }

    .fly-header__logo .header-contacts__adress {
        margin: 5px 0 0;
    }

    .fly-header .fly-header__menu-button,
    .fly-header .fly-header__search,
    .fly-header .fly-header__icons {
        vertical-align: top;
    }

    .fly-header .fly-header__menu-button {
        display: inline-block;
        padding-top: 5px;
    }

    .opened-mobile-menu .fly-header .fly-header__buttons,
    .opened-mobile-menu .fly-header .fly-header__search,
    .opened-mobile-menu .fly-header .fly-header__icons {
        display: none;
    }

    .main-banners .rs-banners .rs-banners_banner {
        height: 50vw;
    }

    .main-banners .rs-banners .rs-banners_banner .rs-banners_background {
        background-position: center center;
    }

    .fly-header .fly-header__search-icon,
    .basketinhead {
        margin: 0 0 0 5px;
    }

    .category__item {
        height: auto;
    }

    .category .category__subitem {
        margin-bottom: 15px;
    }
}

@media (max-width: 400px) {
    .fly-header__buttons .btn {
        font-size: 11px;
        width: 102px;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }
}

.cabin-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 40px;
}

.cabin-container h3 {
    width: 100%;
}

.cabin-item {
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
}

.cabin-img {
    width: 50%;
}

.cabin-img img {
    width: 100%;
}

.cabin-text {
    width: 44%;
    margin-rigth: 3%;
    margin-left: 3%;
}

.sectiondescription {
    padding-left: 40px;
}

.sectiondescription .features,
.text .features {
    margin-top: 20px;
    margin-bottom: 10px;
}

.text hr {
    margin: 30px 0;
    border-top: 2px solid #0274b2;
}

.sectionslider {
    padding: 10px 25px 30px;
}

.text-preview {
    margin-bottom: 30px;
}

h2 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    color: #0274b2;
    margin-top: 80px;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    color: #0274b2;
    margin-top: 20px;
}

.img-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.text-preview {
    padding-left: 10px;
    padding-bottom: 10px;
}

.title-center {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
}

.forms {
    margin: 30px 0;
}

.form-blue,
.form-grey {
    padding: 10px 20px 16px;
    font-size: 15px;
}

.form-blue .col,
.form-grey .col {
    padding-left: 5px;
    padding-right: 5px;
}

.form-blue .alert,
.form-grey .alert {
    padding: 0 10px;
}

.form-blue .title,
.form-grey .title {
    font-size: 26px;
    line-height: 32px;
}

.form-blue .info,
.form-grey .info {
    margin-bottom: 14px;
}

.form-blue .btn,
.form-grey .btn,
.form-blue .form-control,
.form-grey .form-control {
    width: 100%;
}

.form-blue {
    background: #0274b2 url(/local/templates/flyaway_digital/custom/../images/form-blue.png) 107% 10px no-repeat;
    color: #fff;
}

.form-blue .form-control,
.form-grey .form-control {
    box-shadow: none;
}

.form-blue .form-control {
    border-color: #fff;
}

.form-blue .btn {
    background: #fcd63f !important;
    border-color: #fcd63f;
    color: #000 !important;
}

.form-blue .btn:hover {
    background: #ffcc00 !important;
    color: #000;
}

.form-grey {
    background: #f0f0f0 url(/local/templates/flyaway_digital/custom/../images/form-grey.png) 107% 10px no-repeat;
    color: #000;
}

.form-grey .form-control {
    background: transparent;
}

@media (max-width: 740px) {
    .form-blue {
        margin-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .form-blue .col-md-4,
    .form-grey .col-md-4 {
        margin-bottom: 10px;
    }
}

@media (min-width: 740px) {
    body .fly-header-wrap.__simple .fly-header .fly-header__logo {
        max-width: 260px;
    }

    body .fly-header-wrap.__simple .fly-header .fly-header__contacts {
        display: table-cell;
    }

    body .fly-header-wrap.__simple .fly-header .fly-header__contacts .header-contacts {
        margin-right: 0;
        padding: 0 10px 0 25px;
    }

    body .fly-header-wrap.__simple .fly-header .fly-header__contacts .header-contacts__phone {
        margin: 0;
    }

    body .fly-header-wrap.__simple .fly-header .fly-header__buttons {
        vertical-align: middle;
        padding-top: 5px;
        white-space: nowrap;
    }

    body .fly-header-wrap.__simple .fly-header .fly-header__buttons br,
    body .fly-header-wrap.__simple .fly-header .fly-header__contacts .header-contacts__adress,
    body .fly-header-wrap.__simple .fly-header .fly-header__contacts .contact-wrap {
        display: none
    }

    body .fly-header-wrap.__simple .fly-header .fly-header__contacts .header-contacts__phone {
        font-size: 24px;
    }

    .mobile-menu .mobile-menu-nav, .mobile-menu .mobile-menu__userpersonal {
        top: 20px;
    }

    .fly-header-sticky-wrapper.is-sticky .top-menu {
        display: block;
    }

    .fly-header-sticky-wrapper.is-sticky .fly-header-sidenav-button {
        display: none;
    }

    .fly-header-sticky-wrapper.is-sticky .fly-header {
        padding-left: 0;
    }

    body .fly-header-wrap.__simple .fly-header .fly-header__icons {
        width: 100px;
    }

    body .fly-header-wrap.__simple .fly-header .fly-header__icons .basketinhead,
    body .fly-header-wrap.__simple .fly-header .fly-header__icons .inheadfavorite {
        margin: 0 0 0 10px;
    }
}

@media (min-width: 740px) and (max-width: 1024px) {
    .form-blue .col-md-4,
    .form-grey .col-md-4 {
        margin-bottom: 10px;
    }

    .form-blue .title,
    .form-grey .title {
        font-size: 24px;
    }

    .form-blue .info,
    .form-grey .info {
        margin-top: 5px;
        line-height: 14px;
        font-size: 13px;
    }

    .is-sticky .fly-header .fly-header__logo .logo-sticky {
        height: 35px;
    }

    body .fly-header-wrap.__simple .fly-header .fly-header__logo {
        max-width: 200px;
        width: 200px;
        min-width: 200px;
    }

    body .fly-header-wrap.__simple .fly-header .fly-header__search {
        display: none;
    }

    .header-search__form input[type="text"] {
        min-width: 110px;
    }

    .fly-header .fly-header__icons .basketinhead,
    .fly-header .fly-header__icons .inheadfavorite {
        margin: 0 5px 0 0;
    }
}

@media (min-width: 1024px) and (max-width: 1130px) {
    .forms .col-md-6 {
        width: 100%;
    }

    .form-blue {
        margin-bottom: 30px;
    }
}

.category.category-main-page .category__item:hover {
    z-index: 2;
}

.category.category-main-page .category__item:hover > .row > .col > .category__in {
    height: auto;
    min-height: 100%;
    overflow: auto;
}

.category.category-main-page .category__item > .row > .col > .category__in .show-more {
    display: block;
    border-bottom: 1px dashed #333;
    text-align: center;
    width: 78px;
    margin: 0 auto;
    line-height: 14px;
    color: #333;
}

.category.category-main-page .category__item:hover > .row > .col > .category__in .show-more,
.category.category-main-page .category__item > .row > .col > .category__in .hover-hide {
    display: none;
}

.category.category-main-page .category__item:hover > .row > .col > .category__in .hover-hide {
    display: block;
}

output {
    display: inline-block;
}

.tol {
    width: 100%;
}

.c-select {
    display: inline-block;
    max-width: 100%;
    -webkit-appearance: none;
    padding: .375rem 1.75rem .375rem .75rem;
    color: #55595c;
    vertical-align: middle;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMV…GzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right .75rem center;
    background-image: none \9;
    -webkit-background-size: 8px 10px;
    background-size: 8px 10px;
    border: 1px solid #ccc;
    -moz-appearance: none;
}

.input-group .c-select {
    border-radius: 3px 0 0 3px;
}

#sm-type-triplex,
#sm-type-zerkalo {
    display: none;
}

.calc-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
}

.calc.wrapper {
    background: #f0f0f0;
    padding: 20px 20px 10px;
}

.calc.wrapper .calc-item {
    padding-bottom: 10px;
}

.calc-row3,
.calc-row3 output {
    font-size: 24px;
}

.calc-row3 .cena {
    font-weight: bold;
}

.calc-row3 a {
    font-size: 14px;
}

.calc-button {
    padding: 5px 7px;
}

@media (max-width: 1024px) {
    .calc.wrapper .calc-item {
        padding-bottom: 20px;
    }

    .is-sticky .header-contacts {
        display: block;
    }
}

.product .prices__val_cool {
    font-size: 30px;
}

.product .characteristics__item {
    width: 100%;
}

.product .characteristics-list__name {
    width: 35%;
}

.product .characteristics-list__value {
    width: 65%;
}

.skinali .item .image {
    display: block;
    height: 79px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.skinali .item .name {
    margin: 5px 0 20px;
}

.fancybox-skinali .fancybox-title {
    border: 0;
    margin: 0;
    padding: 10px 0 30px;
}

.fancybox-skinali .btn {
    position: absolute;
    left: 14px;
    bottom: 10px;
    z-index: 8040;
    color: #E53A3E;
    background: #fff;
    border: 2px solid #E53A3E;
    transition: all 0.2s ease;
}

.fancybox-skinali .btn:hover {
    background-color: #E53A3E;
    color: #fff;
    border: 2px solid #E53A3E;
}

.fancybox-skinali .btn.btn-dress {
    left: 160px;
}

.fancy-count {
    float: right;
    padding-top: 5px;
}

.services-title {
    font-weight: bold;
    background: #eee;
}

.block-link {
    margin-bottom: 25px;
}

.block-link .block-inner-link {
    overflow: hidden;
    margin-bottom: 10px;
}

.block-link .block-link-name {
    float: left;
    width: 150px;
    font-weight: bold;
}

.block-link .block-link-content {
    margin-left: 170px;
}

.block-link .block-link-item {
    margin-right: 20px;
    white-space: nowrap;
    color: #0274b2;
}

.block-link .block-link-item.active {
    color: #E53A3E;
}

.mobile-menu-nav .mobile-menu-nav__link.highlight-catalog {
    background: #E53A3E;
    color: #fff;
}

.mobile-menu-nav .mobile-menu-nav__link.highlight {
    background: #ffc132;
    color: #fff;
}

.product-detail-carousel .product-detail-carousel__images {
    overflow: visible;
}

.product-detail-carousel .preview-wrap {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s;
}

.product-detail-carousel .preview-wrap.active {
    opacity: 1;
}

.product-detail-carousel .preview-wrap a {
    display: block;
}

.product-detail-carousel .preview-wrap img {
    max-height: 524px;
}

.product-detail-carousel .preview-wrap .spzoom-zoom img {
    max-width: none;
    max-height: none;
}

@media (max-width: 739px) {
    .product-detail-carousel .preview-wrap img {
        max-height: 300px;
    }
}

.popupgallery {
    border: 0;
    height: 90%;
}

.popupgallery .col,
.popupgallery .row,
.popupgallery .around_changeit,
.popupgallery .changeit,
.popupgallery .navigations {
    height: 100%;
    display: block;
}

.popupgallery .changeit img {
    max-height: 100%;
}

.service-products .item {
    border: 1px solid rgba(204, 204, 204, 0.3);
    padding: 20px 10px;
    font-size: 16px;
    overflow: hidden;
}

.service-products .name {
    height: 46px;
    overflow: hidden;
}

.service-products .name,
.service-products .desc {
    margin-top: 15px;
}

.service-products .price {
    font-weight: bold;
    color: #555;
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
}

.service-products .btn {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
}

.service-products .img {
    text-align: center;
}

.service-products img {
    max-width: 100%;
    max-height: 100%;
}

.main-btn {
    transition: .3s all;
    position: relative;
    display: inline-block;
    border: 2px solid #337ab7;
    border-radius: 5px;
    padding: 10px 10px 10px 50px;
    /* margin: 0 auto 20px 50%; */
    /* margin: 0 auto 20px 20%; */
    color: #337ab7;
    font-size: 25px;
    line-height: 1;
    text-decoration: none;
    /* width: 40%; */
    /* transform: translateX(-50%); */
    /* white-space: nowrap; */
}

.main-btn-2 {
    transition: .3s all;
    position: relative;
    display: inline-block;
    border: 2px solid #e53a3e;
    border-radius: 5px;
    padding: 10px 10px 10px 50px;
    /* margin: 0 auto 20px 50%; */
    /* margin: 0 auto 20px 10%; */
    text-align: center;
    color: #e53a3e;
    font-size: 25px;
    line-height: 1;
    text-decoration: none;
}

.main-btn-3 {
    transition: .3s all;
    position: relative;
    display: inline-block;
    /* border: 2px solid #337ab7;*/
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    /* margin: 0 auto 20px 50%; */
    /* margin: 0 auto 20px 10%; */
    color: #337ab7;
    font-size: 25px;
    line-height: 1;
    text-decoration: none;
    vertical-align: bottom;
}

.mobile.wrapper-main-btn-2 {
    display: none;
}

.mobile.wrapper-main-btn-3 {
    display: none;
}

.main-btn-3:after {
    content: '';
    background: url(/local/templates/flyaway_digital/images/icons/calc.png) no-repeat;
    width: 58px;
    background-size: cover;
    height: 67px;
    display: inline-block;
    position: absolute;
    right: -80px;
    top: -15px;
}

.wrapper-main-btn {
    width: 35%;
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 40px;
}

.wrapper-main-btn-2 {
    width: 35%;
    display: inline-block;
    margin-bottom: 20px;
}

.wrapper-main-btn-3 {
    width: 20%;
    display: inline-block;
    margin-bottom: 20px;
}

.main-btn-2:hover {
    color: #fff;
    background-color: #e53a3e;
    text-decoration: none;
}

.main-btn-3:hover {
    color: #fff;
    background-color: #337ab7;
    text-decoration: none;
}

.main-btn svg {
    transition: .3s all;
    height: 40px;
    position: absolute;
    left: 5px;
    top: 13px;
    fill: #337ab7;
}


.main-btn span {
    text-align: center;
}

.main-btn div {
    text-align: center;
    font-size: 20px;
}

.main-btn:hover {
    color: #fff;
    background-color: #337ab7;
    text-decoration: none;
}

.main-btn:hover svg {
    fill: #fff;
}

.sale-payment-wrapper {
    max-width: 500px;
}

.sale-payment-wrapper textarea {
    resize: vertical;
}

.sale-payment-wrapper-title {
    padding: 0 0 25px;
    margin: 0 0 20px;
    color: #202020;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #e3e3e3;
}

.text-flex {
    display: flex;
    justify-content: space-between;
}

.__simple .text-flex {
    display: none;
}

.hidden-lg .text-flex {
    white-space: nowrap;
}

.hidden-lg .text-flex .calc-link {
    font-size: 12px;
    padding-top: 5px;
}

.hidden-lg .text-flex .icon-calc {
    margin-left: 10px;
    position: absolute
}

@media (max-width: 450px) {
    .main-btn {
        font-size: 16px;
    }

    .main-btn div {
        font-size: 16px;
    }

    .main-btn svg {
        height: 31px;
        left: 9px;
        top: 10px;
    }
}

@media (min-width: 768px) and  (max-width: 1280px) {
    .service-products .name {
        height: 69px;
        overflow: visible;
    }
}

@media (max-width: 1140px) {
    .wrapper-main-btn-2 {
        display: none;
    }

    .wrapper-main-btn-2 {
        display: none;
    }

    .wrapper-main-btn-3 {
        display: none;
    }

    .mobile.wrapper-main-btn-3 {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 0px;
        margin: 15px 0px 15px 0px;

    }

    .mobile.wrapper-main-btn-2 {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding-left: 0px;

    }

    .mobile.wrapper-main-btn-2 > .main-btn-2 {
        font-size: 15px;
    }

    .mobile.wrapper-main-btn-3 > .main-btn-3 {
        font-size: 15px;
        margin-right: 80px;
    }

    .wrapper-main-btn {
        width: 100%;
        text-align: center;
        padding-left: 0px;
    }
}

@media (max-width: 768px) {
    .service-products .name {
        height: auto;
        overflow: visible;
    }

    .main-btn {
        /*margin-top: 15px;
        margin: 0 auto 20px 50%;*/
    }

    .main-btn-2 {
        /* display: none;*/
    }

    .footer-menu-wrap {
        display: none;
    }
}

.footer-menu-wrap {
    background: rgba(204, 204, 204, 0.3);
}

.footer-menu {
    margin: 0;
}

.footer-menu li {
    display: inline-block;
}

.footer-menu li a {
    display: inline-block;
    color: #555;
    padding: 14px 5px;
}

.footer-menu li:before {
    display: none;
}

/**********201699***************/
.header-contacts .header-contacts__phone {
    font-size: 20px;
    margin-bottom: 7px;
}

.header-contacts .header-contacts__mail {
    font-size: 17px;
    margin-bottom: 5px;
}

.calc-link,
.calc-link:visited {
    color: #0274b2;
}

.calc-link.icon-calc {
    padding-left: 35px;
    position: relative;
}

.calc-link.icon-calc::before {
    content: "";
    background: url(/local/templates/flyaway_digital/images/calc.png) no-repeat;
    width: 32px;
    height: 29px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -6px;
}

.fly-header__buttons .btn.link-montag {
    background-color: #E53A3E;
    color: #fff;
}

.fly-header__buttons .btn.link-montag:hover {
    background-color: #fff;
    color: #E53A3E;
}

.fly-header {
    position: relative;
}

@media (min-width: 740px) {
    body .fly-header-wrap.__simple .fly-header .fly-header__contacts .header-contacts__phone {
        font-size: 21px;
    }
}

@media (max-width: 739px) {
    .calc-link.icon-calc {
        padding-top: 5px;
        color: #0274b2;
        left: calc(50% - 38px);
    }

    .calc-link.icon-calc::before {
        top: -1px;
    }
}

.mainmenu {
    visibility: visible !important;
}

.products__in-list-item-property-name, .products__in-list-item-property-value {
    display: inline-block;
    text-align: left;
}


.bee__reviews-block {
    background-color: #e7eaef;
    position: relative;
    padding: 52px 0 71px;
}

.bee__reviews-block .owl-reviews {
    max-width: 990px;
    margin: 0 auto;
}

.bee__review-item {
    padding: 15px 30px 40px;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-top: none;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.bee__review-item__author {
    font-weight: 700;
    font-size: 16px;
}

.bee__review-item__header {
    border-bottom: 1px solid #ccc;
    padding: 0px 0px 5px;
    margin-bottom: 40px;
}

.bee__review-item__text {
    line-height: 1.65;
}

.bee__certificates-block .owl-nav > div,
.bee__reviews-block .owl-reviews .owl-nav > div {
    background-color: #fff;
}

.bee__certificates-block .owl-nav,
.bee__reviews-block .owl-reviews .owl-nav {
    display: block !important;
    background-color: #fff;
    float: none;
    margin: 0 auto;
    width: 70px;
    position: relative;
    top: 15px;
}

.bee__reviews-block .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bee__reviews-block .owl-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.bee__actions-block__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bee__actions-item {
    display: inline-block;
    max-width: 330px;
    margin: 0 30px 30px;
}

.bee__action-item__title {
    color: #555555;
    font-size: 16px;
    margin-bottom: 15px;
}

.bee__actions-item:hover {
    text-decoration: none;
}

.bee__action__header {
    margin-bottom: 9px;
}

.bee__action-item__text {
    color: #8d8d8d;
}

.bee__certificates-block__inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.bee__certificates-block-wrapper {
    max-width: 100%;
    width: 100%;
}

.bee__certificate-item {
    display: block;
    margin: 0 15px;
    text-align: center;
}

.content {
    overflow: hidden;
}

.footer__payment img {
    height: 30px;
    width: auto;
}

.footer__payment {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.footer-contacts__inner {
    min-width: 200px;
}

.footer-social {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 4px;
}

@media screen and (max-width: 480px) {
    .footer-contacts {
        flex-direction: column;
        align-items: center;
    }

    .footer-contacts {
        flex-direction: column;
        align-items: center;
    }

    .footer-social {
        justify-content: center;
        align-items: center;
    }

    .footer__payment {
        display: inline-block;
    }
}

.how-we-work__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 53px 0px;


}

.how-we-work-item {
    -webkit-flex-basis: calc(100% / 5);
    -ms-flex-preferred-size: calc(100% / 5);
    flex-basis: calc(100% / 5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    bottom: -36px;
}

.how-we-work-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    top: -36px;
    bottom: auto;
}


.how-we-work-item__image {
    margin-bottom: 15px;
}

.how-we-work-item:nth-child(even) .how-we-work-item__image {
    margin-top: 15px;
}
.how-we-work-item__text {
    width: 124%;
}
@media screen and (max-width: 1100px) {
    .how-we-work-item:nth-child(even){
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .how-we-work__inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;

    }
    .how-we-work-item__text {
        width: 100%;
    }
    .how-we-work__item.how-we-work-item {
        min-width: 240px;
        position: static;
        margin: 0 15px 30px;
    }
}
.row.category.sec .category__in .category__img{
    max-height: 430px;
    line-height: 430px;
    width: 340px;
}
.row.category.sec .category__in .category__img.sl3,.row.category.sec .category__in .category__img.sl4{
    max-height: 340px;
    line-height: 340px;
    width: 340px;
    margin-top:-20px;
}
.row.category.sec .category__pic {
    line-height: 360px;
}
.row.category.sec .category__in {
    min-height: 360px;
}
.row.category.sec .category__subitem .category__pic {
    height: 360px;
    line-height: 360px;
}
.row.category.sec .category__subitem {
    height: 360px;
}
.row.category.sec .category__data {
    text-align:center;
}
.row.category.sec .category__data .category__name{
    font-size:18px;
}
.category__item.category__subitem.hides{
    display:none;
}
.pokazat{
    width:100%;
    text-align:center;
    color: #0274b2;
}
.pokazat span{
    border-bottom: 1px solid;
    cursor:pointer;
}
.row.category.sec .category__subitem .category__data {
    min-height: 40px;
    max-height: 40px;
}

.form-blue3,
.form-grey3 {
    padding: 10px 20px 16px;
    font-size: 15px;
}

.form-blue3 .col,
.form-grey3 .col {
    padding-left: 5px;
    padding-right: 5px;
}

.form-blue3 .alert,
.form-grey3 .alert {
    padding: 0 10px;
}

.form-blue3 .title,
.form-grey3 .title {
    font-size: 26px;
    line-height: 32px;
}

.form-blue3 .info,
.form-grey3 .info {
    margin-bottom: 14px;
}

.form-blue3 .btn,
.form-grey3 .btn,
.form-blue3 .form-control,
.form-grey3 .form-control {
    width: 100%;
}

.form-blue3 {
    background: #0274b2 url(/local/templates/flyaway_digital/custom/../images/form-blue.png) 107% 10px no-repeat;
    color: #fff;
}

.form-blue3 .form-control,
.form-grey3 .form-control {
    box-shadow: none;
}

.form-blue3 .form-control {
    border-color: #fff;
}

.form-blue3 .btn {
    background: #fcd63f !important;
    border-color: #fcd63f;
    color: #000 !important;
}

.form-blue3 .btn:hover {
    background: #ffcc00 !important;
    color: #000;
}

.form-grey3 {
    background: #f0f0f0 url(/local/templates/flyaway_digital/custom/../images/form-grey.png) 107% 10px no-repeat;
    color: #000;
}

.form-grey3 .form-control {
    background: transparent;
}

@media (max-width: 740px) {
    .form-blue3 {
        margin-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .form-blue3 .col-md-4,
    .form-grey3 .col-md-4 {
        margin-bottom: 10px;
    }
}

@media (min-width: 740px) and (max-width: 1024px) {
    .form-blue3 .col-md-4,
    .form-grey3 .col-md-4 {
        margin-bottom: 10px;
    }

    .form-blue3 .title,
    .form-grey3 .title {
        font-size: 24px;
    }

    .form-blue3 .info,
    .form-grey3 .info {
        margin-top: 5px;
        line-height: 14px;
        font-size: 13px;
    }

}

@media (min-width: 1024px) and (max-width: 1130px) {
    .form-blue3 {
        margin-bottom: 30px;
    }
}
.form-blue2,
.form-grey2 {
    padding: 10px 20px 16px;
    font-size: 15px;
}

.form-blue2 .col,
.form-grey2 .col {
    padding-left: 5px;
    padding-right: 5px;
}

.form-blue2 .alert,
.form-grey2 .alert {
    padding: 0 10px;
}

.form-blue2 .title,
.form-grey2 .title {
    font-size: 26px;
    line-height: 32px;
}

.form-blue2 .info,
.form-grey2 .info {
    margin-bottom: 14px;
}

.form-blue2 .btn,
.form-grey2 .btn,
.form-blue2 .form-control,
.form-grey2 .form-control {
    width: 100%;
}

.form-blue2 {
    background: #0274b2 url(/local/templates/flyaway_digital/custom/../images/form-blue.png) 107% 10px no-repeat;
    color: #fff;
}

.form-blue2 .form-control,
.form-grey2 .form-control {
    box-shadow: none;
}

.form-blue2 .form-control {
    border-color: #fff;
}

.form-blue2 .btn {
    background: #fcd63f !important;
    border-color: #fcd63f;
    color: #000 !important;
}

.form-blue2 .btn:hover {
    background: #ffcc00 !important;
    color: #000;
}

.form-grey2 {
    background: #f0f0f0 url(/local/templates/flyaway_digital/custom/../images/form-grey.png) 107% 10px no-repeat;
    color: #000;
}

.form-grey2 .form-control {
    background: transparent;
}

@media (max-width: 740px) {
    .form-blue2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .form-blue2 .col-md-4,
    .form-grey2 .col-md-4 {
        margin-bottom: 10px;
    }
}

@media (min-width: 740px) and (max-width: 1024px) {
    .form-blue2 .col-md-4,
    .form-grey2 .col-md-4 {
        margin-bottom: 10px;
    }

    .form-blue2 .title,
    .form-grey2 .title {
        font-size: 24px;
    }

    .form-blue2 .info,
    .form-grey2 .info {
        margin-top: 5px;
        line-height: 14px;
        font-size: 13px;
    }

}

@media (min-width: 1024px) and (max-width: 1130px) {
    .form-blue2 {
        margin-bottom: 30px;
    }
}


form .recap {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

form .bt_6 {
    margin-top: 10px;
}

form .bt_6 .col.txt {
    text-align: left!important;
    line-height: 14px;
    margin-top: 5px;
    max-width: 260px;
}

.col.col-md-6.col-sm-6.form-blue2.rsform.js-ajax-form .col span a {
    color: #fff;
    text-decoration: underline;
}
.col.col-md-6.col-sm-6.form-grey2.rsform.js-ajax-form .col span a {
    color: #000;
    text-decoration: underline;
}
.col.col-md-6.col-sm-6.form-blue3.rsform.js-ajax-form .col span a {
    color: #fff;
    text-decoration: underline;
}
.col.col-md-6.col-sm-6.form-grey3.rsform.js-ajax-form .col span a {
    color: #000;
    text-decoration: underline;
}

@media (max-width:1390px) {
    .forms form .recap>div {
        transform: scale(0.8);
    }
}

@media (max-width:1130px) {
    .forms form .recap>div {
        transform: scale(0.7);
    }
    .forms .col-md-6 {
        width: 50%;
    }
}

@media (max-width:1023px) {
    .forms>.col-md-6 {
        width: 100%;
    }
    .forms form {
        display: flex;
        flex-wrap: wrap;
    }
    .forms form>.col-md-6 {
        width: 50%;
        flex: 0 0 50%;
        flex-wrap: wrap;
    }
    .forms form .recap>div {
        transform: scale(1);
    }
}

@media (max-width:690px) {
    .forms form .recap>div {
        transform: scale(0.75);
    }
}
@media (max-width:520px) {
    .forms form>.col-md-6 {
        width: 100%;
        flex: 1 1 100%;
    }
    .forms form>.col-md-6:first-of-type {
        margin-bottom: 10px;
    }
    .forms form .recap>div {
        transform: scale(0.87);
    }
}

/*246651*/
.mobile-menu-nav .mobile-menu-nav__link.highlight-catalog {
    background: #fff;
    color: #202020;
}
.comagic-o-rack--top,
.comagic-c-sitephone-label {
    position: fixed!important;
    top: auto!important;
    bottom: 45px!important;
    left: auto !important;
    right: 50px !important;
}
.fancybox-close {
    width: 13px;
    height: 13px;
    background-size: contain;
}
@media (max-width: 960px) {
    .comagic-o-rack--top, .comagic-c-sitephone-label {
        top: auto!important;
        bottom: 95px!important;
        right: 20px !important;
        left: auto !important;
    }
}
@media (min-width: 740px) {
    .fly-header-sticky-wrapper {
        margin-bottom: 0;
    }

}

@media (min-width: 768px) {
    .main-banners .rs-banners .rs-banners_banner,
    .main-banners .rs-banners-sidebanner,
    .main-banners .rs_banner-preloader {
        height: 425px;
    }
}

@media (max-width: 570px) {
    .fancybox-overlay .fancybox-opened {
        max-width: 310px;
        width: 310px!important;
        left: calc(50% - 155px)!important;
    }
    .fancybox-outer .fancybox-inner {
        max-width: 100%;
    }
    .rsfrom__form .rsform__bottom {
        display: flex;
        flex-direction: column;
    }
    .rsform .rsform__bottom .rsform__bottom-ps {
        float: none;
        width: 100%;
        margin-top: 0;
    }
    .rsform .rsform__bottom .rsform__bottom-button {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
    .fancybox-wrap .fancybox-skin {
        padding: 20px 15px 10px!important;
    }
    .fancybox-wrap .fancybox-title-inside-wrap {
        padding: 0 0 10px!important;
        margin: 0 0 0!important;
    }
}

/*247709*/
.home-block-banners>.category-main-page {
    display: flex;
    flex-wrap: wrap;
}
.home-block-banners>.category-main-page .category__item {
    height: auto!important;
}
.home-block-banners .category.category-main-page .category__item:hover > .row > .col > .category__in .show-more {
    display: block;
}
.home-block-banners .category.category-main-page .category__item:hover > .row > .col > .category__in {
    overflow: initial;
    border-color: #a9a9a9;
    -webkit-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
    -moz-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
    box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
}
.home-block-banners .category__item:hover .category__description {

}
.home-block-banners .category__item:hover .category__in .block-hide {
    position: absolute;
    background: #fff;
    width: calc(100% + 2px);
    border-color: #a9a9a9;
    -webkit-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
    -moz-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
    box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
    left: -1px;
    bottom: -45px;
    padding: 0 10px 10px;
    border: 1px solid #a9a9a9;
    border-top: 0;
}

@media (max-width:1600px) {
    .forms form .recap>div {
        transform: scale(0.9);
    }
}

@media (max-width:1490px) {
    .forms form .recap>div {
        transform: scale(0.8);
    }
}

@media (max-width:1380px) {
    .forms form .recap>div {
        transform: scale(0.7);
    }
}

@media (max-width:1270px) {
    .forms {
        display: flex;
        flex-direction: column;
    }
    .forms>div {
        margin: 10px auto;
        width: 100%!important;
        max-width: 660px;
    }
    .forms form .recap>div {
        transform: scale(1);
    }
}

@media (max-width:739px) {
    .catalog-content .category,
    .content>.category,
    .home-block-banners>.category {
        margin-left: 0;
        margin-right: 0;
    }
    div.row>div.row {
        margin-left: 0;
        margin-right: 0;
    }
    div.sectiondescription {
        padding-left: 10px;
    }
}

@media (max-width:685px) {
    .forms form .recap>div {
        transform: scale(0.9);
    }
}

@media (max-width:618px) {
    .forms form .recap>div {
        transform: scale(0.8);
    }
}
@media (max-width:560px) {
    .forms form .recap>div {
        transform: scale(0.7);
    }
}

@media (max-width:520px) {
    .forms form .recap>div {
        transform: scale(1);
    }
}
@media (max-width:370px) {
    .forms form .recap>div {
        transform: scale(0.8);
    }
    .home-block-banners>.category-main-page .category__item {
        /*width: 100%;*/
    }
}

.notice {
    background: #fde732;
    margin: 0 -15px;
    padding: 50px;
    color: #000;
    font-size: 20px;
}
.notice .title {
    text-align: center;
    color: #f00;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.notice ol > li {
    line-height: 1.43;
}
.dropdown-form {
    margin-top: 30px;
}
.how-we-work.categories-footer h2 {text-align: center}
.how-we-work.categories-footer .how-we-work__inner{ padding: 10px 0px 20px}
.how-we-work.categories-footer .how-we-work-item{bottom: 0}
.how-we-work.categories-footer .how-we-work-item:nth-child(even) .how-we-work-item__image {  margin-top: 0 }
.how-we-work.categories-footer .how-we-work-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    top: unset;
    bottom: 0;
}
.law-info.with_map{  margin-top: 17px;}
.calc-row3 .cena {  color: #e53a3e;}
.calc #sm-summa {color: #e53a3e;}
.calc .form-control {  border: 1px solid #fcd63f}
.calc .btn-default.active,
.calc .btn-default:hover{background-color: #fcd63f;  border-color: #fcd63f;}
.calc .input-group-addon{background-color: rgb(252, 214, 63);  border: 1px solid #fcd63f;}
.calc.wrapper:hover{   border: 1px solid #fcd63f}
.calc.wrapper{ border: 1px solid #f0f0f0}
.calc .btn-default { border-color: #fcd63f}
.calc .c-select {border-color: #fcd63f}
@media screen and (max-width:1024px){
    .row.features{display: flex;justify-content: center;flex-wrap: wrap }
}

.steklo-zakalennoe .calc-title {
    display: none;
}

.steklo-zakalennoe-interes {
    padding: 0 0 30px 55px;
}
.catalog-content .category__in {min-height: auto;}
.catalog-content .category__data {min-height: auto; max-height: none; position: relative; text-align: center}
.catalog-content .category__name {height: auto; font-size: 18px;}


.instagram-link {
    display: inline-block;
    color: #337ab7;
    align-items: center;
    border: 1px solid #337ab7;
    border-radius: 4px;
    padding: 3px 8px 3px 5px;
    line-height: 1.2;
    font-size: 14px;
}
.instagram-link svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}
.instagram-link:hover {
    text-decoration: none;
    color: #fff;
    background: #337ab7;
}
.instagram-link:hover svg path {
    fill: #fff;
}
.is-sticky .header-contacts__instagram,
.footer-contacts__inner .header-contacts__instagram {display: none;}

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

.skinali .name a {
    text-decoration: underline;
}
.skinali .name a:hover {
    text-decoration: none;
}

.skinali-price {
    margin-bottom: 40px;
}
.catalog-skinali .sectiondescription {
    padding-left: 20px;
}
.catalog.catalog-skinali .features.one-row .features__description {
    height: auto;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.flex__col--left {
    margin-right: 20px;
    margin-bottom: 10px;
}
.flex__col--left img {
    max-width: 340px;
}
.flex__col--right {
    flex: 1;
}
.align-center {
    text-align: center;
}

.skinali-page .skinali .item {
    display: none;
}
.skinali-page .skinali .item:nth-child(1),
.skinali-page .skinali .item:nth-child(2),
.skinali-page .skinali .item:nth-child(3),
.skinali-page .skinali .item:nth-child(4),
.skinali-page .skinali .item:nth-child(5),
.skinali-page .skinali .item:nth-child(6),
.skinali-page.is_show .skinali .item {
    display: block;
}


@media (min-width: 1620px) {
    .skinali-page .skinali .item.col-lg-4 {
        width: 50%;
    }
    .skinali-button {
        text-align: center;
    }
    .skinali-page {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width: 1100px) {
    .iframe-wrap iframe {
        width: 100%;
    }
    .skinali-page {
        padding-left: 0px;
    }
}
@media(max-width: 1000px) {
    .picture-wrap {
        margin-left: -10px;
        margin-right: -10px;;
    }
}
@media (max-width: 740px) {
    body .reviews-list .owl-nav {
        display: block !important;
    }
    .iframe-wrap iframe {
        height: 380px;
    }
    .catalog-skinali .sectiondescription {
        padding-left: 10px;
    }
    .skinali-page {
        padding-right: 0;
    }
}
@media(max-width: 560px) {
    .iframe-wrap iframe {
        height: 300px;
    }
    .flex__col--left {
        margin-right: 0;
    }
    .flex__col--left img {
        max-width: 100%;
    }
}
@media(max-width: 414px) {
    .iframe-wrap iframe {
        height: 221px;
    }
}
@media(max-width: 375px) {
    .iframe-wrap iframe {
        height: 200px;
    }
}
.pay-frame {width: 100%; max-width: 1000px; height: 800px}

.is-sticky .st_search, .is-sticky .st_icons {
  display:none !important;
}

.fly-header .st_search_show, .fly-header .st_icons_show, .fly-header .st_phone_show {
  display:none;
}

.fa-phone:before {
    content: "\f095";
    margin: 0 0 0 -2px;
    font-size: 19px;
}

.st_phone_block .header-contacts__mail, .rsform_arrow_down .fa.fa-angle-down {
    display: none;
}

@media (min-width: 300px) and (max-width: 320px) {
.is-sticky .fly-header .fly-header__logo .logo-sticky {
    display: inline-block !important;
    height: 20px;
    margin-top: 8px;
}
}

@media (max-width: 480px) {
.is-sticky .fly-header .st_search_show, .is-sticky .fly-header .st_icons_show, .is-sticky .fly-header .st_phone_show {
  display:inline-block;
  margin:0 1px;
}

.is-sticky .fly-header .st_buttons_block {
  display:none;
}

.is-sticky .fly-header .fly-header__logo {
  float:left;
    padding-left: 20px;
    padding-right: 15px;
}

.is-sticky .header-search__form.header-phone__form {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    padding-top: 0;
    height: auto;
    background: #fff;
    border-top:2px solid #f9f9f9;
    z-index: 2;
    padding: 10px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    /* transform: translateX(100%); */
    /* -webkit-transition: -webkit-transform 0.3s; */
    /* transition: -webkit-transform 0.3s; */
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    -o-transition: transform 0.3s, -o-transform 0.3s;
    /* transition: transform 0.3s; */
    /* transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s; */
}

.st_phone_block .header-contacts__phone {
    display: block !important;
}

.st_phone_block {
    text-align: center;
}

.st_phone_block .fly-header__buttons {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.st_phone_block .fly-header__buttons a {
  margin:0 5px;
}

.fly-header .header-phone__form .fly-header__search-close {
    width: 40px;
    position: absolute;
    right: 0;
    top:0;
    text-align: center;
}

.header-phone__form .header-phone__form_close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 13px;
    height: 13px;
    cursor: pointer;
  background: transparent url(/local/templates/flyaway_digital/styles/../images/fancybox/fancybox-close.png?v2) 0 0 no-repeat !important;
  background-size: contain;
}

.is-sticky .loss-menu-right .count {
  width:28px;
  height:28px;
  line-height:28px;
}

.is-sticky .fly-header {
  height:58px;
}

.home-block-banners .category__description {
  display:none;
}

.category.category-main-page .category__pic {
  height:180px;
  line-height:180px;
}

.category.category-main-page .category__in {
    min-height: 230px;
}

.category.category-main-page .category__data {
    min-height: 50px;
    text-align:center;
}

.text_in_main .forms .form-grey .rsform_body, .text_in_main .forms .form-grey2 .rsform_body {
    display: none;
}

.text_in_main .forms .form-grey .rsform_body.form_acitve_body, .text_in_main .forms .form-grey2 .rsform_body.form_acitve_body {
    display: block;
}

.text_in_main .forms .form-blue .rsform_arrow_down, .text_in_main .forms .form-blue2 .rsform_arrow_down {
  display:none;
}

.text_in_main .forms .form-grey .title, .text_in_main .forms .form-grey2 .title {
  position:relative;
  cursor:pointer;
}

.text_in_main .forms .form-grey .rsform_arrow_down, .text_in_main .forms .form-grey2 .rsform_arrow_down {
  position:absolute;
  top:5px;
  right:0;
}

.rsform_arrow_down .fa.fa-angle-down {
    display:block;
    font-size: 24px;
    color: #000;
}

.title.form_acitve_title .fa.fa-angle-down {
    transform: rotate(180deg);
    transition-duration: 500ms;
}

.how-we-work_in_main h2 {
    margin-top: 0;
}

.how-we-work_in_main .how-we-work__inner {
    padding-top: 5px;
}

.how-we-work_in_main {
    margin-top: -10px;
}

.how-we-work_in_main .how-we-work__inner {
    padding-bottom: 0;
}

.rev_in_main, .actions_in_main  {
  position:relative;
}

.rev_in_main h2 {
    margin-top: 10px;
}

.rev_in_main .bee__review-item__text {
    height: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellip;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 6;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.rev_in_main_all {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.actions_in_main_all {
    position: absolute;
    bottom: -30px;
    left: 0;
}

.rev_in_main_all a, .actions_in_main_all a {
  font-size:13px;
  color:#666699;
}

.actions_in_main {
    margin-bottom: 40px;
}

.actions_in_main .owl-nav {
    display: block !important;
    background-color: #fff;
    float: none;
    margin: 0 auto;
    width: 70px;
    position: relative;
    top: 0;
}



}
body .comagic-o-rack--top, .comagic-c-sitephone-label {
    bottom: 115px !important;
    right: 25px !important;
}
body .rmfy_prompt.rmfy_prompt_btn.right {
    right: 110px;
}

            .reviews {
                margin: 0 0 24px;
                max-width:1110px;
            }
            .sectiondescription {
                padding-left: 20px;
                box-sizing: border-box;
                margin-bottom: 0;
            }
            .content hr
            {
                margin: 30px 0;
    border-top: 2px solid #0274b2;
            }
            .interes a {
    border-bottom: 1px solid #666699;
    line-height: 18px;
    text-decoration: none !important;
    font-size: 16px;
    margin-bottom: 15px;
    display: inline-block;
    margin-left: 10px;
}

.interes_item_block {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.interes_item {
    width: 16.6%;
    padding: 10px;
    text-align: center;
}

.interes_item img {
    height: 160px;
    width: 100%;
}

.interes_item a {
    color: #555;
    font-weight: 600;
    text-decoration: none;
    border: none;
    font-size: 14px;
    margin-left: 0;
}

.interes_item a:hover {
    text-decoration: underline !important;
}

.interes_item:first-child {
    color: #555;
    padding-left: 5px;
}

.zakaz-form .fancybox-close {
    background: #0270ab;
}
/*298315*/
.headline .topline .header-contacts__adress {
    height: 47px;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    background: url(/local/templates/flyaway_digital/images/icons/Geo.svg) no-repeat;
    background-position: left 33%;
    padding-left: 24px;
    background-size: 16px;
}
.fly-header-sticky-wrapper:not(.is-sticky) .fly-header__contacts .header-contacts .header-contacts__mail,
.fly-header-sticky-wrapper:not(.is-sticky) .fly-header .fly-header-row .fly-header__buttons.hidden-xs,
.fly-header-sticky-wrapper.is-sticky .fly-header__contacts .header-contacts .work_time_header,
.fly-header-sticky-wrapper.is-sticky .fly-header .fly-header__soc .header-contacts__mail,
.fly-header-sticky-wrapper.is-sticky .fly-header .fly-header__search,
.fly-header-sticky-wrapper.is-sticky .fly-header__contacts .header-contacts .header-contacts__mail,
.fly-header-sticky-wrapper.is-sticky .fly-header__contacts .header-contacts .work_time_header,
.fly-header-sticky-wrapper.is-sticky .fly-header-wrap.__simple .fly-header .fly-header__buttons {
    display: none;
}
.fly-header-sticky-wrapper:not(.is-sticky) .fly-header .fly-header__soc {
    display: flex;
    flex-direction: column;
}
.header_soc_icons {
    display: flex;
    margin-bottom: 11px;
    margin-top: 20px;
}
.header_soc_icons .soc_icon.inst {
    background: url(/local/templates/flyaway_digital/images/icons/Instagram.svg) no-repeat;
}
.header_soc_icons .soc_icon.wa {
    background: url(/local/templates/flyaway_digital/images/icons/WhatsApp.svg) no-repeat;
}
.header_soc_icons .soc_icon {
    width: 30px;
    height: 30px;
    background-size: contain!important;
    display: block;
    margin-right: 15px;
}
.header_soc_icons .soc_icon:last-child {
    margin-right: 0;
}
.fly-header__soc .header-contacts__mail a {
    color: #0274B2;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
}
.fly-header-sticky-wrapper .fly-header__contacts .header-contacts .work_time_header {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #555555;
    background: url(/local/templates/flyaway_digital/images/icons/Online.svg) no-repeat;
    background-position: left center;
    padding: 0 0 0 15px;
}
.fly-header-sticky-wrapper .fly-header__contacts .header-contacts .popup_link {
    width: 205px;
    height: 40px;
    background: #E53A3E;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 35px;
    padding: 0;
    border-radius: 0;
}
.fly-header-sticky-wrapper .fly-header__contacts .header-contacts .popup_link:hover {
    background: #fff;
    color: #E53A3E;
}
.fly-header-sticky-wrapper .fly-header__contacts .header-contacts>.header-contacts__phone {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #0274B2;
}
.fly-header-sticky-wrapper .fly-header__contacts .header-contacts .header-contacts__phone {
    font-size: 23px;
    margin: 0;
}
.fly-header-sticky-wrapper .fly-header__contacts .header-contacts .header-contacts__phone a {
    color: #0274B2;
    line-height: 40px;
}
.fly-header .fly-header__menu-button.fly_mobile_menu_toggle {
    background: url(/local/templates/flyaway_digital/images/icons/Burger.svg) no-repeat;
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: 0;
    margin-left: 10px;
    padding: 0;
}
body.opened-mobile-menu .fly-header .fly-header__menu-button.fly_mobile_menu_toggle {
    background-image: url(/local/templates/flyaway_digital/images/icons/Burger_Open.svg);
}
.fly-header__logo .logo-mobile {
    display: none;
}
.mobile-menu-wrap .mobile-menu {
    overflow-y: auto;
    overflow-x: hidden;
}
.mobile-menu-wrap .mobile-menu .mobile-menu-nav {
    overflow: initial;
    position: static;
}
.contacts_mobil_menu {
    font-family: "Roboto", sans-serif;
    padding: 20px 15px;
}
.contacts_mobil_menu .work_time_header {
    color: #555555;
    font-size: 12px;
    background: url(/local/templates/flyaway_digital/images/icons/Online.svg) no-repeat;
    background-position: left center;
    padding: 0 0 0 15px;
    margin-bottom: 10px;
}
.contacts_mobil_menu .header-contacts__phone a {
    color: #0274B2;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}
.contacts_mobil_menu>.popup_link {
    width: 188px;
    height: 38px;
    background: #E53A3E;
    font-size: 16px;
    color: #ffffff;
    border-radius: 0;
    border: 0;
}
.contacts_mobil_menu .header-contacts__mail a {
    font-size: 15px;
    color: #0274B2;
}
.contacts_mobil_menu .header-contacts__mail {
    margin: 20px 0;
}
.contacts_mobil_menu .header_soc_icons .soc_icon {
    width: 36px;
    height: 36px;
}
.contacts_mobil_menu .header-contacts__adress {
    font-size: 14px;
    color: #555;
    background: url(/local/templates/flyaway_digital/images/icons/Geo.svg) no-repeat;
    background-position: left 33%;
    padding-left: 24px;
    background-size: 16px;
}
@media (min-width: 740px) {
    .fly-header-sticky-wrapper:not(.is-sticky) .fly-header .fly-header__icons>div {
        top: -10px;
    }
    .fly-header-sticky-wrapper .fly-header .fly-header__logo {
        min-width: 230px;
        width: auto;
    }
    .logo_descriptr_wrapp>span {
        font-family: "Roboto", sans-serif;
        font-size: 13px;
        color: #0274B2;
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid #0274B2;
        line-height: 16px;
    }
    .fly-header-sticky-wrapper.is-sticky .logo_descriptr_wrapp>span {
        display: none;
    }
    .logo_descriptr_wrapp {
        display: flex;
        align-items: center;
    }
    .fly-header .fly-header__logo img.logo-default {
        height: 53px;
    }
    .fly-header .fly-header__contacts .header-contacts {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: 0;
        padding-right: 0;
    }
    .fly-header-sticky-wrapper:not(.is-sticky) .fly-header .fly-header__search {
        width: auto;
        padding: 16px 15px 0;
        max-width: 196px;
    }
    .fly-header .fly-header__search .header-search__form #title-search-input,
    .fly-header .fly-header__search .header-search__form .btn-default {
        
    }
    .fly-header-sticky-wrapper:not(.is-sticky) .fly-header {
        padding: 15px 10px 0;
    }
}

@media (max-width: 1280px) and (min-width: 740px) {
    .fly-header .fly-header__logo img.logo-default {
        
    }
    .logo_descriptr_wrapp>span {
        font-size: 12px;
    }
    .fly-header-sticky-wrapper .fly-header__contacts .header-contacts .popup_link {
        width: 170px;
        height: 37px;
        font-size: 17px;
        line-height: 33px;
    }
    .fly-header-sticky-wrapper .fly-header__contacts .header-contacts .header-contacts__phone {
        font-size: 20px;
    }
    .fly-header-sticky-wrapper .fly-header__contacts .header-contacts .work_time_header {
        font-size: 11px;
    }
    .fly-header__soc .header-contacts__mail a {
        font-size: 16px;
    }
}
@media (max-width: 1175px) and (min-width: 740px) {
    .logo_descriptr_wrapp>span {
        display: none;
    }
}
@media (max-width: 1020px) and (min-width: 740px) {
    .fly-header .fly-header__icons {
        width: 100px;
        padding-right: 10px;
        box-sizing: content-box;
    }
}
@media (max-width: 739px) {
    .mobile-menu-nav .mobile-menu-nav__link.disabled {
        font-weight: 500;
    }
    .fly-header-sticky-wrapper:not(.is-sticky) .fly-header {
        border-bottom: 1px solid rgb(2 116 178 / 40%);
    }
    .fly-header-wrap.__sidemenu>.top-menu {
        border-top: 0;
    }
    .mobile-menu-nav .mobile-menu-nav__link {
        font-family: "Roboto", sans-serif;
        font-size: 13px;
        color: #000;
        border-top: 1px solid rgb(2 116 178 / 40%);
        padding: 8px 15px;
        font-weight: 500;
    }
    .mobile-menu-nav .mobile-menu-nav__element:last-child  .mobile-menu-nav__link {
        border-bottom: 1px solid rgb(2 116 178 / 40%);
    }
    .mobile-menu-nav .mobile-menu-nav__link[href="/action/"] {
        color: #E53A3E;
    }
    .mobile-menu-nav .mobile-menu-nav__arrow {
        position: relative;
        right: auto;
        top: 5px;
    }

    .mobile-menu-wrap {
        padding-top: 129px;
    }
    .logo_descriptr_wrapp>span {
        display: none;
    }
    .fly-header .fly-header__logo {
        padding: 0 0 10px 22px;
    }
    .fly-header__logo .header-contacts__phone {
        display: none;
    }
    .fly-header .st_search_show,
    .fly-header .st_icons_show,
    .opened-mobile-menu .fly-header .fly-header__search:not(.st_phone_show),
    .opened-mobile-menu .fly-header .fly-header__icons {
        display: table-cell;
        vertical-align: middle;
    }
    .fly-header .st_search_show {
        padding: 0 0 0 20px;
    }
    .st_buttons_block .fly-header__buttons {
        display: flex;
        padding-left: 10px;
        justify-content: center;
    }
    .st_buttons_block .fly-header__buttons .header_contacts__phone,
    .st_buttons_block .fly-header__buttons .header_soc_icons {
        display: flex;
        flex-direction: column;
    }
    .st_buttons_block .fly-header__buttons .header_contacts__phone a {
        color: #0274B2;
        line-height: 26px;
        font-size: 18px;
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        text-decoration: underline;
    }
    .st_buttons_block .fly-header__buttons .header_contacts__phone span,
    .st_buttons_block .fly-header__buttons .header_soc_icons>span {
        font-family: "Roboto", sans-serif;
        color: #000;
        font-size: 11px;
        padding-bottom: 3px;
    }
    .st_buttons_block .fly-header__buttons .header_soc_icons {
        margin: 0 0 0 86px;
    }
    .st_buttons_block .fly-header__buttons .header_soc_icons>div {
        display: flex;
    }
    .fly-header-sticky-wrapper .fly-header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .fly-header-sticky-wrapper .fly-header .fly-header-row:first-child,
    .fly-header .fly-header-row:first-child {
        display: inline-block;
        width: initial;
    }
    .is-sticky .fly-header .fly-header__logo .logo-default {
        display: block!important;
    }
    .is-sticky .fly-header .fly-header__logo .logo-sticky {
        display: none!important;
    }
    .fly-header-sticky-wrapper:not(.is-sticky) .fly-header {
        box-shadow: none;
    }
    .fly-header .st_icons_show  .loss-menu-right .count {
        height: 30px;
        line-height: 30px;
        width: 30px;
        top: -16px;
        right: -16px;
    }
    .opened-mobile-menu .fly-header .st_buttons_block .fly-header__buttons {
        display: flex;
    }
}
@media (max-width: 480px) {
    .fly-header-sticky-wrapper.is-sticky .fly-header .st_phone_show {
        display: none!important;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header .st_buttons_block {
        display: block!important;
    }
    .fly-header-sticky-wrapper .fly-header {
        height: auto;
    }
    .fly-header-sticky-wrapper .fly-header .fly-header-row:first-child {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header .st_search_show,
    .fly-header-sticky-wrapper.is-sticky .fly-header .st_icons_show,
    .fly-header-sticky-wrapper .fly-header .st_search_show,
    .fly-header-sticky-wrapper .fly-header .st_icons_show {
        display: table-cell;
        padding: 15px 0 0 0;
    }
    .fly-header .fly-header__logo,
    .is-sticky .fly-header .fly-header__logo {
        padding-right: 15px;
        padding-left: 17px;
    }
    .fly-header-sticky-wrapper .fly-header .st_search_show,
    .fly-header-sticky-wrapper .fly-header .st_icons_show {
        margin: 0 1px;
    }
}
@media (max-width: 450px) {
    .fly-header-sticky-wrapper .fly-header .fly-header-row:first-child {
        width: 100%;
    }
    .st_buttons_block .fly-header__buttons {
        padding-right: 10px;
        justify-content: space-between;
    }
    .fly-header-sticky-wrapper .fly-header .fly-header-row:first-child {
        display: flex;
        justify-content: space-between;
    }
    .fly-header .st_search_show {
        padding: 15px 0 0;
        margin-right: 5px;
    }
    .fly-header .st_icons_show {
        padding: 15px 20px 0 0;
    }
    .st_buttons_block .fly-header__buttons .header_soc_icons {
        margin: 0 0 0 20px;
    }
    .fly-header .fly-header__menu-button.fly_mobile_menu_toggle {
        z-index: 2;
    }
     .fly-header-sticky-wrapper .fly-header .st_icons_show .basketinhead {
        margin-top: 0;
        margin-right: 10px;
        margin-left: 10px;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header .st_search_show,
    .fly-header-sticky-wrapper.is-sticky .fly-header .st_icons_show,
    .fly-header-sticky-wrapper .fly-header .st_search_show,
    .fly-header-sticky-wrapper .fly-header .st_icons_show {
        padding: 11px 0 0 0;
    }
}
@media (max-width: 420px) {
     .mobile-menu-wrap {
        padding-top: 124px;
    }
    .fly-header .fly-header__logo img {
        height: 40px;
        margin-top: 5px;
    }
    .fly-header .st_search_show {
        padding: 10px 0 0;
    }
    .fly-header .st_icons_show {
        padding: 10px 20px 0 0;
    }
    .fly-header-sticky-wrapper .fly-header .loss-menu-right .selected {
        width: 33px;
        height: 33px;
        line-height: 24px;
    }
}
@media (max-width: 375px) {
    .mobile-menu-wrap {
        padding-top: 114px;
    }
    .fly-header .fly-header__logo img {
        height: 30px;
    }
    .fly-header .fly-header__menu-button.fly_mobile_menu_toggle {
        width: 40px;
        height: 40px;
    }
    .fly-header .st_search_show {
        padding: 3px 0 0;
    }
    .fly-header .st_icons_show {
        padding: 2px 20px 0 0;
    }
    .fly-header__logo .logo-mobile {
        display: block;
    }
    .is-sticky .fly-header .fly-header__logo .logo-default,
    .fly-header .fly-header__logo .logo-default {
        display: none!important;
    }
    .fly-header .st_icons_show  .loss-menu-right .count {
        top: -12px;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header .st_search_show, .fly-header-sticky-wrapper.is-sticky .fly-header .st_icons_show, .fly-header-sticky-wrapper .fly-header .st_search_show, .fly-header-sticky-wrapper .fly-header .st_icons_show {
        padding: 3px 0 0 0;
    }
    .fly-header-sticky-wrapper .fly-header .st_icons_show {
        margin-right: 10px;
    }
}
@media (max-width: 348px) {
    .mobile-menu-wrap {
        padding-top: 113px;
    }
    .st_buttons_block .fly-header__buttons .header_contacts__phone span,
    .st_buttons_block .fly-header__buttons .header_soc_icons>span {
        font-size: 10px;
    }
    .st_buttons_block .fly-header__buttons .header_contacts__phone a {
        font-size: 16px;
    }
    .header_soc_icons .soc_icon {
        margin-right: 10px;
    }
}

/*299496 */
@media screen and (min-width: 740px) {
    .fly-header-sticky-wrapper.is-sticky .fly-header-wrap.__simple .fly-header .fly-header__contacts .header-contacts {
        flex-direction: row;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header__contacts .header-contacts .header-contacts__phone a {
        font-size: 20px;
        padding-right: 40px;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header__contacts .header-contacts {
        flex-direction: row;
        justify-content: flex-end;
        padding-right: 40px;
        align-items: center;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header__contacts .header-contacts .popup_link {
        width: 185px;
        height: 36px;
        margin: 0;
        line-height: 31px;
        font-size: 17px;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header__soc .header_soc_icons {
        margin-bottom: 0;
        margin-top: 0;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header__soc .header_soc_icons .soc_icon {
        width: 32px;
        height: 32px;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header__soc .header_soc_icons .soc_icon img {
        width: 100%;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header__icons .loss-menu-right .selected {
        height: 34px;
        width: 34px;
    }
    .fly-header-sticky-wrapper.is-sticky header.fly-header {
        padding-top: 2px;
        margin-bottom: 1px;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header .fly-header__logo .logo-sticky {
        margin-top: 0;
        height: 33px;
    }
    .fly-header-sticky-wrapper.is-sticky .header-menu-btn {
        height: 35px;
        width: fit-content;
        line-height: 32px;
        position: relative;
        top: -1px;
    }
    .fly-header-sticky-wrapper.is-sticky .mainmenu .mainmenu__root-item > .mainmenu__item-link {
        position: relative;
        top: -1px;
    }
}
@media screen and (max-width: 842px) {
    .fly-header-sticky-wrapper.is-sticky .fly-header-wrap.__simple .fly-header .fly-header__logo {
        width: 150px;
        min-width: 150px;
        padding-right: 0;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header__contacts .header-contacts .header-contacts__phone a {
        font-size: 20px;
        padding-right: 20px;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header__contacts .header-contacts .popup_link {
       width: 165px;
    }
}


/*304997*/
body {
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #555555;
}
body .maincontent .content {
    font-size: 16px;
}
h1 {
    /*color: #0274B2;*/
    font-family:  'Open Sans', 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #555555;
    padding: 20px 0 30px;
}
h2 {
    color: #0274B2;
    font-family:  'Open Sans', 'Montserrat', sans-serif;
    font-size: 28px!important;
    font-weight: bold;
}
h3 {
    color: #0274B2;
    font-family: 'Open Sans', 'Montserrat', sans-serif;
    font-size: 20px!important;
    font-weight: bold;
}
h4,
h5 {
    font-family: 'Open Sans', 'Montserrat', sans-serif;
}
body .maincontent .content ul > li,
body .maincontent .content ol > li {
    line-height: 1.47;
    margin-bottom: 15px;
}
h2+.mc-comment-star {
    margin-left: 130px!important;
    margin-top: -42px!important;
}
body .reviews__item .in {
    font-size: 14px;
}
.how-we-work-item__text {
    font-size: 16px;
}
.bee__reviews__item .bee__review-item__text {
    font-size: 16px;
}
.features.one-row .features__description {
    line-height: 18px;
    font-size: 16px;
    height: auto;
}
.bee__action-item__body .bee__action-item__text {
    font-size: 16px;
}
.bee__actions-block--front-page .bee__action__image img {
    margin: 0 auto;
    display: block;
}
.bee__actions-block--front-page .bee__action-item__title {
    text-align: center;
}

/*304997*/
.burel_glass_company {
    margin-bottom: 30px;
}
.burel_glass_company>div {
    display: flex;
    margin-top: 25px;
    justify-content: space-around;
    flex-wrap: wrap;
}
.burel_glass_item>div {
    max-width: 308px;
    text-align: center;
    padding: 0 10px;
    margin: 0 auto 30px;
}
.burel_glass_pic {
    margin-bottom: 20px;
}
.burel_glass_item .burel_glass_pic {
    color: #0274B2;
    font-size: 36px;
}
.burel_glass_item .burel_glass_title {
    color: #555555;
    font-size: 16px;
}
.how-we_work__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;
}
.how-we_work__item {
    width: 30%;
    margin-bottom: 30px;
    text-align: center;
}
.how-we-work_item__text {
    color: #555555;
    font-size: 16px;
}
.how-we-work_item__image {
    margin-bottom: 15px;
}
.how-we-work_item__image img {
    height: 64px;
}
/*form_zamer*/
.requiredinp {
    position: relative;
}

.requiredinp .placeholder {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #9a9a9a;
    font-size: 18px;
}

.requiredinp .placeholder>span {
    color:#E53A3E;
    font-size: 20px;
    text-decoration: none!important;
}

.requiredinp .form-control:focus~.placeholder,
.requiredinp .form-control:valid~.placeholder,
.requiredinp .form-control:disabled~.placeholder {
    display: none;
}
.service_zamer .rsform__title {
    font-size: 28px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    line-height: 33px;
    font-weight: bold;
    max-width: 960px;
    margin-bottom: 50px;
}
.service_zamer {
    background: url(/images/form_zamer1.png) no-repeat;
    padding: 40px 50px;
    background-position: center;
    background-size: cover;
    margin: 20px 0;
}
.service_zamer .form-group input {
    border-radius: 6px;
    border: 1px solid #E53A3E;
    height: 50px;
    width: 299px;
    font-size: 18px;
    color: #000000b3;
}
.service_zamer .form-group {
    display: inline-block;
    margin-bottom: 10px;
}
.service_zamer .form-group:first-of-type {
    margin-right: 50px;
}
.service_zamer .form_soglasie{
    margin-top: 15px;
}
.service_zamer .form_soglasie a {
    color: #fff;
    font-size: 14px;
}
.service_zamer .rsform__bottom {
    border-radius: 6px;
    width: initial;
    height: 48px;
    display: table;
    justify-content: center;
    align-items: center;
    background: #E53A3E;
    font-size: 20px;
    margin-top: 15px;
}
.service_zamer .rsform__bottom input {
    border: 0;
    background: none;
    font-size: 20px;
    font-weight: 600;
    height: 50px
}
/**/
.footer-menu-wrap>.row {
    margin-right: 0;
    margin-left: 0;
}
.service__certificates-block {
    margin: 30px 0;
}
.newsdetail .service__certificates-block  .owl-carousel .owl-stage-outer {
    margin: 0;
}
.service__certificates-block .owl-carousel .owl-item img {
    margin: 0 auto;
}

.fixsidebar .service_zamer {
    min-width: auto;
    background: none;
    border: 1px solid #0274B2;
    position: relative;
    padding: 20px;
}
.fixsidebar .service_zamer::before {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    border: 1px solid #0274B2;
}
.fixsidebar .service_zamer form {
    position: relative;
    z-index: 1;
}
.fixsidebar .service_zamer .rsform__title {
    color: #000;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.fixsidebar .service_zamer .rsform__description {
    font-size: 13px;
    margin-bottom: 20px;
    text-align: center;
    color: #000;
}
.fixsidebar .service_zamer .form-group input {
    width: 100%;
    height: 31px;
    border: 1px solid #0274B2;
    border-radius: 4px;
    font-size: 16px;
}
.fixsidebar .service_zamer .form-group:first-of-type {
    margin-right: 0;
}
.fixsidebar .service_zamer .form-group {
    margin-bottom: 20px;
    width: 100%;
}
.fixsidebar .service_zamer .requiredinp .placeholder,
.fixsidebar .service_zamer .requiredinp .placeholder>span {
    font-size: 16px;
}
.fixsidebar .service_zamer .form_soglasie a {
    color: #000;
    font-size: 9px;
    line-height: 12px;
    display: block;
}
.fixsidebar .service_zamer .rsform__bottom {
    border-radius: 6px;
    width: initial;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0274B2;
    font-size: 18px;
    margin-top: 20px;
}
.fixsidebar .service_zamer .rsform__bottom input {
    font-size: 18px;
}
.form_fixed_top.fixed_form>div {
    position: fixed;
    top: 70px;
    height: auto;
    z-index: 1;
    background: #fff;
}
.form_fixed_top.fixed_form_bottom>div {
    position: absolute;
}
ul > li:before, ol > li:before {
    line-height: 1.47;
}
@media screen and (max-width: 1520px) {
    .burel_glass_item {
        width: 48%;
    }
}
@media screen and (max-width: 1100px) {
    .service_zamer .rsform__title {
        font-size: 20px;
        line-height: 30px;
    }
    .service_zamer .form-group input {
        width: 275px;
    }
}
@media screen and (max-width: 1023px) {
    .form_fixed_top {
        display: none;
    }
    .product_h1_banner {
        margin: 0 -10px 24px;
    }
}
@media screen and (max-width: 820px) {
    .how-we_work__item {
        width: 48%;
    }
}
@media screen and (max-width: 750px) {
    .service_zamer {
        margin: 20px -20px;
    }
    .service_zamer .rsform__title {
        margin-bottom: 30px;
    }
    .service_zamer .form-group {
        display: block;
        margin-bottom: 20px;
        width: 100%;
    }
    .service_zamer .form-group input {
        width: 100%;
        font-size: 14px;
    }
    .service_zamer .rsform__bottom {
        width: 100%;
    }
    .service_zamer .rsform__bottom input {
        font-size: 16px;
    }
    .service_zamer .form_soglasie a {
        font-size: 12px;
    }
    .service_zamer form {
        display: flex;
        flex-direction: column;
    }
    .service_zamer .form-group:first-of-type {
        order: 1;
    }
    .service_zamer .requiredinp.form-group {
        order: 2;
    }
    .service_zamer .rsform__bottom {
        order: 3;
        margin-top: 0;
        margin-bottom: 15px;
        display: inline-flex;
    }
    .service_zamer .form_soglasie {
        order: 4;
    }
    .requiredinp .placeholder,
    .requiredinp .placeholder>span {
        font-size: 14px;
    }
    .service_zamer {
        padding: 40px 20px;
    }
}
@media screen and (max-width: 739px) {
    .service__certificates-block .owl-carousel .owl-item img {
        height: 210px;
    }
    .burel_glass_item .burel_glass_pic {
        font-size: 30px;
        margin-bottom: 0;
    }
    .burel_glass_item .burel_glass_title {
        font-size: 14px;
    }
    .burel_glass_item>div {
        margin: 0 auto 20px;
    }
    .burel_glass_company {
        margin-bottom: 10px;
    }
    body .maincontent .content,
    .features.one-row .features__description,
    .how-we-work-item__text,
    .bee__review-item__author,
    .bee__reviews__item .bee__review-item__text,
    .bee__action-item__title,
    .bee__action-item__text,
    .how-we-work_item__text {
        font-size: 14px;
    }
    h1 {
        font-size: 24px!important;
        color: #555555;
        padding: 20px 0 30px;
    }
    h2 {
        font-size: 20px!important;
        line-height: 1.3;
    }
    h3 {
        font-size: 18px!important;
    }
}
@media screen and (max-width: 540px) {
    .how-we-work_item__text>br {
        display: none;
    }
    .service_zamer {
        background: url(/images/form_zamer1_p.png) no-repeat;
        background-size: cover;
    }
    .service_zamer .form-group input,
    .service_zamer .rsform__bottom {
        height: 40px;
    }
}
@media screen and (max-width: 360px) {
    .how-we-work_item__text {
        font-size: 13px;
    }
    .service_zamer .rsform__bottom input {
        font-size: 14px;
    }
     .service__certificates-block .owl-carousel .owl-item img {
        height: 186px;
    }
}

/*310215*/
.g-recaptcha>div,
#recaptchaa687b>div {
    transform: scale(0.9);
    position: relative;
    left: -12px;
}
@media screen and (min-width: 550px) {
    .burel_glass_item .burel_glass_pic br {
        display: none;
    }
}
@media screen and (max-width: 739px) {
    .how-we-work_item__image img {
        height: 50px;
    }
}
@media screen and (max-width: 380px) {
    .burel_glass_item .burel_glass_pic {
        font-size: 25px;
    }
}

.grid-products {
    display: grid;
    grid-template-columns: repeat(auto-fit, 304px);
    grid-auto-rows: 504px;
    grid-gap: 1rem;
    padding: 1rem;
}
.products-block__item {
    padding: 1rem 2rem;
    border: 1px solid transparent;
    border-radius: 10px;
    transition: all ease-in-out 0.3s;
}

.products-block__item:hover {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
    transition: all ease-in-out 0.3s;
}

.products-block__pic {
    width: 100%;
    display: flex;
    justify-content: center;
}

.products-block__pic > a {
    border-radius: 10px;
    background: #FFF;
    overflow: hidden;
    display: flex;
    width: 248px;
    height: 330px;
    justify-content: center;
    align-items: center;
}
.products-block__pic > a > img.products-block__img {
    width: 100%;
}
.products-block__data {
    padding: 1rem 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
}

.products-block__meta {
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    grid-gap: 1rem;
}

span.stock {
    font-size: 10px;
}

span.stock:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #ccc;
    border-radius: 100%;
    margin-right: 0.5rem;
}

span.stock.instock {
    color: #64D368;
}

span.stock.instock:before {
    background: #64D368;
}

span.stock.outstock {
    color: #e04a4a;
}

span.stock.outstock:before {
    background: #e04a4a;
}

.products-block__prices {
    display: flex;
    align-items: flex-end;
    grid-gap: 10px;
}

.products-block__prices .prices__val {
    font-size: 18px;
    font-weight: bold;
    color: #0474B2;
}

.products-block__prices .prices__val.prices__val_old {
    font-weight: 500;
    font-size: 14px;
    opacity: 0.5;
}
.products-block__name {
    line-height: 14px;
    height: calc(14px * 3);
    overflow: hidden;

}
.products-block__name a.products-block__title {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #555;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.products-block__action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 1rem;
}

.add2basketform .add2basketlink, .add2basketform.cantbuy .buybtn, .add2basketform.checked .inbasket {
    display: flex;
}

.btn2.products-button:hover {
    background-color: #E53A3D;
    border-color: #E53A3D;
    transition: all ease-in-out 0.3s;
}
.btn2.products-button {
    background-color: #0474B2;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #FFF;
    padding: 0;
    grid-gap: 1rem;
    transition: all ease-in-out 0.3s;
    width: 143px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

i.bsk-shopping-cart {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/flyaway_digital/images/cart.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.products_showcase.products.owl-slider.owlbigdata {
    margin-left: 0;
    margin-right: 0;
}
@media screen and (min-width: 1440px) {
    .products-block__item {
        max-width: 304px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1024px) {
    .products_showcase.products.owl-slider.owlbigdata .owl-stage-outer {
        padding: 0;
    }
    .grid-products {
        grid-template-columns: repeat(auto-fit, minmax(159px, 1fr));
        grid-auto-rows: 381px;
    }

    .products-block__pic > a {
        height: 225px;
        width: 168px;
        border-radius: 8px;
    }
    .products-block__pic > a > img.products-block__img {
        max-width: 100%;
        max-height: 100%;
    }
    .products-block__item {
        padding: 0rem 0.5rem;
    }
    
    .products-block__prices .prices__val {
        font-size: 16px;
    }
    
    .products-block__stock {
        line-height: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .products-block__meta {
        /* display: flex; */
        grid-template-columns: 1fr auto;
    }
    
    .products-block__action {
        flex-direction: column;
        align-items: flex-start;
    }
    
    span.stock {
        font-size: 8px;
    }
    
    .products-block__name {
        height: auto;
        min-height: calc(14px * 3);
    }
    .products-block__name a.products-block__title {
        font-size: 13px;
    }

    .btn2.products-button {
        width: 143px;
        height: 32px;
        border-radius: 4px;
        font-size: 14px;
    }
    
    i.bsk-shopping-cart {
        width: 15px;
        height: 15px;
    }
}

@media screen and (max-width: 768px) {
    .products-block__pic > a > img.products-block__img {
        width: 100%;
        max-height: max-content;
    }
}

/*325104*/

.newsdetail .videoblock .videoEmbed {
    position: relative;
}
@media screen and (max-width: 1400px) {
    .newsdetail .videoblock>div:first-of-type {
        width: 60%;
    }
    .newsdetail .videoblock>div:last-of-type {
        width: 40%;
    }
}
@media screen and (max-width: 1200px) {
    .newsdetail .videoblock>div:first-of-type {
        width: 55%;
    }
    .newsdetail .videoblock>div:last-of-type {
        width: 45%;
    }
}
@media screen and (max-width: 739px) {
    .newsdetail .videoblock>div:first-of-type {
        width: 100%;
        order: 2;
    }
    .newsdetail .videoblock>div:last-of-type {
        width: 100%;
        order: 1;
    }
    .newsdetail .videoblock {
        flex-direction: column;
        row-gap: 20px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 740px) {
    .newsdetail .videoblock a.videoEmbed:before {
        height: 50px;
        width: 50px;
    }
    .newsdetail .videoblock a.videoEmbed:after {
        width: 80px;
        height: 80px;
    }
}
@media screen and (max-width: 500px) {
    .newsdetail .videoblock a.videoEmbed:before {
        height: 50px;
        width: 50px;
    }
    .newsdetail .videoblock a.videoEmbed:after {
        width: 80px;
        height: 80px;
    }
}
/* End */


/* Start:/include/color.css?17030832334386*/

		.preset_4 .top-menu,
		.preset_5 .top-menu,
		.preset_6 .top-menu,
		.btn2,
		.loss-menu-right .count,
		.color .top-menu,
		.smartfilter .bx_ui_slider_pricebar_V,
		.product .productsku-color__list li.active .colors-cover,
		.form-title,
		.favoriteinhead .descr,
		.basketinhead .descr,
		.smallbanners__decor,
        .hint, .loss-menu-right .count, .abc__letter {
			background-color: #0274b2;
		}
		h1,
		.mainnav-sub:last-child,
		.views-box:last-child,
		li.lvl1.open > ul,
		.left-menu .nav-side > li.open > ul,
		.dropdown-menu-right,
		.page-h h1,
		.mainmenu .mainmenu__submenu  {
			border-bottom-color:#0274b2;
		}
		ul > li:before, ol > li:before {
			color:#0274b2;
		}
		.btn-button.active,
		.btn2,
		.paginator__item_active .paginator__label,
		.colors-list__item.selected .colors-cover,
		.product-buyblock,
		.panel-constructor,
		ul.nav-buttons li.active .btn,
		.personal-basket__sort ul.nav-basket li.active .btn,
		.personal-panel,
		.float-basket,
		.rs_sku-option.checked,
		.reviews__item:hover .reviews__rating,
		.gui-checkbox-input:checked + .gui-checkbox-icon,
		.gui-checkbox.checked .gui-checkbox-icon,
		.reviews__item:hover .reviews__rating:before,
		.is--sidenav.side-light .fly-header-wrap,
		.is--sidenav.side-dark .fly-header-wrap,
		.side-light .fly-header-wrap.__simple, 
		.side-dark .fly-header-wrap.__simple,
		.reviews__item:hover .reviews__rating:after {
			border-color:#0274b2;
		}
		.reviews__item:hover .reviews__rating {
			box-shadow: 0 0 0 2px #0274b2;
		}
		.cwp.active .bx_filter_btn_color_icon,
		.cwpal.active .bx_filter_btn_color_icon,
		.basket-table-sku .basket-table-sku__prop-list li.active span {
			box-shadow: 0 0 0 4px #0274b2;
		}
		.float-basket-order .float-basket-order__arrow {
			border-right-color:#0274b2;
		}
		.area2darken:before {
			border-color:transparent #0274b2 #0274b2;
		}
		.preset_4 .top-menu .mainmenu > li > a:hover,
		.preset_5 .top-menu .mainmenu > li > a:hover,
		.preset_6 .top-menu .mainmenu > li > a:hover,
		.preset_4 .top-menu .mainmenu > li > a:focus,
		.preset_5 .top-menu .mainmenu > li > a:focus,
		.preset_6 .top-menu .mainmenu > li > a:focus,
		.side-dark .mobile-menu .inmenucompare .count, 
		.side-dark .mobile-menu .inmenufavorite .count,
		.btn2:hover,
		.btn2:focus,
		.btn2:active,
		.btn2.active,
		.btn2.active:hover,
		.main-banners .rs-banners_infowrap .rs-banners_button,
		.main-banners .rs-banners-container .owl-theme .owl-dots .owl-dot.active span, 
		.main-banners .rs-banners-container .owl-theme .owl-dots .owl-dot:hover span,
		.color .main-nav .main-nav__label:hover,
		.stores .stores-icon.stores-small:before,
		.stores .stores-icon.stores-small:after,
		.form-title:hover {
			background-color:#0270ab;
		}
		.btn2:hover,
		.btn2:focus,
		.btn2:active,
		.btn2.active,
		.btn2.active:hover,
		.gui-radiobox-item:checked + .gui-out,
		.loss-menu-right.active .selected,
		.stores .stores-icon.stores-small:before,
		.stores .stores-icon.stores-small:after,
		#set_filter,
		.product-detail-carousel .product-detail-carousel__nav .active.owl-dot {
			border-color:#0270ab;
		}
		.product-detail-carousel .product-detail-carousel__nav .active.owl-dot {
			outline-color:#0270ab;
		}


		
		.preset_4 .lvl1 > .element,
		.preset_5 .lvl1 > .element,
		.preset_6 .lvl1 > .element,
		.mainmenu .mainmenu__other .mainmenu__other-link,
		.main-banners .rs-banners_infowrap .rs-banners_button,
		.loss-menu-right .count,
		.smallbanners__info,
		.btn2,
		.preset_4 .lvl1 > .element,
		.preset_5 .lvl1 > .element,
		.preset_6 .lvl1 > .element,
		.mainmenu .mainmenu__other .mainmenu__other-link,
		.main-banners .rs-banners_infowrap .rs-banners_button,
		.loss-menu-right .count,
		.smallbanners__info, .btn2,
		.form .webform-button,
		.form-title,
		.btn2:hover,
		.btn2:focus,
		.btn2:active,
		.btn2.active,
		.btn2.active:hover,
		.form-title:hover,
		.gui-radiobox-item:checked + .gui-out,
		.loss-menu-right.active .selected,
		.stores .stores-icon.stores-small:before,
		.stores .stores-icon.stores-small:after,
		.stores .stores-icon.stores-mal:before,
		.stores .stores-icon.stores-mal:after,
		#set_filter,
		.side-dark .mobile-menu .inmenucompare .count, .side-dark .mobile-menu .inmenufavorite .count,
		.product-detail-carousel .product-detail-carousel__nav .active.owl-dot,
        .hint, .loss-menu-right .count, .abc__letter {
			color:#ffffff;
		}
		
/* End */


/* Start:/local/templates/flyaway_digital/custom/skinali.css?17030831178673*/
skinali, #panno, #ekrany {
    border-radius: 8px;
    border: 2px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    display: block;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
    width: 700px;
}

.main-image {
    display: block;
    height: 466px;
    margin-top: -15px;
    position: relative;
    width: 700px;
}

.page-id-79 .main-image {
    height: 509px;
    margin-top: 0;
}

.main-image .light, .main-image .top, .main-image .compt, .main-image .bottom, .main-image .fartuk, .main-image .panno, .main-image .room {
    position: absolute;
}

.main-image .light {
    visibility: hidden;
    z-index: 59;
}

.main-image .top {
    z-index: 49;
}

.main-image .compt {
    z-index: 39;
}

.main-image .bottom {
    z-index: 29;
}

.main-image .fartuk {
    z-index: 19;
}

.main-image .light {
    visibility: hidden;
    z-index: 59;
}

.main-image .room {
    z-index: 39;
}

.main-image .panno {
    z-index: 49;
}

#choose-kitchen form {
    background-color: rgba(235, 235, 235, 0.8);
    box-shadow: 0 2px 2px rgba(50, 50, 50, 0.75);
    display: none;
    padding: 14px;
    position: absolute;
    z-index: 69;
}


/*-------------------*/

#choose-kitchen {
    background-color: #ebebeb;
    display: block;
    height: 40px;
    position: relative;
    width: 700px;
    z-index: 80;
}

#choose-kitchen div {
    display: block;
    float: left;
    font-size: 0;
    position: relative;
    width: 233px;
    z-index: 79;
}

#choose-kitchen div p {
    border-radius: 5px;
    background-color: #337ab7;
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    line-height: 30px;
    margin: 5px;
    text-align: center;
}

#choose-kitchen div p:hover {
    background-color: #0270ab;
    cursor: pointer;
}

#choose-kitchen div input, #fartuk-color input {
    cursor: pointer;
    display: block;
    float: left;
    height: 26px;
    margin: 4px;
    opacity: 0;
    padding: 0;
    width: 25px;
    z-index: 80;
}

#choose-kitchen div img, #fartuk-color img {
    border: 2px solid #fff;
    box-shadow: 0 1px 2px rgba(50, 50, 50, 0.75);
    display: block;
    float: left;
    height: 26px;
    margin-bottom: 2px;
    margin-left: -32px;
    margin-right: 2px;
    margin-top: 2px;
    width: 26px;
    z-index: 1;
}

#choose-kitchen div input:checked + img, #fartuk-color input:checked + img,
#choose-kitchen div input:hover + img, #fartuk-color input:hover + img {
    border: 2px solid #666;
}

#choose-img {
    background-color: #e5e5e5;
    display: block;
    height: 71px;
    position: relative;
    width: 700px;
    z-index: 80;
}

#choose-light {
    background-color: rgba(235, 235, 235, 0.7);
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(50, 50, 50, 0.5);
    display: block;
    font-size: 12px;
    height: 80px;
    left: 563px;
    position: absolute;
    text-align: center;
    top: 363px;
    width: 96px;
    z-index: 90;
}

#choose-light p {
    margin: 10px 0 5px;
}

.choose-fartuk-img {
    background-color: #ddd;
    display: block;
    height: 70px;
overflow: hidden;
}

.choose-fartuk-solid {
    background-color: #ddd;
    display: block;
    height: 60px;
    overflow: hidden;    
    padding: 10px;
}

#fartuk-type {
    padding: 22px 10px;
}

#fartuk-type .owl-stage-outer {
    margin: 0 20px;
}
#fartuk-type .owl-theme .owl-nav {
    position: absolute;
    float: none;
    top: 0;
    left: -3px;
    right: -3px;
}
#fartuk-type .owl-theme .owl-prev,
#fartuk-type .owl-theme .owl-next {
    display: inline-block;
    padding: 10px 5px;
    position: absolute;
    top: 0;
}
#fartuk-type .owl-theme .owl-prev {
    left: 0;
}
#fartuk-type .owl-theme .owl-next {
    right: 0;
}
#fartuk-type .owl-theme .owl-prev span {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 8px solid #555;
    border-bottom: 7px solid transparent;
}
#fartuk-type .owl-theme .owl-next span {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 8px solid #555;
    border-bottom: 7px solid transparent;
}
#fartuk-type .owl-item a {
    padding: 10px;
    background: #337ab7;
    color: #fff;
    display: block;
}
#fartuk-type .owl-item a.active {
    background: #E53A3E;
}

#fartuk-type input {
    cursor: pointer;
    display: block;
    float: left;
    height: 46px;
    margin: 4px;
    opacity: 0;
    padding: 0;
    width: 74px;
    z-index: 80;
}

#tabs {
    margin-top: -20px;
    position: relative;
    z-index: 91;
}

ul.ui-tabs-nav {
    list-style-type: none;
    margin: 0;
    overflow: hidden; 
    padding: 0;
}

ul.ui-tabs-nav li {
    background-color: #6879a9;
    border: 1px solid #444;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    float: left;
    font-size: 14px;
    width: 348px;
}

ul.ui-tabs-nav li:hover {
    background-color: #4c5987;
}

ul.ui-tabs-nav a {
    color: #eee;
    display: block;
    line-height: 30px;
    text-align: center;
    text-decoration-line: none;
    text-decoration-style: solid;
    width: 340px;
}

ul.ui-tabs-nav li.ui-tabs-active {
    background-color: #ddd;
    border: 1px solid #424242;
    border-bottom-color: #ddd;
}

ul.ui-tabs-nav li.ui-tabs-active a {
    color: #222;
}

.ui-tabs-hide {
    display: none;
}

.ui-state-active a, .ui-state-hover a {
    outline: none;
}

.choose-fartuk-solid {
    padding: 10px;
}
/*--------------------------------------------------------*/
.wrapp_list_img {
    background: #ddd;
    padding: 5px;
    width: 280px;
    height: 573px;
    float: left;
}

.skinali-wrap {
    width: 1000px;
    margin: 0 auto;
}

.skinali-wrap #skinali {
    float: left;
    position: relative;
    margin-right: 9px;
}

.list_img {
    background: #fff;
    padding: 5px;
    height: 491px;
}

.wrapp_list_id ul li {
    margin-bottom: 7px;
}
.wrapp_list_id ul li:before {
    content: '';
}

.wrapp_list_id ul li a.active img {
    box-shadow: 1px 1px 4px rgba(0,0,0,0.7);
    border: 2px solid #E53A3E;
}

.wrapp_list_id ul li img {
    max-width: 100%;
    height: auto;
    border: 1px solid #d8d7d7;
    border-radius: 3px;
    cursor: pointer;
}

.wrapp_list_id ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.wrapp_list_id a {
    text-decoration: none;
    color: #000;
    font-weight: 700;
}

.id_skinali {
    display: block;
    padding: 2px;
    text-align: center;
    font-size: 12px;
    line-height: 1;
}

.header_list_cat {
    line-height: 1;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
}

.main-image .fartuk {
    top: 150px;
    left: 93px;
    height: 139px;
    width: 607px;
    overflow: hidden;
}

.fartuk img {
    height: 139px;
}

.wrapp_list_id li.active {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.wrapp_list_id ul {
    overflow: auto;
    height: 455px;
}

.search_img {
    background: #fff;
    margin-top: 10px;
    height: 54px;
    padding: 5px;
}

p.num_befor {
    display: inline-block;
    font-size: 24px;
    padding-top: 4px;
}

.wrapp_search_id {
    display: inline-block;
    line-height: 1.5;
    vertical-align: top;
}

.wrapp_search_id .f_id_style {
    width: 155px;
    height: 40px;
    display: inline-block;
    background: #fff;
    color: #000;
    font-size: 30px;
    border: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    padding: 0;
}

.wrapp_search_id .f_id_style:hover {
    border: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}

.wrapp_search_id .btn {
    padding: 11.5px 15px;
}

/*----------------------------*/
.tabs__content {
    display: none;
    width: 700px;
}

.tabs__content.active {
    display: block;
}

.tabs__content #fartuk-color {
    padding: 10px;
}

ul.tabs__caption {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.tabs {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.tabs li.active span {
    color: #222;
}

.tabs .tabs__caption li.active {
    background: #ddd;
    border: 1px solid #424242;
    border-bottom-color: #ddd;
}

.tabs .tabs__caption li {
    background-color: #337ab7;
    border: 1px solid #444;
    display: block;
    float: left;
    font-size: 14px;
    width: 350px;
}
.tabs .tabs__caption li:before {
    content: '';
}

.tabs__caption span {
    color: #eee;
    display: block;
    line-height: 30px;
    text-align: center;
    text-decoration-line: none;
    text-decoration-style: solid;
    width: 340px;
}

.tabs__content {
    background-color: #ddd;
    height: 70px;
    overflow: hidden;
}
/* End */


/* Start:/local/templates/flyaway_digital/custom/new_template.css?173893946939546*/
/* cyrillic */
@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 200 1000;
  font-display: swap;
  src: url(/local/templates/flyaway_digital/fonts/mulish/1Pttg83HX_SGhgqk2joraqRXBA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 200 1000;
  font-display: swap;
  src: url(/local/templates/flyaway_digital/fonts/mulish/1Pttg83HX_SGhgqk2jovaqQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url(/local/templates/flyaway_digital/fonts/mulish/1Ptvg83HX_SGhgqk2wotcqA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url(/local/templates/flyaway_digital/fonts/mulish/1Ptvg83HX_SGhgqk3wot.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body.main-page-body,
body.main-page-body h1,
body.new-template-body,
body.new-template-body h1 {
  font-family: "Mulish", Roboto, Arial, sans-serif;
  font-optical-sizing: auto;
}
body.main-page-body,
body.new-template-body {
  color: #3A3A3A;
}

.header-light__header-menu {
  max-width: 1440px;
  width: 100%;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: 50px;
  z-index: 10;
}
.header-light {
  display: flex;
  align-items: stretch;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 200px;
  padding: 12px 40px;
  color: #3A3A3A;
  border: 2px solid #fff;
  height: 70px;
}

.header-light__header-menu.sticky .header-light__phone .header-contacts__phone,
.header-light__header-menu.sticky .header-light__mail a {
  font-size: 18px;
}
.header-light__header-menu.sticky .header-light__item:not(:last-child) {
  padding: 0 20px;
}
.header-light__header-menu.sticky .header-light__phone {
  column-gap: 20px;
}
.header-light__logo {
  flex: 1 1 auto;
  border-right: 0 !important;
  position: relative;
  padding-left: 0 !important;
}
.header-light__logo img {
  width: 160px;
}
.header-light__logo>a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.header-light__address {
  flex: 0 0 180px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 500;
  box-sizing: content-box;
}
.header-light__phone .header-contacts__phone {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
}
.header-light__phone .header-contacts__phone a {
  color: #3A3A3A;
}
.header-light__phone .work_time_header {
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}
.header-light__item {
  display: flex;
  align-items: center;
}
.header-light__item:not(:last-child) {
  padding: 0 18px;
  border-right: 2px solid #F4F6FB;
}
.header-light__item:last-child {
  padding-left: 20px;
}
.header-light__phone {
  display: flex;
  column-gap: 15px;
  align-items: center;
}
.header-light__item .popup_link {
  background: #4AA3FF;
  border-radius: 200px;
  font-size: 16px;
  line-height: 14px;
  padding: 9px 22px;
  color: #fff;
  font-weight: 500;
  border: 2px solid #4AA3FF;
}
.header-light__mail a {
  font-weight: 500;
  font-size: 16px;
  Line-height:22px;
  color: #3A3A3A;
}
.header-light__soc {
  display: flex;
  column-gap: 20px;
  align-items: center;
}
.header-light__soc>a,
.header-light__icons .basketinhead>a,
.header-light__icons .inheadfavorite>a,
.header-light__icons .basketinhead>a:hover,
.header-light__icons .inheadfavorite>a:hover {
  border-radius: 100px;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  display: flex;
  text-decoration: none;
}
.header-light__soc>a {
  background-color: #4AA3FF;
  border: 2px solid #4AA3FF;
}
.header-light__soc>a svg {
  width: 18px;
  height: auto;
}
.header-light__soc>a.wa svg {
  width: 17px;
}
.header-light__icons {
  display: flex;
  column-gap: 25px;
  align-items: center;
}
.header-light__item.header-light__icons {
  border-right: 0;
  padding-right: 0;
}
.header-light__icons .basketinhead,
.header-light__icons .inheadfavorite {
  margin: 0;
  float: none;
}
.header-light__icons .basketinhead>a,
.header-light__icons .inheadfavorite>a {
  background-color: #fff;
  border: 2px solid #fff!important;
}
.header-light__icons .basketinhead>a i.fa-shopping-cart::before,
.header-light__icons .inheadfavorite>a .fa.fa-heart::before {
  font-size: 20px;
  color: #4AA3FF;
}
.header-light__icons .count {
  display: flex;
  width: 18px;
  height: 18px;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #E41F26;
  font-size: 10px;
  font-weight: 600;
  top: -8px;
  right: -8px;
  overflow: hidden;
  line-height: 10px;
}
.header-light-wrapp>.fly-header-sticky-wrapper {
  position: absolute;
  width: 100%;
}
.header-light__header-menu.sticky {
  position: fixed;
  top: 0;
  max-width: none;
}
.header-light__header-menu.sticky .header-light {
  border-radius: 0;
  border: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.9);
  padding: 15px calc((100% - 1440px) / 2) 15px;
  height: 70px;
}
.header-light__header-menu.sticky .top-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 49px;
  border-bottom-right-radius: 49px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 15px 20px -10px #3A3A3A40;
  height: 65px;
  position: relative;
}
.header-light__header-menu.sticky .top-menu .header-menu {
  padding: 0;
  max-width: 1440px;
  margin: 0 auto;
  border-top: 2px solid #F4F6FB;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: -5px;
}
.header-light__header-menu.sticky .mainmenu__root-item a.highlight,
.header-light__header-menu.sticky .mainmenu__root-item a.highlight:hover {
  padding: 8px 18px !important;
  color: #fff;
}
.header-light__header-menu.sticky .top-menu .mainmenu__root-item {
  padding: 15px 0 !important;
}
.header-light__header-menu.sticky .top-menu .header-menu-btn {
  margin-bottom: 0;
}
.header-light__header-menu.sticky .mainmenu__root-item>a {
  color: #3A3A3A;
}
@media (min-width: 740px) {
  .header-light__header-menu.sticky .top-menu>.navbar-collapse.collapse {
      display: flex !important;
  }
}
@media screen and (min-width:600px) {
  .header-light__menu-button {
    display: none;
  }
}

/*menu-top*/
.header-light-wrapp .top-menu {
    background: none;
}
.header-light-wrapp .top-menu .header-menu__items>ul {
  display: flex;
  column-gap: 20px;
  align-items: center;
}
.header-light-wrapp .top-menu .header-menu__items>ul::before,
.header-light-wrapp .top-menu .header-menu__items>ul::after {
  content: none;
}
.header-light-wrapp .top-menu .mainmenu__root-item {
  padding: 15px 0 !important;
  margin-left: 0;
}
.header-light-wrapp .mainmenu__root-item a.highlight,
.header-light-wrapp .mainmenu__root-item a.highlight:hover {
  display: flex;
  column-gap: 10px;
  align-items: center;
  padding: 8px 18px !important;
  border: 2px solid #4AA3FF;
}
.header-light-wrapp .mainmenu__root-item a.highlight {
  background: #4AA3FF !important;
}
.header-light-wrapp .mainmenu__root-item:hover a.highlight svg {
  transform: rotate(180deg);
}
.header-light-wrapp .mainmenu__root-item>a {
  border: 0;
  padding: 10px 0 !important;
  border-radius: 200px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #fff;
}
.header-light-wrapp .mainmenu__root-item>a:hover {
  background: none !important;
}
.header-light-wrapp .top-menu .header-menu {
  padding: 0 40px;
}
.header-menu .mainmenu__root-item.active{
  padding: 0;
}
.header-light-wrapp .top-menu .header-menu-btn {
  background-color: #E41F26;
  border-radius: 200px;
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border: 2px solid #E41F26;
  height: 36px;
  font-family: "Mulish", Roboto, Arial, sans-serif;
}
.header-menu .mainmenu__root-item.active > a{
  padding: 18px 13px !important;
  border-right: 0;
  background: #D34945;
}
.header-menu .icn-img{
  display: block;
  width: 54px;
  height: 52px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  border-radius: 9px;
}
.header-menu .txt-af-img{
  display: block;
  width: 60%;
  margin-left: 20px;
  font-size: 14px;
  color: #555;
  font-weight: 500;
}
.header-menu .mainmenu__submenu-item.lvl2 .mainmenu__submenu{
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  position: fixed;
  min-height: 100%;
  max-width: 1000px;
}
.header-menu .mainmenu__submenu-item.lvl2 .mainmenu__submenu > li{
  width: 25%;
  display: flex;
  align-items: center;
}
.header-menu .mainmenu__submenu-item.lvl2{
  border-bottom: 1px solid #E6E6E6;
}
.header-menu .mainmenu__root-item > ul > li:last-child{
  border-bottom: 0;
}
.header-menu .mainmenu__submenu-item.lvl2 > a{
  font-size: 13px;
  color: #000;
  font-weight: 500;
}
.header-menu .mainmenu__submenu-item.lvl2 > a:hover{
  background: #F6F6F6;
  color: #D34945;
}
.header-menu .mainmenu__submenu-item.lvl2 .mainmenu__submenu > li > a{
  display: flex;
  align-items: center;
  justify-content: start;
  width: 95%;
}
.header-menu .memu_border{
  border-right: 2px solid #3272AD;
  height: 38px;
}
.header-menu .mainmenu__submenu-item.lvl2 .mainmenu__submenu > li:nth-child(4n) .memu_border{
  border: 0;
}
.header-menu .mainmenu__submenu-item.lvl3 .mainmenu__item-link:after{
  content: none;
}
.header-menu .mainmenu__submenu-item.id-265,
.header-menu .mainmenu__submenu-item.id-266,
.header-menu .mainmenu__submenu-item.id-264,
.header-menu .mainmenu__submenu-item.id-267{
  display: none !important;
}
.mainmenu__submenu .item-quiz {
  overflow: hidden;
}
.mainmenu__submenu .item-quiz .marquiz__container,
.mainmenu__submenu .item-quiz .marquiz__container>iframe {
  max-width: 100%;
  max-height: 100% !important;
}
html,
body {
  scrollbar-gutter: stable;
}
body.catalog_menu_open {
  overflow: hidden;
}
body.catalog_menu_open::before {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0,0,0);
  transform: translateZ(0);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(58, 58, 58, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  content: "";
  z-index: 10;
}
.header-light-wrapp .mainmenu__root-item.catalog_li>ul {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0,0,0);
  transform: translateZ(0);
  width: 100vw;
  max-width: 1440px;
  left: -50px;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #FFFFFF;
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
  border-radius: 50px;
  display: none;
  padding: 40px;
  max-height: calc(100vh - 240px);
  height: 600px;
  justify-content: space-between;
}
.header-light-wrapp .header-light__header-menu.sticky .mainmenu__root-item.catalog_li>ul {
  max-width: 1460px;
}
li.div-simplebar::before,
li.div-simplebar::after {
  content: none;
}
.header-light-wrapp li.div-simplebar {
  display: block;
  padding-right: 40px;
  border-right: 2px solid #fff;
  min-width: 270px;
}
.header-light-wrapp li.item-quiz {
  width: 100%;
  max-width: 340px;
  /*background: #EFF8FF;*/
  border-radius: 20px;
}
.header-light-wrapp li.item-quiz::before,
.header-light-wrapp li.item-quiz::after {
  content: none;
}
li.div-simplebar>.simplebar-wrapper>.simplebar-mask>.simplebar-offset>.simplebar-content-wrapper>.simplebar-content>ul {
  flex-direction: column;
  row-gap: 15px;
  align-items: flex-start;
  display: flex;
  padding: 0;
  
}
li.div-simplebar>.simplebar-wrapper>.simplebar-mask>.simplebar-offset>.simplebar-content-wrapper>.simplebar-content>ul>li {
  padding: 0;
  margin: 0;
  border: 0;
  position: static;
}
li.div-simplebar>.simplebar-wrapper>.simplebar-mask>.simplebar-offset>.simplebar-content-wrapper>.simplebar-content>ul>li>a {
  color: #3A3A3A;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  padding: 12px 18px;
  margin: 0;
  background: #F4F6FB;
  border-radius: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.header-light-wrapp .mainmenu__root-item.catalog_li .mainmenu__submenu-item.dropdown-submenu>.mainmenu__item-link:after {
  top: 10px;
  right: 9px;
  font-size: 15px;
  content: "\f105";
  position: static;
  font-weight: normal;
  display: inline-block;
  font-family: 'FontAwesome';
  transform: rotate(180deg);
}
.header-light-wrapp .mainmenu__root-item.catalog_li:hover>ul {
  display: flex;
}
li.div-simplebar>.simplebar-wrapper>.simplebar-mask>.simplebar-offset>.simplebar-content-wrapper>.simplebar-content>ul>li>ul::before,
li.div-simplebar>.simplebar-wrapper>.simplebar-mask>.simplebar-offset>.simplebar-content-wrapper>.simplebar-content>ul>li>ul::after,
.header-light-wrapp .mainmenu__root-item.catalog_li .mainmenu__submenu-item.lvl2 .mainmenu__submenu .simplebar-content::after,
.header-light-wrapp .mainmenu__root-item.catalog_li .mainmenu__submenu-item.lvl2 .mainmenu__submenu .simplebar-content::before,
.header-light-wrapp .mainmenu__root-item.catalog_li>ul::before,
.header-light-wrapp .mainmenu__root-item.catalog_li>ul::after {
  content: none;
}
li.div-simplebar>.simplebar-wrapper>.simplebar-mask>.simplebar-offset>.simplebar-content-wrapper>.simplebar-content>ul>li>ul {
  position: fixed;
  width: calc(100%);
  left: 311px;
  max-width: calc(100% - 290px - 440px);
  padding: 0 30px;
  border: 0;
  background: none;
  /*border-left: 2px solid #fff;*/
  border-right: 2px solid #fff;
  height: calc(100% - 80px);
  box-shadow: none;
  top: 40px;
  min-height: auto;
  bottom: 40px;
  transform: none;
}
li.div-simplebar>.simplebar-wrapper>.simplebar-mask>.simplebar-offset>.simplebar-content-wrapper>.simplebar-content>ul>li>ul .simplebar-content {
  column-gap: 24px;
  flex-wrap: wrap;
  row-gap: 26px;
  display: flex;
}
li.div-simplebar>.simplebar-wrapper>.simplebar-mask>.simplebar-offset>.simplebar-content-wrapper>.simplebar-content>ul>li.active>ul {
  display: flex;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
li.div-simplebar>.simplebar-wrapper>.simplebar-mask>.simplebar-offset>.simplebar-content-wrapper>.simplebar-content>ul>li:hover>a,
li.div-simplebar>.simplebar-wrapper>.simplebar-mask>.simplebar-offset>.simplebar-content-wrapper>.simplebar-content>ul>li.active>a {
  background: #4AA3FF;
  color: #fff;
  text-decoration: none;
}
.header-light-wrapp .mainmenu__root-item.catalog_li .mainmenu__submenu-item.dropdown-submenu:hover>.mainmenu__item-link:after,
.header-light-wrapp .mainmenu__root-item.catalog_li .mainmenu__submenu-item.dropdown-submenu.active>.mainmenu__item-link:after {
  transform: rotate(0deg);
}
.header-light-wrapp .mainmenu__root-item.catalog_li .mainmenu__submenu-item.lvl2 .mainmenu__submenu .simplebar-content>li {
  width: calc(100% / 3 - 24px* 2 / 3);
}
.header-light-wrapp .mainmenu__root-item.catalog_li .mainmenu__submenu-item.lvl2 .mainmenu__submenu .simplebar-content>li:hover>a {
  background: #4AA3FF;
  border-radius: 20px;
  color: #fff;
}
.header-light-wrapp .mainmenu__root-item.catalog_li .mainmenu__submenu-item.lvl2 .mainmenu__submenu .simplebar-content>li:hover>a .icn-img {
  border-color: #4AA3FF;
}
.header-light-wrapp .mainmenu__root-item.catalog_li .mainmenu__submenu-item.lvl2 .mainmenu__submenu .simplebar-content>li>a {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  background: none;
  column-gap: 10px;
  padding: 0;
  text-decoration: none !important;
}
.header-light-wrapp .mainmenu__root-item.catalog_li .mainmenu__submenu-item.lvl2 .mainmenu__submenu .simplebar-content>li>a .icn-img {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  border-radius: 17px;
  border: 2px solid #fff;
  flex: 0 0 60px;
}
.header-light-wrapp .mainmenu__root-item.catalog_li .mainmenu__submenu-item.lvl2 .mainmenu__submenu .simplebar-content>li>a .txt-af-img {
  margin: 0;
  display: block;
  width: 100%;
  font-size: 13px;
  color: #3A3A3A;
  font-weight: 500;
  line-height: 16px;
  max-width: 155px;
  /*word-break: break-all;*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-light-wrapp .mainmenu__root-item.catalog_li .mainmenu__submenu-item.lvl2 .mainmenu__submenu .simplebar-content>li:hover>a .txt-af-img {
  color: #fff;
}
.header-light-wrapp .mainmenu__root-item.catalog_li .mainmenu__submenu-item.lvl2 .mainmenu__submenu .simplebar-content>li>a::after {
  content: none;
}
.header-light-wrapp .mainmenu__root-item.catalog_li .mainmenu__submenu-item.lvl2 .mainmenu__submenu .simplebar-content>li>ul {
  display: none !important;
}

/**/

.container.main-page {
  max-width: none;
  padding: 0;
}
.container.main-page h2,
.container.main-page {
  font-family: "Mulish", Roboto, Arial, sans-serif;
  font-optical-sizing: auto;
  color: #3A3A3A;
}
.container.main-page .container {
  max-width: 1440px;
  padding: 0;
}
.container.main-page .container::after,
.container.main-page .container::before {
  content: none;
}
.container.main-page section>h2,
.container.main-page section>.container>h2 {
  text-align: center;
  font-size: 40px !important;
  font-weight: 500;
  line-height: 50px;
  margin: 0 auto 40px;
  max-width: 700px;
}
.slick-slider-template .slick-arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  border: 1px solid #4AA3FF;
  box-shadow: none;
  background: #4AA3FF;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.slick-slider-template .slick-arrow svg {
  width: 13px;
  height: auto;
}
.slick-slider-template .slick-arrow:not(.slick-disabled) svg path {
  stroke: #fff;
}
.slick-slider-template .slick-arrow.slick-disabled {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0,0,0);
  transform: translateZ(0);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-color: #3A3A3A;

}
.slick-slider-template .slick-arrow:hover {
  border-color: #fff;
}
.slick-slider-template .slick-arrow.slick-disabled:hover {
  border-color: #4AA3FF;
}
.slick-slider-template .slick-arrow.slick-disabled:hover svg path {
  stroke: #4AA3FF;
}
.slick-slider-template .slick-prev {
  left: -30px;
}
.slick-slider-template .slick-next {
  right: -30px;
}
.slick-slider-template .slick-next svg {
  transform: rotate(180deg);
}
.btn-light-template {
  background: #4AA3FF;
  border-radius: 200px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 13px 30px;
  color: #fff;
  border: 2px solid #4AA3FF;
  display: block;
  width: max-content;
}
.btn-light-template:hover {
  color: #4AA3FF;
  background: #fff;
  text-decoration: none;
}
.slick-slider-template:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}
section.main-map {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0,0,0);
  transform: translateZ(0);
  padding: 25px 0;
  background: linear-gradient(0deg, rgba(213, 237, 255, 0.45), rgba(213, 237, 255, 0.45));
  /*background-blend-mode: color-dodge;
  backdrop-filter: blur(633.6104125976562px);
  -webkit-backdrop-filter: blur(633px);*/
}
section.main-map>div {
  height: 450px;
  border-radius: 30px;
  overflow: hidden;
}

/*footer*/
.pre-footer {
  position: relative;
}
.pre-footer footer>.container {
  background: #fff;
  border-radius: 50px;
  padding: 50px;
  justify-content: space-between;
}
.footer-light {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0,0,0);
  transform: translateZ(0);
  padding: 0;
  color: #3A3A3A;
  font-weight: 500;
  padding: 25px 0 0;
  background: linear-gradient(0deg, rgba(213, 237, 255, 0.45), rgba(213, 237, 255, 0.45));
  /*background-blend-mode: color-dodge;
  backdrop-filter: blur(633.6104125976562px);
  -webkit-backdrop-filter: blur(633px);*/
}
.footer-copyright {
  text-align: center;
  margin-top: 25px;
}
.footer-light a {
  color: #3A3A3A;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}
.footer-light>.container::after,
.footer-light>.container::before {
  content: none;
}
.footer-light>.container {
  display: flex;
  max-width: 1440px;
  padding: 0 0 60px;
}
.footer-light__logo {
  width: 160px;
  margin-bottom: 37px;
}
.footer-light__logo img {
  width: 100%;
  height: auto;
}
.footer-light__item.footer-light__phone {
  margin: 30px 0;
}
.footer-light__item.footer-light__soc {
  margin-top: 20px;
}
.footer-light__left {
  flex: 0 0 290px;
  padding: 0 60px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-light__address {
  font-size: 14px;
  line-height: 17.5px;
  font-weight: 500;
}
.footer-light__soc {
  display: flex;
  column-gap: 20px;
  align-items: center;
}
.footer-light__soc>a {
  background-color: #4AA3FF;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  text-decoration: none;
}
.footer-light__soc>a svg {
  width: 17px;
  height: auto;
}
.footer-light__phone .work_time_header {
  font-size: 10px;
  line-height: 12px;
}
.footer-light__phone .header-contacts__phone a,
.footer-light .footer-light__mail a {
  font-size: 16px;
  line-height: 20px;
}
.footer-light__phone .header-contacts__phone {
  margin: 0;
}
.footer-light__right {
  display: flex;
  column-gap: 20px;
  align-items: stretch;
  padding-left: 60px;
  flex: 1 1 auto;
  justify-content: flex-end;
}
.footer-light__menu-item {
  width: 252px;
  background: #EFF8FF;
  border-radius: 30px;
}
.footer-light__menu-item .footer-menu-title {
  background: #4AA3FF;
  border-radius: 200px;
  padding: 8px 30px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
}
.footer-menu-items {
  padding: 20px 30px 15px;
}
.footer-menu-items li::before {
  content: none;
}
.footer-menu-items li:not(:last-of-type) {
  padding-bottom: 7px;
}

/*mobile menu*/
.contacts_mobil_light_menu {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-top: 15px;
  align-items: center;
}
.contacts_mobil_light_menu>div {
  text-align: center;
}
.contacts_mobil_light_menu .header-menu-btn {
  font-size: 18px;
  background: #E41F26;
  line-height: 22px;
  border-radius: 200px;
  max-width: 295px;
  padding: 0 46px;
  height: 50px;
}
.contacts_mobil_light_menu .popup_link {
  font-size: 18px;
  line-height: 22px;
  width: 295px;
  height: 50px;
  border-radius: 200px;
}
.contacts_mobil_light_menu .work_time_header {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
}
.contacts_mobil_light_menu .header-contacts__phone {
  margin: 0;
}
.contacts_mobil_light_menu .header-contacts__phone a,
.contacts_mobil_light_menu .header-contacts__mail a {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.contacts_mobil_light_menu .header-contacts__soc {
  display: flex;
  column-gap: 25px;
}
.contacts_mobil_light_menu .header-contacts__soc a {
  background: #4AA3FF;
  width: 50px;
  height: 50px;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-menu>.mobile-menu-nav>.mobile-menu-nav__element.openelement ~ .mobile-menu-nav__element,
.mobile-menu>.mobile-menu-nav>.mobile-menu-nav__element.openelement>a,
.isopenelement .contacts_mobil_light_menu {
  display: none;
}
.mobile-menu-light-wrap .mobile-menu-nav .mobile-menu-nav__link {
  padding: 12px 0;
}
.mobile-menu-light-wrap .mobile-menu-nav .mobile-menu-nav__submenu .mobile-menu-nav__element {
  padding: 0 40px 0 70px;
}
.mobile-menu-light-wrap .mobile-menu-nav .mobile-menu-nav__submenu .mobile-menu-nav__element>a:not(.disabled) {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}
.mobile-menu-light-wrap .mobile-menu-nav__link {
  position: relative;
}
.mobile-menu-light-wrap .mobile-menu-nav__link .mobile-menu-nav__arrow {
  position: absolute;
  top: 13px;
}
.mobile-menu-light-wrap .mobile-menu-nav .mobile-menu-nav__submenu .mobile-menu-nav__element>a:not(.disabled)>.mobile-menu-nav__arrow {
  transform: rotate(180deg);
  display: inline-block;
}
.mobile-menu-light-wrap .mobile-menu-nav .mobile-menu-nav__submenu .mobile-menu-nav__element>a.disabled {
  color: #4AA3FF;
  background: none;
}
.mobile-menu-light-wrap .mobile-menu-nav .mobile-menu-nav__submenu .mobile-menu-nav__element>a.disabled:after {
  content: "\e684";
  font-size: 30px;
  font-weight: 100;
  font-family: PeIcon7Stroke;
  position: absolute;
  margin-top: 2px;
}
.mobile-menu-light-wrap .mobile-menu-nav .mobile-menu-nav__submenu .mobile-menu-nav__element>a.back {
  position: absolute;
  left: 25px;
  top: 50px;
  background: url(/local/templates/flyaway_digital/images/light_template_img/right_arrow_min.png) no-repeat;
  background-position: center;
  font-size: 0;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  border: 1px solid #fff;
  background-color: #4AA3FF;
}
.mobile-menu-light-wrap .mobile-menu-nav .mobile-menu-nav__link.is_img {
  display: flex;
  column-gap: 25px;
  align-items: center;
}
.mobile-menu-light-wrap .mobile-menu-nav .mobile-menu-nav__link img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  border: 2px solid #fff;
}
.mobile-menu-light-wrap .mobile-menu-nav .mobile-menu-nav__submenu .mobile-menu-nav__element>a.back .mobile-menu-nav__arrow,
.mobile-menu-light-wrap .mobile-menu-nav .mobile-menu-nav__submenu .mobile-menu-nav__element.openelement>a {
  display: none;
}
.mobile-menu-light-wrap .mobile-menu-nav .mobile-menu-nav__submenu {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 840px) {
  body.opened-mobile-menu .rmfy_prompt.rmfy_prompt_btn {
    z-index: 8;
  }
  body.opened-mobile-menu {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .opened-mobile-menu .mobile-menu-wrap.mobile-menu-light-wrap {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-menu-wrap.mobile-menu-light-wrap {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0,0,0);
    transform: translateZ(0);
    background: rgba(58, 58, 58, 0.6) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 20px 0 0 !important;
    top: 70px !important;
    width: 100%;
    z-index: 9 !important;
    height: calc(100vh - 70px) !important;
    position: fixed !important;
  }
  .mobile-menu-wrap.mobile-menu-light-wrap .mobile-menu {
    background: none !important;
    padding: 40px;
  }
  .mobile-menu-light-wrap .mobile-menu-nav .mobile-menu-nav__link {
    font-family: "Mulish", Roboto, Arial, sans-serif;
    font-optical-sizing: auto;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    border-top: 1px solid #FFFFFF33;
    padding: 12px 0;
    font-weight: 500;
  }
  .mobile-menu-light-wrap .mobile-menu-nav .mobile-menu-nav__arrow {
    font-size: 26px;
    font-weight: 100;
  }
  .mobile-menu-light-wrap .mobile-menu-nav .mobile-menu-nav__link[href="/action/"] {
    color: #fff;
  }
  .mobile-menu-light-wrap .mobile-menu-nav .mobile-menu-nav__submenu {
    background: none;
    padding-top: 0;
  }
  .mobile-menu-light-wrap .mobile-menu-nav>li>.mobile-menu-nav__submenu {
    padding-top: 0;
    top: 90px;
  }
  .mobile-menu-light-wrap .mobile-menu-nav>li>.mobile-menu-nav__submenu .mobile-menu-nav__element>a.back {
    top: 10px;
  }
  .mobile-menu-light-wrap .mobile-menu-nav .mobile-menu-nav__element:last-child .mobile-menu-nav__link {
    border-bottom: 1px solid #FFFFFF33;
  }
}
@media (max-width: 739px) {
  .mobile-menu-wrap.mobile-menu-light-wrap {
    top: 107px !important;
    height: calc(100vh - 107px) !important;
  }
  .sticky_header .mobile-menu-wrap.mobile-menu-light-wrap {
    top: 52px !important;
    height: calc(100vh - 52px) !important;
  }
}
@media (max-width: 370px) {
  .contacts_mobil_light_menu .header-menu-btn {
    font-size: 16px;
    line-height: 17px;
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 0 20px;
    height: 50px;
  }
  .contacts_mobil_light_menu .popup_link {
    font-size: 16px;
    line-height: 50px;
    padding: 0;
    width: 100%;
  }
}
/**/
@media (min-width: 601px) {
  .container.main-page section>h2 br {
    display: none;
  }
}
@media screen and (max-width:1760px) {
  .container.main-page section>h2,
  .container.main-page section>.container>h2 {
    padding: 0 20px;
  }
  section.main-map>div {
    height: 450px;
  }
  .slick-slider-template .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
  .slick-slider-template .slick-arrow svg {
    width: 12px;
  }
  .slick-slider-template .slick-next {
    right: -25px;
  }
  .slick-slider-template .slick-prev {
    left: -25px;
  }
}

@media (max-width: 1660px) {
  .header-light__header-menu.sticky .header-light {
    padding: 18px 20px 15px;
  }

  .header-light__header-menu.sticky .top-menu .header-menu {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 1550px) {
  
  .header-light-wrapp .top-menu .header-menu__items>ul {
    column-gap: 20px;
  }
}
@media (max-width: 1490px) {
  .container.main-page section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1480px) {
  .footer-light {
    padding: 25px 20px 0;
  }
}
@media (max-width: 1420px) {
  .footer-light__left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-light__right {
    padding-left: 20px;
  }
}
@media (max-width: 1340px) {
  .header-light__address {
    display: none;
  }
  .header-light-wrapp .mainmenu__root-item.catalog_li .mainmenu__submenu-item.lvl2 .mainmenu__submenu .simplebar-content>li {
    width: calc(100% / 2 - 24px / 2);
  }
}
@media (max-width: 1300px) {
  .header-light-wrapp .mainmenu__root-item>a {
    font-size: 13px;
  }
  .header-light-wrapp .top-menu .header-menu__items>ul {
    column-gap: 15px;
  }

}
@media (max-width: 1200px) {
  .header-light-wrapp .top-menu .header-menu-btn__wrapper {
    display: none;
  }
  .container.main-page section>h2,
  .container.main-page section>.container>h2 {
    font-size: 52px !important;
    line-height: 62px;
  }
  .footer-light__left {
    flex: 0 0 260px;
    padding: 0 20px;
  }
  .footer-light__right {
    padding-left: 20px;
  }

  .footer-menu-items {
    padding: 18px 20px 10px;
  }
  .footer-light a {
    font-size: 13px;
  }
  .footer-light__menu-item {
    width: auto;
    flex: 1 1;
  }
}
@media (max-width: 1130px) {
  .header-light__mail {
    display: none;
  }
  .header-light-wrapp .mainmenu__root-item.catalog_li .mainmenu__submenu-item.lvl2 .mainmenu__submenu .simplebar-content>li {
    width: 100%;
  }
  .pre-footer footer>.container {
    padding: 40px;
  }
}
@media (max-width: 980px) {
  .header-light-wrapp li.item-quiz {
    display: none;
  }
  li.div-simplebar>.simplebar-wrapper>.simplebar-mask>.simplebar-offset>.simplebar-content-wrapper>.simplebar-content>ul>li>ul {
    max-width: calc(100% - 310px);
  }
  .header-light-wrapp .mainmenu__root-item.catalog_li .mainmenu__submenu-item.lvl2 .mainmenu__submenu .simplebar-content>li {
    width: calc(100% / 3 - 24px* 2 / 3);
  }
}
@media (max-width: 960px) {
  .footer-light__menu-item:nth-of-type(3) {
    display: none;
  }
  .footer-light__menu-item {
    width: calc(50% - 20px / 2);
  }
  .header-light__item .popup_link {
    display: none;
  }
}
@media (max-width: 900px) {
  .header-light-wrapp .top-menu .header-menu__items>ul {
    column-gap: 11px;
  }
}
@media (max-width: 870px) {
  .header-light__header-menu.sticky .header-light__phone .header-contacts__phone, .header-light__header-menu.sticky .header-light__mail a {
    font-size: 16px;
  }
  .header-light__header-menu .header-light__item {
    padding: 0 20px;
  }
  .header-light__header-menu {
    position: fixed;
    top: 0;
    max-width: none;
  }
  .header-light__header-menu .header-light {
    padding: 18px 20px 15px;
    border-radius: 0;
    border: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.9);
    height: 90px;
  }
  .header-light__header-menu .top-menu {
    display: none;
  }
  .header-light__menu-button {
    display: flex !important;
    width: 40px;
    height: 40px;
    border-radius: 200px;
    background: #4AA3FF;
    justify-content: center;
    align-items: center;
    border: 1px solid #4AA3FF;
  }
  .header-light__menu-button span {
    display: flex;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 10px;
    align-items: center;
    width: 13px;
  }
  .header-light__menu-button span::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
  }
  .header-light__soc>a,
  .header-light__icons .basketinhead>a,
  .header-light__icons .inheadfavorite>a,
  .header-light__icons .basketinhead>a:hover,
  .header-light__icons .inheadfavorite>a:hover {
    width: 40px;
    height: 40px;
  }
  .header-light__icons .basketinhead>a i.fa-shopping-cart::before,
  .header-light__icons .inheadfavorite>a .fa.fa-heart::before {
    font-size: 18px;
  }
  .header-light__soc>a svg {
    width: 17px;
  }
  .header-light {
    align-items: center;
  }
  .header-light__item:not(:last-child) {
    border: 0;
  }
  .header-light__icons .count {
    font-size: 11px;
  }
  .header-light__logo img {
    width: 120px;
  }
  .header-light__phone .header-contacts__phone {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 780px) {
  .footer-light__menu-item:nth-of-type(2) {
    display: none;
  }
  .footer-light__menu-item {
    width: 100%;
  }
}
@media (max-width: 739px) {
  .header-light__icons>.hidden-xs {
    display: block !important;
  }
  .header-light__header-menu .header-light {
    flex-wrap: wrap;
    padding: 15px 15px 15px;
    height: auto;
    border-radius: 0px 0px 20px 20px;
    border: 1px solid #fff;
    row-gap: 15px;
    justify-content: center;
  }
  .header-light__logo {
    order: 0;
    width: calc(100% - 185px);
  }
  .header-light__icons {
    order: 1;
    padding-left: 0 !important;
  }
  .header-light__menu-button {
    order: 2;
  }
  .header-light__phone {
    order: 3;
    padding: 0 5px 0 !important;
  }
  .header-light__soc {
    order: 4;
    column-gap: 10px;
    padding-right: 0 !important;
  }
  .header-light__header-menu.sticky .header-light__phone,
  .header-light__header-menu.sticky .header-light__soc {
    display: none;
  }
  .header-light__header-menu.sticky .header-light {
    padding: 15px 15px 15px;
    height: auto;
    border-radius: 0px 0px 20px 20px;
    border: 1px solid #fff;
  }
  .container.main-page section>h2,
  .container.main-page section>.container>h2 {
    font-size: 40px !important;
    line-height: 45px;
  }
  section.main-map {
    padding: 40px 0;
  }
  section.main-map>div {
    border-radius: 20px;
  }
}
@media (max-width: 600px) {
  .pre-footer {
    padding: 0;
  }
  .pre-footer::before {
    content: none;
  }
  .pre-footer footer>.container {
    padding: 20px;
    border-radius: 25px;
  }
  .footer-light__left {
    padding-left: 0 20px 0 0;
  }
}
@media (max-width: 550px) {
  .container.main-page section>h2,
  .container.main-page section>.container>h2 {
    font-size: 24px !important;
    line-height: 28px;
    margin-bottom: 20px;
    padding: 0;
  }
  section.main-map>div {
    height: 250px;
  }
}
@media (max-width: 500px) {
  .pre-footer footer>.container {
    justify-content: center;
  }
  .footer-light__right {
    display: none;
  }
  .footer-light__left {
    flex: none;
    border-right: 0;
    flex: none;
    padding: 0 20px;
    width: 100%;
    max-width: 320px;
    text-align: center;
    align-items: center;
  }
  .footer-light>.container {
    justify-content: center;
  }
}
@media (max-width: 357px) {
  .header-light__phone .header-contacts__phone {
    font-size: 14px;
  }
  .header-light__soc {
    padding-left: 5px !important;
  }
  .header-light__soc {
    column-gap: 8px;
  }
  .header-light__icons {
    padding-right: 15px !important;
    column-gap: 15px;
  }
}

/*hover*/
.header-light-wrapp .mainmenu__root-item a.highlight:hover,
.header-light__header-menu.sticky .mainmenu__root-item a.highlight:hover {
  background: #fff !important;
  color: #3A3A3A;
}
.header-light-wrapp .mainmenu__root-item a.highlight:hover svg path {
  stroke: #3A3A3A;
}
.header-light-wrapp .mainmenu__root-item>a:hover,
.header-light__phone .header-contacts__phone a:hover,
.header-light__mail a:hover {
  color: #4AA3FF;
  text-decoration: none;
}
.header-light__item .popup_link:hover {
  color: #3A3A3A;
  background: #fff;
}
.header-light__soc>a:hover {
  background: #fff;
}
.header-light__soc>a:hover svg path {
  stroke: #4AA3FF;
  fill: #4AA3FF;
}
.header-light__soc>a.soc_icon.wa:hover svg path {
  stroke: #fff;
}
.header-light__icons .basketinhead>a:hover,
.header-light__icons .inheadfavorite>a:hover,
.header-light__icons .basketinhead>a.selected:hover,
.header-light__icons .inheadfavorite>a.selected:hover {
  border: 2px solid #4AA3FF !important;
}
.header-light-wrapp .top-menu .header-menu-btn:hover {
  background: #fff;
  color: #3A3A3A;
}
.header-light__main-banner-info-btn .btn-left a:hover,
.header-light__main-banner-info-btn .btn-right a:hover {
  border: 2px solid #4AA3FF;
  background: #fff;
  color: #3A3A3A;
}
.fancybox__slide.has-iframe .fancybox__content {
  padding: 0;
}
.mobile-menu-btn-pay,
.mobile-menu-btn-pay:hover {
  font-size: 18px;
  line-height: 22px;
  width: 295px;
  height: 50px;
  border-radius: 200px;
  color: #fff;
  border-color: #0274b2;
  background-color: #0274b2;
  position: relative;
  top: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-decoration: none;
  max-width: 100%;
}
/* End */


/* Start:/local/templates/flyaway_digital/js/fancy/fancybox.css?173821484225343*/
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/* End */


/* Start:/local/templates/flyaway_digital/styles.css?17469920844212*/
.banner_title_nowrap,
.banner_title_whitewrap,
.banner_title_blackwrap,
.banner_desc_nowrap,
.banner_desc_blackwrap,
.banner_desc_whitewrap {
  display: inline;
  word-break: normal;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  position: relative;
  font-weight: 300;
  //font-family: "Roboto", sans-serif;
}

.banner_title_nowrap,
.banner_title_whitewrap,
.banner_title_blackwrap {
  font-size: 36px;
  line-height: 56px;
  color: #202020;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.banner_desc_nowrap,
.banner_desc_blackwrap,
.banner_desc_whitewrap {
  line-height: 20px;
  font-size: 16px;
  color: #202020;
  padding-top: 1px;
  padding-bottom: 1px;
}

.banner_title_whitewrap {
  background-color: rgba(255, 255, 255, 0.8);
  color: #202020;
  box-shadow: 18px 0 0 rgba(255, 255, 255, 0.8),
              -10px 0 0 rgba(255, 255, 255, 0.8);
}

.banner_title_blackwrap {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  box-shadow: 18px 0 0 rgba(0, 0, 0, 0.5),
              -10px 0 0 rgba(0, 0, 0, 0.5);
}

.banner_desc_blackwrap {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  box-shadow: 18px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
}

.banner_desc_whitewrap {
  background-color: rgba(255, 255, 255, 0.8);
  color: #202020;
  box-shadow: 18px 0 0 rgba(255, 255, 255, 0.8), -10px 0 0 rgba(255, 255, 255, 0.8);
}

@media(max-width: 992px) {
  .banner_title_whitewrap {
    box-shadow: 1.76vw 0 0 rgba(255, 255, 255, 0.8),
              -1vw 0 0 rgba(255, 255, 255, 0.8);
    padding: 0.5vw 0;
  }
  .banner_title_blackwrap {
    box-shadow: 1.76vw 0 0 rgba(0, 0, 0, 0.5),
              -1vw 0 0 rgba(0, 0, 0, 0.5);
    padding: 0.5vw 0;
  }
  .banner_desc_blackwrap,
  .banner_desc_whitewrap {
    padding-top: 0.2vw;
    padding-bottom: 0.2vw;
  }
}
body.no-js .topline .top_line_menu {
    visibility: visible !important;
}
.col.col-md-6.col-sm-6.form-blue.rsform.js-ajax-form .col span{
	color:#fff;
}

.products__in-list-item-property-name::after {

    content: '';
    position: absolute;
    bottom: 0px;
    width: calc(100% - 97px);
    border-bottom: 1px dashed #cfcfcf;

}
.products__in-list-item-property-name{
    width: calc(100% - 53px);
    background: white;
    color: #555;
    font-size: 13px;
    display: inline-block;

}

.products__in-list-item-property-item{
  position: relative;
}
.products__in-list-item-property-value {
    background: white;
    display: inline-block;
  
    vertical-align: top;
    text-align: right;
}
.col.col-md-6.col-sm-6.form-blue.rsform.js-ajax-form .col span a{
	color:#fff;
	text-decoration:underline;
}
.col.col-md-6.col-sm-6.form-grey.rsform.js-ajax-form .col span a{
	color:#000;
	text-decoration:underline;
}
.form-blue.form-calc.rsform.js-ajax-form.js-calc-form.zakaz-form span a{
	color:#fff;
	text-decoration:underline;
}
.form-blue.form-calc2.rsform.js-ajax-form.js-calc-form.zakaz-form .col span a{
	color:#000;
	text-decoration:underline;
}
.col.col-md-6.col-sm-6.form-blue.rsform.js-ajax-form .col.txt{
	width:100%;
	text-align:center;
}
.col.col-md-6.col-sm-6.form-grey.rsform.js-ajax-form .col.txt{
	width:100%;
	text-align:center;
}
.form-blue.form-calc.rsform.js-ajax-form.js-calc-form.zakaz-form .col.txt{
	width:100%;
	text-align:center;
}
.form-blue.form-calc2.rsform.js-ajax-form.js-calc-form.zakaz-form .col.txt{
	width:100%;
	text-align:center;
}

.header-menu-btn{
  background: #D34945;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none !important;
}
@media (max-width:1300px){
  .header-menu-btn{
    font-size: 13px;
  }
}
@media (max-width:980px){
  .header-menu-btn__wrapper{
    display: none;
  }
}
@media(max-width: 740px) {
.nav-side {display:none;}
}
table.price{
    display: inline-table;
}
.banner-img{
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 1352px) {
    .banner-img{
        display: block;
        max-width: 743px;
        text-align: center;
        margin-top: 15px;
    }
}
.fansyform .col.col-md-6.recap {
	transform: scale(0.59);
	margin-top: -5px;
}
@media (max-width:1023px){
.fansyform .fansyinput{
	    margin-bottom: 10px;
}
}
/* End */


/* Start:/local/templates/flyaway_digital/template_styles.css?17469920844979*/
.is-sticky .fly-header-wrap.notice-actived { border-bottom: none }
.notice_panel{ 
	background: #fde732;
    text-align: center;
    height: 27px;
    padding: 5px 0;
    line-height: 15px;
    -webkit-tap-highlight-color: transparent;
    float: none;
    clear: both;
    color: #000;
    font-weight: bold;
}
.is-sticky .notice_panel { margin-top: 3px }
.notice_panel a  { color: #000; text-decoration: underline;}
.cls_atn {
	float: right;
    margin-right: 10px;
	cursor: pointer;
}
@media screen and (max-width: 500px) {
	.notice_panel { font-size: 11px } 
}
.products__in-list-item-property-item.dop{
	overflow: hidden;
	/*display:none;*/
}
@media screen and (max-width: 780px) {
	.products__in-list-item-property-item.dop{
		display:none;
	}
}
.products__in-list-item-property.sw{
	height: 39px;
	overflow: hidden;
}
.view-case.products__item .col.col-md-12:hover .products__in-list-item-property.sw{
		height: auto;
		overflow: visible;
}
.products__in-list-item-property-item.dop .products__in-list-item-property-name{
	width: 40%;
	vertical-align:bottom;
}
/*
.products__in-list-item-property-item.dop.id87 .products__in-list-item-property-name::after{
    width: calc(100% - 187px);
}
.products__in-list-item-property-item.dop.id91 .products__in-list-item-property-name::after{
    width: calc(100% - 197px);
}
.products__in-list-item-property-item.dop.id92 .products__in-list-item-property-name::after{
    width: calc(100% - 127px);
}
.products__in-list-item-property-item.dop.id94 .products__in-list-item-property-name::after{
    width: calc(100% - 157px);
}
.products__in-list-item-property-item.dop.id95 .products__in-list-item-property-name::after{
    width: calc(100% - 190px);
}
.products__in-list-item-property-item.dop.id98 .products__in-list-item-property-name::after{
    width: calc(100% - 177px);
}
.products__in-list-item-property-item.dop.id99 .products__in-list-item-property-name::after{
    width: calc(100% - 187px);
}
.products__in-list-item-property-item.dop.id100 .products__in-list-item-property-name::after{
    width: calc(100% - 90px);
	overflow: hidden;
}*/
.products__in-list-item-property-item.dop .products__in-list-item-property-value{
	width: 58%;
}
.products__in-list-item-property-item.dop .products__in-list-item-property-value span{
	border-bottom:0; 
	overflow: visible;
	display: inline-block;
	background: white;
	z-index:1;
	position:relative;
}
.products__in-list-item-property-item.dop.id91 .products__in-list-item-property-name{
	width: 80%;
	vertical-align:bottom;
}
.products__in-list-item-property-item.dop.id91 .products__in-list-item-property-value{
	width: 18%;
}
.products__in-list-item-property-item.dop.id94 .products__in-list-item-property-name{
	width: 60%;
	vertical-align:bottom;
}
.products__in-list-item-property-item.dop.id94 .products__in-list-item-property-value{
	width: 38%;
}
.products__in-list-item-property-item.dop.id98 .products__in-list-item-property-name{
	width: 60%;
	vertical-align:bottom;
}
.products__in-list-item-property-item.dop.id98 .products__in-list-item-property-value{
	width: 38%;
}
.cantbuy .pull-right {width: 100%;}

.tag_block {
    padding: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    text-align:center;
    margin:30px 0;
}

.tag_block li {
    display: inline-block;
    margin: 5px;
    list-style:none;
}

.tag_block li:before {
  display:none;
}

.tag_block li a {
    color: #fff;
    padding: 4px 20px;
    border-radius: 5px;
    display: inline-block;
    background: #0274b2;
}

.fldir_form .form__title {
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #e3e3e3;
}

.fldir_form .rsform__description {
    border: none;
    background: no-repeat;
    padding-left: 0;
    box-shadow: none;
}

.fancy-popup .fancybox-inner {
    height: auto !important;
}

.fldir_form p {
    text-align: center;
}

/* Новые стили */

.blog, .news{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem 40px;
    padding: 0 10px;
    /* justify-content: space-between; */
}

.blog.row::before, 
.blog.row::after,
.news.row::before, 
.news.row::after{
    content: none;
}

.blog__item, 
.news__item{
    width: 100%;
    padding: 0;
}

.blog__in,
.news__in{
    min-height: 320px;
}

.blog__in .category__name,
.news__in .category__name{
    font-size: 18px;
}

.blog__info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog_count{
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    gap: 1rem;
    font-weight: 700;
}

.blog_count img{
    width: 20px;
    height: 20px;
}

.news__in .category__data{
    display: grid;
}

.news_date{
    justify-self: end;
}

@media (max-width: 850px) {
    .blog__in,
    .news__in{
        min-height: 340px;
    }
}
.cdek-info {
display: block;	
padding: 20px 0 20px 0;
}

.cdek-pic,  .cdek-text {
    display: inline-block;
    padding: 10px;
}
/* End */
/* /local/templates/flyaway_digital/styles/bootstrap_styles.css?1703083116241422 */
/* /local/templates/flyaway_digital/styles/common.css?1710778200303047 */
/* /local/templates/flyaway_digital/js/simplebar/simplebar.css?17254149604237 */
/* /local/templates/flyaway_digital/custom/style.css?173735939790078 */
/* /include/color.css?17030832334386 */
/* /local/templates/flyaway_digital/custom/skinali.css?17030831178673 */
/* /local/templates/flyaway_digital/custom/new_template.css?173893946939546 */
/* /local/templates/flyaway_digital/js/fancy/fancybox.css?173821484225343 */
/* /local/templates/flyaway_digital/styles.css?17469920844212 */
/* /local/templates/flyaway_digital/template_styles.css?17469920844979 */
