

/* Start:/bitrix/templates/mshop_3401/styles/style.css?1746367661209112*/
/*! 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;
  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"] {
  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;
    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;
  }
}
/* line 11, ../sass/bootstrap/_scaffolding.scss */
.wrapper *,
.fancybox-wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 15, ../sass/bootstrap/_scaffolding.scss */
.wrapper *:before,
.wrapper *:after,
.fancybox-wrap *:before,
.fancybox-wrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 25, ../sass/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 30, ../sass/bootstrap/_scaffolding.scss */
body {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  line-height: 1.38462;
  color: #585f69;
  background-color: #fff;
}

/* line 39, ../sass/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 51, ../sass/bootstrap/_scaffolding.scss */
a {
  color: #0084c9;
  text-decoration: none;
}
/* line 55, ../sass/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #00527d;
  text-decoration: underline;
}
/* line 61, ../sass/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 72, ../sass/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 79, ../sass/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 84, ../sass/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 89, ../sass/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 96, ../sass/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.38462;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 109, ../sass/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 116, ../sass/bootstrap/_scaffolding.scss */
hr {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 128, ../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 144, ../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: normal;
  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: 30px;
}

/* line 48, ../sass/bootstrap/_type.scss */
h2, .h2 {
  font-size: 25px;
}

/* line 49, ../sass/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../sass/bootstrap/_type.scss */
h4, .h4 {
  font-size: 22px;
}

/* line 51, ../sass/bootstrap/_type.scss */
h5, .h5 {
  font-size: 20px;
}

/* line 52, ../sass/bootstrap/_type.scss */
h6, .h6 {
  font-size: 16px;
}

/* line 58, ../sass/bootstrap/_type.scss */
p {
  margin: 0 0 9.5px;
}

/* line 62, ../sass/bootstrap/_type.scss */
.lead {
  margin-bottom: 19px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../sass/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../sass/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* 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: #0084c9;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover {
  color: #006396;
}

/* 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: #0084c9;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover {
  background-color: #006396;
}

/* 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 #eeeeee;
}

/* 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.38462;
}

/* 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: 768px) {
  /* line 211, ../sass/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    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: 14px;
  border-left: 5px solid #eeeeee;
}
/* 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.38462;
  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 #eeeeee;
  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.38462;
}

/* 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;
  border-radius: 0px;
}

/* line 24, ../sass/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  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;
  box-shadow: none;
}

/* line 41, ../sass/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  font-size: 13px;
  line-height: 1.38462;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
/* line 55, ../sass/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  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: 15px;
  padding-right: 15px;
}
/* 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: 768px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../sass/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* 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: -15px;
  margin-right: -15px;
}
/* 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: 15px;
  padding-right: 15px;
}

/* 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: 768px) {
  /* 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: 992px) {
  /* 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: 1200px) {
  /* 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: 12px 30px;
  padding-bottom: 12px 30px;
  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: 12px 30px;
  line-height: 1.38462;
  vertical-align: top;
  border-top: 1px solid #ebebeb;
}
/* line 41, ../sass/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ebebeb;
}
/* 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 #ebebeb;
}
/* 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: 6px 25px;
}

/* line 88, ../sass/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ebebeb;
}
/* 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 #ebebeb;
}
/* 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: 767px) {
  /* 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 #ebebeb;
  }
  /* 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: 21px;
  line-height: inherit;
  color: #333333;
  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: 8px;
  font-size: 14px;
  line-height: 1.38462;
  color: #555555;
}

/* line 115, ../sass/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 7px 14px;
  font-size: 14px;
  line-height: 1.38462;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ebebeb;
  border-radius: 0px;
  -webkit-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;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, ../sass/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* 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: #eeeeee;
  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: 36px;
  }
  /* 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: 46px;
  }
}
/* 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: 8px;
  padding-bottom: 8px;
  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;
  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;
  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: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  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: 46px;
  line-height: 46px;
}

/* 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: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
/* line 79, ../sass/bootstrap/mixins/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* 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: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

/* line 347, ../sass/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 352, ../sass/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 45px;
}

/* line 357, ../sass/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  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: 46px;
  height: 46px;
  line-height: 46px;
}

/* 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);
  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;
  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);
  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;
  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);
  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;
  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: #989fa9;
}

@media (min-width: 768px) {
  /* 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: 8px;
}
/* line 524, ../sass/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 530, ../sass/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* 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: 768px) {
  /* line 537, ../sass/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 8px;
  }
}
/* line 548, ../sass/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 558, ../sass/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  /* 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;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 7px 14px;
  font-size: 14px;
  line-height: 1.38462;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, ../sass/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, ../sass/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #585f69;
  text-decoration: none;
}
/* line 39, ../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);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, ../sass/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 60, ../sass/bootstrap/_buttons.scss */
.btn-default {
  color: #585f69;
  background-color: #fff;
  border-color: #0084c9;
}
/* 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: #585f69;
  background-color: #e6e6e6;
  border-color: #005c8c;
}
/* 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: #0084c9;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #585f69;
}

/* line 63, ../sass/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #0084c9;
  border-color: #0084c9;
}
/* 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: #006396;
  border-color: #005c8c;
}
/* 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: #0084c9;
  border-color: #0084c9;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #0084c9;
  background-color: #fff;
}

/* line 67, ../sass/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
/* 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: #419641;
}
/* 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: #5cb85c;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 71, ../sass/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
/* 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: #2aabd2;
}
/* 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: #5bc0de;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 75, ../sass/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* 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: #eb9316;
}
/* 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: #f0ad4e;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 79, ../sass/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
/* 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: #c12e2a;
}
/* 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: #d9534f;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 88, ../sass/bootstrap/_buttons.scss */
.btn-link {
  color: #0084c9;
  font-weight: normal;
  border-radius: 0;
}
/* line 93, ../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;
  box-shadow: none;
}
/* line 101, ../sass/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 107, ../sass/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #00527d;
  text-decoration: underline;
  background-color: transparent;
}
/* line 115, ../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 127, ../sass/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 131, ../sass/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 135, ../sass/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../sass/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 149, ../sass/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 157, ../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;
  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;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-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: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #ebebeb;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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.38462;
  color: #585f69;
  white-space: nowrap;
}

/* line 77, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #585f69;
  background-color: #0084c9;
}

/* line 87, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #585f69;
  text-decoration: none;
  outline: 0;
  background-color: #0084c9;
}

/* line 102, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* 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.38462;
  color: #585f69;
  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: 768px) {
  /* 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) {
  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) {
  border-bottom-right-radius: 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) {
  border-bottom-left-radius: 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 {
  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 {
  border-bottom-right-radius: 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 {
  border-bottom-left-radius: 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);
  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;
  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) {
  border-radius: 0;
}
/* line 174, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 178, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 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 {
  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 {
  border-bottom-right-radius: 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 {
  border-top-right-radius: 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) {
  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: 7px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ebebeb;
  border-radius: 0px;
}
/* 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;
  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: 18px;
  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 {
  border-bottom-right-radius: 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 {
  border-bottom-left-radius: 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: 7px 10px;
}
/* line 23, ../sass/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* 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: #eeeeee;
  border-color: #0084c9;
}
/* 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 #ebebeb;
}
/* 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.38462;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
/* line 89, ../sass/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #ebebeb #ebebeb #ebebeb;
}
/* line 96, ../sass/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #0084c9;
  border: 1px solid #0084c9;
  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 {
  border-radius: 0px;
}
/* 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: #0084c9;
}

/* 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: 768px) {
  /* 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;
  border-radius: 0px;
}
/* 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: 768px) {
  /* line 206, ../sass/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 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;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../sass/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 35px;
  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: 768px) {
  /* line 11, ../sass/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 0px;
  }
}

/* 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: 768px) {
  /* line 31, ../sass/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../sass/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  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: 768px) {
  /* line 50, ../sass/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    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: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* 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: 768px) {
  /* line 129, ../sass/bootstrap/_navbar.scss */
  .navbar-static-top {
    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: 768px) {
  /* line 139, ../sass/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    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: 8px 15px;
  font-size: 18px;
  line-height: 19px;
  height: 35px;
}
/* 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: 768px) {
  /* line 181, ../sass/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 194, ../sass/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 0.5px;
  margin-bottom: 0.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
/* 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;
  border-radius: 1px;
}
/* line 218, ../sass/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 194, ../sass/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 233, ../sass/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 4px -15px;
}
/* line 236, ../sass/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
}
@media (max-width: 767px) {
  /* 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;
    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: 768px) {
  /* 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: 8px;
    padding-bottom: 8px;
  }
}

/* line 287, ../sass/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  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);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -0.5px;
  margin-bottom: -0.5px;
}
@media (min-width: 768px) {
  /* 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: 767px) {
  /* line 299, ../sass/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 303, ../sass/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* 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;
    box-shadow: none;
  }
}

/* line 328, ../sass/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 333, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 344, ../sass/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: -0.5px;
  margin-bottom: -0.5px;
}
/* line 347, ../sass/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}
/* line 350, ../sass/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}

/* line 360, ../sass/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  /* line 360, ../sass/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 380, ../sass/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 383, ../sass/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* 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: 767px) {
  /* 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: 767px) {
  /* 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: 8px 15px;
  margin-bottom: 19px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
/* 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;
  border-radius: 0px;
}
/* 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: 7px 14px;
  line-height: 1.38462;
  text-decoration: none;
  color: #0084c9;
  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;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 32, ../sass/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
/* line 41, ../sass/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #00527d;
  background-color: #eeeeee;
  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: #0084c9;
  border-color: #0084c9;
  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: 18px;
}
/* line 11, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 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 {
  border-bottom-right-radius: 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 {
  border-bottom-left-radius: 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 {
  border-bottom-right-radius: 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;
  border-radius: 15px;
}
/* line 23, ../sass/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* 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;
  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: #0084c9;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #006396;
}

/* 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;
  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: #0084c9;
  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: #eeeeee;
}
/* 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: 21px;
  font-weight: 200;
}
/* line 23, ../sass/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 27, ../sass/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
}
/* line 32, ../sass/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* 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: 63px;
  }
}

/* line 7, ../sass/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 19px;
  line-height: 1.38462;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-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: #585f69;
}

/* line 34, ../sass/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0084c9;
}

/* line 9, ../sass/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 19px;
  border: 1px solid transparent;
  border-radius: 0px;
}
/* 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;
  }
}
@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;
  border-radius: 0px;
  -webkit-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: #0084c9;
  -webkit-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;
  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: 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-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;
  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: 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: 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: 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: 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 {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 34, ../sass/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* 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: #eeeeee;
  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: #0084c9;
  border-color: #0084c9;
}
/* 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: #96dbff;
}

/* 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;
  border-radius: 0px;
  -webkit-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: 20px 39px;
}
/* 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: 0px 0px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
/* 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: 16px;
  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: 0px 0px;
  background-color: #f5f5f5;
  border-top: 1px solid #ebebeb;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

/* 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;
  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;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
/* 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;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

/* 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: 20px 39px;
  padding-right: 20px 39px;
}
/* line 115, ../sass/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
/* 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 {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
/* 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 {
  border-top-left-radius: -1px;
}
/* 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 {
  border-top-right-radius: -1px;
}
/* line 137, ../sass/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
/* 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 {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
/* 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 {
  border-bottom-left-radius: -1px;
}
/* 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 {
  border-bottom-right-radius: -1px;
}
/* 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 #ebebeb;
}
/* 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;
  border-radius: 0px;
}
/* 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 #ebebeb;
}
/* 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 #ebebeb;
}

/* line 248, ../sass/bootstrap/_panels.scss */
.panel-default {
  border-color: #ebebeb;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #585f69;
  background-color: #fff;
  border-color: #ebebeb;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebebeb;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #fff;
  background-color: #585f69;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebebeb;
}

/* line 251, ../sass/bootstrap/_panels.scss */
.panel-primary {
  border-color: #0084c9;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0084c9;
  border-color: #0084c9;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0084c9;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #0084c9;
  background-color: #fff;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0084c9;
}

/* 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;
  border-radius: 0px;
  -webkit-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;
  border-radius: 6px;
}

/* line 26, ../sass/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../sass/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  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%);
  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: 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);
  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);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  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.38462px;
}

/* 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.38462;
}

/* 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: 768px) {
  /* 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);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 143, ../sass/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* 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: "PT Sans", 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;
  border-radius: 0px;
}

/* 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: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.38462;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-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: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  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;
  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: 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);
    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);
    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);
    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: 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: 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;
  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: 768px) {
  /* 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: 767px) {
  /* 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: 767px) {
  /* line 52, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 57, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 62, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* 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: 768px) and (max-width: 991px) {
  /* line 71, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 76, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 81, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* 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: 992px) and (max-width: 1199px) {
  /* line 90, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 95, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 100, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* 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: 1200px) {
  /* line 109, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 114, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 119, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* 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;
  }
}

/* line 23, ../sass/style.scss */
.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

/* line 27, ../sass/style.scss */
.robotolight {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

/* line 31, ../sass/style.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* line 40, ../sass/style.scss */
.pe {
  display: inline-block;
  font: normal normal normal 14px/1 PeIcon7Stroke;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* disable selection */
/* line 50, ../sass/style.scss */
.disableSelection {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 53, ../sass/style.scss */
.container {
  min-width: 320px;
}

@media (min-width: 768px) {
  /* line 57, ../sass/style.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 62, ../sass/style.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 67, ../sass/style.scss */
  .container {
    width: 1170px;
  }
}
/* line 73, ../sass/style.scss */
.invisible {
  visibility: hidden;
}

/* line 76, ../sass/style.scss */
.area2darken {
  cursor: default !important;
  opacity: 0.5;
}

/* line 77, ../sass/style.scss */
.preloader {
  width: 32px;
  height: 32px;
  background: transparent url("/bitrix/templates/mshop_3401/styles/../img/ajax-loader.gif") center center no-repeat;
}

/* line 78, ../sass/style.scss */
.blackMode .preloader {
  background-image: url("/bitrix/templates/mshop_3401/styles/../img/ajax-loader2.gif");
}

/* line 81, ../sass/style.scss */
body {
  overflow-y: scroll;
}

/* reset box-sizing for bx-admin */
/* line 85, ../sass/style.scss */
#bx-admin-prefix .adm-input-file-control *,
#bx-admin-prefix .adm-input-file-control *:before,
#bx-admin-prefix .adm-input-file-control *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 90, ../sass/style.scss */
#bx-admin-prefix label {
  font-weight: normal;
}

/* line 93, ../sass/style.scss */
.notmain {
  margin-top: 17px;
}

/* line 98, ../sass/style.scss */
small {
  color: #b8b8b8;
}

/* line 103, ../sass/style.scss */
.label {
  padding: .10em .7em .17em;
  font-size: 100%;
  font-weight: normal;
  border-radius: 0px;
}

/* line 109, ../sass/style.scss */
.label-success {
  background-color: #87a245;
}

/* line 112, ../sass/style.scss */
.label-danger {
  background-color: #e27e7e;
}

/* images */
/* line 117, ../sass/style.scss */
img {
  width: auto;
  max-width: 100%;
}

/* line 121, ../sass/style.scss */
img.floatleftcorner {
  float: left;
  margin: 0px 30px 30px 0px;
}

/* line 125, ../sass/style.scss */
img.floatleft {
  float: left;
  margin: 30px 30px 30px 0px;
}

/* line 129, ../sass/style.scss */
img.floatrightcorner {
  float: right;
  margin: 0px 0px 30px 30px;
}

/* line 133, ../sass/style.scss */
img.floatright {
  float: right;
  margin: 30px 0px 30px 30px;
}

/* heading */
/* line 139, ../sass/style.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
/* line 144, ../sass/style.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  text-decoration: none;
  color: #585f69;
}
/* line 147, ../sass/style.scss */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  text-decoration: none;
  color: #0084c9;
}

/* line 153, ../sass/style.scss */
h2.coolHeading, .h2.coolHeading {
  padding-bottom: 4px;
  line-height: 30px;
  border-bottom: 1px solid #ebebeb;
  display:block;
  margin:15px 0;
}

/* line 157, ../sass/style.scss */
h2.coolHeading .secondLine, .h2.coolHeading .secondLine {
  position: relative;
  top: 4px;
  border-bottom: 2px solid #0084c9;
}

/* line 163, ../sass/style.scss */
h4, .h4, h6, .h6 {
  color: #0084c9;
}

/* page header */
/* line 168, ../sass/style.scss */
html .page-header {
  padding-bottom: 0px;
  margin: 15px 0px 44px 0px;
  border-bottom: none;
}
/* line 172, ../sass/style.scss */
html .page-header h1 {
  margin: 0px;
}

@media (min-width: 992px) {
  /* line 177, ../sass/style.scss */
  html.detailprodpage .js-brcrtitle,
  html.detailprodpage .js-ttl {
    display: none;
  }
}
@media (max-width: 991px) {
  /* line 183, ../sass/style.scss */
  html.detailprodpage .js-detail .brcrtitle .brcr,
  html.detailprodpage .js-detail .brcrtitle .ttl {
    display: none;
  }

  /* line 187, ../sass/style.scss */
  html .page-header {
    margin: 15px 0px 44px 0px;
  }
}
/* lists */
/* line 193, ../sass/style.scss */
ul, ol {
  list-style: none;
  padding-left: 50px;
}
/* line 196, ../sass/style.scss */
ul > li, ol > li {
  position: relative;
  list-style-type: none;
  line-height: 19px;
}
/* line 200, ../sass/style.scss */
ul > li:before, ol > li:before {
  content: '\2022';
  position: absolute;
  top: 0px;
  left: -31px;
  font-size: 14pt;
  line-height: 1em;
  color: #0084c9;
}

/* line 211, ../sass/style.scss */
ol {
  counter-reset: list 0;
}
/* line 213, ../sass/style.scss */
ol > li:before {
  counter-increment: list;
  content: counter(list) "";
  font-size: 10pt;
  margin-top: 4px;
}

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

/* line 228, ../sass/style.scss */
ul.list-unstyled, ol.list-unstyled {
  list-style: none;
  padding-left: 0px;
  counter-reset: list 0;
}
/* line 232, ../sass/style.scss */
ul.list-unstyled > li, ol.list-unstyled > li {
  position: static;
  list-style-type: none;
}
/* line 235, ../sass/style.scss */
ul.list-unstyled > li:before, ol.list-unstyled > li:before {
  position: static;
  left: 0px;
  content: '';
}

/* line 244, ../sass/style.scss */
html blockquote {
  padding: 25px 75px;
  line-height: 25px;
  text-align: center;
  color: #585e63;
  background-color: #ebebeb;
  border: none;
}

/* line 252, ../sass/style.scss */
html blockquote footer:before,
html blockquote small:before,
html blockquote .small:before {
  content: '';
}

/* line 259, ../sass/style.scss */
a {
  text-decoration: underline;
  color: #9c1210;
}
/* line 262, ../sass/style.scss */
a:hover {
  text-decoration: none;
  color: #202020;
}

/* line 267, ../sass/style.scss */
a.btn {
  text-decoration: none;
}

/* line 270, ../sass/style.scss */
html .aprimary {
  color: #0084c9;
}

/* line 273, ../sass/style.scss */
html a.aprimary {
  color: #0084c9;
  text-decoration: none;
}
/* line 276, ../sass/style.scss */
html a.aprimary:hover {
  text-decoration: underline;
}

/* line 283, ../sass/style.scss */
html .btn {
  border-radius: 0px;
}
/* line 285, ../sass/style.scss */
html .btn:focus, html .btn.focus, html .btn:active:focus, html .btn:active.focus, html .btn.active:focus, html .btn.active.focus {
  outline: none;
  outline-offset: 0px;
}

/* line 297, ../sass/style.scss */
html .btn-default:hover, html .btn-default:focus, html .btn-default.focus, html .btn-default:active, html .btn-default.active, .open > html .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #006396;
  border-color: #006396;
}

/* line 310, ../sass/style.scss */
html .form-control,
html .bx-sls .dropdown-block,
html .bx-slst .dropdown-block {
  height: 35px;
  border-color: #ebebeb;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 317, ../sass/style.scss */
html .form-control:focus,
html .bx-sls .dropdown-block:focus,
html .bx-slst .dropdown-block:focus {
  border-color: #d2d2d2;
  -webkit-box-shadow: inset 1px 1px 1px #ebebeb;
  box-shadow: inset 1px 1px 1px #ebebeb;
}

/* line 322, ../sass/style.scss */
html select[multiple],
html select[size],
html textarea.form-control {
  height: auto;
}

/* line 327, ../sass/style.scss */
html .input-group-addon {
  padding-right: 9px;
  padding-left: 9px;
  background-color: transparent;
  border-color: transparent;
}

/* line 335, ../sass/style.scss */
table.table {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
/* line 338, ../sass/style.scss */
table.table > thead > tr > th {
  color: #000;
  vertical-align: middle;
  font-weight: normal;
}
/* line 343, ../sass/style.scss */
table.table > tbody > tr > td {
  color: #585f69;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
/* line 348, ../sass/style.scss */
table.table > thead > tr > th,
table.table > tbody > tr > td {
  border-top: 1px solid #ebebeb;
  border-bottom: none;
}
/* line 353, ../sass/style.scss */
table.table td.middle {
  vertical-align: middle;
}

/* line 357, ../sass/style.scss */
.table-responsive {
  margin-bottom: 15px;
}
/* line 359, ../sass/style.scss */
.table-responsive table {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  /* line 364, ../sass/style.scss */
  .table-responsive {
    border: none;
  }
}
/* line 370, ../sass/style.scss */
.nav-tabs {
  margin-bottom: 17px;
  border-bottom: none;
}
/* line 373, ../sass/style.scss */
.nav-tabs > li {
  margin-bottom: 5px;
}
/* line 375, ../sass/style.scss */
.nav-tabs > li > a {
  text-decoration: none;
  margin-right: 10px;
  border: 1px solid #ebebeb;
}
/* line 380, ../sass/style.scss */
.nav-tabs > li:before {
  content: none;
}

/* line 387, ../sass/style.scss */
.panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 392, ../sass/style.scss */
.panel-group .panel + .panel {
  margin-top: -1px;
  border-width: none;
}

/* line 397, ../sass/style.scss */
.panel-default > .panel-heading {
  border: none;
}
/* line 399, ../sass/style.scss */
.panel-default > .panel-heading a {
  position: relative;
  display: block;
  padding: 7px 10px;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  line-height: 1.38462;
  text-decoration: none;
  border: 1px solid #ebebeb;
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  -o-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s;
}
/* line 409, ../sass/style.scss */
.panel-default > .panel-heading a:hover {
  color: #585f69;
  border: 1px solid #b8b8b8;
  z-index: 110;
}
/* line 414, ../sass/style.scss */
.panel-default > .panel-heading a:after {
  top: 5px;
  right: 9px;
  font-size: 18px;
  content: "\f107";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: 'FontAwesome';
}
/* line 424, ../sass/style.scss */
.panel-default > .panel-heading a.collapsed:after {
  right: 10px;
  content: "\f105";
}
/* line 428, ../sass/style.scss */
.panel-default > .panel-heading a .right {
  float: right;
  margin-right: 40px;
}

@media (max-width: 992px) {
  /* line 437, ../sass/style.scss */
  .panel-default > .panel-heading a .right {
    float: none;
    margin-left: 20px;
  }
  /* line 440, ../sass/style.scss */
  .panel-default > .panel-heading a .right:before {
    position: relative;
    right: 10px;
    display: inline-block;
    font-size: 12px;
    content: "\2212";
  }
}
/* line 452, ../sass/style.scss */
.panel-group .panel-heading + .panel-collapse:after {
  display: table;
  content: " ";
}
/* line 456, ../sass/style.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body {
  margin-bottom: 10px;
  border-top: none;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}

/* line 466, ../sass/style.scss */
#breadcrumbs {
  padding-bottom: 2px;
}
/* line 468, ../sass/style.scss */
#breadcrumbs li {
  position: relative;
  display: block;
  float: left;
  min-height: 15px;
  margin-right: 5px;
}
/* line 474, ../sass/style.scss */
#breadcrumbs li:before {
  position: absolute;
}
/* line 477, ../sass/style.scss */
#breadcrumbs li a {
  text-decoration: none;
}
/* line 482, ../sass/style.scss */
#breadcrumbs .main li {
  margin-right: 3px;
}
/* line 485, ../sass/style.scss */
#breadcrumbs .main a,
#breadcrumbs .main span {
  display: block;
}
/* line 489, ../sass/style.scss */
#breadcrumbs .main a {
  font-size: 13px;
  text-decoration: none;
}
/* line 492, ../sass/style.scss */
#breadcrumbs .main a i {
  position: relative;
  display: block;
  float: left;
  width: 13px;
}
/* line 497, ../sass/style.scss */
#breadcrumbs .main a i:before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  content: "\f015";
  font-weight: normal;
  font-style: normal;
  color: #585f69;
  font-family: 'FontAwesome';
}

/* line 514, ../sass/style.scss */
html nav {
  text-align: center;
}

/* line 520, ../sass/style.scss */
html .pagination > li.allShower > a {
  margin-left: 20px;
}
/* line 524, ../sass/style.scss */
html .pagination > li > a {
  color: #585f69;
}

/* line 533, ../sass/style.scss */
.wrapper label,
.wrapper label,
.wrapper .bx_filter_param_text,
.fancybox-inner label,
.fancybox-inner label,
.fancybox-inner .bx_filter_param_text {
  position: relative;
}
/* line 538, ../sass/style.scss */
.wrapper input[type="radio"],
.wrapper input[type="checkbox"],
.fancybox-inner input[type="radio"],
.fancybox-inner input[type="checkbox"] {
  left: -9999px;
  position: absolute;
}
/* line 543, ../sass/style.scss */
.wrapper input[type="radio"] + label:before,
.wrapper input[type="checkbox"] + label:before,
.wrapper input[type="radio"]:checked + label:before,
.wrapper input[type="checkbox"]:checked + label:before,
.wrapper input[type="checkbox"] + .bx_filter_param_text:before,
.wrapper input[type="checkbox"]:checked + .bx_filter_param_text:before,
.wrapper input[type="radio"] + .bx_filter_param_text:before,
.wrapper input[type="radio"]:checked + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"] + label:before,
.fancybox-inner input[type="checkbox"] + label:before,
.fancybox-inner input[type="radio"]:checked + label:before,
.fancybox-inner input[type="checkbox"]:checked + label:before,
.fancybox-inner input[type="checkbox"] + .bx_filter_param_text:before,
.fancybox-inner input[type="checkbox"]:checked + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"] + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"]:checked + .bx_filter_param_text:before {
  position: absolute;
  left: -16px;
  font-family: "FontAwesome";
  color: #b8b8b8;
  font-size: 14px;
}
/* line 557, ../sass/style.scss */
.wrapper input[type="radio"] + label:before,
.wrapper input[type="radio"] + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"] + label:before,
.fancybox-inner input[type="radio"] + .bx_filter_param_text:before {
  content: "\f10c";
}
/* line 561, ../sass/style.scss */
.wrapper input[type="radio"]:checked + label:before,
.wrapper input[type="radio"]:checked + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"]:checked + label:before,
.fancybox-inner input[type="radio"]:checked + .bx_filter_param_text:before {
  color: #b8b8b8;
}
/* line 565, ../sass/style.scss */
.wrapper input[type="radio"]:checked + label:after,
.wrapper input[type="radio"]:checked + .bx_filter_param_text:after,
.fancybox-inner input[type="radio"]:checked + label:after,
.fancybox-inner input[type="radio"]:checked + .bx_filter_param_text:after {
  position: absolute;
  left: -16px;
  font-family: "FontAwesome";
  font-size: 14px;
  color: #b8b8b8;
  content: "\f10c";
}
/* line 574, ../sass/style.scss */
.wrapper input[type="radio"]:checked + label:before,
.wrapper input[type="radio"]:checked + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"]:checked + label:before,
.fancybox-inner input[type="radio"]:checked + .bx_filter_param_text:before {
  content: "\f192";
  color: #0084c9;
  font-size: 14px;
}
/* line 580, ../sass/style.scss */
.wrapper input[type="checkbox"] + label:before,
.wrapper input[type="checkbox"] + .bx_filter_param_text:before,
.fancybox-inner input[type="checkbox"] + label:before,
.fancybox-inner input[type="checkbox"] + .bx_filter_param_text:before {
  content: "\f096";
}
/* line 584, ../sass/style.scss */
.wrapper input[type="checkbox"]:checked + label:before,
.wrapper input[type="checkbox"]:checked + .bx_filter_param_text:before,
.fancybox-inner input[type="checkbox"]:checked + label:before,
.fancybox-inner input[type="checkbox"]:checked + .bx_filter_param_text:before {
  color: #b8b8b8;
}
/* line 588, ../sass/style.scss */
.wrapper input[type="checkbox"]:checked + label:after,
.wrapper input[type="checkbox"]:checked + .bx_filter_param_text:after,
.fancybox-inner input[type="checkbox"]:checked + label:after,
.fancybox-inner input[type="checkbox"]:checked + .bx_filter_param_text:after {
  position: absolute;
  top: 1px;
  left: -16px;
  font-family: "FontAwesome";
  font-size: 11px;
  color: #0084c9;
  content: "\f00c";
}

/* line 602, ../sass/style.scss */
.dropdown-toggle > i {
  margin-left: 7px;
}
/* line 604, ../sass/style.scss */
.dropdown-toggle > i:after {
  content: "\f105";
}

