

/* Start:/bitrix/templates/flyaway_build/styles/jquery.fancybox.css?15973291135359*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
  box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
}

.fancybox-skin {
  position: relative;
  background: #fff;
  border: 1px solid #ebebeb;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
  background-image: url('/bitrix/templates/flyaway_build/styles/../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/bitrix/templates/flyaway_build/styles/../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 13px;
  height: 13px;
  background: transparent url('/bitrix/templates/flyaway_build/styles/../images/fancybox/fancybox-close.png?v2') 0 0 no-repeat;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/bitrix/templates/flyaway_build/styles/../images/fancybox/blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/bitrix/templates/flyaway_build/styles/../images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
  border-bottom: 1px solid #e3e3e3;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 7px;
  padding-bottom: 25px;
  color: #202020;
  font-size: 21px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/bitrix/templates/flyaway_build/styles/../images/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url('/bitrix/templates/flyaway_build/styles/../images/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* End */


/* Start:/bitrix/templates/flyaway_build/styles/owl.carousel.min.css?15973291132889*/
/**
 * Owl Carousel v2.0.0-beta.3
 * Copyright 2013-2015 Smashing Boxes
 * Licensed under MIT (https://github.com/smashingboxes/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:auto;/*100%;*/z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;max-width:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:5pc;width:5pc;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/bitrix/templates/flyaway_build/styles/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:scale .1s ease}.owl-carousel .owl-video-play-icon:hover{transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/bitrix/templates/flyaway_build/styles/bootstrap_styles.css?1597329113232581*/
@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("/bitrix/templates/flyaway_build/styles/../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("/bitrix/templates/flyaway_build/styles/../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/flyaway_build/styles/../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("/bitrix/templates/flyaway_build/styles/../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("/bitrix/templates/flyaway_build/styles/../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("/bitrix/templates/flyaway_build/styles/../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* 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: #000;
  /*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;
  }
  /* custom upd */
  .tab-pane-2{
	  overflow:auto;
  }
}
@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:/bitrix/templates/flyaway_build/styles/common.css?1648755418319220*/
/*--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("/bitrix/templates/flyaway_build/styles/../fonts/awesome/fontawesome-webfont.eot?v=4.3.0");
  src: url("/bitrix/templates/flyaway_build/styles/../fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("/bitrix/templates/flyaway_build/styles/../fonts/awesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("/bitrix/templates/flyaway_build/styles/../fonts/awesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("/bitrix/templates/flyaway_build/styles/../fonts/awesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("/bitrix/templates/flyaway_build/styles/../fonts/awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PeIcon7Stroke';
  src: url("/bitrix/templates/flyaway_build/styles/../fonts/pe-icon-7-stroke/pe-icon-7-stroke.eot?v=1") format("embedded-opentype"), url("/bitrix/templates/flyaway_build/styles/../fonts/pe-icon-7-stroke/pe-icon-7-stroke.woff?v=1") format("woff"), url("/bitrix/templates/flyaway_build/styles/../fonts/pe-icon-7-stroke/pe-icon-7-stroke.ttf?v=1") format("truetype"), url("/bitrix/templates/flyaway_build/styles/../fonts/pe-icon-7-stroke/pe-icon-7-stroke.svg?v=1") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*--/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;
}

.form .notify-group {
  text-align:center;
  
}

/*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("/bitrix/templates/flyaway_build/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: left;
  width: 100%;
  text-align: center;
}
.rsform .rsform__agreement {
  display:block;
  float: left;
  text-align: center;
  width: 100%;
  font-size:11px;
  height: 40px;
  margin-top: 10px;
}
.rsform .form-license-text{
  margin-bottom: 10px;
}
.rsform .form-example-text{
  margin-bottom: 10px;
}
.rsform label[for="name_email_phone"], .rsform input.name_email_phone{
  color: red;
}
/* 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("/bitrix/templates/flyaway_build/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: 83%;
  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: block;
  line-height: 1.47;
}
.sections-detail img{
  max-width: 100%;
}

/*--/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: 56px;
  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;
  background:#EFEFEF;
}
.top-menu a.mainmenu__item-link{
  color:#000;
}

/* 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;
  background:#F3EBC5;
}
.smartfilter ul .buttons #del_filter {
  background:#fff;
}
/* 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;
  background:#F3EBC5;
}
/* 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 */
.catalog-content .products_showcase .products__item {
  height: 515px;
}
/* line 1521, ../sass/_styles.scss */
.products_showcase .products__in {
  min-height: 340px;
  padding-bottom: 5px;
}
/* line 1526, ../sass/_styles.scss */
.products_showcase .products__pic {
  position: relative;
  height: 230px;
  line-height: 230px;
  text-align: center;
  background:#fff;
}
/* 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;
  -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: 55px;
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
}
.products_showcase .characteristics__content {
  min-height: 115px;
  overflow: hidden;
}
.products__in .characteristics-list__label,
.products__in .characteristics-list__value {
  padding: 4px 10px;
}
/* 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: 75px;
  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: 85px;
}
/* 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: 22px;
  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;
}
/* line 2245, ../sass/_styles.scss */
.header-contacts__phone {
  font-size: 22px;
  font-weight: bold;
}
.header-contacts__phone .btn {
  border-color:red;
  background:#fff;
}
.header-contacts__phone .header-fly-phone {
	margin-bottom: 5px;
}
.header-contacts__phone .header-fly-phone a {
	color: #000;
	font-size: 20pt;
}
/* 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: 65px 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;
  display: inline-block;
  vertical-align: middle;
}
/* line 3332, ../sass/_styles.scss */
.product-params__rating {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.top-btn-reviews {
  display: inline-block;
  vertical-align: middle;
}
/* 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*/
}
.product-buyblock a.btn-modal-form{
  font-weight:bold;
  color:#000;
}
/* 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;
}


.product-buyblock-bottom {
  display: block;
  float: left;
  width:100%;
  margin-top:20px;
}
.product-buyblock-bottom .prices__values{
  display: block;
  margin-bottom:10px;
}
.product-buyblock-bottom .prices__val_cool{
  margin-left:35px;
}
.product-buyblock-bottom .product-actions, .product-buyblock-bottom .product__compare, .product-buyblock-bottom .product__favorite{
  float:none;
}


/* 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('/bitrix/templates/flyaway_build/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 {
  padding: 5px 0px;
}
.product-recom-list__price {
  color: #555;
  font-weight: bold;
  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: #000000;
  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: 145px;
  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: 145px;
  background: #efefef;
}
/* line 3625, ../sass/_styles.scss */
.product-recom_main .product-recom-list:after {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 145px;
  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("/bitrix/templates/flyaway/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: 100%;
  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: 12px;
}
.characteristics-list li:first-child{
  line-height: 17px;
}
/* line 4073, ../sass/_styles.scss */
.characteristics-list__name {
  width: 61%;
  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;
  font-size: 13px;
  display: inline-block;
}
/* line 4092, ../sass/_styles.scss */
.characteristics-list__value {
  width: 38%;
  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: 135px;
  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("/bitrix/templates/flyaway_build/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: 200px;
}

/* line 4698, ../sass/_styles.scss */
.action-description {
  padding-top: 10px;
  color: #8d8d8d;
}

/* line 4702, ../sass/_styles.scss */
.action-data {
  margin-bottom: 30px;
  height: 130px;
  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;
}
.owlslider-default{
    height:350px;
	overflow:hidden;
}
.owlslider-default .owl-item {
  height: 304px;
  overflow: hidden;
 }
@media (min-width: 520px) {
  .owlslider-default{
    
  }
  .owlslider-default .owl-item {
    height: 207px;
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  .owlslider-default{
    height:250px;
	overflow:hidden;
  }
  .owlslider-default .owl-item {
    height: 207px;
    max-width: 100%;
  }
}
.title_h2{
	font-size:20px;
	font-weight:bold;
	padding-bottom:20px;
  margin-top: 40px;
}
@media (min-width: 1000px){
  .title_h2{
    margin-top: 60px;
  }
}
.list-pluses{
	padding-left: 0px;
	display: flex;
	flex-flow: row wrap;
	margin-bottom:35px;
}
.list-pluses li{
	color: #555;
	font-family: "Arial";
	font-size: 14px;
	padding-left:80px;
	list-style: none;
	min-height:55px;
	margin-bottom:10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
}
@media (min-width: 521px) {
	.list-pluses li{
	width: 	50%;
	}
	.title_h2{
	font-size:22px;
	}
}
[class^="i-"]:before{
	border: 1px solid #a9a9a9;
	-moz-border-radius: 4px / 4px 4px 4px 4px;
	-webkit-border-radius: 4px / 4px 4px 4px 4px;
	border-radius: 4px / 4px 4px 4px 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	content:"";
	width:55px;
	height:55px;
	background: url("/bitrix/images/icon-sprite.png") 6px 9px no-repeat;
	left:5px;
}
.i-geo:before{
	background-position:6px 9px;
}
.i-earphones:before{
	background-position:8px -55px;
}
.i-consult:before{
	background-position:8px -123px;
}
.i-payment:before{
	background-position:8px -190px;
}



.owlslider-default .owl-dots{
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 15px;
  margin-top: 20px;
  text-align: center;
}
.owlslider-default .owl-dots .owl-dot{
  background: #ebebeb;
  border:1px solid #d2d2d2;
  border-radius: 50%;
  width: 18px;
  height:18px;
  display: inline-block;
  margin-right: 7px;
}

.owlslider-default .owl-dots .active.owl-dot{
  background: #1c191c;
  border: 1px solid #1c191c;
  border-radius: 50%;
  width: 18px;
  height:18px;
}
.smeta-i-raschet{
  background: url('/bitrix/templates/flyaway_build/styles/../images/s-smeta-i-raschet_small.jpg');
  height: 100%;
  padding: 7px 8px 5px 6px;
}
.vyezd{
   background: url('/bitrix/templates/flyaway_build/styles/../images/s-vyezd_small.jpg');
   height: 100%;
   padding: 30px 8px 5px 6px;
}
.kotly-na-dachy{
   background: url('/bitrix/templates/flyaway_build/styles/../images/s-kotly-na-dachy_small.jpg');
   height: 100%;
   padding: 7px 8px 5px 6px;
}
@media (min-width: 769px) {
	.owlslider-default_left{
	   float:left;
	   width:49%;	
	   text-align:center;
	} 
	.owlslider-default_right{
	   float:right;
	   width:50%;	
	} 
	.smeta-i-raschet .owlslider-default_right{
	   width:72%;	
	}
	.kotly-na-dachy, .vyezd, .smeta-i-raschet{
	    padding-right: 0px;
		padding-top:10px;
	}
}
@media (min-width: 520px) {
    .smeta-i-raschet{
      background: url('/bitrix/templates/flyaway_build/styles/../images/s-smeta-i-raschet_middle.jpg') center center;
    }
    .vyezd{
       background: url('/bitrix/templates/flyaway_build/styles/../images/s-vyezd_middle.jpg');
    }
    .kotly-na-dachy{
       background: url('/bitrix/templates/flyaway_build/styles/../images/s-kotly-na-dachy_middle.jpg');
    }
}
@media (min-width: 769px) {
    .smeta-i-raschet{
      background: url('/bitrix/templates/flyaway_build/styles/../images/s-smeta-i-raschet.jpg');
    }
    .vyezd{
       background: url('/bitrix/templates/flyaway_build/styles/../images/s-vyezd.jpg');
    }
    .kotly-na-dachy{
       background: url('/bitrix/templates/flyaway_build/styles/../images/s-kotly-na-dachy.jpg');
    }
}
.owlslider-default_title{
  color: #fff;
  font-family: "Arial";
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(190, 9, 0, 0.9);
  padding:10px 15px 10px 5px;
  margin-bottom: 3px;
}
@media (min-width: 520px) {
  .owlslider-default_title{
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 769px) {
  .owlslider-default_title{
    font-size: 22px;
    padding-left: 35px;
  }
}
.owlslider-default__desc{
  color: #202020;
  font-family: "Arial";
  font-size: 14px;
  line-height: 20px;
  background: rgba(255, 255, 255, 0.8);
  padding:10px 15px 5px 5px;
  margin-bottom: 5px;
}
@media (min-width: 769px) {
	.owlslider-default__desc{
	  padding-left:40px;
	}
}
.ul-arrow_li li{
   font-size: 14px;
   color: #202020;
   list-style: none;
   padding-left: 15px;
  margin-bottom: 10px;
}
.ul-arrow_li li:before{
     width: 0;
    height: 0;
    border-width: 4px 7px;
    border-color: transparent transparent transparent #be0900;
    border-style: solid;
    content: "";
    left: 0px;
    margin-top: 9px;
}
.block-note{
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #b20d04;
  color: #fff;
  font-family: "Arial";
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 12px;
  display: inline-block;
}
.block-note span{
   font-size: 30px;
}
@media (min-width: 769px) {
  .block-note{font-size:22px;}
  .block-note span{font-size:36px;}
}
.b-dachnik{
	position: absolute;
	bottom: 30px;
	right: 10px;
}
@media (min-width: 520px) {
	.b-dachnik{
		bottom: 80px;
		right: 10px;
	}
}
@media (min-width: 769px) {
	.b-dachnik{
		position: relative;
		bottom: 0px;
		right: 0px;
	}
}
.i-dachnik{
  padding-left: 70px;
  float: right;
  margin-top: 26px;
}
.i-dachnik:before{
  content: "";
  width: 151px;
  height: 203px;
  background: url('/bitrix/images/s-electrokotel-dachnik.png') no-repeat;
  background-size: auto auto;
  position: absolute;
  background-size: 60%;
  margin-left: -90px;
  margin-top: -45px;
}
@media (min-width: 769px) {
	.i-dachnik {
		padding-left: 83px;
		float: none;
		margin-top: 89px;
	}
	.i-dachnik:before{
	  content: "";
	  width: 151px;
	  height: 203px;
	  background: url('/bitrix/images/s-electrokotel-dachnik.png') no-repeat;
	  background-size: auto auto;
	  position: absolute;
	margin-left: -146px;
	  margin-top: -97px;
	}
}
@media (min-width: 769px) {
	.i-dachnik:before{
		background-size: 100%;
	}
	.i-calc:before{
		content: "";
		width: 150px;
		height: 160px;
		background: url('/bitrix/images/s-calculate.png') no-repeat;
		background-size: auto;
		position: absolute;
		margin-left: -120px;
		margin-top: 20px;
	}
}

.tab-container{
	width: 100%;
	margin: 0 auto 35px;
}
ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.tabs li{
	background: none;
	color: #555;
	display: inline-block;
	padding: 10px 20px;
	cursor: pointer;
	font-size:13px;
	border: 1px solid #a9a9a9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin-bottom:3px;
}
ul.tabs li:before{
	content: "";
}
ul.tabs li.current{
	background: #f3ebc5;
	color: #1c191c;
	border-width: 1px 1px 0px 1px;
	border-style:solid;
	border-color:#cdc396;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	padding-bottom:14px;
	margin-bottom:0px;
}

.tab_desc-content{
	display: none;
	background: #fff;
	border-color:#cdc396;
	border-style:solid;
	border-width:1px;
}
.tab_desc-content.current{
	display: inherit;
}
.tab-title{
	background: #f3ebc5;
	color: #1b191b;
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	border-color:#cdc396;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	padding:8px 12px;
	text-align:center;
}
.tab-body{
	padding:15px 8px 25px;
}
.tab-img img{
	max-width:100%;
}
.tab-img, .tab-desc{
	padding-bottom:20px;
}
.tab-desc{

}
.tab-desc_title, .tab-data_title{
	color: #1f1f1f;
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	padding-bottom:15px;
}
.tab-desc_title:before{
	content: "";
    background: url("/bitrix/images/icon-sprite.png") -82px 9px no-repeat;
    width: 10px;
    height: 25px;
    display: inline-block;
    margin-right: 5px;
}
.ul-char{
   padding:0px;
}
.ul-char li{
   list-style:none;
   padding-left:15px;
   color:#555555;
   padding-bottom:12px;
}
.ul-char li:before{
   content:"";
}
.dash-line{
	width: 100%;
	border-bottom:1px dashed #d0d0d0;
	margin-bottom:20px;
}
@media (min-width: 521px) {
	.tab-body{
		padding:30px 15px 20px 10px;
	}
}
@media (min-width: 769px) {
	.tab-title{
		font-size: 16px;
		padding:15px 15px;
	}
	.tab-body{
		padding:40px 20px 20px 20px;
	}
	.tab-img, .tab-desc{
		display:inline-block;
		vertical-align: top;
		padding-bottom:40px;
	}
	.tab-img{
		float:left;
	}
	.tab-desc{
		max-width:285px;
	}
}
.tab-data{}
.data-table{
	border:1px solid #a9a9a9;	
	margin-bottom:5px;
}
.tab-body .data-table{
	width:100%;	
}
.data-table td, .data-table th{
	border:1px solid #a9a9a9;	
	padding:7px 5px;
	color:#555555;
	font-size:14px;
	text-align:center;
	font-weight:normal;
}
@media (min-width: 769px) {
	.data-table td, .data-table th{
		padding:10px 15px;
	}
}
.data-table tr td:first-child, .data-table tr th:first-child{
	text-align:left;
}
.data-table th{
	background:#f0f0f0;
}
td.bright{
	color: #ff0000;	
}
.data-table tr td:last-child, .data-table tr th:last-child{
	background-color:#f3ebc5;
}
.data-table tr td:last-child{
	font-weight:bold;
}
.data-table  tr .tab-data_table-total{
	color: #1f1f1f;
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	text-align:right !important;
}
.data-table  tr .tab-data_table-total_num{
	color: #fefefe;
	background-color:#1c191c !important;
}
.tab-total{
	width:100%;
	font-weight:bold;
	background:#f3ebc5;
	margin-top:20px;
}
.tab-total td{
	color:#202020;
	font-weight:bold;
	text-align:center;
	padding:13px 10px;
	font-size:22px;
	display: block;
}
@media (min-width: 769px) {
	.tab-total td{
		width: 50%;
		display: table-cell;
	}
}
.tab-total td:last-child{
	color:#fefefe;
	background:#1c191c;
}
.hide-element{
	display: none;
}
.more{
	color: #656599;
	font-family: "Arial";
	font-size: 16px;
	text-decoration:underline;
	margin-top:5px;
	margin-bottom:20px;
	text-align:right;
	cursor:pointer;
}
.more:hover{
	text-decoration:none;
}
.more:after{
	content: "";
	background: url("/bitrix/images/icon-sprite.png") -82px -17px no-repeat;
	width: 14px;
	height: 16px;
	display: inline-block;
	margin-left: 5px;
}
.more_close:after{
	background: url("/bitrix/images/icon-sprite.png") -82px -34px no-repeat;
}
.owlslider-items{
padding:10px 0px;
overflow:hidden;
margin-bottom:30px;		
}
.owlslider-items .owlStage{
overflow:hidden;
margin:0px auto;

}
.owlStage{
	margin:0px 0px 30px;
	z-index:5;
}
.owlStage .owl-item{
	color:#666699;
	font-size:16px;
	float:none;
	display:inline-block;
	vertical-align:sub;
	text-align:center;
}

.owlNav {
	position: relative;
	top: 0px;
	z-index: 2;
	margin-top: -100px;
	padding-bottom: 100px;
}
.owl-prev_out{
	position: absolute;
	left: 0px;
	cursor:pointer;
}
.owl-prev_out:before{
	width:20px;
	height:48px;
	background: url("/bitrix/images/icon-sprite.png") 0px -260px no-repeat;
	content:"";
	display:block;
}
.owl-next_out{
	position: absolute;
	right: 0px;
	cursor:pointer;
}
.owl-next_out:before{
	width:20px;
	height:48px;
	background: url("/bitrix/images/icon-sprite.png") -28px -260px no-repeat;
	content:"";
	display: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("/bitrix/templates/flyaway_build/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("/bitrix/templates/flyaway_build/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("/bitrix/templates/flyaway_build/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: 40px;
}

/*/
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: 5px 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("/bitrix/templates/flyaway_build/styles/../images/timer.png") 0 0 no-repeat;
  margin-left: 141px;
  margin-top: 15px;
}
/* line 6059, ../sass/_styles.scss */
.item_timer__icon {
  background: url('/bitrix/templates/flyaway_build/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;
}
.content .row.products_showcase .products__item {
  margin-bottom: 85px;
}
/* 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: #000 !important;
}
/* 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: #000 !important;
  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: 42%;
  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;
  margin-right: 15px;
  width: 25%;
  text-align: right;
  padding-right: 10px;
}
.js-toggle-mainmenu {
  background: url("/bitrix/templates/flyaway_build/styles/../images/close2.jpg") 0 0 no-repeat;
  cursor: pointer;
  display: inline-block;
  float: right;
  vertical-align: middle;
}
/* 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);
}
.mobile-menu__personal-icons .inmenucompare i.fa {
	background: url(/include/image/compare2.png) 0px 0px;
    width: 18px;
    height: 17px;
    transform: none;
}
.mobile-menu__personal-icons .inmenucompare i.fa:before {
	content:none;
}
.mobile-menu__personal-icons .inmenucompare .js-comparelist-count {
	margin-left: 5px;
}
/* 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: #fff;
}
/* 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: #000;
  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;
  position: relative;
  /* 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;
  position: relative;
  background: #662b04;
  border-radius: 5px;
  color: #fff;
  margin-top: 12px;
  padding-right: 25px;
  height: 35px;
  width: 72%;
  text-transform: uppercase;
}
/* line 8122, ../sass/_styles.scss */
.fly-header-sidenav-button:hover {
  background: #7D838F;
}
.fly-header-sidenav-button:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 10px;
  border: medium solid transparent;
  height: 0;
  width: 0;
  border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  border-width: 8px;
  margin-left: -8px;
}
/* line 8126, ../sass/_styles.scss */
.fly-header-sidenav-button .fly-header-sidenav-button__valign {
  /*position: absolute;*/
  position: relative;
  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: #F3EBC5;
  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;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  z-index: 999;
  padding: 5px 25px;
  box-sizing: border-box;
}
/* 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;
  vertical-align: middle;
}
/* line 8195, ../sass/_styles.scss */
.fly-header .fly-header__logo img {
  max-width: 100%;
  /*max-height: 40px;*/
  max-height: 180px;
}
/* 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;
  width: 300px;
  text-align: right;
  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: 280px;
  }
  /* 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;
  }
  
    /*
	.fly-header .fly-header__menu-button {
		width: auto;
		position: absolute;
		padding: 0 14px;
		left: 160px;
		bottom: 4px;
		height: 28px;
		line-height: 26px;
		font-size: 14px;
	}
	*/
}


@media (max-width: 640px) {
	/*
	.fly-header .fly-header__menu-button {
		position: relative;
		left: 0;
		bottom: 10px;
		margin: 0;
	}
	*/

	.mobile-menu-wrap{
		padding-top: 240px !important;
	}
}

/*
@media (max-width: 539px) {
	.fly-header .fly-header__menu-button {
		left: auto;
		padding: 4px;
		height: auto;
		line-height: 1.4;
		font-size: 12px;
		bottom: 10px;
		top: auto;
		margin: 0;
		max-width: none;
		position: absolute;
		right: 60px;
	}
}
*/


@media (max-width: 420px) {
	.fly-header .fly-header__menu-button {
		/*right: 40px;*/
		font-size: 12px !important;
	}
}


/*
@media (max-width: 380px) {
	.fly-header .fly-header__menu-button {
		right: 20px;
	}
}
*/


@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("/bitrix/templates/flyaway_build/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;*/
	float: none;
    margin-right: 0;
    padding: 0;
  }
  /*Кастом*/
  .header-contacts__phone > a,
  .header-contacts__phone > div {
	display: none;
  }
  .header-contacts__phone > .header-fly-phone {
	display: block;
  }
  .fly-header .fly-header__contacts {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 20px;
	width: auto;
  }

  /*/
  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: 239px;
    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 */




.nof_form{
	width:50%;
}
.nof_form .nof_field{
	margin-bottom:10px;
}


.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {clear: both;}
.text{
	color: #555;
	font-family: "Arial";
	font-size: 14px;
	padding-bottom:10px;
}
.link_button{
	color: #fff;
	font-family: "Arial";
	font-size: 16px;
	background-color:#c21f17;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #c21f17;
	padding:10px 15px;
	display:inline-block;
	line-height:20px;
}
.block-montaj{
	padding-bottom:40px;
}
@media (min-width: 769px) {
	.block-montaj{
	  background: transparent url("/bitrix/templates/flyaway_build/images/montaj-kotlov.jpg") 0 10px no-repeat;
	  padding-left: 50%;
	  min-height: 310px;
	  background-size: 49%;
	}
}
.ul-arrow {
	 list-style:none;
	 color:#555555;
	 padding-left: 20px;
}
.ul-arrow li{
	 list-style:none;
	 color:#555555;
}
.ul-arrow li:before{
	content: "";
	background: url("/bitrix/images/icon-sprite.png") -85px -58px no-repeat;
	width: 10px;
	height: 15px;
	display: inline-block;
	margin-right: 0px;
}
@media (min-width: 769px) {
	.flexible{
	display: flex;
	flex-wrap: wrap;
	}
	.flexible_item{
	flex-grow:1;
	flex-basis:45%;
	}
	.flexible_item_2{
	flex-grow:2;
	flex-basis:100%;
	}
}
@media (min-width: 960px) {
	.flexible{
	display: flex;
	flex-wrap: nowrap;
	}
	.flexible_item:not(:last-child){
	margin-right:60px;
	min-width: 22%;
	}
	.flexible_item_2{
	flex-basis:50%;
	}
	
}

.modules{
	text-align: center;
	display: flex;
	align-items:stretch;
	flex-wrap:wrap;
	margin-bottom:35px;
}
.module{
	max-width:285px;
	background-color:#f3ebc5;
	border:1px solid #f0ead0;
	padding:9px 12px 12px 9px;
	margin-bottom:13px;
	width:48%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.module:not(:last-child){
	margin-right:2px;
}
.module_img{
	background-color:#fff;
	padding:10px;
}
.module_img img{
	max-width: 100%;
}
.module_desc{
	padding:5px 0px 12px;
	text-align:left;
	color:#202020;
}
.module_price{
	padding:5px 0px;
	text-align:left;
	padding:20px 0px 15px;
	border-top:1px solid #e8e2c8;
	font-weight:bold;
	font-size:16px;
	color:#555555;
}
@media (min-width: 769px) {
	.modules{
		justify-content: center;
	}
	.module{
		width:auto;
	}
	.module:not(:last-child){
	margin-right:15px;
	}
}

@media (min-width: 769px) {
	.block-pluses-kotlov{
	  background: transparent url("/bitrix/templates/flyaway_build/images/pluses-kotly.jpg") 0 -10px no-repeat;
	  padding-left: 48%;
	  min-height: 530px;
	  padding-top:40px;
	 }
}

.block-pluses-kotlov{}
.ul-pluses{
	padding-left: 0px;
}

.ul-pluses li{
	list-style:none;
	color:#555555;
	font-size:14px;
	padding-left:40px;
	margin-bottom:20px;
}
[class^="ico-"]:before{
	content:"";
	width:22px;
	height:22px;
	background: url("/bitrix/images/icon-sprite.png") -85px -58px no-repeat;
	left:5px;
}
.ico-min-size:before{
	background-position: -56px 1px;
}
.ico-noiseless:before{
	background-position: -56px -57px;
}
.ico-eco:before{
	background-position: -56px -89px;
}
.ico-fire-safety:before{
	background-position: -56px -125px;
}
.ico-airing:before{
	background-position: -56px -160px;
}
.ico-install:before{
	background-position: -56px -216px;
}
.ico-min-price:before{
	background-position: -56px -269px;
}
.ico-no-docs:before{
	background-position: -56px -302px;
}

.order-montage{
  border: 1px solid #e7e7e7;
  background: #f0f0f0;
  padding: 10px 6px 0;
  margin: 30px 0;
}
.order-montage__title{
  text-align: center;
  font-size: 22px;
  color: #c21f17;
  font-weight: bold;
  line-height: 27px;
}
.order-montage label{
  font-size: 13px;
  font-weight: bold;
  color: #565656;
}
.order-montage .form-control{
  height: 30px;
}
.order-montage textarea.form-control{
  height: 70px;
}
.order-montage__confid{
  text-align: center;
}
.order-montage__submit{
  text-align: center;
}

@media (min-width: 550px){
  .order-montage__fields{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .order-montage__left-col1{
    width: 44%;
    padding-right: 25px;
  }
  .order-montage__right-col2{
    width: 56%;
  }
  .order-montage{
    padding: 20px 20px 0;
  }
  .order-montage__confid{
    margin: 15px 0;
  }
  .order-montage textarea.form-control{
    height: 93px;
  }
  .order-montage__title{
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px){
  .order-montage__fields{
    display: block;
  }
  .order-montage__left-col1,
  .order-montage__right-col2{
    width: auto;
  }
  .order-montage__fields p{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .order-montage__fields label{
    width: 100px;
    text-align: right;
    padding-right: 5px;
    padding-top: 2px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .order-montage__fields .form-control{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .order-montage__left-col1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .order-montage__left-col1 p{
    width: 50%;
  }
  .order-montage textarea.form-control{
    height: 50px;
  }
  .order-montage__confid{
    margin: 6px 0;
  }
}
.order-montage__confid a{
  text-decoration: underline;
}

@media (min-width: 1200px){
  .order-montage__fields{
    max-width: 750px;
    margin: 0 auto;
  }
}
.f-s16{
  font-size: 16px;
}
.advant{
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.advant li{
  position: relative;
  padding-left: 70px;
  margin-bottom: 30px;
}
.advant li::after{
  content: '';
  border-radius: 50%;
  background: url('/bitrix/templates/flyaway_build/images/thumb.svg') no-repeat center rgb(194, 31, 23);
  position: absolute;
  top:0;
  left: 0;
  width: 51px;
  height: 51px;
}
.advant li::before{
  display: none;
}

.area {
  border-radius: 4px;
  background-color: rgb(194, 31, 23);
  padding: 3px 0 3px 120px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.25;
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

.area::before{
  content: '';
  background: url('/bitrix/templates/flyaway_build/images/map-54545.png') no-repeat;
  position: absolute;
  width: 120px;
  height: 114px;
  left: 0;
  top: -30px;
  background-size: 120px;
}
@media (min-width: 550px){
  .area{
    padding-left: 175px;
    max-width: 590px;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 95px;
  }
  .area::before{
    background-size: auto;
    width: 165px;
    height: 155px;
    top: -48px;
    left: 5px;
  }
}
@media (min-width: 730px) and (max-width: 1023px){
	.main-area {
	  padding: 38px 0 3px 20px;
	  margin-top: 30px;
	  margin-bottom: 40px;
	}
	.main-area::before{
		content: '';
		background: url(/bitrix/templates/flyaway_build/images/map-54545.png) no-repeat;
		position: absolute;
		width: 100%;
		left: 27%;
		top: -50px;
		background-size: 100px;
	}
}
@media (min-width: 1024px){
	.main-area {
		margin-top: 100px;
	}
}
@media (min-width: 700px){
  .advant{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .advant li{
    width: 32%;
    margin-bottom: 0;
  }
}
.important-text{
  color: #c21f17;
  font-weight: bold;
}

.f-s14{
  font-size: 14px;
}

.equipment__gray{
  background: #f0f0f0;
}

.equipment{
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
  margin: 20px 0;
  color: #555;
}
.equipment td,
.equipment th{
  border: 1px solid #a9a9a9;
  padding: 3px 15px;
  vertical-align: middle;
}
.equipment__price{
  text-align: center;
  background: #f3ebc5;
  font-weight: bold;
}
.equipment__gray .equipment__price{
  background: #f1eee0
}
.equipment .equipment__title{
  color: white;
  font-weight: bold;
  text-align: center;
  background: #1c191c;
  padding: 7px;
}
.equipment thead th{
  padding: 15px;
  font-weight: normal;
}
.big-h2{
  font-size: 22px;
  font-weight: bold;
}
.equipment__charact{
  text-align: center;
}

@media (max-width: 500px){
  .equipment,
  .equipment *{
    display: block;
  }
  .equipment thead .equipment__price{
    display: none;
  }
  .equipment tbody tr{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .equipment .equipment__row-title{
    width: 100%;
    border-bottom: none;
    border-top: none;
  }
  .equipment__title{
    width: 100%;
  }
  .equipment .equipment__charact{
    width: 50%;
    text-align: left;
    border-top: none;
    border-right: none;
  }
  .equipment .equipment__price{
    width: 50%;
    text-align: right;
    border-top: none;
    border-left: none;
    background: transparent;
  }
}

.montage-page{
  max-width: 1200px;
  margin: 0 auto;
}

.services{
  padding: 0;
  text-align: center;
}
.services__item{
  border-top: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  padding: 43px 10px 7px;
  margin: 70px 0;
}
.services__item::before{
  content: '';
  width: 130px;
  height: 75px;
  background: url('/bitrix/templates/flyaway_build/images/services-sptite.jpg') no-repeat white;
  top: -30px;
  left: 50%;
  margin-left: -65px;
}
.services__warm-floor::before{
  background-position: 15px 0px;
}
.services__radiator::before{
  background-position: -98px 0px;
}
.services__maintenance::before{
  background-position: -229px 0px;
}
.services__title{
  color: #c21f17;
  font-size: 22px;
  font-weight: bold;
}
.services__descr{
  margin-bottom: auto;
}
.services__price{
  font-size: 20px;
  font-weight: bold;
  color: #555;
  margin-top: 9px;
  margin-bottom: 15px;
}
.services__nums{
  color: #c21f17;
}
.services .btn{
  padding: 10px 30px;
}

@media (min-width: 600px){
  .services{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .services__item{
    width: 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}

.portfolio-item__text{
  background: #f0f0f0;
  padding: 10px 7px 10px;
  color: #555;
  font-size: 14px;
}
.portfolio-item__title{
  font-weight: bold;
  color: #202020;
}
.portfolio-item__descr .outer{
  display: block;
  border-bottom: 1px dashed #dadada;
}
.portfolio-item__descr th{
  text-align: left;
  font-weight: normal;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.portfolio-item__descr td{
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
}
.portfolio-item__s{
  color: #c21f17;
}
.portfolio-item__photo{
  margin-bottom: 0;
  position: relative;
}
.portfolio-item__all-photo{
  display: block;
  position: absolute;
  right: 0;
  bottom: 5px;
  padding: 5px 10px;
  background: #f3ebc5;
}
.portfolio-item__all-photo::after{
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #666699;
  border-right: 2px solid #666699;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 5px;
}
.portfolio-item__link{
  text-align: center;
  margin-top: 10px;
}
.portfolio-item__link a{
  text-decoration: underline;
}
.portfolio-item__rest{
  position: absolute;
  background: #f3ebc5;
  color: #666699;
}

.correct-controls{
  padding: 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 930px){
  .correct-controls{
    padding: 0 40px;
  }
}
.correct-controls .owlNav{
  position: static;
  padding: 0;
  margin: 0;
}
.correct-controls .owl-prev_out,
.correct-controls .owl-next_out{
  top: 50%;
  margin-top: -23px;
}
.correct-controls .owl-item{
  vertical-align: top;
}
@media (min-width: 1100px){
  .portfolio-item__text{
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sertificate img{
  padding: 9px;
  border: 1px solid #a9a9a9;
}
.sertificate--small img{
  padding-top: 45px;
  padding-bottom: 87px;
}

.owlslider-sertif{
  max-width: 950px;
  margin: 0 auto;
}

.illustrated-text__text{
  padding: 20px 10px;
  background: #f0f0f0; 
}
.illustrated-text__image{
  text-align: center;
}
.illustrated-text__image img{
  max-width: 100%;
}
@media (min-width: 1100px){
  .illustrated-text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .illustrated-text__image{
    overflow: hidden;
  }
  .illustrated-text__text{
    padding: 20px 35px;
    width: 712px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .illustrated-text__image img{
    height: 300px;
    max-width: inherit;
  }
}

.hi--without-border{
  border: none;
  padding-bottom: 0;
}

.bx_item_detail_rating .bx_stars_progres{
  background:#ff990b;	
}
.products_table .products__col .products-foot{
	left: 220px;	
}
.products_table .products__col .bx_item_detail_rating{
	display: inline-block;	
	vertical-align:middle;
	padding-left:0px;
}
.f-right{
	text-align:right;
}
.h2_title{
	font-size:22px;
}









/* custom styles */
#product-detail-tabs{
display:block !important;	
}

.od_title_h2{
	color: #202020;
    font: 19px Arial;
	margin: 0 0 15px;
}
.od_title_h2 a{
	color: #202020;
}
.smallbanners__title, .products-new__title{
	width:100%;
	display:block;
	font-size:22px;
	padding-left:10px;
}
.products-new__title{
	padding-left:0px;
}


.seo_by_filter_value{
	display:none;
}


.products__data .products__addit_field{
	height: 27px;
    overflow: hidden;
	line-height: 13px;
}

#myModalNotify2 .modal-dialog, #myModalNotify3 .modal-dialog{
	top: 40%;
}

.heighter_fav .basket-table__name{
	height:20px;
}
.basket-table__fav-props span{
	display:block;
	float:left;
	width:100%;
}


.fly-header__icons .loss-menu-compare, .fly-header__icons .inheadfavorite, .fly-header__icons  .basketinhead{
	margin-right:0px;
}
.fly-header__icons .loss-menu-compare{
	float: left;
    margin-left: 25px;
}
.fly-header__icons .loss-menu-compare img{
    margin-top: -3px;
    margin-left: -2px;
}


.product-detail-carousel a.js-compare-label img{
    margin-top: -3px;
    margin-left: -2px;
}


#js-ajax-section_sorter .js-comparising .js-comparising-list .loss-menu-right .fa.fa-align-left:before{
	content:none !important;
}

#js-ajax-section_sorter .js-comparising .js-comparising-list .loss-menu-right a{
	background:url("/include/image/compare1.png") 3px 5px no-repeat;
}

@media (min-width: 780px){
	.products__prices .prices .compare_mob_section{
		display:none;
	}
}

@media (max-width: 739px){
	.products__prices .prices .compare_mob_section{
		display:block;
		float:right;
	}
	.products__prices .prices .compare_mob_section img{
		width:23px;
	}	
}

/* End */


/* Start:/bitrix/templates/flyaway_build/custom/style.css?164728266011824*/
.fly-header {
	text-align: center;
}

.fly-header .fly-header__menu-button {
	color: #860009;
	display: block;
	font-size: 16px;
	font-weight: bold;
	/*line-height: 26px;
	margin: 10px 0 5px;*/
}

.mobile-menu-wrap {
	padding-top: 218px;
}

.fly-header .fly-header__search,
.fly-header .fly-header__icons {
	display: inline-block;
	width: auto;
	padding: 10px 0;
}

.fly-header .fly-header__contacts {
	display: table-cell;
}

.header-contacts__phone .header-fly-phone a.mobile-call {
	background: #fff;
	border: 1px solid #ff0000;
	border-radius: 5px;
	color: #860009;
	cursor: pointer;
	display: none;
	font-size: 14px;
	padding: 5px 3px;
	margin: 7px 0 12px;
	line-height: 1.5;
}
.mobile-call span{
	color: #000;
	font-size: 15px;
	text-decoration: underline;
}

.products_showcase .products__name > .products-title,
#basket_items .basket-table__name > a {
	font-weight: bold;
}
.stores {
	display: none;
}
.basket-items-summary-info,
.basket-items-count {
	float: right;
	margin-left: 30px;
}

.characteristics-list__item.PLOCHAD_OTOPLENIA .characteristics-list__label {
	color: #ff0000;
}

.str-element {
	float: left;
	margin-right: 2%;
	width: 13%;
	min-width: 160px;
}
.products_showcase:not(.owlslider) .products__item.str-element:hover .products__prices {
	height: 50px;
}


.section-cart .products_showcase .products__in{
	min-height: 355px;
}
.section-cart .products_showcase .products__pic{
	height: 160px;
}
.section-cart .products_showcase .products__img{
	vertical-align: inherit;
	margin-top: 10px;
}
.section-cart .products__data .pull-right {
	width: 100%;
}
.section-cart .products__data .products__prices {
	float: left;
}




.modal .modal-content {
	padding: 20px;
}


.header_h1 h1 {
	text-decoration: none;
	font-size: 13px;
	margin: 0px;
    padding: 8px 0px;
	border: 0;
	text-align: center;
	font-weight: bold;
	line-height: normal;
}




@media (min-width: 740px) {

	.fly-header {
		text-align: left;
	}
	.fly-header-sticky-wrapper.is-sticky .fly-header, 
	body.is--sidenav .fly-header {
		padding-left: 10px;
	}

	.fly-header .fly-header__menu-button {
		display: none;
	}

	.mobile-menu-wrap {
		padding-top: 0;
	}

	.fly-header .fly-header__search,
	.fly-header .fly-header__icons {
		display: table-cell;
		padding: 0;
	}
	.fly-header .fly-header__icons {
		width: 200px;
	}

}

@media (max-width: 1023px) {

	.fly-header .fly-header__contacts {
		position: relative;
		left: 0;
	}

	.header-contacts__phone > a {
		display: block;
		padding: 5px;
	}
	.str-element {
		width: 31%;
	}

}

@media (max-width: 990px) {
	.inheadfavorite {
		display: none;
	}
}

@media (max-width: 990px) {
	
	.fly-header {
		text-align: left;
		padding: 20px 10px;
	}
	.fly-header .fly-header__logo {
		padding: 0 40px 0 0;
		display: inline-block;
	}
	.fly-header .fly-header__logo img {
		float: left;
		margin-right: 0;
		max-width: 130px;
		height: auto;
	}

	.header-contacts__phone {
		margin-bottom: 0;
	}
	
	/*
	.fly-header .fly-header__contacts {
		display: block;
		position: absolute;
		left: 59%;
		top: 9px;
		min-width: 135px;
	}
	*/
	
	.header-contacts__phone > a {
		white-space: normal;
		font-weight: bold;
	}
	.header-contacts__phone > a > span {
		font-size: 11pt !important;
	}
	.header-contacts__phone .header-fly-phone a.mobile-call {
		display: block;
	}
	.header-contacts__phone > div > a {
		display: none;
	}
	.header-contacts__phone > a > img {
		display: none;
	}

	.catalog-content .products_showcase .products__item {
		height: 540px;
	}
	.catalog-content .products_showcase .products__in {
		min-height: 520px;
	}
	.catalog-content .products_showcase .characteristics__content {
		min-height: 160px;
	}
	.catalog-content .products_showcase .products__detail,
	.products_showcase .products__item:hover .products__detail, 
	.products_showcase:not(.owlslider) .products__item:hover .products__detail {
		display: block;
	}
	.catalog-content .products_showcase .products__detail > div {
		display: none;
	}
	.catalog-content .products_showcase .products__detail > div.buttons-section {
		display: block;
	}
	.catalog-content .products_showcase .products__detail > div.buttons-section,
	.catalog-content .products_showcase .products__detail > div.buttons-section > .hidden-xs {
		display: block !important;
	}
	.catalog-content .products_showcase .products__detail > div.buttons-section > .hidden-xs .quantity-block {
		display: none;
	}
	.catalog-content .products_showcase .products__detail > div.buttons-section > .hidden-xs .pull-right {
		float: none !important;
	}
	.catalog-content .products_showcase .products__detail > div.buttons-section > .hidden-xs .pull-right a,
	.catalog-content .products_showcase .products__detail > div.buttons-section > .hidden-xs .pull-right button {
		width: 100%;
	}

	.bigdata_recommended_products_items .products_showcase .products__in {
		min-height: 250px;
	}
	.bigdata_recommended_products_items .products_showcase .products__prices {
		margin-top: 15px;
	}
	.bigdata_recommended_products_items form.pull-right {
		margin-top: 5px;
	}

	.products.sop_data {
		margin-left: 0;
		margin-right: 0;
	}
	.products_showcase .products__item.str-element {
		width: 48%;
		height: 265px;
	}

	.page-default .sidebar-wrap > .fixsidebar {
		display: none;
	}
	.nof_form {
		width: 100%;
	}

}

@media (max-width: 539px) {

	.fly-header .fly-header__logo {
		width: 100px;
		padding: 0 10px 0 0;
	}
	.fly-header .fly-header__logo img {
		margin-bottom: 5px;
		width: 100%;
		height: auto;
	}
	.fly-header .fly-header__menu-button {
		left: 0;
		right: 0;	
		height: auto;	
		line-height: 1.4;
		font-size: 12px;
		bottom: auto;
		top: 84px;
		margin: 0;
		max-width: none;
	}
	.fly-header .fly-header__search, 
	.fly-header .fly-header__icons {
		padding: 0;
	}
	.loss-menu-right .selected {
		width: 35px;
		height: 35px;
		padding: 2px;
	}
	.hint, 
	.loss-menu-right .count, 
	.abc__letter {
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
	.loss-menu-right .count {
		right: -10px;
	}
	.fly-header .fly-header__contacts {
		bottom: auto;
		top: 0;
	}
	.mobile-call span {
		font-size: 12px;
	}
	.header-contacts__phone .header-fly-phone a.mobile-call {
		font-size: 11px;
		padding: 0 3px;
	}
	.header-contacts__phone > a > span {
		font-size: 12px !important;
	}
	/*
	.fly-header .fly-header__logo img {
		margin-bottom: 35px;
	}
	.fly-header .fly-header__menu-button {
		left: 12px;
	}
	.basketinhead {
		margin-left: 0 !important;
	}
	*/

}

@media (max-width: 479px) {
	
	.bigdata_recommended_products_items .products_showcase .products__item {
		height: 280px;
	}
	.bigdata_recommended_products_items .pull-right {
		float: none !important;
	}

	.products_showcase .products__item.str-element {
		width: 100%;
		height: 300px;
		float: none;
		margin-right: 0;
	}

	/*
	.fly-header__icons {
		position: absolute;
		left: 140px;
		top: 62px;
	}
	*/

}



/* new style */

.fly-header__logo a {
    display: block;
}

.bottom__menu-mobile {
    display: none;
}

@media screen and (max-width: 1080px) {
    .fly-header .fly-header__contacts {
        width: 220px;
    }
}

@media screen and (max-width: 880px) {
    .fly-header .fly-header__logo {
        width: 170px;
        min-width: 170px;
        padding: 0 20px 0 0;
        height: auto;
        box-sizing: border-box;
    }

    .fly-header .fly-header__icons {
        width: 120px;
    }
}

@media screen and (max-width: 990px) {
    .header_h1 {
        display: none;
    }

    .fly-header .fly-header__icons {
        width: auto;
    }

    .fly-header .fly-header__contacts {
        display: block;
        float: right;
    }

    .fly-header {
        display: inline-block;
    }

    .bottom__menu-mobile {
        display: flex;
        justify-content: space-between;
        padding: 0;
        margin: 10px auto 0;
    }

    .bottom__menu-mobile .fly-header .fly-header__menu-button {
        margin: 0 auto;
    }
}

@media screen and (max-width: 539px) {
    .fly-header .fly-header__contacts {
        width: 130px;
    }

    .fly-header .fly-header__logo {
        width: 100px;
        min-width: 100px;
    }

    .headline-call {
        padding: 5px 10px 5px 50px;
    }

    .top_line_menu_responsive {
        padding: 5px 10px 5px 0;
    }

    .headline {
        display: none;
    }

    .fly-header {
        padding: 5px 7px 10px;
    }

    .header-contacts__phone .header-fly-phone a.mobile-call {
        margin: 0;
    }

    .fly-header .fly-header__icons, .fly-header .fly-header__search {
        margin-top: -15px;
    }

    .mobile-menu-wrap {
        padding-top: 135px !important;
    }

    .bottom__menu-mobile {
        margin: 5px auto;
    }
}

@media screen and (max-width: 410px) {
    .headline-location {
        padding: 0 0 10px;
        display: inline-block;
    }

    .fly-header .fly-header__menu-button {
        padding: 5px 10px;
    }

    .fly-header .fly-header__menu-button:nth-child(2),
    .fly-header .fly-header__menu-button:last-child {
        padding: 5px 17px;
    }

}

@media screen and (max-width: 340px) {
    /* .bottom__menu-mobile {
		flex-direction: column;
		align-items: center;
	} */
    /* .fly-header .fly-header__menu-button {
		width: 100%;
		margin: 5px 0 0 0;
	} */
    .fly-header .fly-header__contacts {
        width: 120px;
    }

    .fly-header .fly-header__logo {
        padding: 0;
        width: 85px;
        min-width: 85px;
    }

    .mobile-menu .mobile-menu__personal-icons {
        margin: 0;
        padding: 0;
    }
}


/*.j-fakeCode { position: absolute; width:20px; height:20px; margin-top:-30px; opacity:1; z-index:9;     margin-left: 8px;}
.j-fakeCode.hide{opacity:0; z-index:-1}

input.active {padding-top: 6px;
    padding-left: 25px;}
.order-montage__left-col1 .j-fakeCode  {
margin-top:-24px;
}*/


.j-fakeCode { position: relative; width:20px; height:20px; margin-top: -24px; opacity:1; z-index:9; left: 6px; color: #555}
.j-fakeCode.hide{opacity:0; z-index:-1}
input.active { padding-left: 22px!important}


/* MARGINS IN CATALOG FORM */

@media screen and (max-width: 990px) {
	#myModalMontazh .form-group,
	#myModalMontazh .form-group label,
	#myModalMontazh [type="text"],
	#myModalMontazh .form-example-text,
	#myModalMontazh .rsform__bottom-ps {
		margin: 0;
		padding: 0;
	}

	.separator.rsform__separator {
		display: none;
	}

	#myModalMontazh .modal-content {
		padding: 10px !important;
	}
}

/* /MARGINS IN CATALOG FORM */

/* +7 IN HEADER FORM */

#od_form_modal_montazh .j-fakeCode.show {
	margin-top: -30px;
	z-index: 99999;
}

@media screen and (max-width: 990px) {
	#od_form_modal_montazh .j-fakeCode.show {
		margin-top: -21px;
	}
}

/* /+7 IN HEADER FORM */

/* +7 IN ORDER FORM */

[name="newOrderForm"] .j-fakeCode.show {
	margin-top: -29px;
}

@media screen and (max-width: 990px) {
	[name="newOrderForm"] .j-fakeCode.show {
		margin-top: -30px;
	}
}

/* /+7 IN ORDER FORM */

/* BOTTOM BUTTONS */

.btn.btn-default.btn-button.bottom-btn-basket {
	padding: 10px;
}
.bottom-btn-basket .fa {
	font-size: 18px;
}

.bottom-btn-basket .count {
	display: inline-block;
	position: relative;
	background: #1c191c;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	white-space: nowrap;
	top: -8px;
	left: -4px;
	margin-right: -10px;
}

/* /BOTTOM BUTTONS */

@media screen and (min-width: 991px) {
	/*.mobile-fixed-buttons-container {
		display: none;
	}*/
	
	.mobile-fixed-buttons-container a.bottom-btn-basket{
		display: none;
	}
	.mobile-fixed-buttons-container a.js-buy1click{
		display: none;
	}
	.mobile-fixed-buttons-container div.toggle-chat-button{
		display: none;
	}
}

/* CROSS IN BASKET */

.basket-table .basket-table__menu span:before {
	content: "\f00d";
	right: 14px;
	width: 16px;
	font-size: 18px;
	color: #555;
}

/* /CROSS IN BASKET */
/* End */


/* Start:/bitrix/templates/flyaway_build/template_styles.css?16490856569126*/
@charset "UTF-8";

.bottom__menu-mobile {
    margin: 0;
    padding: 10px 7px 0;
    background: #fff;
    justify-content: unset;
}

.fly-header__menu-button.js-toggle-mainmenu span {
    display: none;
}

.nav.nav-tabs.element-detail.mobile{
    display: none;
}

.nav.nav-tabs.element-detail.desktop{
    display: block;
}



.select-call-type-button {
    display: block;
    width: 100%;
    height: 40px;
    background: #F3EBC5;
    margin: 10px auto;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 19px;
    border: 1px solid #dadada;
    color: #000;
}

.fly-header__title {
    display: none;
}

.fly-basket-empty-text {
    display: none;
}

.opened-mobile-menu {
    overflow: visible;
    transform: unset;
}

@media screen and (max-width: 990px) {

    .mobile-menu .mobile-menu-nav, .mobile-menu .mobile-menu__userpersonal {
        top: 20px;
    }

    .mobile-menu-wrap.js-mobile-menu {
        z-index: 995;
    }

    .opened-mobile-menu .mobile-menu-wrap {
        transform: unset;
    }

    .headline {
        display: none;
    }

    .fly-header .fly-header__icons {
        display: inline-block;
    }

    .fly-header__title {
        position: relative;
        display: inline-block;
        width: 39%;
        font-size: 12px;
        line-height: 18px;
        font-weight: bold;
        text-align: center;
        margin-right: 5%;
        top: 8px;
        text-transform: uppercase;
    }

    .fly-header__search,
    .header-contacts__phone{
        display: none !important;
    }

    .mobile-menu-wrap.js-mobile-menu {
        z-index: 999;
    }

    .fly-header {
        /*padding-top: 0!important;*/
    }

    .mobile-menu * {
        color: #86000a !important;
    }

    .fly-header .fly-header__menu-button {
        background: #f3dd80;
    }

    .fly-header {
        padding: 10px 7px 7px;
    }

    .mobile-menu-wrap {
        padding-top: 0px !important;
    }

    .mobile-menu-nav {
        top: 0px;
    }

    .fly-header__logo,
    .fly-header__search,
    .fly-header__icons,
    .fly-header__contacts,
    .mobile-menu__personal {
        /*display: none !important;*/
    }

    .mobile-menu__personal {
        display: none !important;
    }

    .fly-header__menu-button.js-toggle-mainmenu {
        display: block;
        position: relative;
        font-size: 0 !important;
        background: unset;
        border: unset;
        margin: -7px 0;
    }

    .fly-header__menu-button.js-toggle-mainmenu span {
        display: block;
        position: relative;
        width: 30px;
        height: 4px;
        background: #86000a;
        font-size: 15px !important;
        margin: 5px 0;
        transition: .3s;
    }

    .fly-header__menu-button.js-toggle-mainmenu.opened span:nth-child(1) {
        transform: rotate(45deg);
        top: 8px;
    }

    .fly-header__menu-button.js-toggle-mainmenu.opened span:nth-child(2) {
        transform: rotate(180deg);
        opacity: 0;
    }

    .fly-header__menu-button.js-toggle-mainmenu.opened span:nth-child(3) {
        transform: rotate(-45deg);
        top: -10px;
    }

    .fly-header .fly-header__menu-button:nth-child(2), .fly-header .fly-header__menu-button:last-child {
        padding: 5px 20px;
    }

    .mobile-menu,
    .mobile-menu-nav__submenu {
        background: #f3ebc5 !important;
    }


    /* CATALOG ELEMENT */

    .mobile-fixed-buttons-container {
        display: flex;
        justify-content: center;
        position: fixed;
        bottom: 0;
        background: #fff;
        z-index: 999;
        box-shadow: 0 0 5px 0 #e2e2e2;
        left: 0;
        right: 0;
        text-align: center;
    }

    .product-buyblock__addcart, .product-buyblock__buy1click, .toggle-chat-button,
    .btn.btn-default.btn-button {
        font-size: 15px;
        margin: 7px 5px 0;
        padding: 10px 5px;
        border-bottom: unset;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    /* /CATALOG ELEMENT */

    .nav.nav-tabs.element-detail.mobile{
        display: block;
    }

    .nav.nav-tabs.element-detail.desktop{
        display: none;
    }

    .nav.nav-tabs.element-detail{
        text-align: center;
    }

    .nav.nav-tabs.element-detail li{
        display: inline-block;
        float: unset;
    }

    .fixed-mobile-menu {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        padding: 10px 7px 0px 7px;
        background: #FFF;
        box-shadow: 0 0 3px 0 #00000070;
        z-index: 1;
    }

    .btn.btn-default.btn-button.toggle-chat-button {
        padding: 10px 10px;
    }

    .bottom__menu-mobile a {
        position: relative;
        top: -5px;
        font-size: 15px;
        text-transform: uppercase;
        line-height: 30px;
        color: #2c2b24;
        margin: 0 auto;
    }

    .btn.btn-default.btn-button.product-buyblock__buy1click.js-buy1click.fancyajaxwait {
        display: none;
    }

    .loss-menu-right.loss-menu-right_count.basketinhead {
        text-align: center;
        top: 5px;
    }

    .fly-basket-empty-text {
        display: block;
        position: relative;
        color: #000;
        text-transform: uppercase;
        font-size: 8px;
        font-weight: bold;
        bottom: -5px;
    }
}


/* FRONT FORM */

button.btn.btn-default.btn2.products-button.button-send {
    display: block;
    margin: 0 auto;
}

/* /FRONT FORM */

/* REGIONS */

#locationinhead {
    display : none;
}

/* /REGIONS */


/* ICONS */

.icon-chat {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    margin-bottom: -10px;
    left: -4px;
    filter: drop-shadow(0px 0px 1px black);
    top: -3px;
}

.icon-chat::before {
    content: '...';
    position: absolute;
    top: -15px;
    left: 5px;
    color: #999999;
    font-size: 32px;
}

.icon-chat::after {
    content: '';
    background: transparent;
    border-width: 7px;
    border-color: transparent;
    border-style: solid;
    border-top-color: #fff;
    display: block;
    position: absolute;
    bottom: -7px;
    right: 8px;
    transform: rotate(61deg);
}

.fa-phone:before {
    content: "\f095";
}

.fa-calculator:before {
    content: "\f1ec";
}

.bottom__menu-mobile .fa:before {
    font-size: 18px;
    color: #413f41;
    margin: 0 3px;
}

.fa-envelope:before {
    content: "\f0e0";
}

.select-call-type-button .fa:before {
    color: #5a5a5a;
    margin: 0 5px;
}

/* /ICONS */


/* FRONT FORM */
.front-form-wrapper.desktop {
    position: relative;
    background: #f3ebc5;
    border: 1px solid #ccc;
    padding: 15px;
}

.form-col {
    display: inline-block;
    width: calc( 50% - 22px );
    vertical-align: middle;
    padding: 0;
    margin: 10px;
    border: 0;
    position: relative;
}

label.front-form-label.desktop {
    font-size: 25px;
    border-bottom: 1px solid #efefef;
    width: 100%;
    margin-bottom: 10px;
    display: block;
}

.front-form-modal-success {
    display: block;
    position: absolute;
    top: calc( 50% - 75px);
    background: #fff;
    width: 40%;
    height: 150px;
    left: 30%;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px 0px #00000045;
}

.front-form-modal-success span.btn-close {
    display: block;
    position: absolute;
    right: 6px;
    top: -7px;
    transform: rotate(45deg);
    font-size: 30px;
    color: #a4a4a4;
    cursor: pointer;
}

.front-form-modal-success-text {
    display: block;
    text-align: center;
    margin: 43px 0;
    font-size: 17px;
}

.front-form-modal-success-head {
    display: block;
    position: relative;
    height: 30px;
    border-bottom: 1px solid #ccc;
}


@media screen and (max-width: 990px) {
    .front-form-wrapper.desktop,
    label.front-form-label.desktop {
        display: none;
    }
}
/* /FRONT FORM */

/* RECIEVE CALL FORM */

/*#myModalNotifyWithCross */.form-close-cross {
    display: block;
    position: absolute;
    right: 3px;
    top: -10px;
    z-index: 999;
    font-size: 30px;
    font-family: sans-serif;
    transform: rotate(45deg);
    user-select: none;
    cursor: pointer;
    color: #4c4c4c;
}


@media screen and (max-width: 990px) {
    .form-group {
        margin-bottom: 5px;
    }

    #od_form_modal_call .form-group label {
        margin-bottom: 0px;
    }

    .rsform #od_form_modal_call .rsform__separator {
        display: none;
    }

    #myModalCall.modal .modal-content {
        padding: 10px;
    }

    #myModalCall.modal .modal-content .rsform {
        margin: 0;
    }

    #myModalCall.modal .modal-content .rsform .form .form-item {
        padding: 5px;
    }

    #myModalCall.modal .modal-content .rsform .rsform__bottom-button {
        width: 40%;
        margin-top: 15px;
    }
}




/* /RECIEVE CALL FORM */


.element-buy-container .product-buyblock__addcart{
	display: none;
}
@media screen and (max-width: 990px) {
	.element-buy-container .product-buyblock__addcart{
		display: block !important;
		margin: 0px 0px 10px 0px;
		border-radius: 5px;
	}
}
/* End */


/* Start:/include/color.css?15973302434386*/

		.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: #1c191c;
		}
		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:#1c191c;
		}
		ul > li:before, ol > li:before {
			color:#1c191c;
		}
		.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:#1c191c;
		}
		.reviews__item:hover .reviews__rating {
			box-shadow: 0 0 0 2px #1c191c;
		}
		.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 #1c191c;
		}
		.float-basket-order .float-basket-order__arrow {
			border-right-color:#1c191c;
		}
		.area2darken:before {
			border-color:transparent #1c191c #1c191c;
		}
		.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:#1b181b;
		}
		.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:#1b181b;
		}
		.product-detail-carousel .product-detail-carousel__nav .active.owl-dot {
			outline-color:#1b181b;
		}


		
		.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:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?150280637751*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/bitrix/templates/flyaway_build/components/bitrix/news.list/rs_banners/styles/redsign_banners.css?15973291104595*/
.rs-banners-container {
  width: 100%;
  position: relative; }

.rs-banners {
  display: none;
  overflow: hidden; }
  .rs-banners_background {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover; }
  .rs-banners_link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 5;
    top: 0; }
  .rs-banners_wrap {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto; }
  .rs-banners_banner .rs-banners_product {
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    height: 100%; }
    .rs-banners_banner .rs-banners_product img {
      max-width: 100%;
      width: auto;
      max-height: 100%;
      display: inline-block; }
  .rs-banners_infowrap {
    height: 100%;
    width: 50%;
    display: table;
    margin-left: 15px;
    word-break: break-word; }
    .rs-banners_infowrap.rs-banners_infovideo {
      width: 100%;
      text-align: center; }
  .rs-banners_infowrap .rs-banners_info {
    display: table-cell;
    vertical-align: middle;
    word-break: break-word; }
  .rs-banners_infowrap .rs-banners_button {
    display: inline-block;
    position: relative;
    padding: 8px 40px;
    background-color: #202020;
    color: #FFF;
    text-decoration: none;
    margin-top: 10px;
    z-index: 9;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s; }
    .rs-banners_infowrap .rs-banners_button:hover {
      opacity: 0.7; }
    .rs-banners_infowrap .rs-banners_button:focus {
      outline: none; }
  .rs-banners_infowrap .rs-banners_info .rs-banners_title,
  .rs-banners_infowrap .rs-banners_info .rs-banners_desc,
  .rs-banners_infowrap .rs-banners_info .rs-banners_price {
    font-family: arial;
    font-size: 18px;
    display: block;
    padding: 10px 15px;
    word-break: break-word; }
    .rs-banners_infowrap .rs-banners_info .rs-banners_title.rs-banners_video-blockwrap,
    .rs-banners_infowrap .rs-banners_info .rs-banners_desc.rs-banners_video-blockwrap,
    .rs-banners_infowrap .rs-banners_info .rs-banners_price.rs-banners_video-blockwrap {
      padding: 1vw 4vw;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      margin-bottom: 20px; }
  .rs-banners_infowrap .rs-banners_info .rs-banners_desc {
    display: none; }
  .rs-banners.__product-reverse .rs-banners_banner .rs-banners_product {
    left: 0;
    right: auto; }
  .rs-banners.__product-reverse .rs-banners_banner .rs-banners_infowrap {
    right: 0;
    left: auto;
    position: absolute; }
  .rs-banners_bottom-line {
    position: absolute;
    background-color: #0084c9;
    display: none;
    width: 100%;
    height: 2px;
    bottom: 28px;
    left: 0; }
  .rs-banners_video {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000; }
    .rs-banners_video video {
      height: 100%;
      width: 100%; }
  .rs-banners_video-play {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 9; }

    .rs-banners-sidebanner_image {
        margin-bottom: 10px;
    }

@media (min-width: 768px) {
  .rs-banners_infowrap .rs-banners_info .rs-banners_desc {
    display: inline-block; }
  .rs-banners-container .rs-banners_bottom-line {
    bottom: -2px; } }

@media (max-width: 768px) {
  .rs-banners_infowrap .rs-banners_info .rs-banners_title {
    font-size: 4vw !important;
    line-height: 6.2vw !important; }
    .rs-banners_infowrap .rs-banners_info .rs-banners_title *, .rs-banners_infowrap .rs-banners_info .rs-banners_title span, .rs-banners_infowrap .rs-banners_info .rs-banners_title p {
      font-size: 4vw !important;
      line-height: 6.2vw !important; }
  .rs-banners_infowrap .rs-banners_info .rs-banners_price {
    font-size: 4vw !important;
    line-height: 3vw; }
    .rs-banners_infowrap .rs-banners_info .rs-banners_price *, .rs-banners_infowrap .rs-banners_info .rs-banners_price span, .rs-banners_infowrap .rs-banners_info .rs-banners_price p {
      font-size: 4vw !important;
      line-height: 3vw; }
  .rs-banners_infowrap .rs-banners_info .rs-banners_desc {
    font-size: 3vw !important; }
    .rs-banners_infowrap .rs-banners_info .rs-banners_desc *, .rs-banners_infowrap .rs-banners_info .rs-banners_desc span, .rs-banners_infowrap .rs-banners_info .rs-banners_desc p {
      font-size: 3vw !important; } }

/* End */


/* Start:/bitrix/templates/flyaway_build/components/bitrix/news.list/rs_banners/styles/theme.css?15973291107096*/
/*
 * 	Default theme - Owl Carousel CSS File
 */
.rs-banners-container .owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .rs-banners-container .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #ebebeb;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .rs-banners-container .owl-theme .owl-nav [class*='owl-']:hover {
      background: #0084c9;
      color: #FFF;
      text-decoration: none; }
  .rs-banners-container .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.rs-banners-container .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.rs-banners-container .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .rs-banners-container .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .rs-banners-container .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #ebebeb;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -moz-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border: 1px solid #ccc;
      border-radius: 30px; }
    .rs-banners-container .owl-theme .owl-dots .owl-dot.active span, .rs-banners-container .owl-theme .owl-dots .owl-dot:hover span {
      background: #0084c9; }

.rs-banners-container .owl-dots {
  bottom: 0;
  margin-top: 5px; }

.rs-banners-container .owl-theme .owl-item {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  overflow: hidden; }

.rs-banners-container .owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  height: 0.1px;
  margin: auto;
  top: 0;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-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; }
  .rs-banners-container .owl-theme .owl-nav .owl-prev,
  .rs-banners-container .owl-theme .owl-nav .owl-next {
    position: absolute;
    opacity: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 45px;
    width: 38px;
    border-radius: 27px;
    color: transparent; }
    .rs-banners-container .owl-theme .owl-nav .owl-prev:hover,
    .rs-banners-container .owl-theme .owl-nav .owl-next:hover {
      background: #ebebeb;
      color: transparent; }
    .rs-banners-container .owl-theme .owl-nav .owl-prev:before,
    .rs-banners-container .owl-theme .owl-nav .owl-next:before {
      font-family: "FontAwesome";
      color: #fff;
      position: absolute;
      width: 100%;
      font-size: 40px;
      left: 0;
      text-align: center;
      line-height: 45px; }
  .rs-banners-container .owl-theme .owl-nav .owl-prev {
    left: 10px; }
    .rs-banners-container .owl-theme .owl-nav .owl-prev:before {
      margin-left: -2px;
      content: "\f104"; }
  .rs-banners-container .owl-theme .owl-nav .owl-next {
    right: 10px; }
    .rs-banners-container .owl-theme .owl-nav .owl-next:before {
      margin-left: 3px;
      content: "\f105"; }

.rs-banners-container:hover .owl-theme .owl-nav .owl-prev,
.rs-banners-container:hover .owl-theme .owl-nav .owl-next {
  opacity: 0.3; }

.rs-banners-container .owl-theme .owl-nav .owl-prev:hover,
.rs-banners-container .owl-theme .owl-nav .owl-next:hover {
  opacity: 0.9; }

@media (min-width: 1024px) {
.rs-banners-container .owl-theme .owl-nav {
  display: block; }
.rs-banners-container .owl-theme .owl-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); } }

@media (min-width: 1620px) {
.rs-banners-container .owl-dots {
  opacity: 0; }
.rs-banners-container:hover .owl-dots {
  opacity: 0.9; } }

.rs-banners-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .rs-banners-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .rs-banners-container .owl-carousel {
    display: block;
    width: 100%; }
  .rs-banners-container.__wide {
    width: 100%; }
  .rs-banners-container.__center {
    width: 100%;
    margin: auto; }
  .rs-banners-container.__leftbanner, .rs-banners-container.__rightbanner {
    width: 100%; }
  .rs-banners-container.__leftbanner .owl-theme .owl-nav,
  .rs-banners-container.__leftbanner .rs-banners .rs-banners_wrap, .rs-banners-container.__rightbanner .owl-theme .owl-nav,
  .rs-banners-container.__rightbanner .rs-banners .rs-banners_wrap {
    width: 100%; }
  .rs-banners-container .rs-banners-sidebanner {
    position: absolute;
    width: 250px;
    display: none;
    overflow: hidden; }
    .rs-banners-container .rs-banners-sidebanner.__left {
      left: 0; }
    .rs-banners-container .rs-banners-sidebanner.__right {
      right: 0; }
  .rs-banners-container .rs-banners.owl-theme .owl-nav .owl-prev,
  .rs-banners-container .rs-banners.owl-theme .owl-nav .owl-next {
    height: 52px;
    width: 52px;
    -webkit-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; }
  .rs-banners-container .rs-banners.owl-theme .owl-dots {
    -webkit-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; }
  .rs-banners-container .rs-banners.owl-theme.owl-carousel .owl-item img {
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0; }
  .rs-banners-container .rs-banners.owl-theme.owl-carousel .owl-video-play-icon {
    background: url("/bitrix/templates/flyaway_build/components/bitrix/news.list/rs_banners/styles/owl.video.play.png") no-repeat; }
  .rs-banners-container .rs-banners.owl-theme.owl-carousel .owl-video-tn {
    background-size: cover; }