/* line 609, ../sass/style.scss */
.dropdown-menu {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 2px solid #0084c9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 614, ../sass/style.scss */
.dropdown-menu > li {
  position: relative;
  display: block;
  height: 35px;
  margin-left: -1px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
/* line 622, ../sass/style.scss */
.dropdown-menu > li.open > a {
  border-color: #ebebeb;
}
/* line 626, ../sass/style.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 7px 25px;
  color: #585f69;
  text-decoration: none;
  margin-top: -1px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
/* line 634, ../sass/style.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #eee;
}

/* line 645, ../sass/style.scss */
.text-fadeout:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  right: 0;
  background-image: -webkit-linear-gradient(right, white, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(right, white, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(right, white, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(right, white, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}

/* line 661, ../sass/style.scss */
.progress {
  height: 6px;
  margin-top: 0px;
  margin-bottom: 15px;
  background-color: #ebebeb;
}

/* line 669, ../sass/style.scss */
.da2 .progress .progress-bar {
  background-color: #ffd200;
}

/* line 676, ../sass/style.scss */
.qb .progress .progress-bar {
  background-color: #ff6600;
}

/* line 683, ../sass/style.scss */
html label {
  font-weight: normal;
}
/* line 688, ../sass/style.scss */
html .radio label,
html .checkbox label {
  padding-left: 0px;
  margin-left: 16px;
}

/* line 698, ../sass/style.scss */
html span.starrequired, html span.required {
  color: #c90d0d;
}

/* End */


/* Start:/bitrix/templates/mshop_3401/styles/owl.carousel.css?174636766123629*/
/* 
 *  Owl Carousel - Animate Plugin
 */
/* line 5, ../sass/owl/_owl.animate.scss */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 11, ../sass/owl/_owl.animate.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}
/* line 14, ../sass/owl/_owl.animate.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}
/* line 17, ../sass/owl/_owl.animate.scss */
.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 Carousel - Auto Height Plugin
 */
/* line 7, ../sass/owl/_owl.autoheight.scss */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
/* line 4, ../sass/owl/_owl.carousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
/* line 12, ../sass/owl/_owl.carousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
/* line 17, ../sass/owl/_owl.carousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 26, ../sass/owl/_owl.carousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 33, ../sass/owl/_owl.carousel.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
/* line 41, ../sass/owl/_owl.carousel.scss */
.owl-carousel .owl-item img {
  width: 100%;
}
/* line 45, ../sass/owl/_owl.carousel.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
/* line 50, ../sass/owl/_owl.carousel.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 62, ../sass/owl/_owl.carousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}
/* line 66, ../sass/owl/_owl.carousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
/* line 71, ../sass/owl/_owl.carousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}
/* line 75, ../sass/owl/_owl.carousel.scss */
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
/* line 79, ../sass/owl/_owl.carousel.scss */
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 86, ../sass/owl/_owl.carousel.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
/* line 94, ../sass/owl/_owl.carousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}
/* line 98, ../sass/owl/_owl.carousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 104, ../sass/owl/_owl.carousel.scss */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 9, ../sass/owl/_owl.lazyload.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
/* line 8, ../sass/owl/_owl.video.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
/* line 13, ../sass/owl/_owl.video.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/bitrix/templates/mshop_3401/styles/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
/* line 27, ../sass/owl/_owl.video.scss */
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
/* line 30, ../sass/owl/_owl.video.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
/* line 34, ../sass/owl/_owl.video.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
/* line 45, ../sass/owl/_owl.video.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* base styles */
/* nav */
/* line 39, ../sass/owl.carousel.scss */
.owl .owl-item,
.owlslider .owl-item {
  padding-bottom: 1px;
  padding-left: 1px;
}

/* line 50, ../sass/owl.carousel.scss */
.owl > .item > a > video,
.owl_banners > .item > a > video,
.owl_banners2banners2 > .item > a > video,
.owlslider > .item > a > video {
  display: block;
}
/* line 55, ../sass/owl.carousel.scss */
.owl .owl-item,
.owl_banners .owl-item,
.owl_banners2banners2 .owl-item,
.owlslider .owl-item {
  -webkit-backface-visibility: visible;
}
/* line 57, ../sass/owl.carousel.scss */
.owl .owl-item img,
.owl_banners .owl-item img,
.owl_banners2banners2 .owl-item img,
.owlslider .owl-item img {
  width: auto;
  margin: 0 auto;
}
/* line 62, ../sass/owl.carousel.scss */
.owl .owl-nav div,
.owl_banners .owl-nav div,
.owl_banners2banners2 .owl-nav div,
.owlslider .owl-nav div {
  display: inline-block;
  cursor: pointer;
  color: #000;
  background-color: #ebebeb;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 68, ../sass/owl.carousel.scss */
.owl .owl-nav div:hover,
.owl_banners .owl-nav div:hover,
.owl_banners2banners2 .owl-nav div:hover,
.owlslider .owl-nav div:hover {
  color: #fff;
  background-color: #0084c9;
}
/* line 72, ../sass/owl.carousel.scss */
.owl .owl-nav div span,
.owl_banners .owl-nav div span,
.owl_banners2banners2 .owl-nav div span,
.owlslider .owl-nav div span {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  padding: 3px 8px;
}
/* line 82, ../sass/owl.carousel.scss */
.owl .owl-nav div.prev span:after,
.owl_banners .owl-nav div.prev span:after,
.owl_banners2banners2 .owl-nav div.prev span:after,
.owlslider .owl-nav div.prev span:after {
  content: "\f104";
}
/* line 87, ../sass/owl.carousel.scss */
.owl .owl-nav div.next,
.owl_banners .owl-nav div.next,
.owl_banners2banners2 .owl-nav div.next,
.owlslider .owl-nav div.next {
  margin-left: 8px;
}
/* line 90, ../sass/owl.carousel.scss */
.owl .owl-nav div.next span:after,
.owl_banners .owl-nav div.next span:after,
.owl_banners2banners2 .owl-nav div.next span:after,
.owlslider .owl-nav div.next span:after {
  content: "\f105";
}

@media (max-width: 1199px) {
  /* line 103, ../sass/owl.carousel.scss */
  .owl_banners .owl-item .item.text .info,
  .owl_banners2 .owl-item .item.text .info {
    width: 70%;
  }
  /* line 105, ../sass/owl.carousel.scss */
  .owl_banners .owl-item .item.text .info .name,
  .owl_banners2 .owl-item .item.text .info .name {
    font-size: 3.5vw;
  }
  /* line 107, ../sass/owl.carousel.scss */
  .owl_banners .owl-item .item.text .info .name p,
  .owl_banners2 .owl-item .item.text .info .name p {
    line-height: 5.5vw;
  }
  /* line 111, ../sass/owl.carousel.scss */
  .owl_banners .owl-item .item.text .info .descr,
  .owl_banners2 .owl-item .item.text .info .descr {
    display: none;
  }
}
@media (max-width: 991px) {
  /* line 125, ../sass/owl.carousel.scss */
  .owl_banners .owl-item .item img,
  .owl_banners2 .owl-item .item img {
    height: 250px;
    max-width: none;
  }
  /* line 130, ../sass/owl.carousel.scss */
  .owl_banners .owl-item .item.text .info,
  .owl_banners2 .owl-item .item.text .info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 149, ../sass/owl.carousel.scss */
  .owl_banners .owl-item .item img,
  .owl_banners2 .owl-item .item img {
    height: 175px;
    max-width: none;
  }
}
/* dots */
/* line 160, ../sass/owl.carousel.scss */
.owl .owl-dots {
  display: none;
}

/* line 168, ../sass/owl.carousel.scss */
.owl .mobilename,
.owl_banners .mobilename,
.owl_banners2 .mobilename {
  display: none;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 5vw;
  line-height: 7.5vw;
}
/* line 176, ../sass/owl.carousel.scss */
.owl .mobilename p,
.owl_banners .mobilename p,
.owl_banners2 .mobilename p {
  display: table-cell;
  vertical-align: middle;
}
/* line 180, ../sass/owl.carousel.scss */
.owl .mobilename p span,
.owl_banners .mobilename p span,
.owl_banners2 .mobilename p span {
  text-transform: uppercase;
  padding-right: 7px;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  text-decoration: none;
}
/* line 191, ../sass/owl.carousel.scss */
.owl .owl-nav,
.owl_banners .owl-nav,
.owl_banners2 .owl-nav {
  text-align: right;
  margin-top: 10px;
}
/* line 194, ../sass/owl.carousel.scss */
.owl .owl-nav div,
.owl_banners .owl-nav div,
.owl_banners2 .owl-nav div {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 198, ../sass/owl.carousel.scss */
.owl .disabled,
.owl_banners .disabled,
.owl_banners2 .disabled {
  opacity: .5;
  cursor: default;
}

/* line 203, ../sass/owl.carousel.scss */
.owl.noscroll .owl-nav,
.owl_banners.noscroll .owl-nav,
.owl_banners2.noscroll .owl-nav {
  display: none;
}

/* /base styles */
/* template "banners" */
/* nav */
/* line 212, ../sass/owl.carousel.scss */
.owl_banners,
.owl_banners2 {
  border-bottom: 2px solid #0084c9;
}
/* line 215, ../sass/owl.carousel.scss */
.owl_banners .owl-nav,
.owl_banners2 .owl-nav {
  position: relative;
}
/* line 217, ../sass/owl.carousel.scss */
.owl_banners .owl-nav div,
.owl_banners2 .owl-nav div {
  position: absolute;
  border-radius: 27px;
}
/* line 220, ../sass/owl.carousel.scss */
.owl_banners .owl-nav div.prev,
.owl_banners2 .owl-nav div.prev {
  left: 0;
}
/* line 222, ../sass/owl.carousel.scss */
.owl_banners .owl-nav div.prev > span,
.owl_banners2 .owl-nav div.prev > span {
  padding: 5px 22px 7px 18px;
}
/* line 226, ../sass/owl.carousel.scss */
.owl_banners .owl-nav div.next,
.owl_banners2 .owl-nav div.next {
  right: 0;
}
/* line 228, ../sass/owl.carousel.scss */
.owl_banners .owl-nav div.next > span,
.owl_banners2 .owl-nav div.next > span {
  padding: 5px 18px 7px 22px;
}
/* line 232, ../sass/owl.carousel.scss */
.owl_banners .owl-nav div:hover,
.owl_banners2 .owl-nav div:hover {
  background-color: #ebebeb;
}
/* line 235, ../sass/owl.carousel.scss */
.owl_banners .owl-nav div span,
.owl_banners2 .owl-nav div span {
  font-size: 39px;
  color: #fff;
  padding: 5px 19px;
}

@media (min-width: 992px) {
  /* line 244, ../sass/owl.carousel.scss */
  .owl_banners,
  .owl_banners2 {
    margin-bottom: 26px;
  }
}
/* dots */
/* line 250, ../sass/owl.carousel.scss */
.withdots {
  position: relative;
  height: 310px;
}
/* line 253, ../sass/owl.carousel.scss */
.withdots .owl-dots {
  text-align: center;
  width: 100%;
}
/* line 256, ../sass/owl.carousel.scss */
.withdots .owl-dots .owl-dot {
  display: inline-block;
  padding: 5px;
  zoom: 1;
  *display: inline;
}
/* line 262, ../sass/owl.carousel.scss */
.withdots .owl-dots .owl-dot.active span {
  background: #006396;
}
/* line 267, ../sass/owl.carousel.scss */
.withdots .owl-dots .owl-dot:hover span {
  background: #0084c9;
}
/* line 271, ../sass/owl.carousel.scss */
.withdots .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ebebeb;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* line 290, ../sass/owl.carousel.scss */
.owl_banners,
.owl_banners2 {
  position: relative;
}
/* line 293, ../sass/owl.carousel.scss */
.owl_banners .owl-nav div,
.owl_banners .owl-dots,
.owl_banners2 .owl-nav div,
.owl_banners2 .owl-dots {
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 299, ../sass/owl.carousel.scss */
.owl_banners .owl-nav,
.owl_banners2 .owl-nav {
  margin: 0 auto;
}
/* line 302, ../sass/owl.carousel.scss */
.owl_banners .owl-dots,
.owl_banners2 .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* line 306, ../sass/owl.carousel.scss */
.owl_banners .owl-dots .owl-dot,
.owl_banners2 .owl-dots .owl-dot {
  display: inline-block;
  padding: 5px;
  zoom: 1;
  *display: inline;
}
/* line 312, ../sass/owl.carousel.scss */
.owl_banners .owl-dots .owl-dot.active span,
.owl_banners2 .owl-dots .owl-dot.active span {
  background: #006396;
}
/* line 317, ../sass/owl.carousel.scss */
.owl_banners .owl-dots .owl-dot:hover span,
.owl_banners2 .owl-dots .owl-dot:hover span {
  background: #0084c9;
}
/* line 321, ../sass/owl.carousel.scss */
.owl_banners .owl-dots .owl-dot span,
.owl_banners2 .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ebebeb;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

@media (min-width: 768px) {
  /* line 344, ../sass/owl.carousel.scss */
  .owl_banners:hover .owl-nav,
  .owl_banners2:hover .owl-nav,
  .withdots .owl-nav {
    margin-top: 0;
  }
  /* line 346, ../sass/owl.carousel.scss */
  .owl_banners:hover .owl-nav div,
  .owl_banners2:hover .owl-nav div,
  .withdots .owl-nav div {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
  /* line 348, ../sass/owl.carousel.scss */
  .owl_banners:hover .owl-nav div:hover,
  .owl_banners2:hover .owl-nav div:hover,
  .withdots .owl-nav div:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
  }
  /* line 353, ../sass/owl.carousel.scss */
  .owl_banners:hover .owl-dots,
  .owl_banners2:hover .owl-dots,
  .withdots .owl-dots {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  /* line 358, ../sass/owl.carousel.scss */
  .withdots {
    height: 300px;
  }
  /* line 360, ../sass/owl.carousel.scss */
  .withdots .owl-dots {
    display: none;
  }
}
@media (min-width: 1325px) {
  /* line 368, ../sass/owl.carousel.scss */
  .owl_banners .owl-nav div.prev,
  .owl_banners2 .owl-nav div.prev {
    left: -54px;
  }

  /* line 374, ../sass/owl.carousel.scss */
  .owl_banners .owl-nav div.next,
  .owl_banners2 .owl-nav div.next {
    right: -54px;
  }
}
/* line 381, ../sass/owl.carousel.scss */
.owl_banners .owl-item,
.owl_banners2 .owl-item {
  -webkit-backface-visibility: visible;
}
/* line 383, ../sass/owl.carousel.scss */
.owl_banners .owl-item .container.abs,
.owl_banners2 .owl-item .container.abs {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 388, ../sass/owl.carousel.scss */
.owl_banners .owl-item .info,
.owl_banners .owl-item .pic,
.owl_banners2 .owl-item .info,
.owl_banners2 .owl-item .pic {
  float: left;
}
/* line 392, ../sass/owl.carousel.scss */
.owl_banners .owl-item .info,
.owl_banners2 .owl-item .info {
  width: 40%;
  padding-top: 2%;
}
/* line 395, ../sass/owl.carousel.scss */
.owl_banners .owl-item .info .name,
.owl_banners2 .owl-item .info .name {
  display: block;
  font-size: 35px;
  color: #0084c9;
  margin-bottom: 2%;
  overflow: hidden;
}
/* line 402, ../sass/owl.carousel.scss */
.owl_banners .owl-item .info .descr,
.owl_banners2 .owl-item .info .descr {
  margin-bottom: 1%;
}
/* line 406, ../sass/owl.carousel.scss */
.owl_banners .owl-item .pic,
.owl_banners2 .owl-item .pic {
  width: 60%;
}
/* line 410, ../sass/owl.carousel.scss */
.owl_banners .owl-item .item.text .name,
.owl_banners .owl-item .item.text .descr,
.owl_banners2 .owl-item .item.text .name,
.owl_banners2 .owl-item .item.text .descr {
  overflow: hidden;
}
/* line 413, ../sass/owl.carousel.scss */
.owl_banners .owl-item .item.text .name p,
.owl_banners .owl-item .item.text .descr p,
.owl_banners2 .owl-item .item.text .name p,
.owl_banners2 .owl-item .item.text .descr p {
  position: relative;
  display: inline;
  white-space: pre-wrap;
}
/* line 417, ../sass/owl.carousel.scss */
.owl_banners .owl-item .item.text .name p > span,
.owl_banners .owl-item .item.text .descr p > span,
.owl_banners2 .owl-item .item.text .name p > span,
.owl_banners2 .owl-item .item.text .descr p > span {
  position: relative;
  z-index: 1;
}
/* line 424, ../sass/owl.carousel.scss */
.owl_banners .owl-item .item.text .name p,
.owl_banners2 .owl-item .item.text .name p {
  line-height: 56px;
}
/* line 426, ../sass/owl.carousel.scss */
.owl_banners .owl-item .item.text .name p > span,
.owl_banners2 .owl-item .item.text .name p > span {
  text-transform: uppercase;
  padding-right: 7px;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
/* line 435, ../sass/owl.carousel.scss */
.owl_banners .owl-item .item.text .descr,
.owl_banners2 .owl-item .item.text .descr {
  padding-left: 0.3em;
  max-height: 116px;
  overflow: hidden;
}
/* line 439, ../sass/owl.carousel.scss */
.owl_banners .owl-item .item.text .descr p,
.owl_banners2 .owl-item .item.text .descr p {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  border-left: none;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 445, ../sass/owl.carousel.scss */
.owl_banners .owl-item .item.text .descr p:after,
.owl_banners2 .owl-item .item.text .descr p:after {
  content: "";
  position: absolute;
  top: -0.05em;
  right: 100%;
  bottom: -0.05em;
  width: 0.4em;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 460, ../sass/owl.carousel.scss */
.owl_banners .owl-item .item.product a .info .descr,
.owl_banners .owl-item .item.product a .info .price,
.owl_banners2 .owl-item .item.product a .info .descr,
.owl_banners2 .owl-item .item.product a .info .price {
  color: #202020;
}
/* line 464, ../sass/owl.carousel.scss */
.owl_banners .owl-item .item.product a .info .buy,
.owl_banners2 .owl-item .item.product a .info .buy {
  line-height: 28px;
}
/* line 467, ../sass/owl.carousel.scss */
.owl_banners .owl-item .item.product a .info .price,
.owl_banners2 .owl-item .item.product a .info .price {
  float: left;
  font-size: 28px;
  color: #000;
  margin-right: 28px;
  padding-top: 3px;
}
/* line 477, ../sass/owl.carousel.scss */
.owl_banners .owl-item .item.product .mobiletext,
.owl_banners2 .owl-item .item.product .mobiletext {
  font-size: 24px;
  height: 35px;
}
/* line 482, ../sass/owl.carousel.scss */
.owl_banners .owl-item .item.product .mobiletext .text,
.owl_banners2 .owl-item .item.product .mobiletext .text {
  display: block;
  width: 100%;
  overflow: hidden;
}
/* line 490, ../sass/owl.carousel.scss */
.owl_banners .owl-item .item.video video,
.owl_banners2 .owl-item .item.video video {
  display: block;
  width: 100%;
}

@media (min-width: 1200px) {
  /* line 501, ../sass/owl.carousel.scss */
  .owl_banners .owl-item .container.abs,
  .owl_banners2 .owl-item .container.abs {
    left: 50%;
    margin-left: -585px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 512, ../sass/owl.carousel.scss */
  .owl_banners .owl-item .container.abs,
  .owl_banners2 .owl-item .container.abs {
    left: 50%;
    margin-left: -485px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 523, ../sass/owl.carousel.scss */
  .owl_banners .owl-item .container.abs,
  .owl_banners2 .owl-item .container.abs {
    left: 50%;
    margin-left: -375px;
  }
}
/* /template "banners" */
/* template "banners2" */
/* line 537, ../sass/owl.carousel.scss */
.owl_banners2 .owl-item .heighter {
  height: 400px;
}
/* line 542, ../sass/owl.carousel.scss */
.owl_banners2 .owl-item .item.text .image,
.owl_banners2 .owl-item .item.banner .image {
  background-position: center center;
  background-size: cover;
}
/* line 548, ../sass/owl.carousel.scss */
.owl_banners2 .owl-item .item.product .info {
  width: 80%;
}
/* line 551, ../sass/owl.carousel.scss */
.owl_banners2 .owl-item .item.product img {
  max-height: 400px;
}

@media (max-width: 991px) {
  /* line 560, ../sass/owl.carousel.scss */
  .owl_banners2 .owl-item .heighter {
    height: 250px;
  }
  /* line 564, ../sass/owl.carousel.scss */
  .owl_banners2 .owl-item .item.product .info {
    width: 100%;
  }
  /* line 567, ../sass/owl.carousel.scss */
  .owl_banners2 .owl-item .item.product img {
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  /* line 577, ../sass/owl.carousel.scss */
  .owl_banners2 .mobilename {
    display: table;
  }

  /* line 583, ../sass/owl.carousel.scss */
  .owl_banners2 {
    margin-bottom: 25px;
  }
  /* line 585, ../sass/owl.carousel.scss */
  .owl_banners2 .owl-dots {
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    bottom: -40px;
  }

  /* line 594, ../sass/owl.carousel.scss */
  .owl_banners2 .owl-item .heighter {
    height: 175px;
  }
  /* line 598, ../sass/owl.carousel.scss */
  .owl_banners2 .owl-item .item.product .heighter {
    height: 140px;
  }
  /* line 601, ../sass/owl.carousel.scss */
  .owl_banners2 .owl-item .item.product .info {
    width: 100%;
  }
  /* line 608, ../sass/owl.carousel.scss */
  .owl_banners2 .owl-item .item.product .img {
    height: 140px;
    line-height: 140px;
  }
  /* line 611, ../sass/owl.carousel.scss */
  .owl_banners2 .owl-item .item.product .img img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 140px;
  }
}
/* /template "banners2" */

/* End */


/* Start:/bitrix/templates/mshop_3401/styles/jquery.fancybox.css?17463676615676*/
/*! 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:
		0px 5px 5px -1px rgba(0,0,0,0.4),
		0px 5px 5px -1px rgba(0,0,0,0.4);
}

.fancybox-skin {
	position: relative;
	background: #fafafa;
	border: 1px solid #ebebeb;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	padding-top: 11px;
	overflow: hidden;
}
.fancybox-inner .webform {
	border-top: none;
}
.fancybox-inner .mainform .field-wrap textarea {
	resize: none;
}
.fancybox-inner .mainform .buttons {
	margin-bottom: 15px;
}
.fancybox-inner .mainform .buttons span {
	margin-top: 10px;
}
@media (min-width: 769px) {
	.fancybox-inner .mainform .buttons span {
		float: left;
		margin-bottom: 0px;
	}
}
@media (max-width: 768px) {
	.fancybox-inner .mainform .buttons span {
		margin-bottom: 10px;
	}
}
@media (max-width: 400px) {
	.fancybox-outer .fancybox-inner {
		max-width: 240px;
	}
}
.fancybox-inner .mainform .buttons span .required {
	margin-top: 0px;
	margin-bottom: 10px;
}

.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/mshop_3401/styles/../img/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/mshop_3401/styles/../img/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 13px;
	height: 13px;
	background: transparent url('/bitrix/templates/mshop_3401/styles/../img/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/mshop_3401/styles/../img/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/mshop_3401/styles/../img/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-family: "Roboto", sans-serif;
  	font-weight: 300;
  	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/mshop_3401/styles/../img/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/mshop_3401/styles/../img/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/mshop_3401/styles/header.css?174636766135952*/
/* line 3, ../sass/header.scss */
.topline {
  padding-top: 1px;
  line-height: 22px;
}
/* line 6, ../sass/header.scss */
.topline a {
  text-decoration: none;
}
/* line 8, ../sass/header.scss */
.topline a:hover {
  text-decoration: underline;
}
/* line 12, ../sass/header.scss */
.topline .top_line_menu {
  max-height: 21px;
  overflow: hidden;
}
/* line 15, ../sass/header.scss */
.topline .top_line_menu li {
  float: left;
  margin-right: 15px;
}
/* line 18, ../sass/header.scss */
.topline .top_line_menu li > ul li {
  float: none;
  margin: 0;
}
/* line 24, ../sass/header.scss */
.topline .top_line_menu .top_line_menu__more-list {
  left: auto;
  right: auto;
  top: auto;
}
/* line 30, ../sass/header.scss */
.topline .top_line_menu .top_line_menu__more {
  margin: 0;
}
/* line 36, ../sass/header.scss */
.topline .top_line_menu_responsive .dropdown-toggle i {
  margin-right: 7px;
  margin-left: 0px;
}
/* line 39, ../sass/header.scss */
.topline .top_line_menu_responsive .dropdown-toggle i:after {
  content: "\f0c9";
}
/* line 45, ../sass/header.scss */
.topline .authinhead {
  display: inline-block;
}
/* line 48, ../sass/header.scss */
.topline .authinhead a + a {
  margin-left: 15px;
}
/* line 53, ../sass/header.scss */
.topline a + .locationinhead,
.topline .locationinhead + .authinhead {
  margin-left: 15px;
}

/* line 60, ../sass/header.scss */
.locationinhead form,
.locationinfoot form {
  display: inline-block;
}
/* line 62, ../sass/header.scss */
.locationinhead form label,
.locationinfoot form label {
  margin-bottom: 0px;
  font-weight: normal;
}
/* line 67, ../sass/header.scss */
.locationinhead .dropdown-toggle,
.locationinfoot .dropdown-toggle {
  text-decoration: none;
}
/* line 69, ../sass/header.scss */
.locationinhead .dropdown-toggle:hover,
.locationinfoot .dropdown-toggle:hover {
  text-decoration: none;
}
/* line 71, ../sass/header.scss */
.locationinhead .dropdown-toggle:hover > span,
.locationinfoot .dropdown-toggle:hover > span {
  border-bottom-color: transparent;
}
/* line 75, ../sass/header.scss */
.locationinhead .dropdown-toggle > span,
.locationinfoot .dropdown-toggle > span {
  border-bottom: 1px dashed #585f69;
}

/* line 80, ../sass/header.scss */
.locationinfoot {
  margin-bottom: 10px;
}

/*Header v4
------------------------------------*/
/* line 86, ../sass/header.scss */
header {
  z-index: 99;
  position: relative;
}
/* line 89, ../sass/header.scss */
header .vertical_blue_line {
  border-left: 1px solid #0083c7;
}
/* line 92, ../sass/header.scss */
header .head {
  margin-top: 5px;
  margin-bottom: 15px;
}
/* line 97, ../sass/header.scss */
header .slogan > div {
  width: 100%;
  font-size: 18px;
  color: #202020;
}
/* line 104, ../sass/header.scss */
header .contacts .phone {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}
/* line 107, ../sass/header.scss */
header .contacts .phone span {
  color: #0084c9;
}
/* line 110, ../sass/header.scss */
header .contacts .phone a {
  text-decoration: none;
}
/* line 115, ../sass/header.scss */
header .buttons {
  text-align: right;
}
/* line 117, ../sass/header.scss */
header .buttons .btn {
  min-width: 175px;
  margin-bottom: 3px;
}
/* line 122, ../sass/header.scss */
header .basketinhead,
header .favoriteinhead {
  position: relative;
  display: inline-block;
  padding-left: 38px;
  line-height: 11px;
  text-decoration: none;
}
/* line 129, ../sass/header.scss */
header .basketinhead:before,
header .favoriteinhead:before {
  position: absolute;
  top: 50%;
  left: 0px;
  font-family: PeIcon7Stroke;
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  color: #0084c9;
}
/* line 139, ../sass/header.scss */
header .basketinhead .descr,
header .favoriteinhead .descr {
  line-height: 18px;
}
/* line 142, ../sass/header.scss */
header .basketinhead .aprimary,
header .favoriteinhead .aprimary {
  line-height: 18px;
}
/* line 147, ../sass/header.scss */
header .basketinhead:before {
  margin-top: -9px;
  content: "\e66e";
}
/* line 153, ../sass/header.scss */
header .favoriteinhead:before {
  margin-top: -6px;
  content: "\e642";
}

/* line 160, ../sass/header.scss */
header .navbar.type2 .contacts .phone {
  font-size: 18px;
}

/* line 164, ../sass/header.scss */
header .navbar {
  margin: 0;
}

/* line 168, ../sass/header.scss */
header .navbar-default {
  border: none;
  background: none;
}

/* line 175, ../sass/header.scss */
header.style2 .navbar-header {
  margin: 0px;
}
/* line 179, ../sass/header.scss */
header .navbar-header {
  float: none;
  margin: 2px 0px 24px 0px;
}
/* line 186, ../sass/header.scss */
header .navbar-header > .row:first-child > .col .box h4 {
  margin: 0;
}

@media (max-width: 991px) {
  /* line 197, ../sass/header.scss */
  header .navbar-default .navbar-nav > .open > a,
  header .navbar-default .navbar-nav > .open > a:hover,
  header .navbar-default .navbar-nav > .open > a:focus {
    border-bottom-color: #ebebeb;
  }

  /* line 202, ../sass/header.scss */
  header .navbar-default {
    margin-bottom: 10px;
  }

  /* line 205, ../sass/header.scss */
  header .navbar-header,
  header .container > .navbar-header {
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  /* line 212, ../sass/header.scss */
  header .col.destroypadding {
    padding-left: 1px;
    padding-right: 0px;
  }
  /* line 216, ../sass/header.scss */
  header .favandbasket {
    margin-top: 20px;
  }
  /* line 218, ../sass/header.scss */
  header .favandbasket .nocol {
    float: left;
  }
  /* line 220, ../sass/header.scss */
  header .favandbasket .nocol:first-child {
    padding-right: 9px;
  }
  /* line 223, ../sass/header.scss */
  header .favandbasket .nocol:last-child {
    padding-left: 8px;
  }
  /* line 230, ../sass/header.scss */
 /*  header .basketinhead .descr,
  header .favoriteinhead .descr {
    position: absolute;
    top: -16px;
    right: -4px;
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
  } */
  /* line 238, ../sass/header.scss */
  header .basketinhead .descr:before,
  header .favoriteinhead .descr:before {
    position: absolute;
    top: -3px;
    left: -50%;
    display: none !important;
    width: 24px;
    height: 24px;
    margin-left: 12px;
    content: ' ';
    background-color: #ebebeb;
    border-radius: 12px;
    z-index: 1;
  }
  /* line 251, ../sass/header.scss */
  header .basketinhead .descr > div,
  header .basketinhead .descr > span,
  header .favoriteinhead .descr > div,
  header .favoriteinhead .descr > span {
    position: relative;
    z-index: 2;
  }
  /* line 259, ../sass/header.scss */
  header .basketinhead:before {
    margin-top: -5px;
  }
}
@media (min-width: 768px) {
  /* line 268, ../sass/header.scss */
  header .box {
    display: table;
    min-height: 85px;
    height: 85px;
  }
  /* line 272, ../sass/header.scss */
  header .box > .in {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 1200px) {
  /* line 282, ../sass/header.scss */
  header .favandbasket {
    padding-left: 0px;
  }
  /* line 285, ../sass/header.scss */
  header .favandbasket .row > .nocol {
    padding-right: 10px;
  }
  /* line 288, ../sass/header.scss */
  header .favandbasket .row .nocol + .nocol {
    padding-left: 10px;
  }
}
/*Navbar Brand*/
/* line 297, ../sass/header.scss */
header .navbar-brand {
  z-index: 1;
  display: block;
  margin: 10px 0;
}

@media (min-width: 992px) {
  /* line 304, ../sass/header.scss */
  header .navbar-brand img {
    margin-left: 5px;
  }
}
@media (max-width: 1199px) {
  /* line 310, ../sass/header.scss */
  header .navbar-brand {
    padding: 0;
    float: none;
  }

  /* line 315, ../sass/header.scss */
  header .navbar-brand img {
    display: block;
    text-align: center;
    margin: 0 auto 15px;
  }
}
/* line 322, ../sass/header.scss */
header .navbar-nav {
  float: left;
  margin-top: -1px;
}

/*Header Banner*/
@media (max-width: 1199px) {
  /* line 329, ../sass/header.scss */
  header img.header-banner {
    margin-bottom: 20px;
  }
}
/*Navbar Toggle*/
/* line 335, ../sass/header.scss */
header .navbar-default .navbar-toggle {
  position: relative;
  width: 100%;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 0;
  border-color: #ebebeb;
  overflow: hidden;
}

/* line 344, ../sass/header.scss */
header.color .navbar-default .navbar-toggle {
  color: #fff;
  background-color: #0084c9;
}

/* line 348, ../sass/header.scss */
header.color .navbar-default .navbar-toggle:hover {
  background-color: #006396;
}

/* line 352, ../sass/header.scss */
header .full-width-menu {
  float: left;
  font-size: 14px;
  margin-right: 10px;
}

/* line 358, ../sass/header.scss */
header .navbar-default .navbar-toggle .icon-toggle {
  position: absolute;
  top: 11px;
  right: 10px;
  float: right;
  width: 25px;
  height: 1px;
  margin: 2px 0 7px;
  font-size: 19px;
}

/* line 369, ../sass/header.scss */
header.color .navbar-default .navbar-toggle .icon-toggle .icon-bar {
  background-color: #fff;
}

/* line 374, ../sass/header.scss */
header .navbar-default .navbar-toggle .icon-toggle:last-child {
  margin-bottom: 0;
}

/* line 378, ../sass/header.scss */
header .navbar-toggle,
header .navbar-default .navbar-toggle:hover,
header .navbar-default .navbar-toggle:focus {
  padding: 8px 25px;
}

@media (max-width: 768px) {
  /* line 385, ../sass/header.scss */
  header .navbar-default .navbar-toggle {
    margin: 25px 0px 0px 0px;
  }

  /* line 388, ../sass/header.scss */
  header .navbar-responsive-collapse .container {
    padding-right: 0px;
    padding-left: 1px;
  }
}
/*Navbar Collapse*/
/* line 395, ../sass/header.scss */
header .navbar-collapse {
  padding: 0;
  border-top: none;
  position: relative;
}

/*Navbar Menu*/
/* line 405, ../sass/header.scss */
header .navbar-default .navbar-nav li.open > a > span > i:before {
  content: "\2212";
}
/* line 410, ../sass/header.scss */
header .navbar-default .navbar-nav li > a {
  padding: 7px 25px;
  color: #585f69;
  text-decoration: none;
}
/* line 414, ../sass/header.scss */
header .navbar-default .navbar-nav li > a > span {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 40px;
  height: 35px;
}
/* line 421, ../sass/header.scss */
header .navbar-default .navbar-nav li > a > span > i {
  position: relative;
  top: 8px;
  left: 6px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 16px;
  vertical-align: -15%;
}
/* line 432, ../sass/header.scss */
header .navbar-default .navbar-nav li > a > span > i:before {
  content: "\2b";
}

/* line 440, ../sass/header.scss */
header .navbar-default .navbar-nav > .active > a {
  color: #0084c9;
}

@media (min-width: 768px) {
  /* line 445, ../sass/header.scss */
  .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
}
/*Responsive Navbar*/
@media (max-width: 991px) {
  /*Responsive code for max-width: $screen-md-max*/
  /* line 453, ../sass/header.scss */
  header .navbar-header {
    float: none;
  }

  /* line 457, ../sass/header.scss */
  header .navbar-toggle {
    display: block;
  }

  /* line 461, ../sass/header.scss */
  header .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 465, ../sass/header.scss */
  header .navbar-collapse.collapse.in {
    display: block !important;
  }

  /* line 469, ../sass/header.scss */
  header .navbar-nav {
    margin: 0px;
    float: none !important;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }

  /* line 476, ../sass/header.scss */
  header .navbar-nav.navbar-border-bottom {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
  }

  /* line 481, ../sass/header.scss */
  header .navbar-nav > li {
    float: none;
  }

  /* line 485, ../sass/header.scss */
  header .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  /*Dropdown Menu Slide Down Effect*/
  /* line 491, ../sass/header.scss */
  header .navbar-nav .open .dropdown-menu {
    border: 0;
    float: none;
    width: auto;
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    position: static;
    box-shadow: none;
    background-color: #f3f3f3;
  }

  /* line 503, ../sass/header.scss */
  header .navbar-nav .open .dropdown-menu > li > a,
  header .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 8px 25px;
  }

  /* line 508, ../sass/header.scss */
  header .navbar-nav .open .dropdown-menu > li > a {
    line-height: 28px;
  }

  /* line 512, ../sass/header.scss */
  header .navbar-nav .open .dropdown-menu > li > a:hover,
  header .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }

  /* line 517, ../sass/header.scss */
  header .navbar-default .dropdown-menu.no-bottom-space {
    padding-bottom: 0;
  }

  /* line 521, ../sass/header.scss */
  header .navbar-default .navbar-nav > li > a {
    padding: 8px 25px;
    line-height: 28px;
  }

  /* line 526, ../sass/header.scss */
  header .navbar-default .navbar-nav > li a {
    border-bottom: solid 1px #ebebeb;
  }

  /* line 530, ../sass/header.scss */
  header .navbar-default .navbar-nav > li > a:focus {
    background: none;
  }

  /* line 534, ../sass/header.scss */
  header .navbar-default .navbar-nav > .active > a,
  header .navbar-default .navbar-nav > .active > a:hover,
  header .navbar-default .navbar-nav > .active > a:focus {
    background: inherit;
  }
}
@media (min-width: 992px) {
  /* line 542, ../sass/header.scss */
  header {
    border-bottom: none;
    border-bottom: 2px solid #0084c9;
  }

  /* line 547, ../sass/header.scss */
  header .navbar-default .navbar-collapse {
    border-top: 1px solid #ebebeb;
  }

  /*Navbar Nav*/
  /* line 552, ../sass/header.scss */
  header .navbar-default .navbar-nav > li {
    margin-left: -1px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }

  /* line 558, ../sass/header.scss */
  header .navbar-default .navbar-nav > li.no-border,
  header .navbar-default .navbar-nav > li.no-border:first-child {
    border-left: none;
    border-right: none;
  }

  /* line 564, ../sass/header.scss */
  header .navbar-default .navbar-nav > li > a,
  header .navbar-default .navbar-nav > li > a:focus {
    border-top: solid 2px transparent;
  }

  /* line 569, ../sass/header.scss */
  header .navbar-default .navbar-nav > li > a:hover {
    background-color: #ebebeb;
  }

  /* line 573, ../sass/header.scss */
  header .navbar-default .navbar-nav > .active > a {
    background-color: inherit;
  }

  /* line 577, ../sass/header.scss */
  header .navbar-default .navbar-nav > li:hover > a {
    background-color: #ebebeb;
  }

  /*Dropdown Menu*/
  /* line 582, ../sass/header.scss */
  header .dropdown-menu {
    padding: 4px 0px 0px 0px;
    border: none;
    min-width: 200px;
    border-radius: 0;
    z-index: 9999 !important;
    background-color: transparent;
    border-bottom: solid 2px #0084c9;
    border-top: solid 1px transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 595, ../sass/header.scss */
  header .dropdown-menu li {
    background-color: #fff;
  }

  /* line 598, ../sass/header.scss */
  header .dropdown-menu li a {
    padding: 6px 15px;
    border-top: 1px solid #ebebeb;
  }

  /* line 603, ../sass/header.scss */
  header .dropdown-menu > .active > a,
  header .dropdown-menu > .active > a:hover,
  header .dropdown-menu > .active > a:focus
  header .dropdown-menu .active > a,
  header .dropdown-menu li > a:hover {
    color: #585f69;
    filter: none !important;
    background: #ebebeb;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

  /* line 617, ../sass/header.scss */
  header .dropdown-menu li > a:focus {
    background: none;
    filter: none !important;
  }

  /* line 622, ../sass/header.scss */
  header .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }

  /* line 626, ../sass/header.scss */
  header .open > .dropdown-menu {
    display: none;
  }

  /*Search*/
  /* line 631, ../sass/header.scss */
  header .navbar .search-open {
    width: 330px;
  }
}
/*Dropdown Submenu for BS3
------------------------------------*/
/* line 638, ../sass/header.scss */
header .dropdown-submenu {
  position: relative;
}

/* line 641, ../sass/header.scss */
header .navbar ul > li {
  position: relative;
}

/* line 644, ../sass/header.scss */
header.color .navbar ul > li {
  background-color: #0084c9;
}

/* line 647, ../sass/header.scss */
header .navbar ul > li:before {
  content: none;
  position: static;
  top: 0px;
  left: 0px;
  font-size: 0px;
}

/* line 655, ../sass/header.scss */
header .dropdown-submenu > a:after {
  top: 5px;
  right: 9px;
  font-size: 18px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: 'FontAwesome';
}

@media (max-width: 992px) {
  /* line 667, ../sass/header.scss */
  header .dropdown-submenu > a:after {
    content: " ";
  }
}
/* line 672, ../sass/header.scss */
header .dropdown-submenu > .dropdown-menu {
  top: 0px;
  left: 100%;
  margin-top: -4px;
  margin-left: 0px;
}

/*Submenu comes from LEFT side*/
/* line 680, ../sass/header.scss */
header .dropdown-submenu > .dropdown-menu.submenu-left {
  left: -100%;
}

/* line 684, ../sass/header.scss */
header .dropdown-submenu.pull-left {
  float: none;
}

/* line 688, ../sass/header.scss */
header .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

/* line 693, ../sass/header.scss */
header .dropdown-menu li [class^="fa-"],
header .dropdown-menu li [class*=" fa-"] {
  left: -3px;
  width: 1.25em;
  margin-right: 1px;
  position: relative;
  text-align: center;
  display: inline-block;
}

/* line 702, ../sass/header.scss */
header .dropdown-menu li [class^="fa-"].fa-lg,
header .dropdown-menu li [class*=" fa-"].fa-lg {
  /* increased font size for fa-lg */
  width: 1.5625em;
}

/*Search Box
------------------------------------*/
/* line 710, ../sass/header.scss */
header .navbar .nav > li > .search {
  color: #b8b8b8;
  cursor: pointer;
  min-width: 35px;
  font-size: 13px;
  text-align: center;
  padding: 12px 3px 10px 3px;
  display: inline-block;
  background-color: #ebebeb;
}

/* line 720, ../sass/header.scss */
header .navbar .nav > li > .search.lupa:before {
  content: '\f002';
}

/* line 723, ../sass/header.scss */
header .navbar .nav > li > .search.remove:before {
  content: '\f00d';
}

/* line 727, ../sass/header.scss */
header .navbar .nav > li > .search:hover {
  color: #0084c9;
}

/* line 731, ../sass/header.scss */
header .navbar .search-open {
  right: 0;
  top: 42px;
  display: none;
  padding: 10px;
  position: absolute;
  border: solid 1px #ebebeb;
  border-bottom: 2px solid #0084c9;
  background-color: #fff;
}

/* line 742, ../sass/header.scss */
header .navbar .search-open form {
  margin: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  /* line 747, ../sass/header.scss */
  header .navbar > .container .navbar-brand,
  header .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }

  /* line 752, ../sass/header.scss */
  header .navbar-toggle {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  /* line 758, ../sass/header.scss */
  header .navbar .search-open {
    width: 92%;
  }

  /* line 762, ../sass/header.scss */
  header .navbar .nav > li > .search:hover {
    color: #202020 !important;
  }

  /* line 766, ../sass/header.scss */
  header .navbar .search-open {
    top: 5px;
    padding: 0;
    left: 48px;
    border-top: none;
    box-shadow: none;
    background: none;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  /* line 778, ../sass/header.scss */
  html .main-menu-nav.nav .open > a,
  html .main-menu-nav.nav .open > a:hover,
  html .main-menu-nav.nav .open > a:focus {
    border-top: none;
  }
}
@media (max-width: 991px) {
  /* line 785, ../sass/header.scss */
  html .main-menu-nav.nav .open > a,
  html .main-menu-nav.nav .open > a:hover,
  html .main-menu-nav.nav .open > a:focus {
    border-color: #ebebeb;
  }
}
/*Mega Menu
------------------------------------*/
/* line 794, ../sass/header.scss */
header .mega-menu .nav,
header .mega-menu .dropup,
header .mega-menu .dropdown,
header .mega-menu .collapse {
  position: static;
}

/* line 800, ../sass/header.scss */
header .mega-menu .collapse {
  overflow-y: visible;
}

/* line 804, ../sass/header.scss */
header .mega-menu .navbar-inner,
header .mega-menu .container {
  position: relative;
}

/* line 809, ../sass/header.scss */
header .mega-menu .dropdown-menu {
  left: auto;
}

/* line 813, ../sass/header.scss */
header .mega-menu .dropdown-menu > li {
  display: block;
  height: auto;
}

/* line 818, ../sass/header.scss */
header .mega-menu .dropdown-submenu .dropdown-menu {
  left: 100%;
}

/* line 822, ../sass/header.scss */
header .mega-menu .nav.pull-right .dropdown-menu {
  right: 0;
}

/* line 826, ../sass/header.scss */
header .mega-menu .mega-menu-content {
  *zoom: 1;
  padding: 0;
}

/* line 831, ../sass/header.scss */
header .mega-menu .mega-menu-content:before,
header .mega-menu .mega-menu-content:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 838, ../sass/header.scss */
header .mega-menu .mega-menu-content:after {
  clear: both;
}

/* line 842, ../sass/header.scss */
header .mega-menu.navbar .nav > li > .dropdown-menu:after,
header .mega-menu.navbar .nav > li > .dropdown-menu:before {
  display: none;
}

/* line 847, ../sass/header.scss */
header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
  left: 0;
  right: 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  /* line 854, ../sass/header.scss */
  header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    margin: 0 15px;
  }
}
/*Equal Height Lists*/
@media (min-width: 992px) {
  /* line 861, ../sass/header.scss */
  header .mega-menu .equal-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
  }

  /* line 871, ../sass/header.scss */
  header .mega-menu .equal-height-in {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/*Mega Menu Style Effect*/
/* line 879, ../sass/header.scss */
header .mega-menu .equal-height-list h3 {
  font-size: 15px;
  font-weight: 400;
  padding: 0 10px 0 13px;
  text-transform: uppercase;
}

/*Space for only Big Resolution*/
@media (min-width: 992px) {
  /* line 888, ../sass/header.scss */
  header .mega-menu .big-screen-space {
    margin-bottom: 20px;
  }
}
/*Mega Menu Content*/
@media (min-width: 992px) {
  /* line 895, ../sass/header.scss */
  header .mega-menu .equal-height-in {
    padding: 20px 0;
    border-left: 1px solid #eee;
  }

  /* line 900, ../sass/header.scss */
  header .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }

  /* line 904, ../sass/header.scss */
  header .mega-menu .equal-height-in:first-child {
    border-left: none;
    margin-left: -1px;
  }

  /* line 909, ../sass/header.scss */
  header .mega-menu .equal-height-list {
    width: 100%;
  }

  /* line 913, ../sass/header.scss */
  header .mega-menu .equal-height-list li a {
    display: block;
    position: relative;
    border-bottom: none;
    padding: 5px 10px 5px 15px;
  }

  /* line 920, ../sass/header.scss */
  header .mega-menu .equal-height-list a:hover {
    text-decoration: none;
  }

  /*Dropdown Arrow Icons*/
  /* line 925, ../sass/header.scss */
  header .mega-menu .mega-menu-fullwidth li a {
    padding: 5px 10px 5px 30px;
  }

  /* line 929, ../sass/header.scss */
  header .mega-menu .mega-menu-fullwidth li a:after {
    top: 7px;
    left: 15px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
  }

  /*Dropdown Arrow Icons Disable class*/
  /* line 941, ../sass/header.scss */
  header .mega-menu .mega-menu-fullwidth .disable-icons li a {
    padding: 5px 10px 5px 15px;
  }

  /* line 945, ../sass/header.scss */
  header .mega-menu .mega-menu-fullwidth .disable-icons li a:after {
    display: none;
  }
}
/*Space Effect inside the container to avoid scroll bar*/
@media (max-width: 1199px) {
  /* line 952, ../sass/header.scss */
  header .mega-menu .equal-height {
    margin-right: 0;
  }

  /* line 956, ../sass/header.scss */
  header .mega-menu .equal-height-in {
    padding-right: 0;
  }
}
/*Equal Hight List Style*/
@media (max-width: 1199px) {
  /* line 963, ../sass/header.scss */
  header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    width: auto;
  }

  /* line 967, ../sass/header.scss */
  header .mega-menu .equal-height-in,
  header .mega-menu .equal-height-list {
    display: block;
  }

  /* line 972, ../sass/header.scss */
  header .mega-menu .mega-menu-fullwidth .dropdown-menu > li > ul {
    display: block;
  }

  /*Equal Height List Style*/
  /* line 977, ../sass/header.scss */
  header .mega-menu .equal-height-list h3 {
    color: #333;
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 25px 5px;
    border-bottom: solid 1px #eee;
  }

  /* line 986, ../sass/header.scss */
  header .mega-menu .equal-height-list li {
    margin-left: 15px;
  }

  /* line 990, ../sass/header.scss */
  header .mega-menu .equal-height-list li a {
    color: #687074;
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 25px;
    border-bottom: solid 1px #eee;
  }

  /* line 999, ../sass/header.scss */
  header .mega-menu .equal-height-list > h3.active,
  header .mega-menu .equal-height-list > .active > a,
  header .mega-menu .equal-height-list > .active > a:hover,
  header .mega-menu .equal-height-list > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  /* line 1007, ../sass/header.scss */
  header .mega-menu .equal-height-list li a:hover {
    color: #333;
    text-decoration: none;
  }
}
/* header style2 version styles */
/* line 1014, ../sass/header.scss */
header.style2 {
  border-bottom: 2px solid #0084c9;
}

/* line 1019, ../sass/header.scss */
header.style2 .row:first-child > .col .box {
  vertical-align: inherit;
}
/* line 1023, ../sass/header.scss */
header.style2 .navbar-responsive-collapse .container {
  padding-left: 0px;
}
/* line 1027, ../sass/header.scss */
header.style2 .navbar-header .container {
  width: 100%;
  padding-right: 0px;
  float: right;
}
/* line 1033, ../sass/header.scss */
header.style2 .navbar-default .navbar-collapse {
  border-bottom: 1px solid #ebebeb;
  margin-top: 4px;
}
/* line 1038, ../sass/header.scss */
header.style2 .navbar-right {
  max-width: 35px;
}
/* line 1042, ../sass/header.scss */
header.style2 .navbar-nav.navbar-right:last-child {
  position: absolute;
  right: 0px;
}
/* line 1047, ../sass/header.scss */
header.style2 .container > .navbar-header {
  width: 100%;
}
/* line 1051, ../sass/header.scss */
header.style2 .navbar-header > .row > .col .box {
  width: 100%;
}
/* line 1055, ../sass/header.scss */
header.style2 .navbar .nav > li > .search {
  margin: 0px;
}

/* line 1061, ../sass/header.scss */
header .navbar-nav {
  margin-top: 0px;
}

@media (min-width: 992px) {
  /* line 1069, ../sass/header.scss */
  header.color .navbar-default .navbar-nav {
    background-color: #0084c9;
  }
  /* line 1072, ../sass/header.scss */
  header.color .navbar-default .navbar-nav li.active {
    background-color: #006396;
  }
  /* line 1074, ../sass/header.scss */
  header.color .navbar-default .navbar-nav li.active > a {
    background-color: #006396;
  }
  /* line 1078, ../sass/header.scss */
  header.color .navbar-default .navbar-nav li:hover {
    background-color: #ebebeb;
  }
  /* line 1080, ../sass/header.scss */
  header.color .navbar-default .navbar-nav li:hover > a {
    color: #585f69;
    background-color: #ebebeb;
  }
  /* line 1085, ../sass/header.scss */
  header.color .navbar-default .navbar-nav li > a {
    color: #fff;
  }
  /* line 1089, ../sass/header.scss */
  header.color .navbar-default .navbar-nav .search-btn {
    border-color: #fff;
  }
  /* line 1095, ../sass/header.scss */
  header .navbar-collapse {
    border-top: 0px;
    border-bottom: 0px;
  }
}
@media (max-width: 991px) {
  /* line 1106, ../sass/header.scss */
  header.color .navbar-default .navbar-nav,
  header.color .navbar-default .navbar-nav .open {
    background-color: #0084c9;
  }
  /* line 1110, ../sass/header.scss */
  header.color .navbar-default .navbar-nav li.active, header.color .navbar-default .navbar-nav li.open,
  header.color .navbar-default .navbar-nav .open li.active,
  header.color .navbar-default .navbar-nav .open li.open {
    background-color: #006396;
  }
  /* line 1113, ../sass/header.scss */
  header.color .navbar-default .navbar-nav li.active > a, header.color .navbar-default .navbar-nav li.open > a,
  header.color .navbar-default .navbar-nav .open li.active > a,
  header.color .navbar-default .navbar-nav .open li.open > a {
    color: #fff;
    background-color: #006396;
  }
  /* line 1118, ../sass/header.scss */
  header.color .navbar-default .navbar-nav li:hover,
  header.color .navbar-default .navbar-nav .open li:hover {
    background-color: #006396;
  }
  /* line 1120, ../sass/header.scss */
  header.color .navbar-default .navbar-nav li:hover > a,
  header.color .navbar-default .navbar-nav .open li:hover > a {
    color: #fff;
    background-color: #006396;
  }
  /* line 1125, ../sass/header.scss */
  header.color .navbar-default .navbar-nav li > a,
  header.color .navbar-default .navbar-nav .open li > a {
    color: #fff;
  }
  /* line 1132, ../sass/header.scss */
  header.color .navbar-default .navbar-nav .dropdown-menu li > a,
  header.color .navbar-default .navbar-nav .dropdown-menu li.active > a,
  header.color .navbar-default .navbar-nav .open .dropdown-menu li > a,
  header.color .navbar-default .navbar-nav .open .dropdown-menu li.active > a {
    color: #fff;
    background-color: #0084c9;
  }
  /* line 1135, ../sass/header.scss */
  header.color .navbar-default .navbar-nav .dropdown-menu li > a:hover, header.color .navbar-default .navbar-nav .dropdown-menu li > a:focus,
  header.color .navbar-default .navbar-nav .dropdown-menu li.active > a:hover,
  header.color .navbar-default .navbar-nav .dropdown-menu li.active > a:focus,
  header.color .navbar-default .navbar-nav .open .dropdown-menu li > a:hover,
  header.color .navbar-default .navbar-nav .open .dropdown-menu li > a:focus,
  header.color .navbar-default .navbar-nav .open .dropdown-menu li.active > a:hover,
  header.color .navbar-default .navbar-nav .open .dropdown-menu li.active > a:focus {
    color: #fff;
    background-color: #006396;
  }
  /* line 1142, ../sass/header.scss */
  header.color .navbar-default .navbar-nav .dropdown-menu li.open > a,
  header.color .navbar-default .navbar-nav .dropdown-menu li.active.open > a,
  header.color .navbar-default .navbar-nav .open .dropdown-menu li.open > a,
  header.color .navbar-default .navbar-nav .open .dropdown-menu li.active.open > a {
    background-color: #006396;
  }
  /* line 1148, ../sass/header.scss */
  header.color .navbar-default .navbar-nav .search-btn,
  header.color .navbar-default .navbar-nav .open .search-btn {
    border-color: #fff;
  }
  /* line 1160, ../sass/header.scss */
  header .navbar-default .navbar-nav .dropdown-menu li > a,
  header .navbar-default .navbar-nav .dropdown-menu li.active > a,
  header .navbar-default .navbar-nav .open .dropdown-menu li > a,
  header .navbar-default .navbar-nav .open .dropdown-menu li.active > a {
    color: #585f69;
    background-color: #eee;
  }
  /* line 1163, ../sass/header.scss */
  header .navbar-default .navbar-nav .dropdown-menu li > a:hover, header .navbar-default .navbar-nav .dropdown-menu li > a:focus,
  header .navbar-default .navbar-nav .dropdown-menu li.active > a:hover,
  header .navbar-default .navbar-nav .dropdown-menu li.active > a:focus,
  header .navbar-default .navbar-nav .open .dropdown-menu li > a:hover,
  header .navbar-default .navbar-nav .open .dropdown-menu li > a:focus,
  header .navbar-default .navbar-nav .open .dropdown-menu li.active > a:hover,
  header .navbar-default .navbar-nav .open .dropdown-menu li.active > a:focus {
    color: #585f69;
    background-color: #ebebeb;
  }
  /* line 1174, ../sass/header.scss */
  header .navbar-default .navbar-nav .open > a,
  header .navbar-default .navbar-nav .open > a:focus {
    color: #0084c9;
  }
  /* line 1180, ../sass/header.scss */
  header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    padding-left: 40px;
  }
  /* line 1183, ../sass/header.scss */
  header .navbar-default .navbar-nav .open .dropdown-menu > li > ul > li > a {
    padding-left: 55px;
  }
  /* line 1186, ../sass/header.scss */
  header .navbar-default .navbar-nav .open .dropdown-menu > li > ul > li > ul > li > a {
    padding-left: 70px;
  }
  /* line 1191, ../sass/header.scss */
  header .navbar-default .navbar-nav .open .dropdown-menu.open .dropdown-menu {
    display: block;
  }
}
@media (min-width: 991px) {
  /* line 1203, ../sass/header.scss */
  header .mega-menu .nav,
  header .mega-menu .dropup,
  header .mega-menu .dropdown,
  header .mega-menu .collapse {
    position: static;
    height: 35px;
  }

  /* line 1211, ../sass/header.scss */
  header .navbar-nav.navbar-right:last-child {
    position: absolute;
    right: 15px;
  }

  /* line 1216, ../sass/header.scss */
  .nav.main-menu-nav .other {
    float: right;
    display: block;
    border-left: none;
  }

  /* line 1222, ../sass/header.scss */
  .nav.main-menu-nav .other > a {
    text-align: center;
  }

  /* line 1226, ../sass/header.scss */
  .nav.main-menu-nav {
    padding-right: 36px;
    width: 100%;
  }

  /* line 1232, ../sass/header.scss */
  header.no-border .nav.navbar-nav.main-menu-nav li.lvl1,
  header.no-border .nav.navbar-nav.main-menu-nav li.other,
  header.no-border .collapse.navbar-collapse.navbar-responsive-collapse {
    border: none;
  }
}
@media (max-width: 991px) {
  /* line 1241, ../sass/header.scss */
  .nav.main-menu-nav .other {
    display: none;
  }

  /* line 1246, ../sass/header.scss */
  header.style2 .navbar-default .navbar-collapse {
    margin-top: 0px;
  }
}
@media (min-width: 1199px) {
  /* line 1254, ../sass/header.scss */
  header.style2 .box {
    min-height: 100px;
  }
}
/* logo */
/* line 1262, ../sass/header.scss */
.logo a {
  display: inline-block;
}
/* line 1265, ../sass/header.scss */
.logo .m {
  position: relative;
  display: inline-block;
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}
/* line 1271, ../sass/header.scss */
.logo .m .p {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  border: 18px solid transparent;
}
/* line 1277, ../sass/header.scss */
.logo .m .p > div {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border: 16px solid transparent;
}
/* line 1285, ../sass/header.scss */
.logo .m .m1 {
  border-bottom-color: #0084c9;
  border-top: 0;
  border-left: 0;
  border-bottom-width: 39px;
}
/* line 1290, ../sass/header.scss */
.logo .m .m1 > div {
  top: 3px;
  left: 1px;
  border-bottom-color: #fff;
  border-top: 0;
  border-left: 0;
  border-bottom-width: 36px;
}
/* line 1299, ../sass/header.scss */
.logo .m .m2 {
  border-right-color: #0084c9;
  border-left: 0;
  border-bottom: 0;
  border-top-width: 39px;
}
/* line 1304, ../sass/header.scss */
.logo .m .m2 > div {
  bottom: 0px;
  left: 1px;
  border-right-color: #fff;
  border-left: 0;
  border-bottom: 0;
  border-top-width: 35px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1316, ../sass/header.scss */
  header .logo img,
  footer .footer_logo_wrap.logo img {
    max-width: 170px;
    margin-top: 9px;
  }
}

/* End */


/* Start:/bitrix/templates/mshop_3401/styles/sidebar.css?17463676613850*/
/* line 4, ../sass/sidebar.scss */
#sidebar {
  padding-top: 7px;
}

/* line 8, ../sass/sidebar.scss */
ul.nav-sidebar {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 20px;
  counter-reset: list 0;
  line-height: 1.38462;
}
/* line 14, ../sass/sidebar.scss */
ul.nav-sidebar.nav {
  border: 1px solid #eee;
}
/* line 17, ../sass/sidebar.scss */
ul.nav-sidebar li {
  display: block;
}
/* line 19, ../sass/sidebar.scss */
ul.nav-sidebar li:before {
  position: static;
  left: 0px;
  content: '';
}
/* line 25, ../sass/sidebar.scss */
ul.nav-sidebar li.dropdown-submenu i {
    position: absolute;
    display: block;
    float: left;
    width: auto;
    height: auto;
    font-style: normal;
    margin-left: 2px;
    top: 8px;
}
/* line 32, ../sass/sidebar.scss */
ul.nav-sidebar li.dropdown-submenu i:before {
  position: absolute;
  top: -2px;
  left: -22px;
  font-size: 24px;
  font-weight: normal;
  color: #585f69;
  display: inline-block;
  font-family: 'FontAwesome';
}
/* line 42, ../sass/sidebar.scss */
ul.nav-sidebar li.dropdown-submenu i:before {
  content: "\2212";
}
/* line 45, ../sass/sidebar.scss */
ul.nav-sidebar li.dropdown-submenu i.collapsed:before {
  content: "\2b";
}
/* line 50, ../sass/sidebar.scss */
ul.nav-sidebar li.dropdown-submenu.showed > a {
  color: #0084c9;
  background-color: #fff;
}
/* line 53, ../sass/sidebar.scss */
ul.nav-sidebar li.dropdown-submenu.showed > a:hover {
  background-color: #eee;
}
/* line 60, ../sass/sidebar.scss */
ul.nav-sidebar li.active > a {
  color: #0084c9;
}
/* line 65, ../sass/sidebar.scss */
ul.nav-sidebar li:last-child a {
  border-bottom: none;
}
/* line 69, ../sass/sidebar.scss */
ul.nav-sidebar li a {
  display: block;
  padding: 7px 25px;
  color: #585f69;
  text-decoration: none;
  margin-top: -1px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
/* line 77, ../sass/sidebar.scss */
ul.nav-sidebar li a:hover {
  background-color: #eee;
}
/* line 83, ../sass/sidebar.scss */
ul.nav-sidebar .dropdown-submenu > ul {
  padding-left: 0px;
  background-color: #f3f3f3;
}
/* line 88, ../sass/sidebar.scss */
ul.nav-sidebar .lvl2 > li > a {
  padding-left: 35px;
}
/* line 89, ../sass/sidebar.scss */
ul.nav-sidebar .lvl3 > li > a {
  padding-left: 45px;
}
/* line 90, ../sass/sidebar.scss */
ul.nav-sidebar .lvl4 > li > a {
  padding-left: 55px;
}
/* line 91, ../sass/sidebar.scss */
ul.nav-sidebar .lvl5 > li > a {
  padding-left: 65px;
}
/* line 92, ../sass/sidebar.scss */
ul.nav-sidebar .lvl6 > li > a {
  padding-left: 75px;
}
/* line 93, ../sass/sidebar.scss */
ul.nav-sidebar .lvl7 > li > a {
  padding-left: 85px;
}
/* line 94, ../sass/sidebar.scss */
ul.nav-sidebar .lvl8 > li > a {
  padding-left: 95px;
}

/* line 98, ../sass/sidebar.scss */
.widgets a {
  display: block;
  margin-bottom: 9px;
  padding: 18px 0px;
  text-decoration: none;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 105, ../sass/sidebar.scss */
.widgets a:hover {
  border-color: #b8b8b8;
}
/* line 108, ../sass/sidebar.scss */
.widgets a > i {
  display: block;
  float: left;
  width: 95px;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
}
/* line 119, ../sass/sidebar.scss */
.widgets a > span {
  display: block;
  float: left;
  width: 142px;
  font-size: 18px;
}
/* line 126, ../sass/sidebar.scss */
.widgets .widget1,
.widgets .widget3,
.widgets .widget4 {
  line-height: 41px;
}

@media (max-width: 1199px) {
  /* line 136, ../sass/sidebar.scss */
  .widgets a > i,
  .widgets a > span {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}

/* End */


/* Start:/bitrix/templates/mshop_3401/styles/content.css?174636766199484*/
/* line 5, ../sass/content.scss */
.price.old {
  text-decoration: line-through;
}

/* line 9, ../sass/content.scss */
.about_us,
.docs,
.honors,
.features,
.gallery,
.newslistcol,
.partners,
.customerreviews,
.services,
.action,
.smallbanners,
.staff {
  margin-top: 15px;
  padding-bottom: 15px;
}

/* line 25, ../sass/content.scss */
.owl.features .item,
.owl.services .item,
.owl.staff .item,
.smallbanners .item,
.owl.action .item,
.owl.partners .item {
  margin-left: 1px;
  /* fix for stupid owl */
}

/* review */
/* line 35, ../sass/content.scss */
.reviews-header {
  padding: 12px 21px;
  border: 1px solid #e3e3e3;
  margin-bottom: 15px;
}

/* line 41, ../sass/content.scss */
.customerreviews .item {
  margin-bottom: 15px;
}
/* line 43, ../sass/content.scss */
.customerreviews .item .review {
  position: relative;
  padding: 12px 21px;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
}
/* line 48, ../sass/content.scss */
.customerreviews .item .review .in {
  overflow: hidden;
}
/* line 53, ../sass/content.scss */
.customerreviews .item .review .review-section {
  margin-bottom: 15px;
}
/* line 56, ../sass/content.scss */
.customerreviews .item .review .review-section .review-title {
  font-weight: bold;
}
/* line 61, ../sass/content.scss */
.customerreviews .item .review .arrow {
  position: absolute;
  top: 100%;
  left: 74px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-color: #f6f6f6 transparent transparent #f6f6f6;
}
/* line 69, ../sass/content.scss */
.customerreviews .item .review .arrow > span {
  position: absolute;
  top: -10px;
  left: -9px;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-color: #f6f6f6 transparent transparent #f6f6f6;
}
/* line 80, ../sass/content.scss */
.customerreviews .item .author {
  padding-top: 15px;
}
/* line 82, ../sass/content.scss */
.customerreviews .item .author .image {
  float: left;
  width: 58px;
  height: 58px;
  margin: 0px 8px;
  border: 1px solid #ebebeb;
  position: relative;
}
/* line 90, ../sass/content.scss */
.customerreviews .item .author img {
  width: 100%;
  height: 100%;
}
/* line 95, ../sass/content.scss */
.customerreviews .item .author .text {
  margin-left: 78px;
  padding-top: 7px;
}
/* line 99, ../sass/content.scss */
.customerreviews .item .author .name {
  padding-bottom: 1px;
}

/* line 104, ../sass/content.scss */
.customerreviews.owl .item {
  min-height: 200px;
}
/* line 106, ../sass/content.scss */
.customerreviews.owl .item .in {
  height: 94px;
}

/* /review */
/* staff & services & features & action */
/* line 116, ../sass/content.scss */
.features .item a,
.services .item a,
.action .item a {
  display: block;
  text-decoration: none;
  border: 1px solid #fff;
  -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;
}
/* line 121, ../sass/content.scss */
.features .item a:hover,
.services .item a:hover,
.action .item a:hover {
  border-color: #b8b8b8;
}

/* /staff & services & features & action */
/* features */
/* line 130, ../sass/content.scss */
.features .item a {
  padding: 28px 10px;
  text-decoration: none;
}
/* line 134, ../sass/content.scss */
.features .item .image {
  margin: 0 auto;
  text-align: center;
}
/* line 138, ../sass/content.scss */
.features .item img {
  width: auto;
  max-width: 60px;
  max-height: 60px;
}
/* line 143, ../sass/content.scss */
.features .item .name {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 24px;
  color: #202020;
}
/* line 149, ../sass/content.scss */
.features .item .description {
  color: #585f69;
}

/* features1 */
/* line 155, ../sass/content.scss */
.features.features1 .item .image,
.features.features1 .item .data {
  float: left;
}
/* line 159, ../sass/content.scss */
.features.features1 .item .image {
  width: 25%;
}
/* line 162, ../sass/content.scss */
.features.features1 .item .data {
  width: 75%;
  padding-left: 8px;
}
/* line 166, ../sass/content.scss */
.features.features1 .item img {
  margin: 0 auto;
}

/* features2 */
/* line 172, ../sass/content.scss */
.features.features2 .item .image {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  line-height: 60px;
}
/* line 178, ../sass/content.scss */
.features.features2 .item img {
  display: inline-block;
}
/* line 181, ../sass/content.scss */
.features.features2 .item .data {
  text-align: center;
}

@media (min-width: 992px) {
  /* line 188, ../sass/content.scss */
  .features .item .data {
    height: 110px;
    overflow: hidden;
  }
}
/* /features */
/* small banners */
@media (max-width: 767px) {
  /* line 202, ../sass/content.scss */
  .smallbanners .owl-item {
    padding-left: 0;
  }
}

/* line 211, ../sass/content.scss */
.smallbanners .item .smallbanner {
  position: relative;
  display: inline-block;
}
/* line 221, ../sass/content.scss */
.smallbanners .item .smallbanner .name {
  position: absolute;
  bottom: 5px;
  color: #fff;
  max-width: 50%;
  background: rgba(0, 0, 0, 0.6);
  word-break: break-word;
  padding: 5px 7px 5px 5px;
  font-size: 18px;
}

/* /small banners */
/* docs & honors & about_us & news */
/* line 244, ../sass/content.scss */
.honors .item .image a,
.about_us .item .image a,
.newslistcol .item .image a {
  display: block;
  border: 1px solid #ebebeb;
}
/* line 247, ../sass/content.scss */
.honors .item .image a:hover,
.about_us .item .image a:hover,
.newslistcol .item .image a:hover {
  border-color: #b8b8b8;
}

/* line 253, ../sass/content.scss */
.docs .item,
.honors .item,
.about_us .item,
.newslistcol .item {
  margin-bottom: 15px;
  min-height: 105px;
}
/* line 259, ../sass/content.scss */
.docs .item .image,
.honors .item .image,
.about_us .item .image,
.newslistcol .item .image {
  float: left;
  width: 100px;
  height: 100px;
  text-align: center;
}
/* line 264, ../sass/content.scss */
.docs .item .image + .data,
.honors .item .image + .data,
.about_us .item .image + .data,
.newslistcol .item .image + .data {
  margin-left: 111px;
}
/* line 267, ../sass/content.scss */
.docs .item .image img,
.honors .item .image img,
.about_us .item .image img,
.newslistcol .item .image img {
  max-height: 98px;
}
/* line 272, ../sass/content.scss */
.docs .item .data .info,
.honors .item .data .info,
.about_us .item .data .info,
.newslistcol .item .data .info {
  max-height: 100px;
  overflow: hidden;
}
/* line 275, ../sass/content.scss */
.docs .item .data .info.smaller,
.honors .item .data .info.smaller,
.about_us .item .data .info.smaller,
.newslistcol .item .data .info.smaller {
  height: 80px;
}
/* line 280, ../sass/content.scss */
.docs .item .data .descr a,
.honors .item .data .descr a,
.about_us .item .data .descr a,
.newslistcol .item .data .descr a {
  text-decoration: none;
}
/* line 282, ../sass/content.scss */
.docs .item .data .descr a:hover,
.honors .item .data .descr a:hover,
.about_us .item .data .descr a:hover,
.newslistcol .item .data .descr a:hover {
  text-decoration: underline;
}
/* line 287, ../sass/content.scss */
.docs .item .data .date,
.docs .item .data .name,
.docs .item .data .info,
.honors .item .data .date,
.honors .item .data .name,
.honors .item .data .info,
.about_us .item .data .date,
.about_us .item .data .name,
.about_us .item .data .info,
.newslistcol .item .data .date,
.newslistcol .item .data .name,
.newslistcol .item .data .info {
  margin-bottom: 5px;
}

/* line 294, ../sass/content.scss */
.newslistcol .owl-item .item .data .name a {
  backface-visibility: hidden;
}

/* about_us */
/* line 298, ../sass/content.scss */
.about_us .item {
  min-height: 103px;
}
/* line 301, ../sass/content.scss */
.about_us .item .descr a {
  color: #585f69;
}
/* line 305, ../sass/content.scss */
.about_us .item .publish {
  max-height: 18px;
  overflow: hidden;
}
/* line 308, ../sass/content.scss */
.about_us .item .publish:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15%;
  height: 18px;
  content: "";
  text-align: right;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%);
}

/* line 322, ../sass/content.scss */
.docs .owl-nav {
  text-align: right;
}
/* line 327, ../sass/content.scss */
.docs .item .image {
  position: relative;
  border: 1px solid #ebebeb;
}
/* line 330, ../sass/content.scss */
.docs .item .image:hover {
  border-color: #b8b8b8;
}
/* line 333, ../sass/content.scss */
.docs .item .image span {
  position: absolute;
  bottom: -4px;
  right: 5px;
  color: #585f69;
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
}

/* /docs & honors & about_us & news */
/* news */
/* line 350, ../sass/content.scss */
.newslistcol .item .image img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
/* line 357, ../sass/content.scss */
.newslistcol .item .data {
  height: 141px;
  overflow: hidden;
}

/* /news */
/* services & staff & action */
/* line 367, ../sass/content.scss */
.services .item a,
.action .item a {
  padding: 9px;
  text-decoration: none;
}

@media (min-width: 992px) {
  /* line 375, ../sass/content.scss */
  .services .item a,
  .action .item a {
    min-height: 308px;
  }

  /* line 380, ../sass/content.scss */
  .staff .item .data {
    height: 111px;
    overflow: hidden;
  }
}
/* line 388, ../sass/content.scss */
.services .item .data,
.action .item .data {
  height: 111px;
  overflow: hidden;
}

/* line 396, ../sass/content.scss */
.services .item .image,
.staff .item .image,
.action .item .image {
  margin-bottom: 4px;
  text-align: center;
}
/* line 399, ../sass/content.scss */
.services .item .image img,
.staff .item .image img,
.action .item .image img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #ebebeb;
}
/* line 408, ../sass/content.scss */
.services .item .data .name,
.staff .item .data .name,
.action .item .data .name {
  max-height: 48px;
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
}
/* line 414, ../sass/content.scss */
.services .item .data .name,
.services .item .data .markers,
.staff .item .data .name,
.staff .item .data .markers,
.action .item .data .name,
.action .item .data .markers {
  margin-bottom: 8px;
}

/* line 420, ../sass/content.scss */
.staff .item {
  margin-bottom: 15px;
}

@media (min-width: 991px) {
  /* line 425, ../sass/content.scss */
  .staff .item .data.row {
    height: 115px;
    overflow: hidden;
  }
}
/* /services & staff & action */
/* gallery */
/* line 435, ../sass/content.scss */
.gallery.row {
  padding-bottom: 0px;
}
/* line 438, ../sass/content.scss */
.gallery .item {
  margin-bottom: 15px;
}
/* line 440, ../sass/content.scss */
.gallery .item a {
  display: block;
  min-height: 245px;
  text-decoration: none;
  border: 1px solid #ebebeb;
  -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;
}
/* line 446, ../sass/content.scss */
.gallery .item a:hover {
  border-color: #b8b8b8;
}
/* line 450, ../sass/content.scss */
.gallery .item .image {
  text-align: center;
}
/* line 453, ../sass/content.scss */
.gallery .item .info {
  position: relative;
  min-height: 54px;
}
/* line 457, ../sass/content.scss */
.gallery .item .data {
  position: absolute;
  right: 15px;
  bottom: 4px;
  left: 15px;
  max-height: 56px;
  min-height: 56px;
  padding-top: 4px;
  background-color: #fff;
  overflow: hidden;
  backface-visibility: hidden;
  -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;
}
/* line 469, ../sass/content.scss */
.gallery .item .data .name,
.gallery .item .data .descr {
  margin: 0px 12px;
}
/* line 473, ../sass/content.scss */
.gallery .item .data .name {
  max-height: 48px;
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
}
/* line 479, ../sass/content.scss */
.gallery .item .data .descr {
  padding-top: 8px;
}
/* line 482, ../sass/content.scss */
.gallery .item .data:hover {
  max-height: 171px;
}
/* line 486, ../sass/content.scss */
.gallery .item img {
  max-width: 100%;
}

/* /gallery */
/* partners */
/* line 495, ../sass/content.scss */
.partners .item {
  max-height: 150px;
  margin-bottom: 30px;
}
/* line 498, ../sass/content.scss */
.partners .item a {
  display: block;
  border: 1px solid #ebebeb;
  -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;
}
/* line 502, ../sass/content.scss */
.partners .item a:hover {
  border-color: #b8b8b8;
}
/* line 506, ../sass/content.scss */
.partners .item .image .col {
  height: 141px;
  text-align: center;
  line-height: 141px;
}
/* line 510, ../sass/content.scss */
.partners .item .image .col img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 135px;
  /* -1px - fix */
  vertical-align: middle;
}

/* /partners */
/* action */
/* line 524, ../sass/content.scss */
.action .name {
  max-height: 47px;
  overflow: hidden;
}
/* line 530, ../sass/content.scss */
.action.owl .item a {
  min-height: 298px;
}
/* line 533, ../sass/content.scss */
.action.owl .item .data {
  height: 138px;
}
/* line 537, ../sass/content.scss */
.action.owl .item .markers .marker {
  position: relative;
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  padding: 0px 30px 0px 10px;
}
/* line 543, ../sass/content.scss */
.action.owl .item .markers .marker:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: ' ';
  border: 19px solid transparent;
  border-left: 11px solid transparent;
  border-bottom-color: #fff;
  border-right: 0;
  border-top: 0;
}
/* line 556, ../sass/content.scss */
.action.owl .item .markers .action_date {
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
}
/* line 564, ../sass/content.scss */
.action.row {
  margin-right: -5px;
  margin-left: -5px;
}
/* line 567, ../sass/content.scss */
.action.row .item {
  padding: 5px;
  margin-bottom: 10px;
}
/* line 569, ../sass/content.scss */
.action.row .item.col-md-4 .data .markers {
  margin-bottom: 6px;
}
/* line 575, ../sass/content.scss */
.action.row .item a {
  padding: 9px 9px 14px 9px;
  text-decoration: none;
}
/* line 579, ../sass/content.scss */
.action.row .item .data.row {
  height: 141px;
}
/* line 583, ../sass/content.scss */
.action.row .item .markers .marker {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
  padding: 0px 30px 0px 10px;
}
/* line 590, ../sass/content.scss */
.action.row .item .markers .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 603, ../sass/content.scss */
.action.row .item .markers .action_date {
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
}

/* /action */
/* vacancies & faq */
/* line 617, ../sass/content.scss */
.vacancies .filter,
.faq .filter {
  margin-bottom: 20px;
}
/* line 619, ../sass/content.scss */
.vacancies .filter .btn,
.faq .filter .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
/* line 623, ../sass/content.scss */
.vacancies .filter .btn.btn-default,
.faq .filter .btn.btn-default {
  border-color: #ebebeb;
}
/* line 627, ../sass/content.scss */
.vacancies .yashare,
.faq .yashare {
  margin-top: 5px;
}

@media (min-width: 991px) {
  /* line 633, ../sass/content.scss */
  .vacancies .yashare {
    margin-top: 0px;
    text-align: right;
  }
}
/* /vacancies & faq */
/* timeline */
/* line 642, ../sass/content.scss */
.timeline.row {
  position: relative;
  margin-right: -25px;
  margin-bottom: 90px;
  margin-left: -25px;
}
/* line 647, ../sass/content.scss */
.timeline.row:before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 50%;
  display: block;
  width: 2px;
  min-height: 100px;
  content: " ";
  margin-left: -1px;
  background-color: #ebebeb;
}
/* line 659, ../sass/content.scss */
.timeline.row > .col {
  padding-right: 25px;
  padding-left: 25px;
}
/* line 663, ../sass/content.scss */
.timeline.row .item {
  position: relative;
  margin-bottom: 26px;
}
/* line 666, ../sass/content.scss */
.timeline.row .item:nth-child(even) {
  position: relative;
  top: 90px;
}
/* line 671, ../sass/content.scss */
.timeline.row .item:hover .body {
  border-color: #b8b8b8;
}
/* line 674, ../sass/content.scss */
.timeline.row .item:hover .pointer.right {
  border-left-color: #b8b8b8;
}
/* line 677, ../sass/content.scss */
.timeline.row .item:hover .pointer.left {
  border-right-color: #b8b8b8;
}
/* line 681, ../sass/content.scss */
.timeline.row .item .body {
  display: block;
  height: 353px;
  padding: 9px;
  text-decoration: none;
  border: 1px solid #ebebeb;
  -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;
}
/* line 688, ../sass/content.scss */
.timeline.row .item .body .image,
.timeline.row .item .body .name,
.timeline.row .item .body .date {
  margin-bottom: 6px;
}
/* line 693, ../sass/content.scss */
.timeline.row .item .body .image {
  height: 209px;
  text-align: center;
}
/* line 697, ../sass/content.scss */
.timeline.row .item .body .name {
  font-size: 20px;
  line-height: 24px;
}
/* line 701, ../sass/content.scss */
.timeline.row .item .body .date {
  font-size: 18px;
  line-height: 22px;
}
/* line 705, ../sass/content.scss */
.timeline.row .item .body .data {
  max-height: 115px;
  overflow: hidden;
}
/* line 710, ../sass/content.scss */
.timeline.row .item .pointer {
  position: absolute;
  top: 15px;
  display: inline-block;
  width: 0px;
  height: 0px;
  border: 13px solid transparent;
  -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;
}
/* line 718, ../sass/content.scss */
.timeline.row .item .pointer.right {
  left: 100%;
  margin-left: -25px;
  border-left: 14px solid #ebebeb;
  border-right: 0;
}
/* line 723, ../sass/content.scss */
.timeline.row .item .pointer.right > div {
  left: -15px;
  border-left: 14px solid #fff;
  border-right: 0;
}
/* line 728, ../sass/content.scss */
.timeline.row .item .pointer.right span {
  left: 5px;
}
/* line 732, ../sass/content.scss */
.timeline.row .item .pointer.left {
  right: 100%;
  margin-right: -25px;
  border-right: 14px solid #ebebeb;
  border-left: 0;
}
/* line 737, ../sass/content.scss */
.timeline.row .item .pointer.left > div {
  right: -15px;
  border-right: 14px solid #fff;
  border-left: 0;
}
/* line 742, ../sass/content.scss */
.timeline.row .item .pointer.left span {
  right: 5px;
}
/* line 746, ../sass/content.scss */
.timeline.row .item .pointer > div {
  position: absolute;
  top: -13px;
  border: 13px solid transparent;
}
/* line 751, ../sass/content.scss */
.timeline.row .item .pointer span {
  position: absolute;
  top: -6px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ebebeb;
  border: 2px solid #fff;
  border-radius: 8px;
}

@media (max-width: 767px) {
  /* line 766, ../sass/content.scss */
  html .timeline.row:before {
    left: auto;
    right: 24px;
  }
  /* line 770, ../sass/content.scss */
  html .timeline.row .item {
    margin-right: 25px;
  }
  /* line 772, ../sass/content.scss */
  html .timeline.row .item:nth-child(even) {
    top: auto;
  }
  /* line 775, ../sass/content.scss */
  html .timeline.row .item .pointer {
    border-left-color: #b8b8b8;
    border-right-color: transparent;
  }
  /* line 778, ../sass/content.scss */
  html .timeline.row .item .pointer.left {
    left: 100%;
    right: auto;
    margin-left: -25px;
    border-left: 14px solid #ebebeb;
    border-right: 0;
  }
  /* line 784, ../sass/content.scss */
  html .timeline.row .item .pointer.left > div {
    left: -15px;
    border-left: 14px solid #fff;
    border-right: 0;
  }
  /* line 789, ../sass/content.scss */
  html .timeline.row .item .pointer.left span {
    left: 5px;
  }
}
/* /timeline */
/* shops */
/* line 801, ../sass/content.scss */
.shops .search_city,
.shops .filter,
.shops .shops_list,
.shops .map {
  margin-bottom: 20px;
}
/* line 807, ../sass/content.scss */
.shops .search_city {
  position: relative;
}
/* line 810, ../sass/content.scss */
.shops .search_city .input-group .fa:before {
  content: '\f002';
}
/* line 814, ../sass/content.scss */
.shops .search_city ul.cities_list {
  right: 15px;
  left: 15px;
}
/* line 820, ../sass/content.scss */
.shops .filter button {
  margin-right: 10px;
}
/* line 824, ../sass/content.scss */
.shops .shops_list {
  max-height: 350px;
  border: 1px solid #ebebeb;
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 829, ../sass/content.scss */
.shops .shops_list .item {
  padding: 9px 10px;
}
/* line 831, ../sass/content.scss */
.shops .shops_list .item:hover {
  background-color: #ebebeb;
}
/* line 834, ../sass/content.scss */
.shops .shops_list .item.cityempty, .shops .shops_list .item.typeempty {
  display: none;
}
/* line 838, ../sass/content.scss */
.shops .shops_list .item .name {
  font-weight: bold;
}

@media (max-width: 991px) {
  /* line 846, ../sass/content.scss */
  .shops .shops_list {
    max-height: 200px;
  }
}
/* /shops */
/* news */
/* line 854, ../sass/content.scss */
.news {
  margin-top: 44px;
}
/* line 856, ../sass/content.scss */
.news .item {
  margin-bottom: 15px;
}
/* line 858, ../sass/content.scss */
.news .item .image {
  margin-bottom: 15px;
  text-align: center;
}
/* line 861, ../sass/content.scss */
.news .item .image img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
/* line 868, ../sass/content.scss */
.news .item .data .date,
.news .item .data .name {
  margin-bottom: 5px;
}
/* line 873, ../sass/content.scss */
.news .item .data .descr a {
  text-decoration: none;
}

/* /news */
/* news.detail */
/* line 883, ../sass/content.scss */
.newsdetail {
  margin-bottom: 45px;
}
/* line 885, ../sass/content.scss */
.newsdetail .markers {
  margin-bottom: 15px;
}
/* line 887, ../sass/content.scss */
.newsdetail .markers .marker {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 0px 30px 0px 10px;
}
/* line 895, ../sass/content.scss */
.newsdetail .markers .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 908, ../sass/content.scss */
.newsdetail .markers .action_date {
  display: inline-block;
  white-space: nowrap;
}
/* line 913, ../sass/content.scss */
.newsdetail .pic {
  margin-bottom: 25px;
  text-align: center;
}
/* line 916, ../sass/content.scss */
.newsdetail .pic img {
  width: auto;
  max-width: 100%;
}

/* line 922, ../sass/content.scss */
.backshare {
  margin-bottom: 30px;
}
/* line 924, ../sass/content.scss */
.backshare .detailback {
  text-decoration: none;
}
/* line 927, ../sass/content.scss */
.backshare .detailback:hover i {
  color: #0084c9;
}
/* line 931, ../sass/content.scss */
.backshare .detailback i {
  padding: 10px 10px 9px 9px;
  color: #b8b8b8;
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
}
/* line 936, ../sass/content.scss */
.backshare .detailback i:before {
  content: "\f112";
}
/* line 940, ../sass/content.scss */
.backshare .detailback span {
  display: inline-block;
  padding-top: 9px;
  padding-left: 10px;
}

@media (min-width: 992px) {
  /* line 949, ../sass/content.scss */
  .backshare .yashare {
    text-align: right;
  }
}
@media (max-width: 991px) {
  /* line 956, ../sass/content.scss */
  .backshare .yashare {
    margin-top: 10px;
  }
}
/* line 961, ../sass/content.scss */
.detailGallery {
  margin-bottom: 45px;
}
/* line 963, ../sass/content.scss */
.detailGallery .pic {
  margin-bottom: 10px;
  text-align: center;
}
/* line 966, ../sass/content.scss */
.detailGallery .pic img {
  width: auto;
  max-width: 100%;
  max-height: 600px;
}

/* /news.detail */
/* yandex share */
/* line 976, ../sass/content.scss */
.yashare-auto-init {
  display: inline-block;
}

/* line 980, ../sass/content.scss */
.b-share .b-share-icon {
  width: 28px;
  height: 28px;
}
/* line 983, ../sass/content.scss */
.b-share .b-share-icon.b-share-icon_facebook {
  background: url("/bitrix/templates/mshop_3401/styles/../img/icon_facebook.png") 0px 0px no-repeat;
}
/* line 986, ../sass/content.scss */
.b-share .b-share-icon.b-share-icon_twitter {
  background: url("/bitrix/templates/mshop_3401/styles/../img/icon_twitter.png") 0px 0px no-repeat;
}
/* line 989, ../sass/content.scss */
.b-share .b-share-icon.b-share-icon_gplus {
  background: url("/bitrix/templates/mshop_3401/styles/../img/icon_googleplus.png") 0px 0px no-repeat;
}
/* line 993, ../sass/content.scss */
.b-share .b-share__handle {
  height: 28px;
  padding: 0px 3px 5px 2px !important;
}

/* line 999, ../sass/content.scss */
.yashare > span {
  display: inline-block;
  padding-top: 9px;
  padding-right: 10px;
}

/* /yandex share */
/* forms */
/* line 1008, ../sass/content.scss */
.overflower {
  overflow: hidden;
}

/* line 1012, ../sass/content.scss */
.mainform .required {
  font-size: 18px;
  color: #c90d0d;
  display: inline;
  line-height: 14px;
}
/* line 1018, ../sass/content.scss */
.mainform textarea {
  width: 100%;
  border-color: #ebebeb;
}
/* line 1021, ../sass/content.scss */
.mainform textarea:active, .mainform textarea:focus {
  border-color: #b8b8b8;
}
/* line 1026, ../sass/content.scss */
.mainform .text-triangle {
  border: 9px solid transparent;
  border-left: 10px solid #ebebeb;
  border-top: 10px solid #ebebeb;
  position: absolute;
  margin-left: 85px;
}
/* line 1032, ../sass/content.scss */
.mainform .text-triangle.focused {
  border-left: 10px solid #b8b8b8;
  border-top: 10px solid #b8b8b8;
}
/* line 1037, ../sass/content.scss */
.mainform .inner-triangle {
  border: 9px solid transparent;
  border-left: 9px solid #fff;
  border-top: 9px solid #fff;
  position: absolute;
  top: -11px;
  left: -9px;
}
/* line 1045, ../sass/content.scss */
.mainform .load-avatar {
  padding-top: 15px;
  padding-left: 25px;
}
/* line 1048, ../sass/content.scss */
.mainform .load-avatar a {
  line-height: 60px;
  margin-left: 5px;
}
/* line 1053, ../sass/content.scss */
.mainform .avatar-wrap {
  float: left;
  width: 60px;
  height: 60px;
  border: 1px solid #ebebeb;
}
/* line 1059, ../sass/content.scss */
.mainform .field-wrap {
  min-height: 58px;
  margin-top: 15px;
}
/* line 1062, ../sass/content.scss */
.mainform .field-wrap.req {
  padding-top: 0px;
}
/* line 1065, ../sass/content.scss */
.mainform .field-wrap textarea {
  resize: vertical;
}
/* line 1069, ../sass/content.scss */
.mainform .captcha_wrap {
  float: left;
}
/* line 1072, ../sass/content.scss */
.mainform .buttons,
.mainform input[type="submit"] {
  margin-left: 15px;
  float: right;
  text-align: right;
}
/* line 1078, ../sass/content.scss */
.mainform input.must-be-filled {
  border-color: #881f1f;
  background-color: #fff6f6;
}
/* line 1081, ../sass/content.scss */
.mainform input.must-be-filled::-webkit-input-placeholder, .mainform input.must-be-filled::-moz-placeholder, .mainform input.must-be-filled:-moz-placeholder, .mainform input.must-be-filled:-ms-input-placeholder {
  color: #881f1f;
}
/* line 1088, ../sass/content.scss */
.mainform input.almost-filled.form-control {
  border-color: #881f1f;
}
/* line 1092, ../sass/content.scss */
.mainform .buttons span {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
}
/* line 1096, ../sass/content.scss */
.mainform .buttons span.required {
  display: inline;
}

/************************************************************************/
/* line 1105, ../sass/content.scss */
.mainform .captcha_wrap .reloadCaptcha {
  float: left;
  margin-left: 15px;
  margin-top: 7px;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px dashed #585f69;
}
/* line 1112, ../sass/content.scss */
.mainform .captcha_wrap .reloadCaptcha:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}
/* line 1118, ../sass/content.scss */
.mainform .captchaImg {
  height: 60px;
  width: 185px;
  padding-left: 0px;
  border: 1px solid #ebebeb;
}
/* line 1124, ../sass/content.scss */
.mainform .buttons {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 1127, ../sass/content.scss */
.mainform .buttons .starrequired {
  float: left;
  line-height: 14px;
}

/* webforms */
/* line 1134, ../sass/content.scss */
.webform {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}

/* line 1140, ../sass/content.scss */
.webform.noborder {
  border-top: 0px;
}

/* line 1144, ../sass/content.scss */
.mainform textarea {
  width: 100%;
  border-color: #ebebeb;
}

/* line 1149, ../sass/content.scss */
.mainform textarea:active,
.mainform textarea:focus {
  border-color: #b8b8b8;
}

/* line 1154, ../sass/content.scss */
.mainform .text-triangle {
  border: 9px solid transparent;
  border-left: 10px solid #ebebeb;
  border-top: 10px solid #ebebeb;
  position: absolute;
  margin-left: 85px;
}

/* line 1162, ../sass/content.scss */
.mainform .text-triangle.focused {
  border-left: 10px solid #b8b8b8;
  border-top: 10px solid #b8b8b8;
}

/* line 1167, ../sass/content.scss */
.mainform .inner-triangle {
  border: 9px solid transparent;
  border-left: 9px solid #fff;
  border-top: 9px solid #fff;
  position: absolute;
  top: -11px;
  left: -9px;
}

/* line 1176, ../sass/content.scss */
.mainform .load-avatar {
  padding-top: 15px;
  padding-left: 25px;
}

/* line 1181, ../sass/content.scss */
.mainform .load-avatar a {
  line-height: 60px;
  margin-left: 5px;
}

/* line 1186, ../sass/content.scss */
.mainform .avatar-wrap {
  width: 60px;
  height: 60px;
  border: 1px solid #ebebeb;
  float: left;
}

/* line 1193, ../sass/content.scss */
.field-wrap {
  min-height: 58px;
  margin-top: 15px;
}

/* line 1198, ../sass/content.scss */
.mainform .captcha_wrap {
  float: left;
}

/* line 1202, ../sass/content.scss */
.mainform .buttons, .mainform .buttons input[type="submit"] {
  float: right;
  text-align: right;
}

/* line 1207, ../sass/content.scss */
.mainform .buttons input[type="submit"] {
  text-align: center;
}

/* line 1211, ../sass/content.scss */
.mainform input.must-be-filled {
  border-color: #881f1f;
  background-color: #fff6f6;
}

/* line 1216, ../sass/content.scss */
.mainform input.must-be-filled::-webkit-input-placeholder {
  color: #881f1f;
}

/* line 1217, ../sass/content.scss */
.mainform input.must-be-filled::-moz-placeholder {
  color: #881f1f;
}

/* Firefox 19+ */
/* line 1218, ../sass/content.scss */
.mainform input.must-be-filled:-moz-placeholder {
  color: #881f1f;
}

/* Firefox 18- */
/* line 1219, ../sass/content.scss */
.mainform input.must-be-filled:-ms-input-placeholder {
  color: #881f1f;
}

/* line 1221, ../sass/content.scss */
.mainform input.almost-filled.form-control {
  border-color: #881f1f;
}

/* line 1225, ../sass/content.scss */
.mainform .calendar-wrap a:before {
  content: '\f073';
}

/* line 1229, ../sass/content.scss */
.mainform .calendar-wrap a {
  font-family: 'FontAwesome';
  font-size: 20px;
  position: absolute;
  right: 25px;
  top: 31px;
  color: #b8b8b8;
}

/* line 1238, ../sass/content.scss */
.mainform .calendar-wrap.req a {
  top: 34px;
}

/* line 1242, ../sass/content.scss */
.mainform .calendar-wrap a:hover,
.mainform .rating .rating-icon:hover,
.mainform .rating .rating-icon.hover {
  cursor: pointer;
  color: #0084c9;
}

/* line 1249, ../sass/content.scss */
.mainform .rating .rating-icon:before {
  content: '\f006';
}

/* line 1253, ../sass/content.scss */
.mainform .rating .rating-icon.selected:before, .mainform .rating .stars-rating.rating-1 .rating-icon.star:nth-child(-n+1):before, .stars-rating.rating-1 .mainform .rating .rating-icon.star:nth-child(-n+1):before, .mainform .rating .stars-rating.rating-2 .rating-icon.star:nth-child(-n+2):before, .stars-rating.rating-2 .mainform .rating .rating-icon.star:nth-child(-n+2):before, .mainform .rating .stars-rating.rating-3 .rating-icon.star:nth-child(-n+3):before, .stars-rating.rating-3 .mainform .rating .rating-icon.star:nth-child(-n+3):before, .mainform .rating .stars-rating.rating-4 .rating-icon.star:nth-child(-n+4):before, .stars-rating.rating-4 .mainform .rating .rating-icon.star:nth-child(-n+4):before, .mainform .rating .stars-rating.rating-5 .rating-icon.star:nth-child(-n+5):before, .stars-rating.rating-5 .mainform .rating .rating-icon.star:nth-child(-n+5):before {
  content: '\f005';
}

/* line 1257, ../sass/content.scss */
.mainform .rating .rating-icon {
  color: #b8b8b8;
  font-size: 15px;
  font-family: 'FontAwesome';
  float: left;
  padding-right: 5px;
  text-decoration: none;
}

/* line 1266, ../sass/content.scss */
.mainform .field-wrap.rating .stars {
  margin-top: 14px;
}

/* line 1270, ../sass/content.scss */
.mainform .req-input.must-be-filled.rating-border {
  border-color: #881f1f;
}

/* line 1274, ../sass/content.scss */
.field-wrap label,
.field-wrap .label-wrap {
  display: block;
  margin-bottom: 5px;
  padding-left: 0px;
  font-size: 1.38462;
  font-weight: 100;
  cursor: pointer;
}
/* line 1282, ../sass/content.scss */
.field-wrap label .required,
.field-wrap .label-wrap .required {
  display: inline;
  font-size: 18px;
  color: #c90d0d;
  line-height: 14px;
}

/* line 1290, ../sass/content.scss */
.mainform .inner-wrap {
  background-color: #fafafa;
  padding: 15px 25px 5px;
  border: 1px solid #ebebeb;
}

/* line 1298, ../sass/content.scss */
.mainform .dropdown .btn.btn-default {
  text-align: left;
  width: 111%;
  border-color: #ebebeb;
  height: 36px;
}

/* line 1305, ../sass/content.scss */
.mainform .field-wrap.dropdown .dropdown-menu {
  margin-left: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: solid 2px #0084c9;
}

/* line 1312, ../sass/content.scss */
.mainform .field-wrap.dropdown .dropdown-menu li:before {
  content: "";
}

/* line 1316, ../sass/content.scss */
.mainform .field-wrap.dropdown .dropdown-menu li a:hover {
  background-color: #ebebeb;
}

/* line 1320, ../sass/content.scss */
.mainform .field-wrap.dropdown .dropdown-menu li,
.mainform .field-wrap.dropdown .dropdown-menu li a {
  border-bottom: 1px solid #ebebeb;
  height: 36px;
  text-decoration: none;
}

/* line 1327, ../sass/content.scss */
.right-arrow-caret {
  float: right;
}

/* line 1331, ../sass/content.scss */
.right-arrow-caret:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 9px;
  font-weight: bold;
}

/* line 1338, ../sass/content.scss */
.mainform .field-wrap.dropdown .btn-group.open .dropdown-toggle {
  background-color: white;
  border-color: #b8b8b8;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1344, ../sass/content.scss */
.mainform .field-wrap.dropdown .btn-group .dropdown-toggle:hover {
  background-color: white;
  border-color: #b8b8b8;
  color: #585f69;
}

/* line 1350, ../sass/content.scss */
.mainform .field-wrap input.hidden_input {
  position: absolute;
  top: 0;
  visibility: hidden;
}

/* line 1357, ../sass/content.scss */
.mainform .file_upload {
  position: relative;
  overflow: hidden;
  font-size: 1em;
  /* example */
  height: 2em;
  /* example */
  line-height: 2em;
}
/* line 1364, ../sass/content.scss */
.mainform .file_upload input[type=file] {
  position: absolute;
  top: 0;
  visibility: hidden;
}

/******************************************************************************/
/* /forms */
/* Rating */
/* line 1376, ../sass/content.scss */
.reviews-header .rating {
  line-height: 35px;
}
/* line 1378, ../sass/content.scss */
.reviews-header .rating .star {
  cursor: default;
}

/* line 1383, ../sass/content.scss */
.stars-rating {
  display: inline-block;
  margin-left: 15px;
}
/* line 1387, ../sass/content.scss */
.stars-rating .star {
  font-family: "FontAwesome";
  cursor: pointer;
  color: #b8b8b8;
}
/* line 1392, ../sass/content.scss */
.stars-rating .star:before {
  content: "\f005";
}
/* line 1397, ../sass/content.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;
}

/******************************************************************************/
/* favorite */
/* line 1416, ../sass/content.scss */
.js-compare.link,
.favorite.link {
  text-decoration: none;
  position: relative;
}
/* line 1420, ../sass/content.scss */
.js-compare.link span,
.favorite.link span {
  border-bottom: 1px dashed #585f69;
}
/* line 1425, ../sass/content.scss */
.js-compare.link:hover span,
.favorite.link:hover span {
  border: 0;
}
/* line 1430, ../sass/content.scss */
.js-compare.link:before,
.favorite.link:before {
  content: "\f096";
  margin-right: 5px;
  font-family: FontAwesome;
  color: #b8b8b8;
}
/* line 1438, ../sass/content.scss */
.js-compare.link.checked:after,
.favorite.link.checked:after {
  content: "\f00c";
  position: absolute;
  top: 1px;
  left: 0;
  font-family: "FontAwesome";
  font-size: 11px;
  color: #0084c9;
}
/* line 1450, ../sass/content.scss */
.js-compare.favorite-heart,
.favorite.favorite-heart {
  position: absolute;
  right: 0;
  z-index: 4;
  color: #fff;
  background-color: rgba(235, 235, 235, 0.6);
  cursor: pointer;
  line-height: 0;
}
/* line 1459, ../sass/content.scss */
.js-compare.favorite-heart:hover,
.favorite.favorite-heart:hover {
  background-color: #ebebeb;
  color: #0084c9;
}
/* line 1464, ../sass/content.scss */
.js-compare.favorite-heart.checked,
.favorite.favorite-heart.checked {
  color: #0084c9;
}
/* line 1466, ../sass/content.scss */
.js-compare.favorite-heart.checked:hover,
.favorite.favorite-heart.checked:hover {
  background-color: #ebebeb;
}
/* line 1471, ../sass/content.scss */
.js-compare.favorite-heart:before,
.favorite.favorite-heart:before {
  content: "\f004";
  font-family: FontAwesome;
  padding: 18px 11px;
  right: 0;
  display: inline-block;
}

/******************************************************************************/
/* /favorite */
/* catalog */
/* line 1485, ../sass/content.scss */
.sectiondescription {
  margin-bottom: 15px;
}

/* /catalog */
/* catalog.section -> showcase & list */
/* line 1491, ../sass/content.scss */
.products {
  margin-bottom: 15px;
}
/* line 1493, ../sass/content.scss */
.products .item {
  margin-bottom: 15px;
}
/* line 1495, ../sass/content.scss */
.products .item .in {
  border: 1px solid #ebebeb;
  position: relative;
  -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;
}
/* line 1499, ../sass/content.scss */
.products .item .in:hover {
  border-color: #b8b8b8;
}
/* line 1504, ../sass/content.scss */
.products .item .price.cool {
  font-size: 18px;
  line-height: 17px;
}
/* line 1509, ../sass/content.scss */
.products .item .stores table {
  width: 100%;
}
/* line 1512, ../sass/content.scss */
.products .item .stores .empty {
  color: #dd2808;
}
/* line 1515, ../sass/content.scss */
.products .item .stores .isset {
  color: #008800;
}
/* line 1521, ../sass/content.scss */
.products.showcase .item {
  min-height: 326px;
}
/* line 1523, ../sass/content.scss */
.products.showcase .item .pic {
  height: 190px;
  line-height: 190px;
  text-align: center;
}
/* line 1527, ../sass/content.scss */
.products.showcase .item .pic img {
  max-width: 100%;
  max-height: 190px;
  margin-top: -3px;
}
/* line 1533, ../sass/content.scss */
.products.showcase .item .data {
  margin: 7px 9px 0px 9px;
}
/* line 1536, ../sass/content.scss */
.products.showcase .item .name,
.products.showcase .item .buy,
.products.showcase .item .bot {
  margin-bottom: 8px;
}
/* line 1541, ../sass/content.scss */
.products.showcase .item .name {
  height: 48px;
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
}
/* line 1549, ../sass/content.scss */
.products.showcase .item .row.buy .col.prices {
  width: 45%;
  padding-right: 0px;
  height: 35px;
}
/* line 1554, ../sass/content.scss */
.products.showcase .item .row.buy .col.buybtn {
  width: 55%;
  padding-left: 0px;
}
/* line 1563, ../sass/content.scss */
.products.list .item {
  min-height: 115px;
}
/* line 1566, ../sass/content.scss */
.products.list .item .part.part1 {
  padding-right: 6px;
}
/* line 1569, ../sass/content.scss */
.products.list .item .part.part2 {
  padding-left: 6px;
}
/* line 1573, ../sass/content.scss */
.products.list .item .pic {
  height: 115px;
  line-height: 115px;
  position: relative;
}
/* line 1578, ../sass/content.scss */
.products.list .item .pic a {
  position: relative;
}
/* line 1582, ../sass/content.scss */
.products.list .item .pic img {
  position: relative;
  top: -1px;
  max-height: 115px;
}
/* line 1588, ../sass/content.scss */
.products.list .item .data {
  margin: 6px 11px 6px 0px;
}
/* line 1591, ../sass/content.scss */
.products.list .item .name {
  max-height: 37px;
  overflow: hidden;
}
/* line 1595, ../sass/content.scss */
.products.list .item .name,
.products.list .item .limiter {
  margin-bottom: 5px;
}
/* line 1599, ../sass/content.scss */
.products.list .item .price {
  display: inline-block;
}
/* line 1603, ../sass/content.scss */
.products.list .item .artstorcompare > span {
  display: inline-block;
  padding-right: 15px;
}
/* line 1616, ../sass/content.scss */
.products.list.little .item {
  min-height: 68px;
}
/* line 1618, ../sass/content.scss */
.products.list.little .item .pic {
  height: 68px;
  line-height: 68px;
}
/* line 1621, ../sass/content.scss */
.products.list.little .item .pic img {
  top: -2px;
  max-height: 68px;
}
/* line 1626, ../sass/content.scss */
.products.list.little .item .limiter {
  height: 37px;
  margin-bottom: 0px;
}
/* line 1630, ../sass/content.scss */
.products.list.little .item .descr {
  display: none;
}

@media (min-width: 768px) {
  /* line 1640, ../sass/content.scss */
  .products.list .item .limiter {
    height: 79px;
    overflow: hidden;
  }
  /* line 1644, ../sass/content.scss */
  .products.list .item .prices,
  .products.list .item .buybtn {
    display: table;
    width: 100%;
  }
  /* line 1648, ../sass/content.scss */
  .products.list .item .prices > div,
  .products.list .item .buybtn > div {
    display: table-cell;
    height: 103px;
    vertical-align: middle;
  }
  /* line 1659, ../sass/content.scss */
  .products.list.little .prices > div,
  .products.list.little .buybtn > div {
    height: 56px;
  }
}
@media (max-width: 767px) {
  /* line 1670, ../sass/content.scss */
  .products.list .item .price.old {
    margin-right: 20px;
  }
  /* line 1673, ../sass/content.scss */
  .products.list .item .bot {
    margin-bottom: 5px;
  }
  /* line 1676, ../sass/content.scss */
  .products.list .item .article,
  .products.list .item .quantity {
    display: block;
  }
  /* line 1684, ../sass/content.scss */
  .products.list.little .item .bot {
    display: none;
  }
}
/* /catalog.section -> showcase & list */
/* catalog.element */
/* line 1695, ../sass/content.scss */
.js-detail {
  margin-top: 32px;
}
@media (max-width: 767px) {
  /* line 1695, ../sass/content.scss */
  .js-detail {
    margin-top: -32px;
    margin-bottom: 64px;
  }
}
/* line 1704, ../sass/content.scss */
.js-detail .brcr ul {
  margin-bottom: 0px;
}
/* line 1708, ../sass/content.scss */
.js-detail .page-header {
  margin-top: 5px;
  margin-bottom: 15px;
}
/* line 1712, ../sass/content.scss */
.js-detail .pic {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    border: 1px solid #ebebeb;
}
/* line 1715, ../sass/content.scss */
.js-detail .pic .changeFromSlider {
  display: block;
  height: 300px;
  line-height: 300px;
  text-align: center;
}
/* line 1720, ../sass/content.scss */
.js-detail .pic .changeFromSlider img {
  max-height: 300px;
}
/* line 1728, ../sass/content.scss */
.js-detail .element-detail-header .prices {
  margin-bottom: 15px;
}
/* line 1730, ../sass/content.scss */
.js-detail .element-detail-header .prices .discount {
  margin-left: 20px;
  color: #b12a2a;
}
/* line 1735, ../sass/content.scss */
.js-detail .element-detail-header .prices .price.old {
  font-size: 14px;
}
/* line 1738, ../sass/content.scss */
.js-detail .element-detail-header .prices .price.cool {
  font-size: 18px;
}
/* line 1742, ../sass/content.scss */
.js-detail .element-detail-header .prices .multy_prices {
  width: 100%;
  max-height: 124px;
  padding: 12px 8px;
  border: 1px solid #ebebeb;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
/* line 1751, ../sass/content.scss */
.js-detail .element-detail-header .prices .multy_prices .one_price + .one_price {
  margin-top: 12px;
}
/* line 1757, ../sass/content.scss */
.js-detail .previewtext {
  margin-bottom: 15px;
}
/* line 1762, ../sass/content.scss */
.js-detail .previewtext .moreprops,
.js-detail .previewtext .moretext,
.js-detail .proptable .moreprops,
.js-detail .proptable .moretext {
  position: relative;
  text-decoration: none;
  border-bottom: 1px dashed #585f69;
}
/* line 1767, ../sass/content.scss */
.js-detail .previewtext .moreprops:hover,
.js-detail .previewtext .moretext:hover,
.js-detail .proptable .moreprops:hover,
.js-detail .proptable .moretext:hover {
  border-bottom-color: transparent;
}
/* line 1770, ../sass/content.scss */
.js-detail .previewtext .moreprops:after,
.js-detail .previewtext .moretext:after,
.js-detail .proptable .moreprops:after,
.js-detail .proptable .moretext:after {
  position: absolute;
  top: -3px;
  right: -16px;
  font-size: 18px;
  content: "\f105";
  font-weight: normal;
  display: inline-block;
  font-family: 'FontAwesome';
}
/* line 1782, ../sass/content.scss */
.js-detail .buyblock {
  padding: 11px 18px;
  border: 1px solid #ebebeb;
}
/* line 1785, ../sass/content.scss */
.js-detail .buyblock .detailstores {
  margin-bottom: 10px;
  padding-top: 5px;
}
/* line 1790, ../sass/content.scss */
.js-detail .buyblock .buybtn .btn {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
}
/* line 1798, ../sass/content.scss */
.js-detail .buyblock .delivery {
  margin-top: 15px;
}
/* line 1801, ../sass/content.scss */
.js-detail .buyblock .yashare {
  margin-top: 30px;
}
/* line 1803, ../sass/content.scss */
.js-detail .buyblock .yashare > span {
  padding-top: 7px;
  padding-right: 0px;
}
/* line 1807, ../sass/content.scss */
.js-detail .buyblock .yashare .yashare-auto-init {
  float: right;
}
/* line 1809, ../sass/content.scss */
.js-detail .buyblock .yashare .yashare-auto-init .b-share {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
/* line 1812, ../sass/content.scss */
.js-detail .buyblock .yashare .yashare-auto-init .b-share a:last-child {
  padding-right: 0px !important;
}
/* line 1820, ../sass/content.scss */
.js-detail .part2 {
  margin-bottom: 40px;
}
/* line 1825, ../sass/content.scss */
.js-detail .proptable .prop_title {
  font-size: 16px;
  margin-top: 10px;
}
/* line 1830, ../sass/content.scss */
.js-detail .proptable table {
  width: 100%;
}
/* line 1832, ../sass/content.scss */
.js-detail .proptable table .name {
  width: 50%;
}
/* line 1834, ../sass/content.scss */
.js-detail .proptable table .name > span {
  padding-right: 7px;
}
/* line 1838, ../sass/content.scss */
.js-detail .proptable table .name .border {
  border-bottom: 1px dashed #ebebeb;
  margin-top: 4px;
}
/* line 1843, ../sass/content.scss */
.js-detail .proptable table .val {
  width: 50%;
  word-break: break-all;
  padding-left: 20px;
}
/* line 1852, ../sass/content.scss */
.js-detail .proptable table td {
  padding: 5px 0;
}
/* line 1854, ../sass/content.scss */
.js-detail .proptable table td > span {
  position: relative;
  top: 10px;
  background-color: #fff;
}

/* /catalog.element */
/* SKU */
/* line 1866, ../sass/content.scss */
.offer_prop {
  display: inline-block;
  margin-bottom: 15px;
}
/* line 1869, ../sass/content.scss */
.offer_prop.simple + .simple {
  margin-left: 10px;
}
/* line 1874, ../sass/content.scss */
.offer_prop.opened .div_select .div_options {
  display: block;
}
/* line 1879, ../sass/content.scss */
.offer_prop.color.closed, .offer_propcolor.opened {
  display: block;
  width: 100%;
}
/* line 1884, ../sass/content.scss */
.offer_prop.color.closed .div_select .div_options, .offer_propcolor.opened .div_select .div_options {
  position: static;
  display: block;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 1889, ../sass/content.scss */
.offer_prop.color.closed .div_select .div_options > .div_option, .offer_propcolor.opened .div_select .div_options > .div_option {
  display: block;
  height: auto;
  float: left;
  margin-right: 5px;
  padding: 2px;
  border: 1px solid transparent;
}
/* line 1896, ../sass/content.scss */
.offer_prop.color.closed .div_select .div_options > .div_option.selected, .offer_prop.color.closed .div_select .stars-rating.rating-1 .div_options > .div_option.star:nth-child(-n+1), .stars-rating.rating-1 .offer_prop.color.closed .div_select .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), .stars-rating.rating-2 .offer_prop.color.closed .div_select .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), .stars-rating.rating-3 .offer_prop.color.closed .div_select .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), .stars-rating.rating-4 .offer_prop.color.closed .div_select .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), .stars-rating.rating-5 .offer_prop.color.closed .div_select .div_options > .div_option.star:nth-child(-n+5), .offer_prop.color.closed .div_select .div_options > .div_option:hover, .offer_propcolor.opened .div_select .div_options > .div_option.selected, .offer_propcolor.opened .div_select .stars-rating.rating-1 .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), .offer_propcolor.opened .div_select .stars-rating.rating-2 .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), .offer_propcolor.opened .div_select .stars-rating.rating-3 .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), .offer_propcolor.opened .div_select .stars-rating.rating-4 .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), .offer_propcolor.opened .div_select .stars-rating.rating-5 .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), .offer_propcolor.opened .div_select .div_options > .div_option:hover {
  border-color: #0084c9;
}
/* line 1900, ../sass/content.scss */
.offer_prop.color.closed .div_select .div_options > .div_option > span, .offer_propcolor.opened .div_select .div_options > .div_option > span {
  display: block;
  line-height: 18px;
  width: 18px;
  height: 18px;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  border: 1px solid #b8b8b8;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 1915, ../sass/content.scss */
.offer_prop.color.closed .div_selected, .offer_propcolor.opened .div_selected {
  display: none;
}
/* line 1919, ../sass/content.scss */
.offer_prop .div_select {
  position: relative;
}
/* line 1921, ../sass/content.scss */
.offer_prop .div_select .div_options {
  position: absolute;
  top: 100%;
  left: 0px;
  display: none;
  min-width: 160px;
  margin: 2px 0 0;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-bottom: 2px solid #0084c9;
  background-clip: padding-box;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 1000;
}
/* line 1934, ../sass/content.scss */
.offer_prop .div_select .div_options > .div_option {
  display: block;
  margin-left: -1px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
/* line 1940, ../sass/content.scss */
.offer_prop .div_select .div_options > .div_option.disabled {
  opacity: .5;
}
/* line 1942, ../sass/content.scss */
.offer_prop .div_select .div_options > .div_option.disabled > span {
  cursor: default;
}
/* line 1944, ../sass/content.scss */
.offer_prop .div_select .div_options > .div_option.disabled > span:hover {
  color: inherit;
  background-color: transparent;
}
/* line 1950, ../sass/content.scss */
.offer_prop .div_select .div_options > .div_option > span {
  display: block;
  padding: 7px 25px;
  color: #585f69;
  text-decoration: none;
  cursor: pointer;
  margin-top: -1px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
/* line 1959, ../sass/content.scss */
.offer_prop .div_select .div_options > .div_option > span:hover {
  color: #585f69;
  background-color: #eee;
}
/* line 1966, ../sass/content.scss */
.offer_prop .div_select .btn {
  border-color: #ebebeb;
}

/* /SKU */
/* catalog.smart.filter */
/* line 1974, ../sass/content.scss */
.smartfilter {
  background-color: #fff;
  /*Track*/
  /* modf */
}
/* line 1976, ../sass/content.scss */
.smartfilter ul {
  margin-bottom: 0px;
}
/* line 1978, ../sass/content.scss */
.smartfilter ul > li {
  margin-bottom: 10px;
}
/* line 1980, ../sass/content.scss */
.smartfilter ul > li:last-child {
  margin-bottom: 0px;
}
/* line 1984, ../sass/content.scss */
.smartfilter ul .bx_filter_prop {
  position: relative;
  border: 1px solid #ebebeb;
}
/* line 1989, ../sass/content.scss */
.smartfilter ul .bx_filter_prop.active > .name:after {
  content: "\f107";
}
/* line 1993, ../sass/content.scss */
.smartfilter ul .bx_filter_prop.active > .body {
  display: block;
  border-top: 1px solid #ebebeb;
  z-index: 2;
}
/* line 1999, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .name {
  position: relative;
  padding: 8px 25px;
  line-height: 18px;
  cursor: pointer;
}
/* line 2004, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .name:after {
  top: 8px;
  right: 17px;
  font-size: 18px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: 'FontAwesome';
}
/* line 2014, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .name .hint {
  position: relative;
}
/* line 2017, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .name .hint:hover .text {
  display: block;
}
/* line 2021, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .name .hint .fa {
  margin-left: 7px;
}
/* line 2023, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .name .hint .fa:before {
  font-size: 14px;
  content: "\f1db";
}
/* line 2027, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .name .hint .fa:after {
  position: relative;
  top: -2px;
  right: 7px;
  font-size: 8px;
  content: "\f129";
}
/* line 2035, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .name .hint .text {
  position: absolute;
  top: 25px;
  left: 0px;
  display: none;
  min-width: 250px;
  padding: 8px 10px;
  vertical-align: middle;
  line-height: 18px;
  color: #585f69;
  background-color: #fafafa;
  border: 1px solid #b8b8b8;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-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 2052, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .body {
  display: none;
  padding: 10px 25px;
  background-color: #fff;
  z-index: 1;
}
/* line 2058, ../sass/content.scss */
.smartfilter ul .bx_filter_prop label {
  display: block;
  font-weight: normal;
}
/* line 2061, ../sass/content.scss */
.smartfilter ul .bx_filter_prop label:last-child {
  margin-bottom: 0px;
}
/* line 2066, ../sass/content.scss */
.smartfilter ul .buttons {
  padding: 19px 10px;
}
/* line 2071, ../sass/content.scss */
.smartfilter .bx_ui_slider_track {
  position: relative;
  height: 9px;
  margin: 15px 0px;
  border: 1px solid #ebebeb;
  background: transparent;
}
/* line 2078, ../sass/content.scss */
.smartfilter .bx_ui_slider_part {
  display: none;
  position: absolute;
  top: -6px;
  width: 1px;
  height: 17px;
  background: #a2bfc7;
}
/* line 2085, ../sass/content.scss */
.smartfilter .bx_ui_slider_part.p1 {
  left: -1px;
}
/* line 2086, ../sass/content.scss */
.smartfilter .bx_ui_slider_part.p2 {
  left: 25%;
}
/* line 2087, ../sass/content.scss */
.smartfilter .bx_ui_slider_part.p3 {
  left: 50%;
}
/* line 2088, ../sass/content.scss */
.smartfilter .bx_ui_slider_part.p4 {
  left: 75%;
}
/* line 2089, ../sass/content.scss */
.smartfilter .bx_ui_slider_part.p5 {
  right: -1px;
}
/* line 2090, ../sass/content.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 2093, ../sass/content.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 2106, ../sass/content.scss */
.smartfilter .bx_ui_slider_range,
.smartfilter .bx_ui_slider_pricebar,
.smartfilter .bx_ui_slider_pricebar_VD,
.smartfilter .bx_ui_slider_pricebar_VN,
.smartfilter .bx_ui_slider_pricebar_V {
  position: absolute;
  top: 0px;
  bottom: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2118, ../sass/content.scss */
.smartfilter .bx_ui_slider_range {
  z-index: 90;
}
/* line 2121, ../sass/content.scss */
.smartfilter .bx_ui_slider_pricebar {
  z-index: 80;
}
/* line 2124, ../sass/content.scss */
.smartfilter .bx_ui_slider_pricebar_VD {
  z-index: 40;
  background-color: #b7b7b7;
}
/* line 2128, ../sass/content.scss */
.smartfilter .bx_ui_slider_pricebar_VN {
  z-index: 50;
  background-color: transparent;
}
/* line 2132, ../sass/content.scss */
.smartfilter .bx_ui_slider_pricebar_V {
  z-index: 60;
  background-color: #0084c9;
}
/* line 2136, ../sass/content.scss */
.smartfilter .bx_ui_slider_handle {
  position: absolute;
  top: -6px;
  display: inline-block;
  cursor: pointer;
  color: #000;
  background-color: #ebebeb;
  text-decoration: none;
}
/* line 2145, ../sass/content.scss */
.smartfilter .bx_ui_slider_handle:hover {
  color: #fff;
  background-color: #0084c9;
}
/* line 2149, ../sass/content.scss */
.smartfilter .bx_ui_slider_handle span {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  padding: 3px 8px;
}
/* line 2156, ../sass/content.scss */
.smartfilter .bx_ui_slider_handle.left {
  left: 0;
}
/* line 2159, ../sass/content.scss */
.smartfilter .bx_ui_slider_handle.left span:after {
  content: "\f104";
}
/* line 2164, ../sass/content.scss */
.smartfilter .bx_ui_slider_handle.right {
  right: 0;
}
/* line 2167, ../sass/content.scss */
.smartfilter .bx_ui_slider_handle.right span:after {
  content: "\f105";
}
/* line 2174, ../sass/content.scss */
.smartfilter .bx_filter_parameters_box .polovinka {
  width: 50%;
  float: left;
}
/* line 2180, ../sass/content.scss */
.smartfilter .bx_filter_parameters_box_container_block input {
  text-align: right;
  padding-right: 5px;
  padding-left: 5px;
}
/* line 2186, ../sass/content.scss */
.smartfilter .bx_filter_calendar_container {
  position: relative;
}
/* line 2188, ../sass/content.scss */
.smartfilter .bx_filter_calendar_container.from {
  margin-right: 5px;
}
/* line 2191, ../sass/content.scss */
.smartfilter .bx_filter_calendar_container.to {
  margin-left: 5px;
}
/* line 2194, ../sass/content.scss */
.smartfilter .bx_filter_calendar_container input {
  text-align: left;
}
/* line 2197, ../sass/content.scss */
.smartfilter .bx_filter_calendar_container .calendar-icon {
  position: absolute;
  top: 7px;
  right: 3px;
}
/* line 2202, ../sass/content.scss */
.smartfilter .bx_filter_calendar_container .calendar-icon i:after {
  content: '\f073';
}
/* line 2209, ../sass/content.scss */
.smartfilter .bx_filter_container_modef {
  position: relative;
  display: block;
}
/* line 2212, ../sass/content.scss */
.smartfilter .bx_filter_container_modef .bx_filter_popup_result {
  position: absolute;
  top: -46px;
  left: 100%;
}
/* line 2218, ../sass/content.scss */
.smartfilter .bx_filter_popup_result {
  position: relative;
  display: block;
  min-width: 150px;
  white-space: nowrap;
  margin-right: 15px;
  margin-left: 43px;
  padding: 8.5px 10px 7px 13px;
  vertical-align: middle;
  line-height: 18px;
  color: #585f69;
  text-decoration: none;
  background-color: #fafafa;
  border-top: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  z-index: 1;
}
/* line 2236, ../sass/content.scss */
.smartfilter .bx_filter_popup_result .arrow {
  position: absolute;
  top: -1px;
  left: -35px;
  border: 18px solid transparent;
  border-right: 18px solid #b8b8b8;
}
/* line 2242, ../sass/content.scss */
.smartfilter .bx_filter_popup_result .arrow span {
  position: absolute;
  top: -16px;
  left: -15px;
  border: 16.5px solid transparent;
  border-right: 17px solid #fafafa;
}
/* line 2250, ../sass/content.scss */
.smartfilter .bx_filter_popup_result #modef_num {
  margin-right: 15px;
}
/* line 2258, ../sass/content.scss */
.smartfilter .body .bx_filter_param_label.cwp:before, .smartfilter .body .bx_filter_param_label.cwp:after,
.smartfilter .body .bx_filter_param_label.cwpal:before,
.smartfilter .body .bx_filter_param_label.cwpal:after,
.smartfilter .body .bx_filter_param_label.dwpal:before,
.smartfilter .body .bx_filter_param_label.dwpal:after {
  content: '';
}

/* line 2265, ../sass/content.scss */
.bx_filter_param_label {
  cursor: pointer;
}

/* line 2268, ../sass/content.scss */
.smartfilter .bx_filter_param_label.disabled,
body .popup-window .bx_filter_param_label.disabled {
  cursor: default;
}

/* line 2272, ../sass/content.scss */
.bx_filter_param_label.cwp {
  float: left;
  margin-right: 4px;
}

/* line 2276, ../sass/content.scss */
.bx_filter_param_label.c,
.bx_filter_param_label.rb {
  margin-left: 17px;
}

/* line 2281, ../sass/content.scss */
.bx_filter_param_label.cwpal .bx_filter_param_btn {
  float: left;
  margin-right: 5px;
}
/* line 2285, ../sass/content.scss */
.bx_filter_param_label.cwpal .bx_filter_param_text {
  display: inline-block;
  margin-top: 3px;
}

/* line 2290, ../sass/content.scss */
.bx_filter_param_btn {
  display: block;
  padding: 2px;
  border: 1px solid transparent;
}

/* line 2295, ../sass/content.scss */
.bx_filter_param_label.active .bx_filter_param_btn,
.bx_filter_param_label:hover .bx_filter_param_btn {
  border-color: #0084c9;
}

/* line 2299, ../sass/content.scss */
.bx_filter_param_label.disabled:hover .bx_filter_param_btn {
  border-color: transparent;
}

/* line 2303, ../sass/content.scss */
.bx_filter_param_text .role_count {
  color: #c3c3c3;
}

/* line 2307, ../sass/content.scss */
.bx_filter_btn_color_icon {
  display: block;
  line-height: 18px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  border: 1px solid #b8b8b8;
  -webkit-background-size: cover;
  background-size: cover;
}

/* line 2318, ../sass/content.scss */
.bx_filter_select_block .bx_filter_select_text {
  display: block;
  text-align: left;
  border-color: #ebebeb;
}
/* line 2322, ../sass/content.scss */
.bx_filter_select_block .bx_filter_select_text .bx_filter_btn_color_icon {
  float: left;
  margin-right: 5px;
}

/* line 2328, ../sass/content.scss */
body .popup-window.smartFilterSelectbox {
  background: transparent;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 2332, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-top-row,
body .popup-window.smartFilterSelectbox .popup-window-bottom-row,
body .popup-window.smartFilterSelectbox .popup-window-left-column,
body .popup-window.smartFilterSelectbox .popup-window-right-column {
  display: none;
}
/* line 2338, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-center-column {
  background: transparent;
}
/* line 2341, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-content {
  margin: 0px;
}
/* line 2343, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-content ul {
  display: block;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-bottom: 2px solid #0084c9;
  border-radius: 0px;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 2359, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-content li {
  display: block;
  height: 35px;
  margin-left: -1px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
/* line 2366, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-content label {
  display: block;
  padding: 7px 25px;
  cursor: pointer;
  color: #585f69;
  text-decoration: none;
  margin-top: -1px;
  margin-bottom: 0px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
/* line 2376, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-content label:hover {
  text-decoration: none;
  color: #585f69;
  background-color: #eee;
}
/* line 2381, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-content label.disabled:hover {
  background-color: transparent;
}
/* line 2385, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-content .bx_filter_btn_color_icon {
  float: left;
  margin-right: 5px;
}

/* line 2394, ../sass/content.scss */
.bx_filter_select_popup ul li label {
  font-weight: normal;
}

/* line 2400, ../sass/content.scss */
.bx_filter_btn_color_icon.all {
  position: relative;
  border: none;
}

/* line 2404, ../sass/content.scss */
.bx_filter_btn_color_icon.all:after,
.bx_filter_btn_color_icon.all:before {
  position: absolute;
  width: 60%;
  height: 60%;
  background: #fff;
  content: " ";
  -moz-box-shadow: inset 0 0 0 1px #b8b8b8;
  -webkit-box-shadow: inset 0 0 0 1px #b8b8b8;
  box-shadow: inset 0 0 0 1px #b8b8b8;
}

/* line 2413, ../sass/content.scss */
.bx_filter_btn_color_icon.all:before {
  top: 0;
  left: 0;
}

/* line 2417, ../sass/content.scss */
.bx_filter_btn_color_icon.all:after {
  right: 0;
  bottom: 0;
}

/* line 2421, ../sass/content.scss */
.bx_filter_param_label.disabled {
  opacity: .5;
  cursor: default;
}

@media (max-width: 991px) {
  /* line 2426, ../sass/content.scss */
  .aroundfilter {
    position: relative;
  }
  /* line 2428, ../sass/content.scss */
  .aroundfilter .smartfilter {
 
  }
  /* line 2430, ../sass/content.scss */
  .aroundfilter .smartfilter.open {
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    display: block;
    z-index: 5;
    padding: 15px;
    border: 1px solid #ebebeb;
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  /* line 2442, ../sass/content.scss */
  .aroundfilter .smartfilter .name .hint {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 2451, ../sass/content.scss */
  .smartfilter.ftype1 {
    margin-bottom: 10px;
  }
  /* line 2457, ../sass/content.scss */
  .smartfilter.ftype2 ul .bx_filter_prop > .body {
    position: absolute;
    top: 38px;
    right: 0px;
    left: 0px;
    border-top: 1px solid #ebebeb;
    border-bottom: 2px solid #0084c9;
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  /* line 2467, ../sass/content.scss */
  .smartfilter.ftype2 ul .buttons {
    text-align: right;
  }
  /* line 2472, ../sass/content.scss */
  .smartfilter.ftype2 .bx_filter_container_modef .bx_filter_popup_result {
    left: auto;
    right: 0px;
  }
}
/* /catalog.smart.filter */
/* catalog.compare.list */
/* line 2484, ../sass/content.scss */
.comparelist .btn {
  border-color: #ebebeb;
}
/* line 2487, ../sass/content.scss */
.comparelist .btn .fa:after {
  content: "\f080";
}

/* /catalog.compare.list */
/* catalog.sorter */
/* line 2496, ../sass/content.scss */
.catalogsorter {
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
/* line 2499, ../sass/content.scss */
.catalogsorter > div {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 2508, ../sass/content.scss */
.catalogsorter .template i.showcase:before,
.catalogsorter .templateDrop i.showcase:before {
  content: "\f00a";
}
/* line 2513, ../sass/content.scss */
.catalogsorter .template i.list:before,
.catalogsorter .templateDrop i.list:before {
  content: "\f00b";
}
/* line 2518, ../sass/content.scss */
.catalogsorter .template i.list_little:before,
.catalogsorter .templateDrop i.list_little:before {
  content: "\f03a";
}
/* line 2525, ../sass/content.scss */
.catalogsorter .template a {
  display: inline-block;
  margin-left: 10px;
  padding: 9px 12px 7px 13px;
  color: #b8b8b8;
  background-color: #ebebeb;
}
/* line 2531, ../sass/content.scss */
.catalogsorter .template a:hover, .catalogsorter .template a.selected, .catalogsorter .template .stars-rating.rating-1 a.star:nth-child(-n+1), .stars-rating.rating-1 .catalogsorter .template a.star:nth-child(-n+1), .catalogsorter .template .stars-rating.rating-2 a.star:nth-child(-n+2), .stars-rating.rating-2 .catalogsorter .template a.star:nth-child(-n+2), .catalogsorter .template .stars-rating.rating-3 a.star:nth-child(-n+3), .stars-rating.rating-3 .catalogsorter .template a.star:nth-child(-n+3), .catalogsorter .template .stars-rating.rating-4 a.star:nth-child(-n+4), .stars-rating.rating-4 .catalogsorter .template a.star:nth-child(-n+4), .catalogsorter .template .stars-rating.rating-5 a.star:nth-child(-n+5), .stars-rating.rating-5 .catalogsorter .template a.star:nth-child(-n+5) {
  color: #0084c9;
}
/* line 2535, ../sass/content.scss */
.catalogsorter .template a:first-child {
  margin-left: 0px;
}
/* line 2541, ../sass/content.scss */
.catalogsorter .templateDrop .fa {
  margin-left: 0px;
}
/* line 2546, ../sass/content.scss */
.catalogsorter .templateDrop .dropdown-toggle .fa:after {
  content: '';
}
/* line 2551, ../sass/content.scss */
.catalogsorter .templateDrop .dropdown-menu {
  min-width: 60px;
}
/* line 2556, ../sass/content.scss */
.catalogsorter .dropdown > .btn-default.dropdown-toggle {
  border-color: #ebebeb;
}
/* line 2560, ../sass/content.scss */
.catalogsorter .dropdown.open > .btn-default.dropdown-toggle {
  background-color: transparent;
}
/* line 2564, ../sass/content.scss */
.catalogsorter .dropdown .arrowright {
  margin-left: 7px;
}
/* line 2566, ../sass/content.scss */
.catalogsorter .dropdown .arrowright:after {
  content: "\f105";
}
/* line 2571, ../sass/content.scss */
.catalogsorter .filterbtn,
.catalogsorter .output,
.catalogsorter .sortby,
.catalogsorter .comparising {
  margin-right: 10px;
  height: 35px;
}
/* line 2579, ../sass/content.scss */
.catalogsorter .output .title,
.catalogsorter .output .dropdown {
  display: inline-block;
}
/* line 2583, ../sass/content.scss */
.catalogsorter .output .title {
  margin-right: 3px;
}
/* line 2586, ../sass/content.scss */
.catalogsorter .output .fileicon {
  margin-left: 0px;
  margin-right: 3px;
}
/* line 2589, ../sass/content.scss */
.catalogsorter .output .fileicon:before {
  content: "\f016";
}
/* line 2592, ../sass/content.scss */
.catalogsorter .output .fileicon:after {
  content: '';
}
/* line 2597, ../sass/content.scss */
.catalogsorter .showfilter {
  border-color: #ebebeb;
}
/* line 2599, ../sass/content.scss */
.catalogsorter .showfilter i {
  margin-left: 0px;
}
/* line 2601, ../sass/content.scss */
.catalogsorter .showfilter i:before {
  content: "\f0b0";
}
/* line 2604, ../sass/content.scss */
.catalogsorter .showfilter i:after {
  content: ' ';
}

@media (min-width: 501px) {
  /* line 2611, ../sass/content.scss */
  .comparising {
    float: right;
  }
}
@media (max-width: 500px) {
  /* line 2617, ../sass/content.scss */
  .catalogsorter .filterbtn,
  .catalogsorter .output,
  .catalogsorter .sortby {
    margin-right: 0px;
  }
  /* line 2623, ../sass/content.scss */
  .catalogsorter > div:first-child button {
    border-right: none;
  }
  /* line 2629, ../sass/content.scss */
  .catalogsorter .filterbtn + .output button,
  .catalogsorter .filterbtn + .sortby button {
    border-right: none;
  }
  /* line 2634, ../sass/content.scss */
  .catalogsorter .comparising .btn {
    position: relative;
    left: -1px;
  }
}
@media (max-width: 991px) {
  /* line 2648, ../sass/content.scss */
  .catalogsorter .sortby .fa.sort:after, .catalogsorter .sortby .fa.name:after, .catalogsorter .sortby .fa.price:after {
    margin-left: 3px;
  }
  /* line 2652, ../sass/content.scss */
  .catalogsorter .sortby .fa.sort.asc:after, .catalogsorter .sortby .fa.name.asc:after, .catalogsorter .sortby .fa.price.asc:after {
    content: "\f106";
  }
  /* line 2657, ../sass/content.scss */
  .catalogsorter .sortby .fa.sort.desc:after, .catalogsorter .sortby .fa.name.desc:after, .catalogsorter .sortby .fa.price.desc:after {
    content: "\f107";
  }
  /* line 2663, ../sass/content.scss */
  .catalogsorter .sortby .fa.sort:before {
    content: "\f005";
  }
  /* line 2668, ../sass/content.scss */
  .catalogsorter .sortby .fa.price:before {
    content: "\f155";
  }
  /* line 2673, ../sass/content.scss */
  .catalogsorter .sortby .dropdown-menu {
    min-width: 60px;
  }
  /* line 2676, ../sass/content.scss */
  .catalogsorter .sortby .dropdown-menu > li a {
    padding: 7px 15px;
  }
}
/* /catalog.sorter */
/* catalog.compare.result */
/* line 2688, ../sass/content.scss */
.bx_compare .bx_sort_container {
  margin-bottom: 15px;
}
/* line 2690, ../sass/content.scss */
.bx_compare .bx_sort_container .sorttext {
  margin-right: 7px;
}
/* line 2695, ../sass/content.scss */
.bx_compare .table_compare .empty > div,
.bx_compare .table_compare .item {
  min-width: 260px;
}
/* line 2699, ../sass/content.scss */
.bx_compare .table_compare .empty {
  padding: 0px;
}
/* line 2702, ../sass/content.scss */
.bx_compare .table_compare .product {
  padding: 15px;
}
/* line 2706, ../sass/content.scss */
.bx_compare .table_compare .item .del {
  position: relative;
  min-height: 5px;
}
/* line 2709, ../sass/content.scss */
.bx_compare .table_compare .item .del a {
  position: absolute;
  top: -11px;
  right: -11px;
  display: block;
  width: 15px;
  height: 15px;
}
/* line 2717, ../sass/content.scss */
.bx_compare .table_compare .item .del .fa {
  font-size: 18px;
}
/* line 2719, ../sass/content.scss */
.bx_compare .table_compare .item .del .fa:after {
  content: "\f014";
}
/* line 2724, ../sass/content.scss */
.bx_compare .table_compare .item .pic {
  height: 190px;
  line-height: 190px;
  text-align: center;
}
/* line 2728, ../sass/content.scss */
.bx_compare .table_compare .item .pic img {
  max-width: 100%;
  max-height: 190px;
}
/* line 2733, ../sass/content.scss */
.bx_compare .table_compare .item .data {
  margin: 7px 9px 0px 9px;
}
/* line 2736, ../sass/content.scss */
.bx_compare .table_compare .item .del,
.bx_compare .table_compare .item .name {
  margin-bottom: 8px;
}
/* line 2740, ../sass/content.scss */
.bx_compare .table_compare .item .name {
  height: 48px;
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
}

/* /catalog.compare.result */
/* 404 not found */
/* line 2753, ../sass/content.scss */
.erorpage .errorpagein {
  width: 100%;
  vertical-align: middle;
}
/* line 2756, ../sass/content.scss */
.erorpage .errorpagein .errorcode {
  margin-top: 50px;
  font-size: 200px;
}
/* line 2760, ../sass/content.scss */
.erorpage .errorpagein .errortext {
  position: relative;
  top: -40px;
  font-size: 30px;
}
/* line 2765, ../sass/content.scss */
.erorpage .errorpagein .errorbutton {
  margin-top: 10px;
  margin-bottom: 120px;
}

/* /404 not found */
/* subscribe */
/* line 2775, ../sass/content.scss */
.subscription .field-wrap {
  min-height: 45px;
  margin-top: 0px;
  margin-bottom: 15px;
}
/* line 2779, ../sass/content.scss */
.subscription .field-wrap label {
  margin-bottom: 0px;
}
/* line 2782, ../sass/content.scss */
.subscription .field-wrap .rubric {
  margin-bottom: 20px;
}
/* line 2784, ../sass/content.scss */
.subscription .field-wrap .rubric > div {
  margin-top: 3px;
  color: #a4a4a4;
  font-size: 11px;
}
/* line 2791, ../sass/content.scss */
.subscription .padleft {
  margin-top: 12px;
  padding-left: 30px;
}
/* line 2795, ../sass/content.scss */
.subscription .btns {
  margin-top: 15px;
}
/* line 2798, ../sass/content.scss */
.subscription .required {
  font-size: 18px;
  color: #c90d0d;
  display: inline;
  line-height: 14px;
}

/* line 2805, ../sass/content.scss */
.detail_subs {
  margin-bottom: 30px;
  padding: 10px 18px;
  border: 1px solid #ebebeb;
  background-color: #fafafa;
}
/* line 2810, ../sass/content.scss */
.detail_subs p {
  margin: 0px;
  line-height: 36px;
}

/* /subscribe */
/* line 2818, ../sass/content.scss */
.products-owl-slider .owl-nav {
  margin-top: 10px;
  text-align: right;
}

/* universal slider */
/* line 2825, ../sass/content.scss */
.thumbs {
  margin-bottom: 25px;
}
/* line 2828, ../sass/content.scss */
.thumbs .thumb a {
  position: relative;
  display: block;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border: 1px solid #ebebeb;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 2841, ../sass/content.scss */
.thumbs .thumb.checked a .overlay,
.thumbs .thumb.checked a .fa {
  display: block;
}
/* line 2847, ../sass/content.scss */
.thumbs .thumb .overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: none;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 2857, ../sass/content.scss */
.thumbs .thumb .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  margin-top: -16px;
  margin-left: -17px;
  font-size: 35px;
}
/* line 2865, ../sass/content.scss */
.thumbs .thumb .fa:before {
  content: "\f002";
  color: #fff;
}
/* line 2871, ../sass/content.scss */
.thumbs .owl-nav {
  margin-top: 10px;
  text-align: right;
}

/* line 2876, ../sass/content.scss */
.changeFromSlider {
  cursor: pointer;
}

/* /universal slider */
/* popup gallery */
/* line 2882, ../sass/content.scss */
.popupgallery {
  margin-bottom: 30px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ebebeb;
}
/* line 2886, ../sass/content.scss */
.popupgallery .navigations {
  position: relative;
}
/* line 2889, ../sass/content.scss */
.popupgallery .navigations:hover > .nav {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 2891, ../sass/content.scss */
.popupgallery .navigations:hover > .nav:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
/* line 2896, ../sass/content.scss */
.popupgallery .navigations > .nav {
  position: absolute;
  top: 50%;
  display: inline-block;
  color: #000;
  cursor: pointer;
  margin-top: -27px;
  background-color: #ebebeb;
  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;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
/* line 2912, ../sass/content.scss */
.popupgallery .navigations > .nav:hover {
  color: #fff;
  background-color: #ebebeb;
}
/* line 2916, ../sass/content.scss */
.popupgallery .navigations > .nav.prev {
  left: 15px;
}
/* line 2918, ../sass/content.scss */
.popupgallery .navigations > .nav.prev > span {
  padding: 5px 22px 7px 18px;
}
/* line 2919, ../sass/content.scss */
.popupgallery .navigations > .nav.prev > span:after {
  content: "\f104";
}
/* line 2925, ../sass/content.scss */
.popupgallery .navigations > .nav.next {
  right: 15px;
}
/* line 2927, ../sass/content.scss */
.popupgallery .navigations > .nav.next > span {
  padding: 5px 18px 7px 22px;
}
/* line 2928, ../sass/content.scss */
.popupgallery .navigations > .nav.next > span:after {
  content: "\f105";
}
/* line 2934, ../sass/content.scss */
.popupgallery .navigations > .nav > span {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 39px;
  color: #fff;
}
/* line 2943, ../sass/content.scss */
.popupgallery .around_changeit {
  display: table;
  width: 100%;
}
/* line 2947, ../sass/content.scss */
.popupgallery .changeit {
  display: table-cell;
  width: 100%;
  height: 550px;
  text-align: center;
  vertical-align: middle;
}
/* line 2953, ../sass/content.scss */
.popupgallery .changeit img {
  display: inline;
  cursor: pointer;
  max-height: 520px;
}
/* line 2958, ../sass/content.scss */
.popupgallery .changeit .date {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: right;
}
/* line 2966, ../sass/content.scss */
.popupgallery .description {
  height: 20px;
}
/* line 2969, ../sass/content.scss */
.popupgallery .thumbs {
  max-height: 428px;
  margin-top: 15px;
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 2974, ../sass/content.scss */
.popupgallery .thumbs .thumb {
  width: 45%;
  float: left;
  margin-right: 4%;
  margin-bottom: 15px;
}
/* line 2979, ../sass/content.scss */
.popupgallery .thumbs .thumb:nth-child(odd) {
  margin-right: 6%;
}
/* line 2984, ../sass/content.scss */
.popupgallery .preview {
  position: relative;
  max-height: 112px;
  overflow: hidden;
}
/* line 2988, ../sass/content.scss */
.popupgallery .preview:before {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 30%;
  height: 20px;
  content: '';
  background-image: -webkit-linear-gradient(left, rgba(250, 250, 250, 0.5), #fafafa);
  background-image: linear-gradient(to right, rgba(250, 250, 250, 0.5), #fafafa);
}

/* /popup gallery */
/* section cart */
/* line 3005, ../sass/content.scss */
.section-cart .da2_icon, .section-cart .qb_icon {
  top: 0;
  left: 0;
}
/* line 3012, ../sass/content.scss */
.section-cart .item .pic img {
  max-height: 110px;
}
/* line 3018, ../sass/content.scss */
.section-cart .owl-nav {
  text-align: right;
}

/* set construcor */
/* line 3024, ../sass/content.scss */
.constructor-wrapper {
  margin-bottom: 15px;
}

/* line 3027, ../sass/content.scss */
.set-constructor {
  border: 1px solid #b8b8b8;
  padding: 10px;
}
/* line 3031, ../sass/content.scss */
.set-constructor .selected-items, .set-constructor .allitems {
  margin-bottom: 15px;
}
/* line 3035, ../sass/content.scss */
.set-constructor .selected-items .item, .set-constructor .allitems .item {
  border: 1px solid #e3e3e3;
  height: 300px;
  margin-bottom: 8px;
  position: relative;
}
/* line 3041, ../sass/content.scss */
.set-constructor .selected-items .item .remove, .set-constructor .allitems .item .remove {
  position: absolute;
  right: 0;
  z-index: 98;
  color: #7c7c7c;
  background-color: #ebebeb;
  cursor: pointer;
  line-height: 0;
}
/* line 3051, ../sass/content.scss */
.set-constructor .selected-items .item .remove:before, .set-constructor .allitems .item .remove:before {
  content: "\e680";
  font-size: 30px;
  font-family: "PeIcon7Stroke";
  padding: 17.5px 2.5px;
  right: 0;
  display: inline-block;
}
/* line 3062, ../sass/content.scss */
.set-constructor .selected-items .item .remove:hover, .set-constructor .allitems .item .remove:hover {
  color: #0084c9;
}
/* line 3067, ../sass/content.scss */
.set-constructor .selected-items .item .checkbox, .set-constructor .allitems .item .checkbox {
  position: absolute;
  right: 0;
  z-index: 98;
  color: #fff;
  background-color: #ebebeb;
  cursor: pointer;
  line-height: 0;
  margin: 0;
  padding: 18px 11px;
  right: 0;
  font-family: "FontAwesome";
}
/* line 3081, ../sass/content.scss */
.set-constructor .selected-items .item .checkbox.selected:after, .set-constructor .selected-items .item .stars-rating.rating-1 .checkbox.star:nth-child(-n+1):after, .stars-rating.rating-1 .set-constructor .selected-items .item .checkbox.star:nth-child(-n+1):after, .set-constructor .selected-items .item .stars-rating.rating-2 .checkbox.star:nth-child(-n+2):after, .stars-rating.rating-2 .set-constructor .selected-items .item .checkbox.star:nth-child(-n+2):after, .set-constructor .selected-items .item .stars-rating.rating-3 .checkbox.star:nth-child(-n+3):after, .stars-rating.rating-3 .set-constructor .selected-items .item .checkbox.star:nth-child(-n+3):after, .set-constructor .selected-items .item .stars-rating.rating-4 .checkbox.star:nth-child(-n+4):after, .stars-rating.rating-4 .set-constructor .selected-items .item .checkbox.star:nth-child(-n+4):after, .set-constructor .selected-items .item .stars-rating.rating-5 .checkbox.star:nth-child(-n+5):after, .stars-rating.rating-5 .set-constructor .selected-items .item .checkbox.star:nth-child(-n+5):after, .set-constructor .allitems .item .checkbox.selected:after, .set-constructor .allitems .item .stars-rating.rating-1 .checkbox.star:nth-child(-n+1):after, .stars-rating.rating-1 .set-constructor .allitems .item .checkbox.star:nth-child(-n+1):after, .set-constructor .allitems .item .stars-rating.rating-2 .checkbox.star:nth-child(-n+2):after, .stars-rating.rating-2 .set-constructor .allitems .item .checkbox.star:nth-child(-n+2):after, .set-constructor .allitems .item .stars-rating.rating-3 .checkbox.star:nth-child(-n+3):after, .stars-rating.rating-3 .set-constructor .allitems .item .checkbox.star:nth-child(-n+3):after, .set-constructor .allitems .item .stars-rating.rating-4 .checkbox.star:nth-child(-n+4):after, .stars-rating.rating-4 .set-constructor .allitems .item .checkbox.star:nth-child(-n+4):after, .set-constructor .allitems .item .stars-rating.rating-5 .checkbox.star:nth-child(-n+5):after, .stars-rating.rating-5 .set-constructor .allitems .item .checkbox.star:nth-child(-n+5):after {
  position: absolute;
  left: 11px;
  content: "\f00c";
  color: #0084c9;
}
/* line 3088, ../sass/content.scss */
.set-constructor .selected-items .item .checkbox:before, .set-constructor .allitems .item .checkbox:before {
  content: "\f0c8";
}
/* line 3093, ../sass/content.scss */
.set-constructor .selected-items .item.empty, .set-constructor .allitems .item.empty {
  background-color: #eeeeee;
}
/* line 3097, ../sass/content.scss */
.set-constructor .selected-items .item .pic, .set-constructor .allitems .item .pic {
  text-align: center;
  height: 190px;
  line-height: 190px;
}
/* line 3102, ../sass/content.scss */
.set-constructor .selected-items .item .pic a, .set-constructor .allitems .item .pic a {
  display: inline-block;
}
/* line 3106, ../sass/content.scss */
.set-constructor .selected-items .item .pic img, .set-constructor .allitems .item .pic img {
  max-height: 190px;
  max-width: 100%;
  display: inline;
}
/* line 3113, ../sass/content.scss */
.set-constructor .selected-items .item .data, .set-constructor .allitems .item .data {
  margin: 7px 9px 0px 9px;
}
/* line 3115, ../sass/content.scss */
.set-constructor .selected-items .item .data .name, .set-constructor .allitems .item .data .name {
  height: 48px;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
  overflow: hidden;
}
/* line 3124, ../sass/content.scss */
.set-constructor .selected-items .item .data .prices .price.old, .set-constructor .allitems .item .data .prices .price.old {
  text-decoration: line-through;
}
/* line 3127, ../sass/content.scss */
.set-constructor .selected-items .item .data .prices .price.cool, .set-constructor .allitems .item .data .prices .price.cool {
  font-size: 18px;
  line-height: 17px;
}
/* line 3135, ../sass/content.scss */
.set-constructor .selected-items .separator, .set-constructor .allitems .separator {
  height: 300px;
  width: 24px;
  position: absolute;
  left: -21.5px;
  top: 0;
}
/* line 3142, ../sass/content.scss */
.set-constructor .selected-items .separator.plus, .set-constructor .allitems .separator.plus {
  font-family: "PeIcon7Stroke";
}
/* line 3145, ../sass/content.scss */
.set-constructor .selected-items .separator.plus:before, .set-constructor .allitems .separator.plus:before {
  content: "\e680";
  position: absolute;
  margin: auto;
  font-size: 30px;
  height: 22px;
  width: 24px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #b8b8b8;
  transform: rotate(45deg);
  font-weight: bold;
}
/* line 3165, ../sass/content.scss */
.set-constructor .set-panel {
  border: 1px solid #e3e3e3;
  padding: 12px;
}
/* line 3169, ../sass/content.scss */
.set-constructor .set-panel .rightpart {
  line-height: 1;
}
@media (max-width: 991px) {
  /* line 3169, ../sass/content.scss */
  .set-constructor .set-panel .rightpart {
    margin-top: 10px;
  }
}
/* line 3177, ../sass/content.scss */
.set-constructor .set-panel .price.cool {
  font-size: 18px;
}
/* line 3181, ../sass/content.scss */
.set-constructor .set-panel .price.old {
  font-size: 13px;
}
/* line 3185, ../sass/content.scss */
.set-constructor .set-panel .price.text-danger {
  font-size: 13px;
}

/* line 3197, ../sass/content.scss */
.p_basket .basket_table th.col_PRICE, .p_basket .basket_table th.col_SUM, .p_basket .basket_table th.col_DISCOUNT {
  text-align: right;
}
/* line 3203, ../sass/content.scss */
.p_basket .basket_table th, .p_basket .basket_table td {
  padding: 12px 10px;
}
/* line 3206, ../sass/content.scss */
.p_basket .basket_table .item {
  min-width: 240px;
}
/* line 3209, ../sass/content.scss */
.p_basket .basket_table .custom {
  min-width: 100px;
}
/* line 3214, ../sass/content.scss */
.p_basket .picture {
  min-width: 90px;
}
/* line 3219, ../sass/content.scss */
.p_basket .quantity .minus, .p_basket .quantity .plus {
  font-weight: bold;
  cursor: pointer;
}
/* line 3224, ../sass/content.scss */
.p_basket .quantity .minus:before {
  content: "<";
}
/* line 3229, ../sass/content.scss */
.p_basket .quantity .plus:before {
  content: ">";
}
/* line 3233, ../sass/content.scss */
.p_basket .quantity input.quantity_number {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 5px 2px;
  text-align: center;
}

/* line 3243, ../sass/content.scss */
.panel-basket, .panel-order {
  border: 1px solid #ebebeb;
}
/* line 3246, ../sass/content.scss */
.panel-basket .panel-body, .panel-order .panel-body {
  padding: 15px 10px 10px 10px;
}
/* line 3250, ../sass/content.scss */
.panel-basket .price, .panel-order .price {
  font-size: 14px;
}
/* line 3253, ../sass/content.scss */
.panel-basket .price.cool, .panel-order .price.cool {
  font-size: 18px;
}
/* line 3257, ../sass/content.scss */
.panel-basket .price.vat, .panel-order .price.vat {
  color: #b8b8b8;
  font-size: 12px;
}
/* line 3264, ../sass/content.scss */
.panel-basket .buttons .btn-order, .panel-order .buttons .btn-order {
  margin-left: 7px;
}

/* line 3269, ../sass/content.scss */
.ws_formated {
  padding-bottom: 10px;
}
/* line 3272, ../sass/content.scss */
.ws_formated .left-indent {
  margin-left: 15px;
}

/* Small basket */
/* line 3281, ../sass/content.scss */
.dropdown-basketinhead.open .dropdown-smallbasket {
  display: block;
}
/* line 3286, ../sass/content.scss */
.dropdown-basketinhead .dropdown-smallbasket {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  min-width: 700px;
  margin-top: -3px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-bottom-color: #0084c9;
  z-index: 999;
}
/* line 3298, ../sass/content.scss */
.dropdown-basketinhead .dropdown-smallbasket > .section.items {
  max-height: 230px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  /* line 3286, ../sass/content.scss */
  .dropdown-basketinhead .dropdown-smallbasket {
    min-width: 320px;
    left: -20px;
    top: 250%;
  }
  /* line 3308, ../sass/content.scss */
  .dropdown-basketinhead .dropdown-smallbasket td {
    padding: 10px 7px !important;
  }
  /* line 3312, ../sass/content.scss */
  .dropdown-basketinhead .dropdown-smallbasket:before, .dropdown-basketinhead .dropdown-smallbasket:after {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  /* line 3323, ../sass/content.scss */
  .dropdown-basketinhead .dropdown-smallbasket:before {
    margin-left: -2px;
  }
}
@media (min-width: 767px) {
  /* line 3329, ../sass/content.scss */
  .dropdown-basketinhead .dropdown-smallbasket:before, .dropdown-basketinhead .dropdown-smallbasket:after {
    bottom: 100%;
    right: 112px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  /* line 3340, ../sass/content.scss */
  .dropdown-basketinhead .dropdown-smallbasket:before {
    margin-right: -2px;
  }
}
/* line 3345, ../sass/content.scss */
.dropdown-basketinhead .dropdown-smallbasket:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 13px;
}
/* line 3350, ../sass/content.scss */
.dropdown-basketinhead .dropdown-smallbasket:before {
  border-color: rgba(235, 235, 235, 0);
  border-bottom-color: #ebebeb;
  border-width: 15px;
}
/* line 3356, ../sass/content.scss */
.dropdown-basketinhead .dropdown-smallbasket .section {
  border-bottom: 1px solid #ebebeb;
}
/* line 3360, ../sass/content.scss */
.dropdown-basketinhead .dropdown-smallbasket .items {
  padding: 5px 15px 5px 11px;
}
/* line 3364, ../sass/content.scss */
.dropdown-basketinhead .dropdown-smallbasket table {
  width: 100%;
  vertical-align: middle;
}
/* line 3368, ../sass/content.scss */
.dropdown-basketinhead .dropdown-smallbasket table td {
  padding: 5px 30px;
  word-break: break-all;
}
/* line 3372, ../sass/content.scss */
.dropdown-basketinhead .dropdown-smallbasket table td.picture {
  width: 80px;
  width: 12%;
  padding: 6px 7px 6px 0px;
}
/* line 3376, ../sass/content.scss */
.dropdown-basketinhead .dropdown-smallbasket table td.picture img {
  max-width: none;
  width: 100%;
}
/* line 3382, ../sass/content.scss */
.dropdown-basketinhead .dropdown-smallbasket table td.name {
  padding-left: 0;
  vertical-align: baseline;
  width: 50%;
}
/* line 3388, ../sass/content.scss */
.dropdown-basketinhead .dropdown-smallbasket table td.price {
  text-align: right;
  padding-right: 0;
}
/* line 3397, ../sass/content.scss */
.dropdown-basketinhead .gotoorder {
  display: inline-block;
  padding: 9px 16px 10px 16px;
}

/* Order styles */
/* line 3404, ../sass/content.scss */
.table-order {
  width: 100%;
}
/* line 3407, ../sass/content.scss */
.table-order td.rdbtn {
  width: 50px;
}
/* line 3411, ../sass/content.scss */
.table-order td.img {
  width: 150px;
}
/* line 3415, ../sass/content.scss */
.table-order td {
  padding: 10px 0;
}
/* line 3419, ../sass/content.scss */
.table-order tr {
  cursor: pointer;
}

/* line 3425, ../sass/content.scss */
.order-detail h5 {
  margin-bottom: 21px;
}
/* line 3428, ../sass/content.scss */
.order-detail hr {
  margin-top: 16px;
  margin-bottom: 15px;
}
/* line 3432, ../sass/content.scss */
.order-detail table.spod {
  width: 100%;
}
/* line 3434, ../sass/content.scss */
.order-detail table.spod td {
  width: 50%;
}
/* line 3439, ../sass/content.scss */
.order-detail .mt.backshare {
  margin-top: 6px;
}

/* Calendar */
/* line 3447, ../sass/content.scss */
.calendar .calendar-icon {
  font-family: "FontAwesome";
  padding: 6.5px 14px;
}
/* line 3450, ../sass/content.scss */
.calendar .calendar-icon:after {
  content: '\f073';
}

/* Helpers */
/* line 3457, ../sass/content.scss */
.outline {
  outline: 1px solid #ebebeb;
}

/* line 3460, ../sass/content.scss */
.mt {
  margin-top: 20px;
}

/* line 3463, ../sass/content.scss */
.mb {
  margin-bottom: 15px;
}

/* line 3466, ../sass/content.scss */
.ml {
  margin-left: 15px;
}

/* line 3469, ../sass/content.scss */
.mr {
  margin-right: 15px;
}

/* order profiles */
/* line 3476, ../sass/content.scss */
.profil-list .name {
  display: inline-block;
  margin-bottom: 6px;
}

/* locations */
/* line 3483, ../sass/content.scss */
.locationbig {
  min-width: 800px;
}
/* line 3485, ../sass/content.scss */
.locationbig .items {
  max-height: 200px;
  margin: 15px 0px;
  overflow-y: auto;
}
/* line 3489, ../sass/content.scss */
.locationbig .items .item {
  float: left;
  width: 25%;
}
/* line 3492, ../sass/content.scss */
.locationbig .items .item label {
  margin-left: 17px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  /* line 3500, ../sass/content.scss */
  .locationbig {
    min-width: 690px;
  }
  /* line 3503, ../sass/content.scss */
  .locationbig .items .item {
    width: 33%;
  }
}
@media (max-width: 991px) {
  /* line 3510, ../sass/content.scss */
  .locationbig {
    min-width: 600px;
  }
  /* line 3513, ../sass/content.scss */
  .locationbig .items .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  /* line 3520, ../sass/content.scss */
  .locationbig {
    width: 100%;
    min-width: 200px;
  }
  /* line 3524, ../sass/content.scss */
  .locationbig .items .item {
    width: 100%;
  }
}
/* Stores hack */
@media (max-width: 991px) {
  /* line 3534, ../sass/content.scss */
  .products.showcase .item.col-sm-6:nth-child(2n-1) .stores.dropdown .dropdown-menu {
    left: auto;
    right: auto;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  /* line 3539, ../sass/content.scss */
  .products.showcase .item.col-md-4:nth-child(3n-2) .stores.dropdown .dropdown-menu {
    left: auto;
    right: auto;
  }
}
@media (min-width: 1199px) {
  /* line 3544, ../sass/content.scss */
  .products.showcase .item.col-lg-3:nth-child(4n-3) .stores.dropdown .dropdown-menu {
    left: auto;
    right: auto;
  }
}
/* line 3549, ../sass/content.scss */
.products.list .stores.dropdown .dropdown-menu {
  left: auto;
  right: auto;
}

/* End */


/* Start:/bitrix/templates/mshop_3401/styles/mshop.css?174636766125475*/
/* line 7, ../sass/mshop.scss */
html body .js-element .buybtn .add2basketform .js-morebtn,
html body .js-element .add2basketform .js-morebtn {
  display: none;
}
/* line 11, ../sass/mshop.scss */
html body .js-element .buybtn .add2basketform.cantbuy .js-add2basketlink,
html body .js-element .add2basketform.cantbuy .js-add2basketlink {
  display: none;
}
/* line 14, ../sass/mshop.scss */
html body .js-element .buybtn .add2basketform.cantbuy .js-morebtn,
html body .js-element .add2basketform.cantbuy .js-morebtn {
  display: inline;
}
/* line 19, ../sass/mshop.scss */
html body .js-element .buybtn .add2basketform.checked .js-add2basketlink,
html body .js-element .add2basketform.checked .js-add2basketlink {
  display: none;
}
/* line 22, ../sass/mshop.scss */
html body .js-element .buybtn .add2basketform.checked .inbasket,
html body .js-element .add2basketform.checked .inbasket {
  display: inline-block;
}
/* line 27, ../sass/mshop.scss */
html body .js-element .buybtn .add2basketform.usequantity .form-control,
html body .js-element .add2basketform.usequantity .form-control {
  display: inline-block;
  width: 24px;
  padding-right: 3px;
  padding-left: 3px;
}
/* line 34, ../sass/mshop.scss */
html body .js-element .buybtn .add2basketform .inbasket,
html body .js-element .add2basketform .inbasket {
  display: none;
}

/* line 41, ../sass/mshop.scss */
.add2basketform .quantity a {
  display: inline-block;
  cursor: pointer;
}
/* line 44, ../sass/mshop.scss */
.add2basketform .quantity a > i {
  position: relative;
  top: 1px;
  width: 5px;
}
/* line 49, ../sass/mshop.scss */
.add2basketform .quantity a.minus {
  padding-left: 1px;
  padding-right: 2px;
}
/* line 53, ../sass/mshop.scss */
.add2basketform .quantity a.minus > i:after {
  content: "\f104";
}
/* line 58, ../sass/mshop.scss */
.add2basketform .quantity a.plus {
  padding-left: 2px;
  padding-right: 1px;
}
/* line 62, ../sass/mshop.scss */
.add2basketform .quantity a.plus > i:after {
  content: "\f105";
}
/* line 68, ../sass/mshop.scss */
.add2basketform .quantity span {
  display: inline-block;
  min-width: 16px;
  margin-right: 1px;
}

/* line 78, ../sass/mshop.scss */
.js-element .add2basketform .quantity {
  display: inline-block;
  margin-bottom: 10px;
}
/* line 81, ../sass/mshop.scss */
.js-element .add2basketform .quantity a {
  padding: 5px 12px;
  color: #b8b8b8;
  background-color: #ebebeb;
}
/* line 85, ../sass/mshop.scss */
.js-element .add2basketform .quantity a:hover {
  color: #0084c9;
}
/* line 88, ../sass/mshop.scss */
.js-element .add2basketform .quantity a > i {
  left: -3px;
}
/* line 91, ../sass/mshop.scss */
.js-element .add2basketform .quantity a.minus {
  margin-right: 5px;
}
/* line 94, ../sass/mshop.scss */
.js-element .add2basketform .quantity a.minus > i:after {
  content: "\f068";
}
/* line 99, ../sass/mshop.scss */
.js-element .add2basketform .quantity a.plus {
  margin-left: 5px;
}
/* line 102, ../sass/mshop.scss */
.js-element .add2basketform .quantity a.plus > i:after {
  content: "\f067";
}
/* line 108, ../sass/mshop.scss */
.js-element .add2basketform .quantity .js-quantity {
  max-width: 25px;
  border: none;
  background-color: transparent;
}
/* line 112, ../sass/mshop.scss */
.js-element .add2basketform .quantity .js-quantity:focus {
  outline: 0;
}

/* line 120, ../sass/mshop.scss */
.timers {
  min-height: 100px;
}
@media (max-width: 991px) {
  /* line 122, ../sass/mshop.scss */
  .timers .timer {
    width: 195px;
  }
}
@media (min-width: 991px) {
  /* line 122, ../sass/mshop.scss */
  .timers .timer {
    width: 100%;
  }
}
/* line 134, ../sass/mshop.scss */
.timers .timer .intimer .val {
  display: inline-block;
  margin-bottom: 1px;
}
/* line 137, ../sass/mshop.scss */
.timers .timer .intimer .val + .val {
  margin-left: 6px;
}
/* line 140, ../sass/mshop.scss */
.timers .timer .intimer .val + .val.ml {
  margin-left: 18px;
}
/* line 143, ../sass/mshop.scss */
.timers .timer .intimer .val .value {
  padding: 4px 5px 1px;
  font-size: 20px;
  color: black;
  border: 1px solid #ebebeb;
}
/* line 150, ../sass/mshop.scss */
.timers .timer .intimer .podpis {
  text-align: center;
}

/* line 157, ../sass/mshop.scss */
.da2_icon,
.qb_icon {
  position: absolute;
  top: 20px;
  left: 20px;
  display: none;
  width: 70px;
  height: 70px;
  padding-top: 18px;
  color: #fff;
  text-align: center;
  line-height: 16px;
  border-radius: 35px;
  z-index: 99;
}

/* line 174, ../sass/mshop.scss */
.products.list .da2_icon,
.products.list .qb_icon {
  top: 0px;
  left: 15px;
}
/* line 180, ../sass/mshop.scss */
.products.list.little .da2_icon,
.products.list.little .qb_icon {
  top: 1px;
  left: 16px;
  bottom: 1px;
  width: 4px;
  height: auto;
  padding-top: 0px;
  border-radius: 0px;
}
/* line 189, ../sass/mshop.scss */
.products.list.little .da2_icon > span,
.products.list.little .qb_icon > span {
  display: none;
}

/* line 196, ../sass/mshop.scss */
.da2_icon {
  background-color: #ffd200;
}

/* line 199, ../sass/mshop.scss */
.qb_icon {
  background-color: #ff6600;
}

/* line 204, ../sass/mshop.scss */
.js-element.da2 .da2_icon {
  display: block;
}
/* line 209, ../sass/mshop.scss */
.js-element.qb .qb_icon {
  display: block;
}

/* line 216, ../sass/mshop.scss */
.stores a {
  text-decoration: none;
  border-bottom: 1px dashed #585f69;
}
/* line 219, ../sass/mshop.scss */
.stores a:hover {
  border-bottom-color: transparent;
}
/* line 223, ../sass/mshop.scss */
.stores .empty {
  color: #dd2808;
}
/* line 226, ../sass/mshop.scss */
.stores .isset {
  color: #008800;
}
/* line 231, ../sass/mshop.scss */
.stores table tr + tr {
  border-top: 1px solid #ebebeb;
}
/* line 235, ../sass/mshop.scss */
.stores table td {
  padding: 7px 25px;
}

@media (min-width: 1200px), (max-width: 991px) {
  /* line 243, ../sass/mshop.scss */
  .buyblock .detailstores {
    padding-right: 0px;
  }
  /* line 245, ../sass/mshop.scss */
  .buyblock .detailstores + .col {
    padding-left: 2px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 255, ../sass/mshop.scss */
  .buyblock .detailstores + .col {
    text-align: left;
  }
}
@media (min-width: 768px) {
  /* line 264, ../sass/mshop.scss */
  .stores .title {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  /* line 270, ../sass/mshop.scss */
  .storesandquantity {
    position: relative;
  }
  /* line 272, ../sass/mshop.scss */
  .storesandquantity .detailstores {
    position: static;
  }
  /* line 274, ../sass/mshop.scss */
  .storesandquantity .detailstores .stores {
    position: static;
  }
  /* line 276, ../sass/mshop.scss */
  .storesandquantity .detailstores .stores .dropdown-menu {
    top: 27px;
  }
}
/* ajax locations */
/* line 290, ../sass/mshop.scss */
.bx_sort_container {
  margin-bottom: 15px;
}

/* line 293, ../sass/mshop.scss */
.bx_ordercart_photo_container {
  width: 120px;
  text-align: center;
}

/* line 297, ../sass/mshop.scss */
.bx_ordercart_order_table_container .item {
  min-width: 200px;
}

/* line 301, ../sass/mshop.scss */
.glyphicon-remove:before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  content: "\f00d";
  font-weight: normal;
  font-style: normal;
  color: #a94442;
  font-family: 'FontAwesome';
}

/* line 315, ../sass/mshop.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: -11px;
  top: 37px;
}

/* line 324, ../sass/mshop.scss */
.bx-sls.active .dropdown-block,
.bx-slst.active .dropdown-block {
  border-color: #d2d2d2;
  -moz-box-shadow: inset 1px 1px 1px #ebebeb;
  -webkit-box-shadow: inset 1px 1px 1px #ebebeb;
  box-shadow: inset 1px 1px 1px #ebebeb;
}
/* line 329, ../sass/mshop.scss */
.bx-sls .dropdown-block,
.bx-slst .dropdown-block {
  border-color: #ebebeb;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* line 335, ../sass/mshop.scss */
.bx-sls .dropdown-block.active,
.bx-slst .dropdown-block.active {
  border-color: #d2d2d2;
  -moz-box-shadow: inset 1px 1px 1px #ebebeb;
  -webkit-box-shadow: inset 1px 1px 1px #ebebeb;
  box-shadow: inset 1px 1px 1px #ebebeb;
}

/* line 350, ../sass/mshop.scss */
.price.discount {
  color: #b12a2a;
}

/* default bitrix styles */
/* absolute path to images is required to make crm-sale proxy work */
/* line 363, ../sass/mshop.scss */
.bx-sls .dropdown-block {
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px #ebebeb;
  box-shadow: inset 0 1px 2px #ebebeb;
  font-size: 14px;
  padding: 0 22px 0 30px;
  position: relative;
  background-color: #fff;
}

/* line 374, ../sass/mshop.scss */
.bx-sls .dropdown-arrow {
  background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/dropdown-errow.png) no-repeat center center;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  width: 22px;
}

/* line 383, ../sass/mshop.scss */
.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
  background: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 33px;
  width: 100%;
  outline: none;
  padding: 0;
}

/* line 398, ../sass/mshop.scss */
.bx-sls .bx-ui-sls-container {
  overflow: hidden;
}

/* line 402, ../sass/mshop.scss */
.bx-sls .bx-ui-sls-pane {
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 3px #c7c7c7;
  box-shadow: 0 2px 3px #c7c7c7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  max-height: 200px;
  overflow-y: auto;
  left: 0;
  top: 35px;
  padding: 5px 5px 3px 5px;
  position: absolute;
  width: 100%;
}

/* line 420, ../sass/mshop.scss */
.bx-sls .dropdown-active .bx-ui-sls-pane {
  display: block;
}

/* line 424, ../sass/mshop.scss */
.bx-sls .bx-ui-sls-variants {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 430, ../sass/mshop.scss */
.bx-sls .dropdown-item {
  border-radius: 2px;
  padding: 7px 4px 7px 10px;
  margin-bottom: 2px;
}

/* line 436, ../sass/mshop.scss */
.bx-sls .dropdown-item:hover {
  background-color: #f1f3f5;
  cursor: pointer;
}

/* line 441, ../sass/mshop.scss */
.bx-sls .dropdown-img {
  border: none;
  display: inline-block;
  height: 12px;
  margin: 3px 12px 0 0;
  vertical-align: top;
  width: 16px;
}

/* line 450, ../sass/mshop.scss */
.bx-sls .dropdown-item-text {
  /*makeup:color: #212121;*/
  color: #aba8ac;
  display: inline-block;
  /*max-width: 220px;*/
  /*silly limitation*/
  vertical-align: top;
}

/* line 458, ../sass/mshop.scss */
.bx-sls .dropdown-item-text span {
  color: #25282c;
}

/* line 462, ../sass/mshop.scss */
.bx-sls .dropdown-list-title {
  border-bottom: 1px solid #e5e5e5;
  height: 37px;
  line-height: 37px;
  padding-left: 8px;
}

/* line 469, ../sass/mshop.scss */
.bx-sls .dropdown-icon {
  background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/lens.png) no-repeat center center;
  height: 14px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 14px;
}

/* line 478, ../sass/mshop.scss */
.bx-sls .quick-locations {
  margin-bottom: 5px;
}

/* line 481, ../sass/mshop.scss */
.bx-sls .quick-location-tag {
  background-color: #f2f5f8;
  border: 1px solid #cad3dc;
  border-radius: 3px;
  color: #1e55b9;
  display: inline-block;
  font-size: 15px;
  height: 27px;
  line-height: 26px;
  margin: 0 3px;
  padding: 0 14px;
  text-decoration: none;
  margin-bottom: 10px;
}

/* line 495, ../sass/mshop.scss */
.bx-sls .quick-location-tag:hover {
  background-color: #fafafa;
}

/* line 499, ../sass/mshop.scss */
.bx-sls .dropdown-fade2white {
  width: 46px;
  height: 31px;
  position: absolute;
  top: 2px;
  right: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 30%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(30%, white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 30%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 30%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 30%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 30%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

/* line 515, ../sass/mshop.scss */
.bx-sls .bx-ui-sls-clear {
  background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll;
  width: 30px;
  height: 30px;
  cursor: pointer;
  cursor: hand;
  margin-top: 2px;
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
}

/* line 528, ../sass/mshop.scss */
.bx-sls .bx-ui-sls-clear:hover {
  background-position: 6px -3418px;
}

/* line 532, ../sass/mshop.scss */
.bx-sls .bx-ui-sls-loader {
  background-image: url(/bitrix/panel/main/images/waiter-white.gif) !important;
  background-repeat: no-repeat !important;
  background-position: right -1px !important;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 3px;
  right: 2px;
  display: none;
}

/* line 546, ../sass/mshop.scss */
.bx-sls .bx-ui-sls-go-edit {
  display: none;
}

/* line 550, ../sass/mshop.scss */
.bx-sls .bx-ui-sls-pane {
  max-height: 300px;
}

/* line 554, ../sass/mshop.scss */
.bx-sls input::-ms-clear {
  display: none;
}

/* line 558, ../sass/mshop.scss */
.bx-sls input[type="text"] {
  position: relative;
}

/* line 562, ../sass/mshop.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;
  box-shadow: none !important;
  padding-right: 22px;
  background-position: right 1px;
  background-repeat: no-repeat;
}

/* line 577, ../sass/mshop.scss */
.bx-sls .bx-ui-sls-pane {
  background-color: #fff;
  z-index: 999;
  border: 1px solid #87919c;
}

/* line 583, ../sass/mshop.scss */
.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,
.bx-sls .bx-ui-sls-error {
  padding: 10px 10px;
}

/* line 587, ../sass/mshop.scss */
.bx-sls .bx-ui-sls-error {
  color: #ff2222;
  padding-left: 30px;
  position: relative;
}

/* line 592, ../sass/mshop.scss */
.bx-sls .bx-ui-sls-error div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll;
}

/* line 600, ../sass/mshop.scss */
.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,
.bx-sls .bx-ui-sls-variant-active {
  background-color: #E0E8EA;
}

/* line 605, ../sass/mshop.scss */
.adm-sls-edit-link {
  margin-top: 10px;
}

/* CSS-modes below: admin, public; */
/* line 610, ../sass/mshop.scss */
.bx-admin-mode .bx-sls-go-edit {
  margin-left: 10px;
  display: none;
}

/* line 615, ../sass/mshop.scss */
.bx-admin-mode .dropdown-block {
  border-color: #87919c #959ea9 #9ea7b1;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
  height: 25px;
}

/* line 623, ../sass/mshop.scss */
.bx-sls.bx-admin-mode .bx-ui-sls-fake,
.bx-sls.bx-admin-mode .bx-ui-sls-route {
  height: 25px;
}

/* line 628, ../sass/mshop.scss */
.bx-admin-mode .dropdown-icon {
  top: 7px;
}

/* line 632, ../sass/mshop.scss */
.bx-admin-mode .dropdown-fade2white {
  height: 22px;
}

/* line 636, ../sass/mshop.scss */
.bx-admin-mode .dropdown-fade2white {
  right: 1px;
}

/* line 640, ../sass/mshop.scss */
.bx-admin-mode .bx-ui-sls-clear {
  background-position: 6px -3389px;
  height: 22px;
}

/* line 645, ../sass/mshop.scss */
.bx-admin-mode .bx-ui-sls-clear:hover {
  background-position: 6px -3421px;
}

/* line 649, ../sass/mshop.scss */
.bx-admin-mode .bx-ui-sls-loader {
  background-position: right -4px !important;
  height: 21px;
}

/* line 654, ../sass/mshop.scss */
.bx-admin-mode .bx-ui-sls-pane {
  top: 27px;
}

/* absolute path to images is required to make crm-sale proxy work */
/* line 665, ../sass/mshop.scss */
.bx-slst .dropdown-block {
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px #ebebeb;
  box-shadow: inset 0 1px 2px #ebebeb;
  font-size: 14px;
  padding: 0 22px 0 30px;
  position: relative;
  background-color: #fff;
  margin-bottom: 10px;
}

/* line 678, ../sass/mshop.scss */
.bx-slst .dropdown-arrow {
  background: url(/bitrix/components/bitrix/sale.location.selector.steps/templates/.default/images/dropdown-errow.png) no-repeat center center;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  width: 22px;
}

/* line 687, ../sass/mshop.scss */
.bx-slst .bx-ui-combobox-fake,
.bx-slst .bx-ui-combobox-route {
  background: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 33px;
  width: 100%;
  outline: none;
  padding: 0;
}

/* line 703, ../sass/mshop.scss */
.bx-slst .bx-ui-combobox-container {
  overflow: hidden;
}

/* line 707, ../sass/mshop.scss */
.bx-slst .bx-ui-combobox-dropdown {
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 3px #c7c7c7;
  box-shadow: 0 2px 3px #c7c7c7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  max-height: 200px;
  overflow-y: auto;
  left: 0;
  top: 35px;
  padding: 5px 5px 3px 5px;
  position: absolute;
  width: 100%;
}

/* line 725, ../sass/mshop.scss */
.bx-slst .dropdown-active .bx-ui-combobox-dropdown {
  display: block;
}

/* line 729, ../sass/mshop.scss */
.bx-slst .bx-ui-combobox-variants {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 735, ../sass/mshop.scss */
.bx-slst .dropdown-item {
  border-radius: 2px;
  padding: 7px 4px 7px 10px;
  margin-bottom: 2px;
}

/* line 741, ../sass/mshop.scss */
.bx-slst .dropdown-item:hover {
  background-color: #f1f3f5;
  cursor: pointer;
}

/* line 746, ../sass/mshop.scss */
.bx-slst .dropdown-img {
  border: none;
  display: inline-block;
  height: 12px;
  margin: 3px 12px 0 0;
  vertical-align: top;
  width: 16px;
}

/* line 755, ../sass/mshop.scss */
.bx-slst .dropdown-item-text {
  /*makeup:color: #212121;*/
  color: #aba8ac;
  display: inline-block;
  /*max-width: 220px;*/
  /*silly limitation*/
  vertical-align: top;
}

/* line 763, ../sass/mshop.scss */
.bx-slst .dropdown-item-text span {
  color: #25282c;
}

/* line 767, ../sass/mshop.scss */
.bx-slst .dropdown-list-title {
  border-bottom: 1px solid #e5e5e5;
  height: 37px;
  line-height: 37px;
  padding-left: 8px;
}

/* line 774, ../sass/mshop.scss */
.bx-slst .dropdown-icon {
  background: url(/bitrix/components/bitrix/sale.location.selector.steps/templates/.default/images/lens.png) no-repeat center center;
  height: 14px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 14px;
}

/* line 783, ../sass/mshop.scss */
.bx-slst .quick-locations {
  margin-bottom: 5px;
}

/* line 786, ../sass/mshop.scss */
.bx-slst .quick-location-tag {
  background-color: #f2f5f8;
  border: 1px solid #cad3dc;
  border-radius: 3px;
  color: #1e55b9;
  display: inline-block;
  font-size: 15px;
  height: 27px;
  line-height: 26px;
  margin: 0 3px;
  padding: 0 14px;
  text-decoration: none;
  margin-bottom: 10px;
}

/* line 800, ../sass/mshop.scss */
.bx-slst .quick-location-tag:hover {
  background-color: #fafafa;
}

/* line 804, ../sass/mshop.scss */
.bx-slst .dropdown-fade2white {
  width: 32px;
  height: 31px;
  position: absolute;
  top: 2px;
  right: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 30%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(30%, white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 30%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 30%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 30%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 30%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

/* line 820, ../sass/mshop.scss */
.bx-slst .bx-ui-combobox-toggle {
  background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2618px no-repeat scroll;
  width: 30px;
  height: 30px;
  cursor: pointer;
  cursor: hand;
  margin-top: 2px;
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
}

/* line 833, ../sass/mshop.scss */
.bx-slst .bx-ui-combobox-toggle:hover {
  background-position: 6px -2696px;
}

/* line 837, ../sass/mshop.scss */
.bx-slst .bx-ui-combobox-loader {
  background-image: url(/bitrix/panel/main/images/waiter-white.gif) !important;
  background-repeat: no-repeat !important;
  background-position: right -1px !important;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 3px;
  right: 2px;
  display: none;
}

/* line 851, ../sass/mshop.scss */
.bx-slst .bx-ui-combobox-go-edit {
  display: none;
}

/* line 855, ../sass/mshop.scss */
.bx-slst .bx-ui-combobox-dropdown {
  max-height: 300px;
}

/* line 859, ../sass/mshop.scss */
.bx-slst .bx-ui-pager-area {
  height: 40px;
  text-align: center;
  color: gray;
  padding: 10px 0 0 0;
}

/* line 866, ../sass/mshop.scss */
.bx-slst input[type="text"] {
  position: relative;
}

/* line 870, ../sass/mshop.scss */
.bx-slst input::-ms-clear {
  display: none;
}

/* line 874, ../sass/mshop.scss */
.bx-slst .bx-ui-combobox-dropdown {
  background-color: #fff;
  z-index: 999;
  border: 1px solid #87919c;
}

/* line 880, ../sass/mshop.scss */
.bx-slst .bx-ui-combobox-variant {
  cursor: pointer;
  cursor: hand;
}

/* line 885, ../sass/mshop.scss */
.bx-slst .bx-ui-combobox-variant,
.bx-slst .bx-ui-combobox-error {
  padding: 10px 10px;
}

/* line 889, ../sass/mshop.scss */
.bx-slst .bx-ui-combobox-error {
  color: #ff2222;
  padding-left: 30px;
  position: relative;
}

/* line 894, ../sass/mshop.scss */
.bx-slst .bx-ui-combobox-error div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll;
}

/* line 902, ../sass/mshop.scss */
.bx-slst .bx-ui-combobox-variant:hover,
.bx-slst .bx-ui-combobox-variant-active {
  background-color: #E0E8EA;
}

/* line 907, ../sass/mshop.scss */
.adm-sls-edit-link {
  margin-top: 10px;
}

/* admin correction */
/* line 912, ../sass/mshop.scss */
.bx-admin-mode .bx-sls-go-edit {
  margin-left: 10px;
  display: none;
}

/* line 917, ../sass/mshop.scss */
.bx-admin-mode .dropdown-block {
  border-color: #87919c #959ea9 #9ea7b1;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
  height: 25px;
}

/* line 925, ../sass/mshop.scss */
.bx-slst.bx-admin-mode .bx-ui-combobox-fake,
.bx-slst.bx-admin-mode .bx-ui-combobox-route {
  height: 25px;
}

/* line 930, ../sass/mshop.scss */
.bx-slst.bx-admin-mode .dropdown-icon {
  top: 7px;
}

/* line 934, ../sass/mshop.scss */
.bx-slst.bx-admin-mode .dropdown-fade2white {
  height: 22px;
}

/* line 938, ../sass/mshop.scss */
.bx-slst.bx-admin-mode .dropdown-fade2white {
  right: 1px;
}

/* line 942, ../sass/mshop.scss */
.bx-slst.bx-admin-mode .bx-ui-combobox-toggle {
  background-position: 6px -2623px;
  height: 22px;
}

/*
.bx-slst.bx-admin-mode .bx-ui-combobox-toggle:hover{
	background-position: 6px -3421px;
}
*/
/* line 953, ../sass/mshop.scss */
.bx-slst.bx-admin-mode .bx-ui-combobox-loader {
  background-position: right -4px !important;
  height: 21px;
}

/* line 958, ../sass/mshop.scss */
.bx-slst.bx-admin-mode .bx-ui-combobox-dropdown {
  top: 27px;
}

/* line 962, ../sass/mshop.scss */
.bx-slst .bx-ui-state-items-discover-in-progress .bx-ui-combobox-loader {
  display: block;
}

/* line 966, ../sass/mshop.scss */
.bx-ui-slst-pool select {
  margin: 10px 10px 0 0;
}

/* line 970, ../sass/mshop.scss */
div[data-bx-ui-id="error"] {
  display: none;
}

/* line 973, ../sass/mshop.scss */
.bx-ui-state-error div[data-bx-ui-id="error"] {
  display: block;
}

/* line 976, ../sass/mshop.scss */
.bx-ui-slst-other-item,
.bx-ui-combobox-deselect-item {
  border-bottom: 1px solid gray;
}

/* line 980, ../sass/mshop.scss */
.bx-ui-sls-tree-trunk {
  padding: 0 0 9px 30px;
}

/* line 983, ../sass/mshop.scss */
.disabled-keyboard {
  cursor: pointer;
  cursor: hand;
}

/* line 987, ../sass/mshop.scss */
.disabled-keyboard input {
  cursor: inherit;
}

/* line 991, ../sass/mshop.scss */
.bx-ui-combobox-container .bx-combobox-fake-as-input {
  padding-top: 9px;
  height: 24px;
}

/*
.block-body-scroll {
	position: relative;
	overflow: hidden !important;
}
*/

/* End */


/* Start:/bitrix/templates/mshop_3401/styles/color.css?17463676617782*/
/* simple color */
html h4, html .h4, html h6, html .h6,
h2 a:hover,
html .text-primary,
html ul > li:before,
html ol > li:before,
html .btn-link,
html body .aprimary,
html body a.aprimary,
html .wrapper input[type="checkbox"]:checked + label:after,
html .wrapper input[type="radio"]:checked + label:before,
html .fancybox-wrap input[type="checkbox"]:checked + label:after,
html .fancybox-wrap input[type="radio"]:checked + label:before,
html .wrapper input[type="checkbox"]:checked + .bx_filter_param_text:after,
html .wrapper input[type="radio"]:checked + .bx_filter_param_text:before,
html .wrapper .js-compare.checked:after,
html .mainform .calendar-wrap a:hover,
html .mainform .rating .rating-icon:hover,
html .mainform .rating .rating-icon.hover,
html header .contacts .phone span,
html footer .contacts .phone span,
html ul.nav-sidebar li.active > a,
html ul.nav-sidebar li.dropdown-submenu.showed > a,
html .pagination > li > a:hover,
html .pagination > li > a:focus,
html .pagination > li > span:hover,
html .pagination > li > span:focus,
html .catalogsorter .template a:hover,
html .catalogsorter .template a.selected,
html .backshare .detailback:hover i,
header.style2.no-border .navbar-default .navbar-nav > .active > a,
header.style2.border .navbar-default .navbar-nav > .active > a,
header.style4.no-border .navbar-default .navbar-nav > .active > a,
header.style4.border .navbar-default .navbar-nav > .active > a,
html header .basketinhead:before,
html header .favoriteinhead:before,
html .js-element .add2basketform .quantity a:hover,
html.js-compare.favorite-heart.checked,
html .favorite.favorite-heart.checked, 
html .js-compare.favorite-heart:hover,
html .favorite.favorite-heart:hover,
html .favorite.link.checked:after,
html a.favorite.link:active,
html a.favorite.link:focus,
html .js-compare.link:active,
html .js-compare.link:focus,
html .set-constructor .allitems .item .checkbox.selected:after,
html .set-constructor .selected-items .item .remove:hover, 
html .set-constructor .allitems .item .remove:hover {
	color: #c70c12;
}
@media (max-width: 991px) {
	header .navbar-default .navbar-nav > .active > a,
	header .navbar-default .navbar-nav .open > a,
	header .navbar-default .navbar-nav .open > a:focus {
		color: #c70c12;
	}
}
html .btn-primary,
html .btn-primary[disabled],
html .label-primary,
html .nav-tabs > li.active > a,
html .nav-tabs > li.active > a:hover,
html .nav-tabs > li.active > a:focus,
html .pagination > .active > a,
html .pagination > .active > a:hover,
html .pagination > .active > a:focus,
html .pagination > .active > span,
html .pagination > .active > span:hover,
html .pagination > .active > span:focus,
html .owl_banners_colors .owl-dots .owl-dot:hover span,
html .withdots .owl-dots .owl-dot:hover span,
html header.style2.color .main-menu-nav,
html .owlslider .owl-nav div:hover,
html .owl .owl-nav div:hover,
html header.style4.color .main-menu-nav,
html header.color .navbar-nav li,
html header.color .navbar-default .navbar-toggle,
html .smartfilter .bx_ui_slider_pricebar_V,
html .smartfilter .bx_ui_slider_handle:hover {
	background-color: #c70c12;
}
@media (max-width: 991px) {
	html header.color .navbar-default .navbar-nav .dropdown-menu li > a,
	html header.color .navbar-default .navbar-nav .dropdown-menu li.active > a,
	html header.color .navbar-default .navbar-nav .open .dropdown-menu li > a {
		background-color: #c70c12;
	}
}
html .btn-default,
html .btn-primary,
html .btn-primary[disabled],
html .nav-tabs > li.active > a,
html .nav-tabs > li.active > a:hover,
html .nav-tabs > li.active > a:focus,
html .pagination > .active > a,
html .pagination > .active > a:hover,
html .pagination > .active > a:focus,
html .pagination > .active > span,
html .pagination > .active > span:hover,
html .pagination > .active > span:focus,
html header .vertical_blue_line,
html .bx_filter_param_label.active .bx_filter_param_btn,
html .bx_filter_param_label:hover .bx_filter_param_btn,
html .smartfilter .bx_filter_popup_result:hover,
html .offer_prop.color.closed .div_select .div_options > .div_option.selected,
html .offer_prop.color.closed .div_select .div_options > .div_option:hover,
html .offer_propcolor.opened .div_select .div_options > .div_option.selected,
html .offer_propcolor.opened .div_select .div_options > .div_option:hover {
	border-color: #c70c12;
}
html footer {
	border-top-color: #c70c12;
}
html .smartfilter .bx_filter_popup_result:hover .arrow {
	border-right-color: #c70c12;
}
html header.style2,
html header .navbar .search-open,
html h2.coolHeading .secondLine,
html .h2.coolHeading .secondLine,
html footer .footer_logo_wrap,
html .owl_banners_colors,
html .dropdown-menu ul,
html ul.dropdown-menu,
html .shops .search_city ul.cities_list,
html body .popup-window.smartFilterSelectbox .popup-window-content ul,
html .dropdown-menu,
html .dropdown-basketinhead .dropdown-smallbasket,
html .offer_prop .div_select .div_options{
	border-bottom-color: #c70c12;
}
@media (min-width: 992px) {
	html header,
	header .main-menu-nav .dropdown-menu,
	html .smartfilter.ftype2 ul .bx_filter_prop > .body {
		border-bottom-color: #c70c12;
	}
}
/* header "M" */
html .logo .m .m1 {
	border-bottom-color: #c70c12;
}
html .logo .m .m2 {
	border-right-color: #c70c12;
}
/***********************************************************************/
/* darken color */
html header .navbar .nav > li > .search:hover {
	color: #aa0b10;
}
html .btn-default:hover,
html .btn-default:focus,
html .btn-default.focus,
html .btn-default:active,
html .btn-default.active,
html .btn-primary:hover,
html .btn-primary:focus,
html .btn-primary.focus,
html .btn-primary:active,
html .btn-primary.active,
html .open > .btn-primary.dropdown-toggle,
html .owl_banners_colors .owl-dots .owl-dot.active span,
html .withdots .owl-dots .owl-dot.active span,
html header.color .navbar-default .navbar-toggle:hover {
	background-color: #aa0b10;
}
@media (min-width: 992px) {
	header.color .navbar-default .navbar-nav li.active > a {
		background-color: #aa0b10;
	}
	header.color .navbar-default .navbar-nav li:hover > a,
	header.color .navbar-default .navbar-nav li.active > a:hover {
		background-color: #ebebeb;
	}
}
@media (max-width: 991px) {
	header.color .navbar-default .navbar-nav > li:hover > a,
	header.color .navbar-default .navbar-nav li.active > a,
	header.color .navbar-default .navbar-nav li.open > a,
	header.color .navbar-default .navbar-nav .open li.active > a,
	header.color .navbar-default .navbar-nav .open li.open > a,
	header.color .navbar-default .navbar-nav .dropdown-menu li > a:hover,
	header.color .navbar-default .navbar-nav .dropdown-menu li > a:focus,
	header.color .navbar-default .navbar-nav .dropdown-menu li.active > a:hover,
	header.color .navbar-default .navbar-nav .dropdown-menu li.active > a:focus,
	header.color .navbar-default .navbar-nav .open .dropdown-menu li > a:hover,
	header.color .navbar-default .navbar-nav .open .dropdown-menu li > a:focus,
	header.color .navbar-default .navbar-nav .open .dropdown-menu li.active > a:hover,
	header.color .navbar-default .navbar-nav .open .dropdown-menu li.active > a:focus,
	header.color .navbar-default .navbar-nav .open .dropdown-menu li.open > a,
	header.color .navbar-default .navbar-nav .dropdown-menu li.open > a,
	html header.color .navbar-default .navbar-nav .open .dropdown-menu li.active > a,
	html header.color .navbar-default .navbar-nav .open .dropdown-menu li.active.open > a {
		background-color: #aa0b10;
	}
}
html .btn-default:hover,
html .btn-default:focus,
html .btn-default.focus,
html .btn-default:active,
html .btn-default.active,
html .btn-primary:hover,
html .btn-primary:focus,
html .btn-primary.focus,
html .btn-primary:active,
html .btn-primary.active,
html .open > .btn-primary.dropdown-toggle {
	border-color: #aa0b10;
}

/* End */


/* Start:/bitrix/templates/mshop_3401/custom/style.css?174861183823148*/
.bx_filter_prop {
	display: none;
}
.bodyteh {
	width: 100%;
}
header .mega-menu .navbar-inner, header .mega-menu .container, html, wrapper, .container {
	min-width: 1190px;
}
.wrapper_block.egg .row.features.features1 {
	position: relative;
	left: 156px;
}
.index_egg .egg .item {
	float: left !important;
}
.wrapper_block_sidebar {
	width: 1150px;
	margin: auto;
}
.wrapper_block_sidebar .wrapper_block > * {
	width: auto !important;
}
.container.bodyteh .wrapper_block > * {
	width: 1160px;
	margin: auto;
}
.teh_h {
	text-align: center;
	font-size: 23px;
	text-transform: uppercase;
	border-bottom: 2px solid #c2c2c2;
	margin-bottom: 25px !important;
	font-weight: 300;
}
.teh_h span {
	position: relative;
	top: 17px;
	background-color: #fff;
	padding: 0 16px;
}
.btn_teh {
	display: block;
	text-decoration: none;
	width: 235px !important;
	color: #fff !important;
	margin-top: 10px !important;
	margin-bottom: 50px !important;
	text-align: center;
	line-height: 43px;
	border-radius: 2px;
	float: none;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	background: linear-gradient(to top, #8f0c10, #c0191e);
	border: 0;
}
.btn_teh:hover {
	background: linear-gradient(to top, #8f0c10, #8f0c10);
}
.maincontent {
	padding: 0;
}
.row.topline {
	display: none;
}
span, p, div, h1, h2, h3 {
	font-family: "Roboto", sans-serif;
}
.logo_menu a:first-child {
	background-color: #a9191e;
	color: #fff;
	border-radius: 2px;
	text-decoration: none;
	background: linear-gradient(to top, #8f0c10, #ac1b1f);
}
header .vertical_blue_line {
	border: 0;
}
header adres {
	font-size: 13px;
	padding-left: 21px;
}
header .btn {
	margin-left: 0px;
	display: block;
	width: 154px;
	text-align: center;
	background-color: #bf191e;
	background: linear-gradient(to top, #8f0c10, #c0191e);
	text-decoration: none;
	line-height: 15px;
	color: #fff;
	border-radius: 2px;
	margin-top: 8px;
	font-size: 16px;
}
header .basketinhead:before {
	content: '';
	background: url(/upload/img/3401/cart.png) no-repeat top center transparent;
	width: 32px;
	height: 30px;
	top: 12px;
	left: 4px;
}
header .dropdown.lvl1.active, header .dropdown.lvl1:hover {
	background-color: #bf191e !important;
	background: linear-gradient(to top, #8f0c10, #c0191e) !important;
	height: 37px;
	border-right: 0 !important;
}
header .basketinhead.empty_basket:before {  background: url(/upload/img/3401/deliv_empty.png) no-repeat top center transparent !important;}
.dropdown.lvl1:hover > a, .dropdown.lvl1.active > a {
	border-right: 1px solid #7b7b7b;
	height: 35px;
}
.dropdown.lvl1:hover > a {
	background-color: transparent !important;
}
header .dropdown.lvl1 {
	background-color: #575756;
	margin-right: 1px;
	border-right: 1px solid #7b7b7b !important;
}
header .mega-menu .nav {
	background-color: #575756;
}
header .dropdown.lvl1 > a {
	color: #fff !important;
}
header .basketinhead .descr, header .favoriteinhead .descr {
	font-size: 15px;
}
header .basketinhead .aprimary, header .favoriteinhead .aprimary {
	font-size: 15px;
}
html header, header .main-menu-nav .dropdown-menu, html .smartfilter.ftype2 ul .bx_filter_prop > .body {
	border-bottom: 2px solid #575756;
}
header.no-border .collapse.navbar-collapse.navbar-responsive-collapse {
	border-top: 1px solid #ebebeb !important;
}
header .basketinhead, header .favoriteinhead {
	padding-left: 45px;
	text-align: left;
}
header .btn:hover {
	background: linear-gradient(to top, #8f0c10, #8f0c10);
	color: #fff;
}
header .col-lg-4 {
	width: 50%;
	padding: 0;
}
header .slogan > div {
	font-size: 14px;
}
header .phone a {
	text-decoration: none;
	font-family: 'Playfair+Display', sans-serif !important;
	display: block;
	font-size: 18px;
	padding-left: 17px;
	margin-top: 16px;
	background: url(/upload/img/3401/phone.png) no-repeat left center transparent;
}
header .col-lg-6 {
	width: 40%;
}
header .col-md-5 .row {
	margin-left: 0;
}
header .box.contacts {
	/*margin-left: -19px;*/
	margin-top: 7px;
}
header .col-sm-6 .row {
	width: 100%;
}
header .col-sm-6 .col-lg-6 {
	width: 50%;
}
.favandbasket {
	width: 35% !important;
	padding: 0;
}
header .col.col-sm-6.col-md-6 {
    width: 60%;
    padding-left: 50px;
}
header .box_right {
	width: 40%;
}
.job {
	padding-left: 19px;
	font-size: 15px;
}
header .buttons .btn {
	min-width: 131px;
	line-height: 10px;
	display: block;
	max-width: 131px;
	margin-left: 17px;
	margin-top: 7px;
	margin-bottom: 8px;
}
.mailh {
	display: block;
	padding-left: 41px;
	font-size: 14px;
	background: url(/upload/img/3402/mail.png) no-repeat 17px center transparent;
	text-decoration: none;
}
.logo_menu a:first-child {
	margin-left: 0 !important;
}
.logo_menu a:last-child {
	float: right;
}
header .adres {
	font-size: 12px;
	/*margin-left: 19px;*/
}
.logo_menu a {
	display: inline-block;
	margin-left: 0px;
	padding: 4px 8px;
	margin-top: 3px;
	color: #cf191e;
	font-family: "PT Sans", sans-serif;
}
/*
.col-md-4 {
	width: 25%;
}*/
.catalog_index .coolHeading {
	display: none;
}
.catalog_index .gallery .item a {
	border: 0;
	margin-bottom: 30px;
}
.catalog_index .descr {
	display: none;
}
/*.catalog_index .gallery .item .image {
	border: 1px solid #eaeaea;
	padding: 3px;
	background-color: white;
	margin-bottom: 15px;
	border-radius: 6px;
	margin-right: 13px;
	transition: 0.3s;
}*/
.catalog_index .gallery .item .data .name {
	text-align: center;
	font-size: 18px;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-top: 10px;
}
.catalog_index .gallery .item .data {
	text-align: center;
}
.catalog_index .link_panda {
	display: block;
	width: 100%;
	font-size: 15px;
	color: #cf191e;
	margin-top: 5px;
}
/*.catalog_index .gallery .item a:hover .image {
	border: 1px solid #920e12;
	transition: 0.3s;
}*/
.catalog_index .gallery .item a {
	clear: both;
}
.catalog_index .gallery .item a:hover .link_panda span {
	text-decoration: none;
}
.catalog_index .link_panda span {
	background: url(/upload/img/3401/arrow.jpg) no-repeat right center transparent;
	padding-right: 15px;
	text-decoration: underline;
	font-weight: 500;
}
.wrapper_block.form_home {
	padding-bottom: 18px;
	background: url(/upload/img/3401/pattern-1.png) repeat top center transparent;
}
.form.home .col-md-6 {
	width: 31%;
	margin-left: -17px;
}
.form.home .row .col-md-6:first-child {
	margin-left: 111px;
}
.form.home h3 {
	display: none;
}
.form.home .mainform .inner-wrap {
	border: 0;
	background: none !important;
}
.form.home .webform {
	border: 0;
}
.form_home .big {
	padding-top: 33px;
	font-size: 24px;
	text-align: center;
	border-bottom: 2px solid #c2c2c2;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif !important;
	margin-bottom: 15px;
}
.form_home .big span {
	position: relative;
	top: 17px;
	width: 400px;
	/* background-color: #ccc; */
	padding: 0 20px;
	background: url(/upload/img/3401/pattern-1.png) repeat top center transparent;
}
.form_home .small {
	text-align: center;
	padding-bottom: 14px;
	color: #fff;
	font-size: 18px;
}
.form_home .webform {
	margin-top: 4px;
}
.form_home .mainform input[type="submit"] {
	width: 69%;
	text-align: center;
	line-height: 34px;
	border-radius: 3px;
	float: none;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	background: linear-gradient(to top, #8f0c10, #c0191e);
	border: 0;
}
.form_home .mainform input[type="submit"]:hover {
	background: linear-gradient(to top, #8f0c10, #8f0c10);
}
.form_home .form-control {
	height: 48px;
	padding-left: 49px;
	border-radius: 3px;
	border: 1px solid #a7a7a7
}
.form_home input[name="RS_NAME"] {
	background: url(/upload/img/3402/men_font.jpg) no-repeat 22px center #fff;
}
.form_home input[name="RS_PHONE"] {
	background: url(/upload/img/3402/phone_font.jpg) no-repeat 22px center #fff;
}
.form_home.innerform {
	clear: both;
	background: url(/upload/img/3401/pattern-1.png) repeat top center transparent;
	margin-left: 16px;
	margin-right: 16px;
	padding-bottom: 13px;
}
.form_home.innerform .big {
	padding-top: 30px;
	width: 96%;
	margin: auto;
}
.form_home.innerform .mainform input[type="submit"] {
	width: 100%;
	margin-left: 0;
	font-size: 18px;
}
.form_home.innerform .small {
	width: 71%;
	margin: auto;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.form_home.innerform .mainform .inner-wrap {
	padding-top: 2px;
}
.form_home.innerform .col-md-6 {
	width: 37%;
	margin-left: 73px;
}
.form_home.innerform .buttons_teh {
	margin-bottom: 20px;
	margin: auto;
	float: none;
	/* margin-top: 45px; */
	clear: both;
	top: 24px;
}
.form_home.innerform .row .col-md-6:first-child {
	margin-left: 61px;
}
.wrapper_block.predlog {
	padding-top: 29px;
	padding-bottom: 46px;
}
.wrapper_predlog {
	margin-top: 47px !important;
}
.wrapper_predlog .item {
	float: left;
	transition: 0.3s;
	border-radius: 7px;
	margin-left: 34px;
	border: 1px solid #c9c9c9;
}
.wrapper_predlog .item:first-child {
	margin-left: 0;
}
.wrapper_predlog .item * {
	display: block;
}
.wrapper_predlog .item img {
	border-radius: 6px 6px 0 0;
}
.wrapper_predlog .item span {
	text-align: center;
	margin-top: 15px;
	font-weight: 500;
	margin-bottom: 15px;
	font-size: 15px;
}
.wrapper_predlog .item:hover {
/*border: 1px solid #be7174;
	transition: 0.3s;*/
}
.wrapper_predlog .item:hover span {
/*color: #cf191e;*/
}
.features.features1 .item .image, .features.features1 .item .data {
	float: none;
}
.features .item img {
	max-width: 96px;
	max-height: 96px;
}
.features.features1 .item .data {
	height: 91px;
	width: auto;
	text-align: center;
}
.features .item .name {
	display: none;
}
.features.features1 .item .image {
	width: 80px;
}
.features .item .description {
	color: #fff;
	font-size: 22px;
	line-height: 24px;
	font-weight: 300;
	margin-top: 17px;
	font-family: "Roboto", sans-serif;
}
.features .item a {
	border: 0 !important;
	transition: 0.3s;
	padding: 13px 10px;
}
.features .item a:hover {
	margin-top: -10px;
	transition: 0.3s;
}
.wrapper_block.egg {
	background: url(/upload/img/3401/bkg-1.jpg) no-repeat top center transparent;
}
.teh_h.white {
	color: #fff;
	padding-top: 30px;
	font-size: 24px;
}
.teh_h.white span {
	background: url(/upload/img/3401/bkg-1.jpg) repeat top center transparent;
}
.pic .owl-carousel .owl-item {
	padding-right: 1px;
}
.wrapper_block.about_wrapper {
	padding-top: 26px;
}
.wrapper_block.about_wrapper p {
	font-size: 14px;
}
.wrapper_block.about_wrapper .teh_h {
	margin-bottom: 31px !important;
}
.footer_logo_wrap {
	border: 0 !important;
}
footer .coolHeading {
	border: 0 !important;
}
footer .coolHeading span {
	border: 0 !important;
	font-size: 22px;
	font-weight: 400;
	/* font-family: 'Open Sans Condensed', sans-serif !important; */
	color: #9a9a9a;
}
footer {
    height: 375px;
    background: url(/upload/img/3401/bkg-footer.jpg) no-repeat center top #282d31;
    /* background: #eee; */
}
footer .container {
	padding-top: 0;
}
footer .footer-menu {
	padding-left: 10px;
}
footer .footer-menu li::before {
	color: #e0e0e0 !important;
	font-size: 10px;
	margin-left: 19px;
	margin-top: 8px;
	left: -30px;
}
footer .footer-menu a {
	color: #e0e0e0 !important;
	text-decoration: none;
	font-size: 15px;
}
footer .footer-menu a:hover {
	color: #c70c12 !important;
}
footer .footer-menu li {
	line-height: 23px;
}
.col.maincontent.col-md-12 {
	margin-bottom: -10px;
}
.footer_logo_wrap * {
	color: #e0e0e0;
}
.footer_phone {
	margin-top: 16px;
}
.phoneitem {
	display: block;
	font-size: 20px;
	font-family: 'Playfair+Display', sans-serif !important;
}
.foter_text {
	margin-top: 9px;
}
.footer_cont {
	margin-top: 9px;
}
.footer_mail a:hover {
	color: #c70c12;
	text-decoration: none;
}
.teh_btn {
	display: block;
	width: 147px;
	text-align: center;
	background-color: #bf191e;
	background: linear-gradient(to top, #8f0c10, #c0191e);
	text-decoration: none;
	margin-top: 14px;
	line-height: 31px;
	border-radius: 2px;
	font-size: 16px;
	color: #fff;
}
.teh_btn:hover {
	background: linear-gradient(to top, #8f0c10, #8f0c10);
	color: #fff;
}
.copylogo {
	margin-top: 22px;
	display: block;
}
html footer {
	border: 0 !important;
}
footer>.container>.row {
    border-top: 4px solid #9c1210;
    position: relative;
    top: -3px;
    border: 0;
    top: 0;
}
.wrapper_block.catalog_index {
	padding-top: 22px;
}
.panda_list > ul > li {
	display: block;
	float: none;
	width: 100%;
	background: #f5f5f5;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #eee;
}
.panda_list ul > div {
	display: none;
}
.panda_list .image {
	border: 1px solid #e4e4e4;
	transition: 0.3s;
}
.panda_list > ul > li > a:hover .image {
	border: 1px solid #920e12;
	transition: 0.3s;
}
.panda_list > ul > li > ul li:hover:before {
	color: #cf191e;
}
.panda_list > ul > li > ul li a {
	padding: 3px 0;
}
.panda_list > ul > li > ul li a:hover .bx_sitemap_li_title {
	color: #cf191e;
}
.panda_list > ul > li > a:hover .bx_sitemap_li_title {
	color: #cf191e;
}
.panda_list > ul > li > a .bx_sitemap_li_title {
	padding-left: 10px;
	font-size: 18px;
	font-weight: 500;
	margin: 10px 0;
}
.panda_list a {
	display: block;
	text-decoration: none !important;
}
.panda_list li {
	list-style-type: none !important;
	display: block;
	width: 100%;
}
.panda_list * {
	font-family: "Roboto", sans-serif;
	color: #202020;
}
.panda_list .one_colum {
	margin-left: 0;
}
.panda_list > ul > li:before {
	display: none;
}
.panda_list > ul > li > ul .image {
	display: none;
}
.panda_list > ul > li > ul li .bx_sitemap_li_title {
	font-size: 14px;
	margin: 0;
	font-weight: 500;
	color: #000;
}
.panda_list > ul > li > ul li:before {
	margin-top: 4px;
	margin-left: 21px;
	color: #000;
	font-size: 14px;
	left: -30px;
}
.panda_list > ul > li > ul {
	padding-left: 20px;
}
.panda_list ul {
	padding-left: 0;
}
.panda_list > ul {
	column-count: 3;
    column-gap: 0;
    display: block;
}
.panda_list > ul > li {
    width: 98%;
    break-inside: avoid;
    border-top: 4px solid #575756;
}
.panda_list img {
	max-width: 260px !important;
	display: block;
	margin: auto;
}
.panda_list .clear {
	clear: both;
	display: block;
	width: 100%;
	height: 40px;
}
.panda_list {
	margin-bottom: 60px !important;
}
.widgets a > span {
	font-size: 16px;
}
#breadcrumbs {
	margin-top: 17px;
}
html .page-header h1 {
	text-transform: uppercase;
	/* font-family: 'Open Sans Condensed', sans-serif !important; */
	font-weight: 500;
	font-size: 27px;
}
.egg_inner .features .item .description {
	color: #000;
	font-size: 16px;
	text-align: left;
	/* font-family: 'Open Sans Condensed', sans-serif !important; */
	font-weight: 400;
	line-height: 21px;
}
.egg_inner .features.features1 .item .image {
	float: left;
}
.navbar-default .navbar-nav > .active > a:focus {
	background: linear-gradient(to top, #8f0c10, #8f0c10);
}
.yashare {
	display: none;
}
.js-detail .buyblock .delivery a {
	color: #cf191e !important;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}
.genamount {
	color: #585F69 !important;
}
.stores a {
	border: 0;
}
.js-detail .pic .changeFromSlider {
	border: 0px solid #e2e2e2;
	width: inherit;
	vertical-align: middle;
	display: table-cell;
}
.moreprops::after {
	display: none !important;
}
.moreprops {
	color: #cf191e !important;
	border-color: #cf191e !important;
}
.moreprops:hover {
	border-color: transparent !important;
}
.add2basketform .btn {
	border: 0 !important;
	text-align: center;
	background-color: #bf191e;
	background: linear-gradient(to top, #8f0c10, #c0191e);
	text-decoration: none;
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
}
.add2basketform .btn:hover {
	background: linear-gradient(to top, #8f0c10, #8f0c10);
}
.js-detail .part2 {
	margin-bottom: 0;
}
.SIMILAR_PRODUCTS {
	display: none !important;
}
.pocho .buy, .pocho .bot {
	display: none;
}
.pocho .pic {
	float: left;
	width: 113px;
	height: 120px !important;
	line-height: normal !important;
}
.pocho .in {
	border: 0 !important;
}
.pocho .aprimary {
	margin-left: 12px;
	font-size: 19px;
	line-height: 19px;
	display: inline-block;
	color: #000;
}
.pocho .aprimary:hover {
	text-decoration: none !important;
	color: #cf191e !important;
}
.pocho .in:hover .aprimary {
	color: #cf191e !important;
}
.pocho .products.showcase .item {
	min-height: 0;
	width: 260px;
}
.pocho .teh_h {
	margin-bottom: 43px !important
}
.pocho .products.showcase .item .name {
	height: 100px;
}
.tovarip {
	width: 103px !important;
	font-size: 14px;
	line-height: 33px;
	margin-left: 11px;
}
.nav-tabs > li.active > a {
	background-color: #c0191e;
	background: linear-gradient(to top, #8f0c10, #c0191e);
	border: 0;
	color: #fff !important;
	text-decoration: none;
}
.nav-tabs > li > a {
	background: none;
	border: 0 !important;
	color: #cf191e !important;
	text-decoration: underline;
	line-height: 10px;
}
.nav-tabs > li > a:hover {
	text-decoration: none;
	background-color: transparent;
	border: 0 !important;
}
.title_prop {
    font-size: 16px;
}
.prices {
	font-size: 19px;
}
.js-detail .proptable table td {
	font-size: 14px;
}
.cat_dev {
	line-height: 16px;
}
header .favandbasket {
	margin-top: 0 !important;
}
header .box {
	display: table !important;
	min-height: 85px !important;
	height: 85px !important;
}
header .box > .in {
	display: table-cell !important;
	vertical-align: middle !important;
}
.js-detail .buyblock .buybtn .btn {
	margin-bottom: 15px;
}
.imidg {
	background-color: #F9F9F9;
	margin: 15px 0;
	padding: 5px 10px;
	/* color: #fff; */
	border: 3px dashed #9C1210;
}
.imidg li::before {
	font-weight: bold;
}
html .page-header {
	margin-bottom: 15px !important;
	position: relative;
}
.imidg_text {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	display: block;
}
.panda_list ul {
	/*display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
}
.panda_list > ul > .one_colum {
	margin-bottom: 15px;
	margin-right: 15px;
}
.panda_list > ul > .one_colum li {
	width: 100%;
}
.wrapper_block.catalog_page .panda_list + .panda_list {
	display: none;
}
.panda_list > ul > li > a .bx_sitemap_li_title {
	font-size: 23px;
}
.panda_list .image {
	display: none;
}
.form.home .alert-danger {
	border-color: #ebccd1;
	color: #fff;
	width: 100%;
	margin: auto;
	border: 0;
	font-size: 17px;
	text-align: center;
	background: none;
	position: absolute;
	padding: 0;
}
.form.home > div {
	position: relative;
}
.js-detail.js-element .text-right {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.price_kart_title {
	float: left;
	margin-right: 5px;
}
.search-open button {
	margin-top: 0;
}
.search-open input[type="text"] {
	height: 32px;
	margin-right: 10px;
	width: 93%;
}
header .navbar .search-open form {
	margin-left: 0px !important;
}
a[href="/forms/pricerequire/"] {
	background-color: #bf191e;
	background: linear-gradient(to top, #8f0c10, #c0191e);
	color: #fff;
}
.dropdown-basketinhead .gotoorder {
	color: #d32b2b;
}
table.table#basket_items > tbody > tr > td.itemphoto {
/*display: none;*/
}
table.table#basket_items > tbody > tr > td {
	padding: 12px 24px;
}
.bx_ordercart_order_sum {
	width: 100%;
}
.sale-recommended-container {
	display: none !important;
}
.panda_list + style + .panda_list {
	display: none;
}
.regions_list {
	text-transform: uppercase;
    font-weight: 500;
    font-size: 27px;
}
/*.itpanda_table .add2basketform.checked .quantity, .js-element .add2basketform.cantbuy .quantity {
	display: block !important;
}*/

.itpanda_table td.name, .itpanda_table td.prices {
	width: auto;
}
.itpanda_table td.prices {
	width: 100px;
}
.itpanda_table td.name {
	font-size: 12px;
	text-align: left;
}
.itpanda_table .add2basketform .quantity a {
	padding: 2px 9px;
}
.itpanda_table td {
	padding: 5px;
}
.itpanda_table .btn {
    padding: 6px 5px !important;
    font-size: 12px !important;
}
.itpanda_table th {
	background: #eee;
}
.itpanda_table th:nth-child(1) {
	text-align: left;
}
.itpanda_table .buy1click {
	background: transparent;
	color: #000;
	text-decoration: underline;
}
.itpanda_table .buy1click:hover {
	background: transparent;
	color: inherit;
	text-decoration: none;
}
.itpanda_table .inbasket, .itpanda_table .buybtn, .itpanda_table .js-add2basketlink {
    width: 125px;
}
.itpanda_table .btn.btn-primary.js-morebtn.buybtn {
	width: 80px;
}
.itpanda_table  .js-element .add2basketform .quantity {
    width: auto !important;
}
.detailprodpage #breadcrumbs {
	margin-top: 0px;
}
.region_item {
    display: inline-block;
    width: 49%;
    border-bottom: 3px solid #eee;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 0px;
    margin-top: 4px;
}
.footer_adres {
	margin-top: 5px;
}
.footer_company {
	display: none;
}
footer .footer_logo_wrap img {
	/*max-width: 175px;*/
}
.filials .region_item {
    text-align: left;
    width: 19.5%;
    display: block;
    font-size: 12px;
}
.filials {
	text-align: center;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
}
.filials_h2 {
	text-align: center;
    font-size: 23px;
    text-transform: uppercase;
    border-bottom: 2px solid #c2c2c2;
    margin-bottom: 20px;
}
footer .footer_logo_wrap {
	height: auto;
}
footer {
	height: auto;
	background-size: cover !important;
}
.policy {
    padding: 10px 0;
}
.policy a {
	color: #9e9e9e;
}
.container.bodyteh .wrapper_block>* {
	
}
.container.bodyteh .wrapper_block > .row.gallery {
	display: flex;
    flex-wrap: wrap;
}
#sidebar {
	padding-left: 0px;
}
.standart-search {
    /*background: #f5f5f5;
    border: 1px solid #eee;
    padding: 15px;*/
    /*border-top: 4px solid #b01419;*/
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}
.standart-search .s1-options {
	width: 19%;
	border: 1px solid #ebebeb;
}
.standart-search .s-input {
	border-top: 1px solid #ebebeb;
	padding: 10px 25px;
}
.standart-search .s-label
{
	padding: 8px 25px;
	
}
.standart-search .s2-input {
	width: 80%;
	border: 1px solid #ebebeb;
}
.standart-search .s3-submit {
	width: 9%;
}
.standart-search select,
.standart-search input,
.standart-search button {
	width: 100%;
}
.standart-search select {
    padding: 5px;
    border-color: #d1d1d1;
    border-radius: 4px;
    text-transform: capitalize;
}
.standart-search input {
    padding: 5px;
    border: 1px solid rgb(0 0 0 / 18%);
    border-radius: 4px;
}
.standart-search button {
    display: block;
    background-color: #bf191e;
    background: linear-gradient(to top,#8f0c10,#c0191e);
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    margin-top: 8px;
    /* font-size: 16px; */
    border: 0;
    padding: 6px;
}
.s-label {
    margin-bottom: 4px;
    font-size: 14px;
    /*color: #777 !important;*/
}
.standart-list {
    padding: 15px;
    background: #f5f5f5;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 4px solid #575756;
    padding-bottom: 5px;
}
.standart-list ul {
	column-count: 5;
    column-gap: 0;
}
.panda_list-series .standart-list li {
    margin-left: 20px;
    width: 85% !important;
    break-inside: avoid;
}
.standart-list-search li {
	text-transform: capitalize;
}
.panda_list-series>ul>li>ul {
	column-count: 4 !important;
}
.panda_list-series li {
    margin-bottom: 5px;
}
/* End */


/* Start:/bitrix/components/panda/itpanda_geo_phone/templates/.default/style.css?174636761239*/
.geo_phone_itpanda {font-style:normal;}
/* End */


/* Start:/bitrix/templates/mshop_3401/components/bitrix/search.form/monopoly_itpanda/style.css?1746367661659*/
header .navbar .search-open {
	position: static !important;
	display: block;
	border: 0;
	background: none;
	padding: 0;
}
header .navbar .search-open svg {
   fill: #fff;
}
header .navbar .nav > li .search.lupa:before {
    content: '\f002';
}

header .search-open input[type="text"] {width:100%; height:33px;}
header .navbar .search-open form {    margin: 0;
    margin-top: 2px;
    margin-left: 15px;}
	header .navbar-default .navbar-nav > li {border:0; margin:0;}
	
	header .search-open .btn {     width: 39px;
    margin-right: 2px;
    height: 33px;}
	
	header .nav.navbar-nav.navbar-border-bottom.navbar-right.list-unstyled {display:block !important;}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1746367600467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/bitrix/templates/mshop_3401/template_styles.css?174861180529353*/
.smartfilter ul .bx_filter_prop.active > .name:after {
  content: "\f107";
}
.mobile-header {
  display: none;
}
header .mega-menu .collapse .container {
  height: 34px;
}
.box.logo {
  width: 100%;
}
.js-detail .buyblock .detailstores {
  display: none;
}
.products.showcase .item .name {}
.pocho .products.showcase .item .name {
  height: auto !important;
}
.pocho .aprimary {
  font-size: 14px;
}
.js-detail .buyblock .buybtn .btn {
  margin-bottom: 0px;
}
.js-stores.stores.dropdown {
  display: none;
}
.gallery .item .data {
  overflow: visible !important;
}
.js-element .add2basketform .quantity {
  margin: 0 15px;
  width: 100%;
  margin-bottom: 0px;
}
.sectiondescription {
  margin-top: 15px;
}
.catalogsorter .sortby {
  display: none;
}
header .navbar .nav > li > .search {
  background-color: #aa0b10;
  color: #fff !important;
}
header .navbar .nav > li > .search:hover {
  background-color: #8f0c10;
}
.sectiondescription table {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 10px;
}
.sectiondescription table td {
  padding: 5px;
  border: 1px solid #eee;
}
.pr-col + div {
  margin-bottom: 20px;
}
.catalogsorter {
  display: none;
}
ul > li:before, ol > li:before {
  left: -20px;
}
.gallery .item .data:hover {
  max-height: 0px;
}
header .navbar-header {
  margin-bottom: 2px;
}
.tab-pane {
  padding: 20px;
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.nav-tabs, .nav-tabs > li {
  margin-bottom: 0px;
}
.nav-tabs li > a {
  padding: 15px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
/*BASKET*/
#basket_form_container, #ORDER_FORM, .bx_order_make {
  width: 1150px;
  margin: auto;
}
.bx_section.deliver, .section.paysys {
  display: none !important;
}
#sale_order_props div[data-property-id-row="1"] {
  display: none !important;
}
.table-responsive {
  overflow-x: visible;
}
.row.products.list.little .buybtn a, .row.products.list.little .buybtn button {
  min-width: 100.5px !important;
}
#bx_651765591_149, #bx_651765591_150, #bx_651765591_151 {
  width: 33%;
  float: left;
}
.wrapper_block.egg .row.features.features1 {
  left: 0px;
}
header .nav.navbar-nav.navbar-border-bottom.navbar-right.list-unstyled > li > .fa.search-btn {
  display: none !important;
}
.icon-toggle-catalog {
  position: absolute;
  top: -5px;
  right: 0px;
  padding: 10px;
  color: #fff;
  border-radius: 4px;
  background-color: #bf191e;
  background: linear-gradient(to top, #8f0c10, #c0191e);
}
.icon-toggle-catalog:hover {
  opacity: 0.9;
}
.icon-toggle-catalog.active {
  opacity: 0.9;
}
header .basketinhead:before {
  background: url(/bitrix/templates/mshop_3401/deliv.png) no-repeat center top;
}
/*header .navbar-default .navbar-nav li > a {
	padding-right: 13px;
	padding-left: 13px;
}*/
header .navbar-default .navbar-nav li > a {
  padding-right: 23px;
  padding-left: 23px;
}
header .navbar-default .navbar-nav > li:last-child {
  border-right: 0px !important;
}
.dropdown.other.invisible {
  display: none !important;
}
.snip-table {
  /*table-layout: fixed;*/
  width: 100%;
}
.snip-table tr:nth-child(2n) td {
  background: #eee;
}
.snip-table tr:nth-child(1) td {
  background: #ad1418;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.snip-table td:nth-child(1) {
  font-weight: 600;
  width: 145px;
}
.snip-table td:nth-child(2) {
  width: 300px;
}
.snip-table td:nth-child(3) {
  width: 100px;
}
.snip-table tr:nth-child(1) td p {
  margin-bottom: 0px;
}
.snip-table td {
  padding: 5px;
  vertical-align: top;
  border: 1px solid #eee;
}
.snip {
  overflow-x: auto;
  width: 100%;
}
.activefrom {
  font-weight: 600;
  margin-bottom: 5px;
}
header .navbar .search-open {
  max-width: 201px;
}
.geo_adres_itpanda {
  white-space: nowrap;
}
.bx-breadcrumb .bx-breadcrumb-item {
  float: none;
  white-space: unset;
  display: inline;
}
header .navbar .search-open svg {
  fill: #fff;
  position: relative;
  left: -3px;
}
/*==========  Non-Mobile First Method  ==========*/
@media only screen and (min-width: 992px) {
  .bx-breadcrumb {
    margin-top: 0px;
  }
  .bodyteh {
    padding-top: 10px;
  }
  .panda_list > ul {
    column-count: 2;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .panda_list-series > ul > li > ul {
    column-count: 3 !important;
  }
  footer .container {
    width: auto;
  }
  .region_item {
    width: 100%;
    display: block;
  }
  header .nav.navbar-nav.navbar-border-bottom.navbar-right.list-unstyled {
    /*width: 100%;
        position: static;
        margin-top: 10px;
        margin-bottom: 10px;
        background: transparent;*/
  }
  header .nav.navbar-nav.navbar-border-bottom.navbar-right.list-unstyled > li > .fa.search-btn {
    display: inline-block !important;
  }
  header .navbar .search-open {
    position: absolute !important;
    border: solid 1px #ebebeb;
    border-bottom: 2px solid #0084c9;
    background-color: #fff;
    padding: 10px;
    width: 200px;
    border: 0px;
  }
  .container.bodyteh .wrapper_block > * {
    width: 100%;
    max-width: 940px;
  }
  header .mega-menu .navbar-inner, header .mega-menu .container, html, wrapper, .container {
    min-width: 0px;
  }
  header .adres {
    font-size: 11px;
  }
  .slogan {
    /*margin-left: -40px;*/
    margin-left: -15px;
  }
  .slogan img {
    max-width: 30%;
    height: auto !important;
  }
  header .slogan > div {
    font-size: 12px;
  }
  header .box.contacts {
    margin-top: 4px;
  }
  header .col.col-sm-6.col-md-6 {
    padding-left: 45px;
  }
  #bx_651765591_149, #bx_651765591_150, #bx_651765591_151 {
    width: 33%;
    float: left;
  }
  header .nav.navbar-nav.navbar-border-bottom.navbar-right.list-unstyled {
    /*display: none !important;*/
  }
  .wrapper_predlog:after {
    content: "/";
    font-size: 0px;
    display: block;
    clear: both;
  }
  .wrapper_predlog .item:first-child, .wrapper_predlog .item {
    margin-left: 10px;
    margin-right: 10px;
    width: 22.8%;
  }
  .form.home .row .col-md-6:first-child {
    margin-left: 0px;
  }
  .form_home .mainform input[type="submit"] {
    width: 100%;
    margin: 0px;
  }
  .form.home .col-md-6 {
    width: 33%;
    margin-left: 0px;
  }
  .catalog_page > .panda_list:last-child {
    display: none;
  }
  .wrapper_block_sidebar {
    width: 940px;
  }
  .form_home.innerform .buttons_teh {
    margin-top: 15px;
    float: left;
    clear: none;
    margin-bottom: 0px;
    top: 0px;
  }
  .form_home.innerform .mainform input[type="submit"] {
    font-size: 15px;
  }
  .form_home.innerform .small {
    font-size: 16px;
  }
  .egg_inner .features .item .description {
    font-size: 15px;
    line-height: 19px;
  }
  .products .item .price.cool {
    font-size: 16px;
  }
  .widgets a > span {
    line-height: 1;
    margin-top: 10px;
  }
  .gallery .item > .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .catalog_index .gallery .item .image {
    margin-right: 0px;
    margin-left: 0px;
  }
  .gallery .item a {
    min-height: 0px;
  }
  .catalog_index .gallery .item .data .name {
    line-height: 16px;
    font-size: 16px;
  }
  header .btn {
    font-size: 15px;
  }
  header .dropdown.lvl1, .dropdown.lvl1:hover > a, .dropdown.lvl1.active > a {
    border-right: 0px !important;
  }
  .features .item .description {
    font-size: 18px;
  }
  .egg_inner .features.features1 .item .image {
    float: none;
  }
  .egg_inner .features .item .description {
    text-align: center;
    margin-top: 5px;
  }
  header .basketinhead .descr, header .favoriteinhead .descr {
    font-size: 12px;
  }
  #basket_form_container, #ORDER_FORM, .bx_order_make {
    width: auto;
  }
  .table-responsive {
    overflow-y: auto;
  }
  .bx_ordercart_order_table_container .item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .bx_order_make .bx_block {
    padding: 0px;
  }
  header .navbar .search-open {
    position: fixed !important;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-width: unset;
    width: unset;
    top: unset;
    background: #575756;
  }
  header .navbar-default .navbar-nav li > a {
    padding-right: 22px;
    padding-left: 22px;
  }
  .nav.main-menu-nav .other {
    display: none !important;
  }
  .nav.main-menu-nav {
    padding-right: 0px;
  }
  header .btn.select_city_btn {
    background: linear-gradient(to top, #bb171d, #930d11);
  }
  header .btn.select_city_btn .fa {
    margin-left: 3px;
  }
  header .navbar .search-open form {
    margin-top: 0px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .bx-breadcrumb {
    margin-top: 10px;
  }
  header .box.contacts {
    margin-left: 0px;
  }
  .slogan img {
    max-width: 28%;
    height: auto;
  }
  header .navbar .search-open {
    max-width: 100%;
  }
  #sidebar {
    display: none;
  }
  .widgets {
    margin-top: 15px;
  }
  .wrapper_block_sidebar {
    width: auto;
  }
  .bodyteh {
    width: 750px;
  }
  footer > .container > .row > .col {
    /*width: 33.3333%;*/
    width: 50%;
    box-sizing: border-box;
  }
  .features.features1 .item .data {
    height: auto;
  }
  .form_home.innerform .small {
    width: auto;
  }
  .products.list.little .item a.inbasket {
    margin-left: -50px;
  }
  header .navbar-responsive-collapse .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .dropdown.lvl1:hover > a, .dropdown.lvl1.active > a {
    height: initial;
  }
  header .navbar-default .navbar-nav > li > a {
    line-height: initial;
  }
  header .dropdown.lvl1.active, header .dropdown.lvl1:hover {
    height: initial;
  }
  header .navbar-nav .open .dropdown-menu > li > a {
    line-height: initial;
  }
  .dropdown-menu > li {
    margin-left: initial;
  }
  .panda_list > ul > li {
    width: 93%;
  }
  .row.notmain {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pocho .products.showcase .item {
    width: auto;
  }
  header .mega-menu .collapse .container {
    height: auto;
  }
  header .mega-menu .container {
    width: 100%;
    padding: 0;
  }
  .js-detail {
    margin-top: 5px;
  }
  .previewtext {
    display: block !important;
  }
  .js-detail .buyblock {
    margin-bottom: 15px;
  }
  header .box_right {
    position: fixed;
    z-index: 1;
    bottom: 20px;
    left: 20px;
    width: 200px;
  }
  header .basketinhead:before {
    color: #fff;
  }
  header .basketinhead, header .favoriteinhead {
    padding-left: 45px;
    text-align: left;
    background: #fff;
    display: block;
    width: 100%;
  }
  .box_right .box {
    min-height: 0px !important;
    height: auto !important;
  }
  header .basketinhead:before {
    background: url(/bitrix/templates/mshop_3401/deliv.png) no-repeat 0px center transparent;
    width: 25px;
    height: 25px;
    background-size: 100%;
    margin-left: 5px;
    margin-top: -7px;
  }
  #basketinfo > div {
    display: inline-block;
    margin-right: 3px;
    color: #585f69;
  }
  .dropdown-smallbasket {
    display: none !important;
  }
  header .box_right .box, header .box_right .box > .in {
    display: block !important;
  }
  header .box_right .box > .in {
    padding: 5px;
    border: 3px solid #ad1418;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
  .wrapper_predlog .item:first-child, .wrapper_predlog .item {
    width: 22.3%
  }
  .gallery .item {
    float: none;
    display: inline-block;
    /*width: 300px;*/
  }
  .features .item .description {
    font-size: 16px;
    line-height: 1.2;
  }
  header .slogan > div {
    font-size: 11px;
  }
  header .phone a {
    font-size: 16px;
    background: transparent;
    padding: 0px;
  }
  header .btn, header .adres {
    margin-left: 0px;
  }
  .header_logotype {
    width: 30%;
  }
  .slogan {
    margin-left: 0px;
  }
  header .col-lg-6.header_slogan {
    width: 50%;
  }
  header .favandbasket {
    width: 20% !important;
  }
  header .btn {
    width: 100%;
    font-size: 14px;
  }
  header .box {
    min-height: 50px !important;
    height: 50px !important;
  }
  header .phone a {
    margin-top: 0px;
  }
  #sidebar {
    padding: 0px;
  }
  #sidebar .hidden-xs {
    display: block !important;
  }
  .gallery.row {
    text-align: center;
  }
  header .navbar .search-open {
    position: fixed !important;
    border: 0;
    border-bottom: 0;
    background-color: #fff;
    padding: 10px;
    width: unset;
    left: -100%;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: all .4s;
    width: 100%;
  }
  header .navbar .search-open.visible {
    left: 0px;
    transition: all .4s;
  }
  header .nav.navbar-nav.navbar-border-bottom.navbar-right.list-unstyled > li > .fa.search-btn {
    display: none !important;
  }
  header .nav.navbar-nav.navbar-border-bottom.navbar-right.list-unstyled {
    padding: 0px;
  }
  .geo_adres_itpanda {
    white-space: normal;
  }
  header .col.col-sm-6.col-md-6 {
    padding-left: 0px;
  }
  html .page-header {
    padding-right: 80px;
  }
  .mobile-header {
    display: block;
  }
  .mh-flex {
    display: flex;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
    align-items: center;
  }
  .mh-top {
    background-color: #bf191e;
    background: linear-gradient(to top, #8f0c10, #c0191e);
  }
  .mht-item {
    width: 50%;
    padding: 10px 5px;
    /* background: #ad1518; */
    color: #fff;
    text-align: center;
  }
  .mhm-item {
    width: 50%;
    text-align: center;
    padding: 10px 5px;
  }
  .mhb-item {
    width: 50%;
    padding: 10px 5px;
    color: #dedede;
    text-align: center;
  }
  .mh-bottom {
    background-color: #282d31;
  }
  .mhm-item-description img {
    width: 30px;
    height: auto;
  }
  header.style4 {
    /*display: none;*/
    overflow: hidden;
  }
  .mobile-header a {
    text-decoration: none;
    color: #dedede;
    display: block;
  }
  .mobile-header .active {
    color: #fff;
  }
  .mobile-header .active a {}
  .copylogo {
    display: none;
  }
  .mh-flex .fa {
    margin-right: 2px;
  }
  .mht-item-tel {}
  .mht-item-mail {
    background: linear-gradient(to top, #61090b, #8a1115);
  }
  .mht-item-contacts {}
  .mhb-item-catalog {
    background: #14181b;
  }
  .panda_list > ul > li > ul {
    display: none;
  }
  .panda_list > ul > li > a .bx_sitemap_li_title {
    font-size: 16px;
    margin: 0;
    padding: 0;
  }
  .panda_list > ul {
    column-count: 2;
  }
  .panda_list > ul > li {
    width: unset;
    border: 0;
    background: transparent;
    padding: 0;
    display: list-item;
    list-style-type: disc !important;
    margin-left: 20px;
  }
  .widgets {
    display: none;
  }
  .wrapper_block.form_home {
    overflow: hidden;
  }
  .navbar-header .top_row {
    display: none;
  }
  header .navbar-default .navbar-toggle {
    display: none;
  }
  header .navbar-default {
    margin: 0px;
    min-height: 0px;
  }
  header.style4 {
    border: 0px;
  }
  header .navbar-header, header .container > .navbar-header {
    margin: 0px;
  }
  .mobile-header {
    overflow: hidden;
  }
  .notmain {
    margin-top: 0px;
  }
  header .dropdown.lvl1 {
    background-color: #14181b;
  }
  header .navbar-default .navbar-nav > li a {
    border-bottom: solid 1px #282d31;
  }
  header .navbar-nav {
    border-left: 0px;
    border-right: 0px;
  }
  .bottom_row {
    height: 0px;
  }
  .wrapper_predlog .item span {
    font-size: 12px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .standart-search .s1-options, .standart-search .s2-input {
    width: 49%;
  }
  .products.list .item .name {
    margin-bottom: 0px;
  }
  .products.list .item .prices {
    font-size: initial;
  }
  .products.list.little .item .limiter {
    height: auto;
  }
  .buybtn .text-center {
    text-align: left;
  }
  .data > .row > .hidden-xs {
    display: block !important;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .products.list.little .item a.inbasket {
    margin-left: 0px;
  }
  html .page-header {
    padding-right: 80px;
  }
  .header_logotype, header .col-lg-6.header_slogan, header .favandbasket {
    width: 100%;
    float: none;
    clear: both;
    text-align: center;
    display: block;
  }
  .bodyteh {
    width: auto;
  }
  header .favandbasket {
    width: 100% !important;
    padding: 0px 15px;
  }
  header .col.destroypadding {
    padding-right: 15px;
    padding-left: 15px;
  }
  .box_right {
    display: block;
  }
  header .box > .in, header .box {
    display: block !important;
  }
  header .box {
    height: auto !important;
    min-height: 0px !important;
  }
  header .favandbasket {
    /*display: none;*/
  }
  .col.col-sm-6.col-md-6.col-lg-6.col-xs-4.nocol {
    display: none;
  }
  .basketinhead .aprimary {
    display: none;
  }
  .panda_list > ul {
    column-count: 1;
  }
  .panda_list > ul > li {
    width: auto;
  }
  footer > .container > .row > .col {
    width: 50%;
  }
  .js-detail {
    margin-bottom: 20px;
  }
  .header_slogan {
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 10px;
  }
  header .navbar-default .navbar-toggle {
    margin: 0px 0px 0px 0px;
  }
  header .slogan > div {
    font-size: 14px;
    /*margin-top: 17px;*/
    margin-top: 0px;
    line-height: 1;
    color: #575656
  }
  .slogan img {
    max-width: 24px;
  }
  header .box > .in br {
    display: none;
  }
  header .navbar-default .navbar-toggle {
    margin-top: 10px;
  }
  header .adres {
    font-size: 14px;
    line-height: 1;
  }
  header .phone a {
    font-size: 20px;
    font-weight: 600;
  }
  .footer_copy {
    display: none;
  }
  .form.home .col-md-6 {
    width: 100%;
    margin-top: 0px;
  }
  .wrapper_predlog .item:first-child, .wrapper_predlog .item {
    width: 100%;
    max-width: 260px;
    float: none;
    border: 0px;
  }
  .features .item .description {
    font-size: 13px;
  }
  .wrapper_predlog .item img {
    margin: auto;
  }
  .products {
    margin-top: 15px;
  }
  .wrapper_block.about_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .form.home > div .mainform > .row {
    margin: 0px;
  }
  .gallery .item {
    width: 50%;
  }
  .search-page input[type="submit"] {
    width: 100%;
  }
  .mhm-item-description img {
    width: 24px;
  }
  .wrapper_block.form_home, .wrapper_block.predlog, .wrapper_block.egg.index_egg, .wrapper_block.about_wrapper, .btn_teh.catalog, .form_home.innerform, .egg_inner {
    display: none;
  }
  .itpanda_table .table-tr {
    display: none;
  }
  .itpanda_table td.prices {
    display: none;
  }
  .itpanda_table .buy1click {
    display: none;
  }
  .itpanda_table tr.item, .itpanda_table tr.item td {
    display: block;
    width: 100%;
    border: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
  }
  .itpanda_table tr.item {
    margin-bottom: 20px;
    width: 31.33333%;
    display: inline-block;
    border: 1px solid #eaeaea;
    margin: 10px 1%;
    padding: 10px;
    background: #fafafa;
    border-radius: 3px;
    vertical-align: top;
  }
  .itpanda_table tr.item .buybtn {
    width: 100% !important;
    display: block !important;
  }
  .itpanda_table td.name {
    font-weight: 600;
  }
  .prop-td:before {
    content: attr(td-data) ": ";
    font-weight: 400;
    font-size: 12px;
  }
  .itpanda_table .price:before {
    content: 'Цена: ';
    font-weight: 400;
    font-size: 12px;
  }
  .itpanda_table tr.item td {
    border-bottom: 1px solid #eee;
  }
  .itpanda_table tr.item td.prices {
    border-bottom: 0px;
  }
  .nav-tabs li > a {
    padding: 10px;
  }
  .panda_list-series > ul > li > ul {
    column-count: 2 !important;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .panda_list-series > ul > li > ul {
    column-count: 1 !important;
  }
  .standart-search .s1-options, .standart-search .s2-input {
    width: 100%;
  }
  .standart-search {
    flex-wrap: wrap;
  }
  .standart-search .s1-options {
    margin-bottom: 10px;
  }
  .tab-pane.active .col.col-md-6 {
    overflow: auto;
  }
  .withdots {
    height: auto;
  }
  header .open > .dropdown-menu {
    width: auto !important;
    right: 15px;
    left: 15px;
  }
  footer > .container > .row > .col {
    box-sizing: border-box;
  }
  .bx_ordercart_order_pay_right {
    width: 100%;
  }
  .bx_ordercart_order_pay_center + .text-right {
    text-align: left;
    padding: 0px 15px;
  }
  .bx_ordercart_order_table_container .item {
    min-width: 0px;
  }
  table.table#basket_items > tbody > tr > td.item {
    white-space: initial;
  }
  table.table#basket_items > thead {
    display: none;
  }
  table.table#basket_items > tbody > tr > td {
    padding: 5px 5px;
  }
  table.table#basket_items > tbody > tr > td.item {
    /*width: 100px;*/
  }
  table.table#basket_items > tbody > tr > td.itemphoto, #col_QUANTITY, .custom {
    display: none;
  }
  h4 + .bx_ordercart_order_table_container {
    display: none;
  }
  .form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
  }
  .for_darken > br {
    display: none;
  }
  #sale_order_props .col-sm-10 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .x_ordercart_order_pay_right {
    width: 100% !important;
  }
  .bx_sort_container {
    display: none;
  }
  header .box_right {
    bottom: 0px;
    left: 0px;
  }
  header .box_right .box > .in {
    -webkit-border-radius: 0px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius: 0px;
    -moz-border-radius-topright: 20px;
    border-radius: 0px;
    border-top-right-radius: 20px;
    border-left: 0px;
    border-bottom: 0px;
  }
  header .basketinhead:before {
    width: 21px;
    height: 22px;
    margin-left: 8px;
    margin-top: -3px;
    top: 0px;
  }
  header .col-md-5 .row {
    margin-right: 0px;
  }
  .wrapper_block.predlog {
    padding-bottom: 0px;
  }
  .wrapper_block.egg {
    display: none;
  }
  .form.home .alert-danger {
    position: static;
    font-size: 12px;
    color: red;
  }
  .egg_inner {
    display: none;
  }
  .panda_list > ul > li {
    margin: 10px 0px;
    float: none;
    display: block;
  }
  .phoneitem {
    font-size: 17px;
  }
  header .phone a {
    font-size: 18px;
  }
  header .vertical_blue_line, header .header_conts {
    width: 100%;
    float: none;
  }
  header .slogan > div {
    margin-top: 5px;
  }
  .teh_btn {
    margin-top: 10px;
  }
  .form_home .big span {
    padding: 0px;
  }
  .features .item .description {
    word-wrap: break-word;
  }
  .features.features1 .item img {
    max-width: 100%;
    max-height: 100%;
  }
  ul, ol {
    padding-left: 25px;
  }
  html .page-header {
    padding-right: 100px;
  }
  .itpanda_table tr.item {
    width: 48%;
  }
  .mht-item, .mhb-item, .mhm-item {
    font-size: 12px;
  }
  .mobile-header .container {
    padding: 0px;
  }
}
@media only screen and (max-width: 375px) {
  .gallery .item {
    width: 100%;
  }
  html .page-header h1 {
    font-size: 24px;
  }
  header .navbar-default .navbar-nav > li a {
    font-size: 12px;
  }
  .itpanda_table tr.item {
    padding: 5px;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .teh_h.white span {
    padding: 0px;
  }
  footer > .container > .row > .col {
    width: 100%;
    float: none;
    text-align: center;
  }
  footer .footer-menu li::before {
    display: none;
  }
  footer .footer-menu {
    padding-left: 0px;
  }
  footer .footer_logo_wrap {
    height: auto;
  }
  footer {
    height: auto;
  }
  footer .footer_logo_wrap {
    max-width: 100%;
  }
  .teh_btn {
    margin: 10px auto;
  }
  .alert-danger {
    font-size: 12px;
  }
  .mht-item, .mhb-item, .mhm-item {
    white-space: nowrap;
  }
}
.filter_itpanda .list-unstyled {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.filter_itpanda .list-unstyled li {
  width: 32.5%
}
.filter_itpanda .list-unstyled li:last-child {
  width: 100%;
}
.price_filter {
  display: none;
}
.filter_itpanda .smartfilter ul .buttons {
  padding: 7px 10px !important;
}
@media all and (max-width: 608px) {
  .filter_itpanda .list-unstyled li {
    width: 100%
  }
}
.zavod_table {
  border: 1px solid #b8b8b8;
}
.zavod_table td {
  background: #f5f5f5;
  padding: 5px;
}
.zavod_table td:last-child {
  width: 100px;
}
.zavod_table tr:nth-child(2n) td {
  background: #eee;
}
header .open > .dropdown-menu {
  display: block !important;
  width: 100%;
}
.select_city_btn {
  margin: 0 !important;
  margin-top: 10px !important;
  color: #fff !important;
  width: 100% !important;
}
.city_select .dropdown {
  position: relative;
}
.itpanda_table_wrap {
  margin: 15px 0;
}
.bx-breadcrumb {
  overflow: hidden;
}
.bodyteh {
  margin-bottom: 40px;
}
.itpanda_table {
  width: 100%;
}
/*.col.col-md-9.col-md-push-3.maincontent {
	left: unset;
	width: 100%;
}*/
.js-detail .proptable table .val {
  word-break: unset;
}
.itpanda_table .add2basketform .quantity {
  display: none !important;
}
.seria {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 10px;
  border: 2px solid #a21116;
  white-space: nowrap;
}
.seria:hover {
  background: #a21116;
  color: #fff;
}
.panda_list-series {
  column-count: unset !important;
}
.panda_list-series li {
  width: 100% !important;
}
.panda_list-series > ul > li > ul {
  column-count: 3;
}
.panda_list-series a {
  display: block;
  text-decoration: none !important;
}
.panda_list-series > ul > li > a .bx_sitemap_li_title {
  padding-left: 10px;
  font-size: 23px;
  font-weight: 500;
  margin: 10px 0;
}
.panda_list-series > ul > li > ul li .bx_sitemap_li_title {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
  color: #000;
}
.panda_list-series * {
  font-family: "Roboto", sans-serif;
  /*color: #202020;*/
}
.panda_list-series > ul > li {
  break-inside: avoid;
  border: 1px solid #ebebeb;
  display: block;
  width: 100%;
  /*background: #f5f5f5;*/
  margin-bottom: 15px;
  padding: 10px;
}
.panda_list-series li {
  list-style-type: none !important;
}
.panda_list-series ul {
  padding: 0;
}
.panda_list-series > ul > li:before {
  display: none;
}
.panda_list-series > ul > li > ul li:before {
  margin-top: 0;
  margin-left: 21px;
  color: #000;
  font-size: 14px;
  left: -30px;
}
.panda_list-series > ul > li > ul {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .panda_list-series > ul > li > ul {
    column-count: 2;
  }
}
@media (max-width: 575px) {
  .panda_list-series > ul > li > ul {
    column-count: 1;
  }
}
@media (min-width: 991px) {
  header .navbar-nav.navbar-right:last-child {
    /*top: calc(-100% - 5px);*/
  }
}
/*
@media (min-width: 768px) {
.tab-content #properties .col.col-md-6 {width: 100%;}
.tab-content #properties tbody {	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
}
.tab-content #properties tbody tr {width: 48%; 	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
}
}
*/
.panda_list-series select {
--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ebebeb;
  border-radius: 0.375em;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.price_bold_new {
  font-weight: bold;
  font-size: 23px !important;
}
.price_desc_nds {
  font-size: 16px;
    margin-bottom: 12px;
}
.price_desc_ed {
  font-size: 16px;
}
.border_props_detail table {
  border: 1px solid #a21116;
    max-width: 395px;
}
.border_props_detail tr td:first-child {
  padding-left: 10px !important;
}
.border_props_detail tr:last-child td {
  padding-bottom: 20px !important;
}
.proptable_bootom_props {
  border-top: 1px solid #a21116;
  margin-top: 36px;
  padding-top: 15px;
  margin-bottom: 20px;
}
.standart_slider_elements {
  margin: auto;
  margin-top: 40px;
  width: 90%;
  position: relative;
}
.standart_slider_elements .item_photo {
  border: 1px solid #eee;
  padding: 10px;
  display: block;
}
.standart_slider_elements .item_photo:hover {
  border: 1px solid #a21116;
}
.standart_slider_elements .owl-nav div {
  position: absolute;
  top: 50%;
  left: -35px;
    margin-top: -43.5px;
    font-size: 56px;
}
.standart_slider_elements .owl-nav div.owl-next {
  left: auto;
  right: -35px;
}
.standart_slider_elements .owl-nav div.disabled {opacity: 0.4; pointer-events: none;}
.standart_slider_elements .owl-nav div:hover {color: #a21116;}

/* End */
/* /bitrix/templates/mshop_3401/styles/style.css?1746367661209112 */
/* /bitrix/templates/mshop_3401/styles/owl.carousel.css?174636766123629 */
/* /bitrix/templates/mshop_3401/styles/jquery.fancybox.css?17463676615676 */
/* /bitrix/templates/mshop_3401/styles/header.css?174636766135952 */
/* /bitrix/templates/mshop_3401/styles/sidebar.css?17463676613850 */
/* /bitrix/templates/mshop_3401/styles/content.css?174636766199484 */
/* /bitrix/templates/mshop_3401/styles/mshop.css?174636766125475 */
/* /bitrix/templates/mshop_3401/styles/color.css?17463676617782 */
/* /bitrix/templates/mshop_3401/custom/style.css?174861183823148 */
/* /bitrix/components/panda/itpanda_geo_phone/templates/.default/style.css?174636761239 */
/* /bitrix/templates/mshop_3401/components/bitrix/search.form/monopoly_itpanda/style.css?1746367661659 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1746367600467 */
/* /bitrix/templates/mshop_3401/template_styles.css?174861180529353 */