@media (min-width: 769px) {
  .rs-banners-container.__leftbanner:not(.__rightbanner) .rs-banners-sidebanner.__left { display: block; }
  .rs-banners-container.__rightbanner .rs-banners-sidebanner.__right { display: block; }
  .__leftbanner {
    padding-left: 270px; }
  .__rightbanner {
    padding-right: 270px; }
  .__leftbanner.__rightbanner {
    padding-right: 270px;
    padding-left: 0; } }

@media (min-width: 1200px) {
    .__leftbanner.__rightbanner {
      padding-right: 270px;
      padding-left: 270px; }
   .rs-banners-container.__leftbanner.__rightbanner .rs-banners-sidebanner {
       display: block;
    }
}

@media (min-width: 1620px) {

  .rs-banners-container.__center {
    width: 1600px; }
  .rs-banners-container.__wide .rs-banners_wrap {
    width: 1600px; }
  .rs-banners-container.__wide .owl-theme .owl-nav {
    width: 1600px; } }
    
  
/* End */


/* Start:/bitrix/templates/flyaway_build/styles.css?15973291131884*/
.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;
  }
}

/* End */
/* /bitrix/templates/flyaway_build/styles/jquery.fancybox.css?15973291135359 */
/* /bitrix/templates/flyaway_build/styles/owl.carousel.min.css?15973291132889 */
/* /bitrix/templates/flyaway_build/styles/bootstrap_styles.css?1597329113232581 */
/* /bitrix/templates/flyaway_build/styles/common.css?1648755418319220 */
/* /bitrix/templates/flyaway_build/custom/style.css?164728266011824 */
/* /bitrix/templates/flyaway_build/template_styles.css?16490856569126 */
/* /include/color.css?15973302434386 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?150280637751 */
/* /bitrix/templates/flyaway_build/components/bitrix/news.list/rs_banners/styles/redsign_banners.css?15973291104595 */
/* /bitrix/templates/flyaway_build/components/bitrix/news.list/rs_banners/styles/theme.css?15973291107096 */
/* /bitrix/templates/flyaway_build/styles.css?15973291131884 */
