@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* Core variables and mixins */
/* Reset and dependencies */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Core CSS */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role=button] {
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
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: rgb(119.085, 119.085, 119.085);
}
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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%;
}
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
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%;
}
h1, .h1 {
  font-size: 36px;
}
h2, .h2 {
  font-size: 30px;
}
h3, .h3 {
  font-size: 24px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 14px;
}
h6, .h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase, .initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}
.text-primary {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
a.text-primary:hover,
a.text-primary:focus {
  color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
.bg-primary {
  color: #fff;
}
.bg-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted rgb(119.085, 119.085, 119.085);
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
  text-align: right;
}
.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: "";
}
.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: " —";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.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;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > 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;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}
.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;
}
.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: rgb(232.25, 232.25, 232.25);
}
.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;
}
.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: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
.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;
}
.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: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
.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;
}
.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: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
.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;
}
.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: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > 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;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type=file] {
  display: block;
}
input[type=range] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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;
}
.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);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type=search] {
  -webkit-appearance: none;
}
@media screen {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .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-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .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-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .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-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .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-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
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;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.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;
}
.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;
}
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;
}
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;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.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.3333333;
  border-radius: 6px;
}
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;
}
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;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.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,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.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,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
}
.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;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.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);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.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: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.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: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.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: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.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: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.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: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
/* Components */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-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;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 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 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -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;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: rgb(38.25, 38.25, 38.25);
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: rgb(119.085, 119.085, 119.085);
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.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;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  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: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(93.5, 93.5, 93.5);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: rgb(231.425, 231.425, 231.425);
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: rgb(231.425, 231.425, 231.425);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: rgb(8.5, 8.5, 8.5);
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(157.335, 157.335, 157.335);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.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;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.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: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table: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: 3px;
  border-bottom-right-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-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;
}
.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;
}
.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;
}
.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;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: rgb(85.425, 85.425, 85.425);
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #ccc;
  border-radius: 4px;
}
.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;
}
.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;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #ddd;
}
.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: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
  color: #3c763d;
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
.alert-info {
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
  color: #31708f;
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}
.alert-danger {
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
  color: #a94442;
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
/* Components w/ JavaScript11 */
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.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;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  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;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/* Utility classes */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.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; }
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
.owl-carousel .owl-item img {
    display: block;
    width: 100%; }
.owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
.owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
.owl-carousel.owl-loaded {
    display: block; }
.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
.owl-carousel.owl-hidden {
    opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
.owl-carousel.owl-rtl {
    direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
    float: right; }
/* No Js */
.no-js .owl-carousel {
  display: block; }
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/static/shishkin/assets/owl.video.play.BJo37keB.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #2198DD;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
    font-display: swap;
    src: url('/static/shishkin/assets/fontawesome-webfont.G5YE5S7X.eot?v=4.7.0');
  src: url('/static/shishkin/assets/fontawesome-webfont.G5YE5S7X.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/static/shishkin/assets/fontawesome-webfont.B-jkhYfk.woff2?v=4.7.0') format('woff2'), url('/static/shishkin/assets/fontawesome-webfont.CDK5bt4p.woff?v=4.7.0') format('woff'), url('/static/shishkin/assets/fontawesome-webfont.CQDK8MU3.ttf?v=4.7.0') format('truetype'), url('/static/shishkin/assets/fontawesome-webfont.D13rzr4g.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-pdf-f103:before {
  content: "Ф103";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
    font-family: 'fontello';
    src: url('/static/shishkin/assets/fontello.Bc_oNAP3.eot?62676158');
    src: url('/static/shishkin/assets/fontello.Bc_oNAP3.eot?62676158#iefix') format('embedded-opentype'),
    url('/static/shishkin/assets/fontello.Bi4mTH-D.woff2?62676158') format('woff2'),
    url('/static/shishkin/assets/fontello.DvRWl4QL.woff?62676158') format('woff'),
    url('/static/shishkin/assets/fontello.D8z1Vgc9.ttf?62676158') format('truetype'),
    url('/static/shishkin/assets/fontello.BBCp8Owj.svg?62676158#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?62676158#fontello') format('svg');
  }
}
*/
/* purgecss ignore */
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-block:before {
    content: '\e800';
}
/* '' */
.icon-ok:before {
    content: '\e801';
}
/* '' */
.icon-doc:before {
    content: '\e802';
}
/* '' */
.icon-help-circled:before {
    content: '\e803';
}
/* '' */
.icon-sitemap:before {
    content: '\f0e8';
}
/* '' */
.icon-spinner:before {
    content: '\f110';
}
/* '' */
.icon-info:before {
    content: '\f129';
}
/* '' */
.icon-sliders:before {
    content: '\f1de';
}
/* '' */
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

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

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* font-sizes in REM when BODY font-size - 18px*/
/* COLOR PALETTE */
.b-item__property {
  margin-bottom: 6px;
}
.b-item__property .value {
  display: block;
  padding-left: 45px;
  padding-top: 3px;
  max-height: 45px;
}
.b-item__property i {
  display: block;
  position: relative;
  height: 25px;
  width: 35px;
}
.b-item__property > span {
  overflow: hidden;
}
.icon-container {
  display: block;
  text-align: center;
  float: left;
  width: 35px;
  margin-right: 10px;
}
.category-item__properties .icon-container {
  margin-right: 0;
}
.category-item__properties .b-item__property .value {
  padding-left: 10px;
}
/*.list-style .category-item__properties {
    float: left;
    width: 50%;
}*/
.property-brand {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -70px -71px;
}
.property-autoflowering {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -36px -4px;
}
.property-feminised {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -70px -104px;
}
.mix {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -70px -170px;
}
.property-height {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -37px -39px;
}
.property-harvest {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -36px -69px;
}
.property-gender.regular {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -10px -186px;
}
.property-gender {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -10px -186px;
}
.property-tgk_range {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -5px -235px;
}
.property-cbg {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -70px -39px;
}
.property-flow_time {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -3px -6px;
}
.property-time_to_flow {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -3px -208px;
}
.property-genetic {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -36px -138px;
}
.property-cbd {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -70px -236px;
}
.property-outdoor {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -3px -172px;
}
.property-on_height {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -3px -72px;
}
.property-sissified {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -10px -150px;
}
.property-indoor {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -3px -140px;
}
.property-flow_month {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -3px -40px;
}
.property-effect {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -4px -105px;
}
.property-cbn {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -36px -235px;
}
.property-mix {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -70px -170px;
}
.property-regular {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -69px -136px;
}
.property-hothouse {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -70px -5px;
}
.property-awards {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -36px -172px;
}
.property-sainru {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -68px -208px;
}
.property-fotoperiodnie {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -36px -208px;
}
.property-medical {
  background: url("/static/shishkin/assets/icons.GZf7DDTB.png") no-repeat -36px -106px;
  width: 15px;
  height: 15px;
}
.property-tc_range {
  background: url("/static/shishkin/assets/tc_range_shn.O4CgVdNt.svg") no-repeat 6px 0;
}
/*  INPUTS
---------------------------*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
textarea {
  resize: vertical;
}
label {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
}
label span {
  vertical-align: middle;
}
.form-control {
  border-radius: 0;
}
.form-control:focus {
  border-color: #a3c52d;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(163, 197, 45, 0.6);
  outline: 0 none;
}
.email-wrap {
  position: relative;
}
.email-wrap .icon-spinner {
  position: absolute;
  top: calc(50% - 7px);
  right: 10px;
  color: #999;
}
@media (min-width: 768px) {
  .email-wrap .icon-spinner {
    top: calc(50% - 20px);
  }
}
.b-register-page .icon-spinner, .b-login-page .icon-spinner, .b-password-reset-page .icon-spinner {
  top: calc(50% - 19px);
}
/* CHECK-STYLER */
input[type=checkbox],
input[type=radio] {
  width: 0;
  height: 0;
  visibility: hidden;
}
.pseudo-checkbox,
.pseudo-radio {
  display: inline-block;
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  margin-right: 8px;
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -21px -239px;
  cursor: pointer;
}
input:checked + .pseudo-checkbox {
  background-position: -43px -239px;
}
input:disabled + .pseudo-checkbox {
  background-position: -65px -239px;
}
input:checked:disabled + .pseudo-checkbox {
  background-position: -87px -239px;
}
.pseudo-radio {
  background-position: -160px -155px;
}
input:checked + .pseudo-radio {
  background-position: -184px -155px;
}
input:disabled + .pseudo-radio {
  background-position: -138px -155px;
}
input:checked:disabled + .pseudo-radio {
  background-position: -234px -155px;
}
[type=submit][disabled],
[type=submit].temp-disabled,
[type=submit].disabled {
  opacity: 0.75;
  pointer-events: none;
}
/*  BUTTONS
--------------------------*/
.btn {
  border-radius: 0;
  text-transform: uppercase;
  text-align: center;
  border: none;
}
.btn-primary {
  background: #9c744a;
  border: none;
  font-weight: 700;
}
.btn-primary:hover {
  background: #84623f;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary.focus:active,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus,
.btn-primary:active,
.btn-primary:focus {
  background: #84623f;
}
.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.focus[disabled],
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
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: #9c744a;
  border: none;
}
.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 0.8;
  color: #A3C52D;
  cursor: pointer;
  border: 0;
  z-index: 999;
}
.btn-close:hover, .btn-close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.btn-advanced {
  background: #a3c52d;
  border: none;
  font-weight: bold;
  color: #FFF;
}
.btn-advanced:hover {
  color: #FFF;
  background: #9c744a;
}
.btn-clean {
  color: #9c744a;
  border: 1px solid #9c744a;
}
.btn-clean:hover {
  color: #84623f;
  border: 1px solid #84623f;
}
.kit-btn {
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  padding: 0 15px;
}
.kit-btn--brown {
  background-color: #9C744A;
}
.kit-btn--brown:hover, .kit-btn--brown:focus, .kit-btn--brown:active {
  background-color: #84623F;
  color: white;
}
.kit-btn--width {
  width: 290px;
  margin: 0 auto;
}
.kit-btn--big {
  height: 46px;
}
.btn:active,
.btn.active {
  box-shadow: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn.focus:active,
.btn.active:focus,
.btn.active.focus {
  outline: none;
}
.delete-image-events img {
  pointer-events: none;
}
.protective-layer-container {
  position: relative;
}
.protective-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
/* =SEARCH
-----------------------------*/
.b-header-search__form input.b-header-search__input {
  width: 100%;
  padding-right: 100px;
  border-radius: 0;
  margin-top: 5px;
  width: 100% !important;
  display: block;
}
@media (min-width: 992px) {
  .b-header-search__form input.b-header-search__input {
    border: none;
  }
}
.b-header-search__submit {
  line-height: 34px;
  background: #a3c52d none repeat scroll 0 0;
  border: medium none;
  bottom: 2px;
  color: #ffffff;
  font-weight: bold;
  height: 100%;
  margin: 0;
  padding: 0 15px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
.b-header-search__submit:focus {
  text-decoration: underline;
}
.b-advanced-search__button a::before {
  background: rgba(0, 0, 0, 0) url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat scroll -226px 0;
  content: none;
  height: 20px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 15px;
}
.b-advanced-search__button {
  display: none;
  float: right;
}
.b-advanced-search__button a {
  border: medium none;
  color: #fff;
  display: block;
  font-weight: bold;
  height: 45px;
  position: relative;
  text-transform: uppercase;
  line-height: 45px;
  font-size: 0.9em;
}
.b-advanced-search__button a:hover {
  color: #fff;
}
.b-advanced-search__button .filter-top-icon {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 3px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .b-advanced-search__button {
    display: block;
  }
}
/* AUTOCOMPLETE STYLES
-------------------------------- */
.search-autocomplete__wrap {
  position: relative;
}
.search-autocomplete__list {
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
}
.search-autocomplete__list--main-search {
  top: 34px;
}
.search-autocomplete__list_order-form {
  top: 30px;
  right: 0;
  width: 74%;
}
.search-autocomplete__item:hover, .search-autocomplete__item:focus {
  color: #9C744A;
  background: #DFDFDF;
}
.search-autocomplete__item-link {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  margin: 0;
  line-height: 32px;
  border: none;
  color: #000;
}
.search-autocomplete__item-link:hover, .search-autocomplete__item-link:focus {
  color: #9C744A;
  background: #DFDFDF;
  outline: none;
}
.search-autocomplete__item-text {
  margin: 0;
  padding-left: 10px;
  line-height: 32px;
  cursor: pointer;
}
.search-autocomplete__name {
  margin-bottom: 0;
  display: inline-block;
  max-width: calc(100% - 130px);
}
.search-autocomplete__not-available {
  float: right;
  color: #9C744A;
  background: #F7F7F7;
  line-height: 22px;
  padding: 0 5px;
  font-size: 0.75em;
  font-weight: 600;
  margin: 5px 5px 0 0;
}
.search-autocomplete__out-of-stock {
  float: right;
  color: #EB4F59;
  background: #F7F7F7;
  line-height: 22px;
  padding: 0 5px;
  font-size: 0.8em;
  margin: 5px 5px 0 0;
}
@media (max-width: 480px) {
  .search-autocomplete__list_order-form {
    width: 100%;
  }
}
/* REGIONS SEARCH-FILTER
-------------------------------- */
.choose-region__wrap {
  position: relative;
  width: 74%;
  float: right;
}
.choose-region__select {
  padding: 4px 4px 4px 8px;
  border: 1px solid #ccc;
  background: #fff;
  line-height: inherit;
  height: 100%;
}
.choose-region__select::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  background: url(/static/shishkin/images/sprite.png) no-repeat -353px -28px;
  width: 10px;
  height: 6px;
}
.choose-region__dropped-elements {
  position: absolute;
  top: 30px;
  z-index: 999;
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
}
.choose-region__dropped-elements input[type=text].choose-region__filter {
  float: none;
  width: calc(100% - 10px) !important;
}
.choose-region__filter {
  margin: 5px;
  padding: 4px;
}
.choose-region__list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 200px;
  overflow: auto;
}
.choose-region__item {
  cursor: pointer;
  padding: 6px;
}
.choose-region__item:hover, .choose-region__item:focus {
  color: #fff;
  background: #9C744A;
}
.choose-region__item_current {
  background: #DDD;
}
@media (max-width: 480px) {
  .choose-region__wrap {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .search-autocomplete__item-link {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 13px 5px 13px 15px;
    line-height: 1.4;
  }
  .search-autocomplete__not-available {
    float: none;
    margin: 0px 0px 0px 5px;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .b-articles-page .b-articles-page__item-desc-wrap {
    height: auto;
  }
  .b-articles-page .b-articles-page__item {
    padding-bottom: 20px;
  }
  .b-articles-page .b-articles-page__item-title {
    height: auto;
  }
  .b-articles-page .b-articles-page__item-caption {
    height: auto;
    max-height: 220px;
  }
  .b-articles-page .articles-page__item-thumbnail {
    height: auto;
  }
}
.profile__container {
  margin-top: 20px;
}
.profile-card-container {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .profile-card-container {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .profile-card-container:nth-child(n+3) {
    margin-top: 15px;
  }
}
.profile-card {
  overflow: hidden;
  padding: 10px;
  padding-bottom: 15px;
  background: rgb(247, 247, 247);
}
@media (min-width: 768px) {
  .profile-card {
    height: 200px;
  }
}
.profile-card__icon {
  display: block;
  height: 50px;
  width: 50px;
  margin: 0 auto;
}
.profile-card__icon.user-icon {
  background: url(/static/shishkin/images/user_profile/user.svg) no-repeat;
  background-size: contain;
}
.profile-card__icon.discount-icon {
  background: url(/static/shishkin/images/user_profile/discount.svg) no-repeat;
  background-size: contain;
}
.profile-card__icon.bonuses-icon {
  background: url(/static/shishkin/images/user_profile/bonuses.svg) no-repeat;
  background-size: contain;
}
.profile-card__icon.orders-icon {
  background: url(/static/shishkin/images/user_profile/orders.svg) no-repeat;
  background-size: contain;
}
.profile-card__icon.mail-icon {
  background: url(/static/shishkin/images/user_profile/mail.svg) no-repeat;
  background-size: contain;
}
.profile-card__icon.bookmarks-icon {
  background: url(/static/shishkin/images/user_profile/bookmarks.svg) no-repeat;
  background-size: contain;
}
.profile-card__title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.profile-card__label {
  text-align: center;
  color: #000;
}
.profile-card__label .status {
  padding: 0 5px;
  display: inline-block;
}
.profile-card__edit-link {
  line-height: 1.3;
  font-size: 13px;
  color: #555;
  text-decoration: underline;
}
/* PERSONAL DATA
-----------------------------*/
.b-profile__container .icon-spinner {
  top: calc(50% - 6px);
}
.profile__house_info {
  margin: 0 0 0 36px !important;
  float: right !important;
}
.profile__private_house_label {
  position: relative;
  top: 3px;
}
.profile__private_house_label .pseudo-checkbox {
  position: absolute;
  float: left;
  top: 2px;
}
/* COLOR PALETTE */
.sch-input__container {
  position: relative;
}
.sch-input {
  width: 100%;
  font-size: 0.875rem;
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  padding: 0 18px;
  height: 35px;
  position: relative;
}
.sch-input_gray {
  background: #F3F3F3;
}
.sch-input_error {
  background: #FFDAC9;
}
.sch-input_centered {
  text-align: center;
}
.sch-input__description_error {
  color: #FF6A24;
}
.ds-loader {
  position: absolute;
  display: inline-block;
  background: inherit;
  top: 7.5px;
  right: 9.5px;
  left: auto;
}
/* COLOR PALETTE */
.sch-textarea__container {
  width: 100%;
}
.sch-textarea {
  width: 100%;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 10px 15px;
  resize: none;
}
.sch-textarea__error {
  background: #FFDAC9;
}
.sch-textarea__description_error {
  color: #FF6A24;
}
/* COLOR PALETTE */
.select-input__error .select__description {
  color: #FF6A24;
}
.select-input__wrapper {
  position: relative;
  z-index: 1;
}
.select-input__wrapper.select-input__open {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.select-input__wrapper.select-input__open input {
  background: #FFFFFF !important;
}
.select-input__wrapper.select-input__open input::placeholder {
  color: #000000;
  font-weight: 500;
}
.select-input__wrapper.select-input__open .select-input__arrow {
  transform: rotate(180deg);
}
.select-input__wrapper.select-input__open .select-input__dropdown {
  display: block;
}
.select-input__wrapper.select-input__open .help-block {
  display: none;
}
.select-input,
.select-input__arrow {
  z-index: 1;
}
.select-input {
  width: 100%;
  font-size: 14px;
  background-color: #F3F3F3;
  border: none;
  border-radius: 10px;
  padding: 0 30px 0 15px;
  height: 35px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.select-input__arrow {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 26px;
  padding: 10px;
  pointer-events: none;
  transition: transform 0.3s;
}
.select-input__dropdown {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 15px 0;
  background-color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  border-top: none;
  margin: 0;
  color: #000;
}
.select-input__dropdown-item {
  list-style-type: none;
  padding: 0 0 15px 0;
  margin: 0;
  cursor: pointer;
}
.select-input__dropdown-item:focus, .select-input__dropdown-item:active, .select-input__dropdown-item:hover {
  color: #74B908;
}
.select-input__dropdown-item:first-child {
  border-top: 1px solid #F3F3F3;
  padding-top: 15px;
}
.upload-files__container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0 15px;
}
.upload-files__container input[type=file] {
  display: none;
}
.upload-file_container {
  margin-bottom: 30px;
}
.upload-file__title {
  display: block;
  margin-bottom: 15px;
}
.upload-file__button-group {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 15px;
}
@media (min-width: 992px) {
  .upload-file__button-group {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
.upload-file__label {
  display: flex;
}
.upload-file__button {
  color: #FFFFFF;
  background-color: #4f4f4f;
  margin: 0 10px 10px 0;
  padding: 8px 10px;
  font-weight: 400;
  white-space: nowrap;
}
.upload-file__button:hover {
  opacity: 0.7;
}
.upload-file__button span {
  line-height: 1;
  position: relative;
}
.upload-files__text {
  display: flex;
  flex-direction: column;
}
.upload-files__title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
}
.upload-file__button {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 35px;
}
.upload-file__error {
  color: #FF6A24;
}
.upload-files__previews {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  border-radius: 3px;
}
.upload-files__previews-item {
  display: flex;
  align-items: center;
  padding: 0 20px 0 35px;
  height: 35px;
  width: 170px;
  margin: 0 10px 10px 0;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.upload-files__previews-item:before {
  content: "";
  background: url("/static/shishkin/assets/file.Bi-QQRMy.svg") center no-repeat;
  position: absolute;
  height: 26px;
  width: 26px;
  left: 0;
}
.upload-files__description {
  display: flex;
  align-items: start;
  height: 30px;
  margin: 0 10px 10px 0;
}
@media (min-width: 992px) {
  .upload-files__description {
    align-items: center;
  }
}
.upload-files__previews-name {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 16px;
  font-weight: 400;
  font-size: 14px;
  width: 110px;
  color: #74B908;
  overflow: hidden;
}
.upload-files__previews-item-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 3px;
  right: 3px;
  height: 9px;
  width: 9px;
  border-radius: 17px;
  background-color: white;
  cursor: pointer;
  color: #B1B1B1;
}
/* COMPARE AND BOOKMARKS BUTTONS
---------------------------- */
.bookmarks__link,
.compare__link,
.bookmarks__remove,
.compare__remove {
  position: absolute;
  padding: 15px 15px 10px;
  top: 1px;
  right: 1px;
  font-size: 0;
  color: #000;
  z-index: 150;
}
.bookmarks__link svg,
.compare__link svg,
.bookmarks__remove svg,
.compare__remove svg {
  width: 25px;
  height: 25px;
  fill: #949494;
  border: 1px solid #949494;
  border-radius: 50%;
}
.bookmarks__link:hover,
.compare__link:hover,
.bookmarks__remove:hover,
.compare__remove:hover {
  color: #9c744a;
}
.bookmarks__link:hover svg,
.compare__link:hover svg,
.bookmarks__remove:hover svg,
.compare__remove:hover svg {
  fill: #9c744a;
  border-color: #9c744a;
}
.bookmarks__link.was_added,
.compare__link.was_added,
.bookmarks__remove.was_added,
.compare__remove.was_added {
  color: #a3c52d;
}
.bookmarks__link.was_added svg,
.compare__link.was_added svg,
.bookmarks__remove.was_added svg,
.compare__remove.was_added svg {
  fill: #a3c52d;
  border-color: #a3c52d;
}
.bookmarks__link span,
.compare__link span,
.bookmarks__remove span,
.compare__remove span {
  display: none;
  font-size: 0.75rem;
}
.compare__link {
  padding: 10px 15px 15px;
  top: 42px;
}
.action-buttons .bookmarks__remove,
.action-buttons .compare__remove {
  line-height: 0;
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
}
.action-buttons .bookmarks__remove span,
.action-buttons .compare__remove span {
  display: none;
}
.action-buttons .bookmarks__remove svg,
.action-buttons .compare__remove svg {
  padding: 5px;
}
@media (min-width: 992px) {
  .list-style .bookmarks__remove {
    top: auto;
    left: 80%;
    right: auto;
    bottom: 15px;
    border-width: 1px;
    line-height: 26px;
    padding: 0 7px;
    margin-left: 5px;
  }
  .list-style .bookmarks__remove svg {
    display: none;
  }
  .list-style .bookmarks__remove span {
    display: block;
  }
}
/*  =PRODUCT INFO IN NEWS, ARTICLES
--------------------------*/
.product-info {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  border: solid 1px #e5e5e5;
}
.product-info__image {
  display: block;
  padding: 10px 10px 0 10px;
  text-align: center;
}
.product-info__description {
  flex-grow: 1;
}
.product-info__title {
  height: 60px;
  padding: 10px;
  background-color: #9c744a;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-info__properties-list {
  padding: 10px 30px;
  margin: 0;
}
.product-info__properties-list .b-item__property {
  display: flex;
  flex-basis: 33.33%;
}
.product-info__properties-list .icon-container {
  float: none;
  flex-shrink: 0;
  margin-right: 10px;
}
.product-info__properties-list .value {
  padding-left: 0;
}
.product-info__btn-link {
  display: block;
  margin: 0 20px 20px;
}
.souvenir {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .souvenir {
    background-color: #f7f7f7;
    padding: 20px;
  }
}
.souvenir__image-container {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 70%;
}
@media (max-width: 767px) {
  .souvenir__image-container {
    display: none;
  }
}
.souvenir__image-container--content {
  background-color: #f7f7f7;
  padding: 20px;
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .souvenir__image-container--content {
    display: none;
  }
}
.souvenir__image-container--content img {
  width: auto;
  max-height: 180px;
}
.souvenir__image {
  max-width: 100%;
}
@media (min-width: 768px) {
  .souvenir__content {
    display: inline-block;
    vertical-align: middle;
    width: 29%;
  }
}
.souvenir__content--right {
  text-align: right;
}
.souvenir__title {
  color: #9c744a;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .souvenir__title {
    text-align: center;
  }
  .souvenir__title br {
    display: none;
  }
}
.souvenir__text {
  font-size: 14px;
}
@media (max-width: 767px) {
  .souvenir__text {
    text-align: center;
  }
  .souvenir__text br {
    display: none;
  }
}
.b-widget__container {
  margin: 0 auto;
}
.b-widget-carousel {
  padding: 15px 20px;
}
.b-widget-carousel__header {
  position: relative;
}
.b-widget-carousel__header:before {
  background: #eeeeee none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  top: 20px;
  width: 100%;
}
.b-widget-carousel__item {
  background-color: #fff;
}
.b-widget-carousel__banner-wrapper {
  text-align: center;
  overflow: hidden;
}
.b-widget-carousel__banner {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  object-fit: cover;
}
.b-widget-carousel__title {
  text-align: center;
  overflow: hidden;
  font-size: 18px;
  margin: 20px;
  color: #9c744a;
}
.b-widget-carousel__text {
  min-height: 60px;
  overflow: hidden;
  font-size: 14px;
}
.b-widget-carousel:hover {
  color: #000;
}
.b-widget-carousel__title:hover {
  color: #595959;
}
.b-widget-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.b-widget-carousel__container {
  position: relative;
}
.b-widget-carousel__container .owl-nav .disabled {
  opacity: 0.5;
}
.b-widget-carousel__container .owl-item {
  overflow: hidden;
  float: none;
}
.b-widget-carousel__container .owl-item .b-reviews-carousel__item {
  height: 220px;
  padding: 15px;
  overflow: hidden;
}
.b-widget-carousel__container .owl-item .b-reviews-carousel__item::after {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%) repeat scroll 0 0;
  bottom: 15px;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  margin-left: 15px;
  width: calc(100% - 30px);
}
.b-widget-carousel__container .owl-item .b-reviews-carousel__item-link {
  color: #595959 !important;
}
/* widget in orders pages */
.you-order__container {
  width: 100%;
  padding: 30px;
  background-color: #F7F7F7;
}
.your-order__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #595959;
  margin-bottom: 20px;
}
.your-order__count {
  color: #9c744a;
  font-weight: 700;
  margin-bottom: 10px;
}
.your-order__reckoning {
  padding: 20px 0 10px;
  border-top: 1px solid #E5E5E5;
  margin-top: 20px;
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .your-order__reckoning {
    font-size: 1rem;
  }
}
.your-order__products-price,
.your-order__shipping-price {
  margin-bottom: 10px;
}
.your-order__products-price .price,
.your-order__shipping-price .price {
  font-weight: 700;
}
.your-order__discount-container {
  margin-bottom: 25px;
}
.your-order__discount-item {
  color: #9c744a;
  font-size: 0.875rem;
}
.your-order__discount-item .value {
  font-weight: 700;
}
.your-order__total {
  padding-top: 10px;
  border-top: 1px solid #DFDFDF;
  font-weight: 700;
  font-size: 1.125rem;
}
.your-order__total .price {
  color: #595959;
}
.your-order__subscriber {
  display: flex;
  align-items: center;
  font-weight: 400;
}
.your-order__bonuses-score {
  padding-top: 10px;
}
.your-order__bonuses-score .title, .your-order__bonuses-score .price {
  color: #595959;
}
.your-order__bonuses-score-icon {
  color: #CACACA;
}
.your-order__bonuses-info-toggle {
  padding-left: 0;
  background: none;
  border: none;
  display: inline-block;
  position: relative;
  color: #9c744a;
  text-decoration: underline;
  padding-right: 12px;
}
.your-order__bonuses-info-toggle::after {
  position: absolute;
  content: "";
  right: 0;
  top: 8px;
  background: url("/static/shishkin/assets/arrow-right--brown.tDX996XW.svg") no-repeat center center;
  height: 10px;
  width: 6px;
  transform: rotate(90deg);
}
.your-order__bonuses-info-toggle--opened::after {
  transform: rotate(-90deg);
}
.your-order__bonuses-info-content {
  margin: 10px auto;
  display: none;
}
.your-order__bonuses-info-content--opened {
  display: block;
}
.your-order__submit {
  display: block;
  width: 100%;
  line-height: 32px;
  margin-top: 20px;
}
.your-order__submit.custom-disabled {
  opacity: 0.75;
  pointer-events: none;
}
.your-order__is-processed {
  float: right;
  margin-top: 6px;
  pointer-events: none;
}
.promotion__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.promotion__item {
  flex-basis: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .promotion__item {
    flex-basis: 50%;
  }
}
@media (min-width: 992px) {
  .promotion__item {
    flex-basis: 33.33%;
  }
}
.promotion__item-inner {
  height: 100%;
  border: 1px solid #e5e5e5;
  margin: 0 15px;
}
.promotion__item-banner-wrapper {
  min-height: 187px;
}
.promotion__item-banner {
  width: 100%;
  height: auto;
}
.promotion__item-info {
  padding: 20px;
}
.promotion__item-title {
  display: block;
  color: #9c744a;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}
.promotion__item-text {
  color: #000;
  line-height: 20px;
}
.side-bubble__container {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 20px 40px 20px 20px;
  border: 3px solid transparent;
  max-height: 40vh;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  font-size: 0.9375rem;
  font-weight: 300;
  overflow: auto;
  z-index: 999999;
  opacity: 0;
  transition: opacity 0.25s ease-out;
}
.side-bubble__container a {
  color: inherit;
  text-decoration: underline;
}
.side-bubble__container a:hover {
  color: inherit;
  text-decoration: none;
}
.side-bubble__container.enter {
  display: block;
}
.side-bubble__container.enter-active {
  opacity: 1;
}
@media (min-width: 992px) {
  .side-bubble__container {
    bottom: 20px;
    width: calc(100% - 30px);
    max-width: 800px;
    max-height: none;
    left: 50%;
    transform: translateX(-50%);
  }
}
.side-bubble__container::-webkit-scrollbar {
  -webkit-appearance: none;
}
.side-bubble__container::-webkit-scrollbar:vertical {
  width: 6px;
}
.side-bubble__container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 6px solid rgba(255, 255, 255, 0.3);
}
.side-bubble__close-btn {
  position: absolute;
  padding: 5px;
  top: 16px;
  right: 15px;
  width: 25px;
  height: 25px;
  fill: #FFF;
  cursor: pointer;
}
.search {
  height: 74px;
  padding: 5px 7px;
  background-color: #9c744a;
  width: 100%;
}
@media (min-width: 768px) {
  .search {
    height: 45px;
    max-width: 700px;
  }
}
.search input.b-header-search__input {
  margin-top: 0;
}
.search .b-advanced-search__button a {
  height: 35px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .search .b-advanced-search__button a {
    line-height: 24px;
    height: 24px;
  }
}
.search .search__container {
  position: relative;
}
@media (max-width: 767px) {
  .search .search__container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.search .b-header-search__containter {
  margin-top: 0;
}
@media (min-width: 768px) {
  .search .b-header-search__containter {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .search .form-group {
    position: relative;
    margin-bottom: 7px;
  }
}
@media (min-width: 768px) {
  .search .b-advanced-search__button {
    position: relative;
    left: -27px;
  }
}
.search .b-advanced-search__button {
  display: block !important;
}
.not-found__wrapper {
  margin: 0 -15px;
}
@media (min-width: 992px) {
  .not-found__wrapper {
    width: 1000%;
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .not-found__wrapper {
    height: 435px;
  }
}
.not-found__block {
  position: relative;
  background-image: url("/static/shishkin/assets/404mobile-bg.B05Tsq6Z.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media (min-width: 768px) {
  .not-found__block {
    background-image: url("/static/shishkin/assets/404bg-tablet.BQCdhkIu.svg");
    background-position: left top;
  }
}
@media (min-width: 992px) {
  .not-found__block {
    position: absolute;
    width: 1000%;
    left: -15px;
    top: -65px;
    background-image: url("/static/shishkin/assets/404bg-pc.Bc5JS1FW.svg");
  }
}
.not-found__block-position {
  padding-top: 13.793103%;
  padding-left: 9.195402%;
  padding-bottom: 27.586207%;
}
@media (min-width: 768px) {
  .not-found__block-position {
    max-width: 300px;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 95px;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .not-found__block-position {
    max-width: 380px;
  }
}
@media (min-width: 1200px) {
  .not-found__block-position {
    padding-top: 90px;
    padding-bottom: 170px;
    padding-left: 65px;
    max-width: 460px;
  }
}
.not-found__title {
  margin: 0;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .not-found__title {
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .not-found__title {
    font-size: 26px;
  }
}
.not-found__text {
  padding-bottom: 12px;
  line-height: 1.4;
  box-sizing: border-box;
  max-width: 190px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .not-found__text {
    font-size: 10px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .not-found__text {
    font-size: 14px;
    padding-bottom: 28px;
  }
}
.not-found__text--search {
  padding-bottom: 0;
  padding-left: 15px;
  color: #fff;
  max-width: 100%;
  line-height: 1.71;
}
@media (min-width: 768px) {
  .not-found__text--search {
    font-size: 16px;
  }
}
.not-found__btn {
  color: #a3c52d;
  border: 2px solid #a3c52d;
  background-color: transparent;
  line-height: 20px;
  display: inline-block;
  width: 160px;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .not-found__btn {
    line-height: 36px;
    width: 260px;
    font-size: 16px;
  }
}
.b-404page__products {
  margin: 20px 0;
}
.b-404page .product-detail-carousel__container {
  margin: 10px 0;
}
.menu__wrapper {
  padding: 0;
  margin: 0;
}
.menu {
  background-color: #F7F7F7;
  padding: 0;
  margin: 0 0 20px;
  text-align: center;
}
.menu__item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.menu__item--has-sub-menu:hover > .menu__link::after, .menu__item--has-sub-menu:active > .menu__link::after {
  background: url("/static/shishkin/images/sprite.png") no-repeat -268px -11px;
}
.menu__item--has-sub-menu:hover .sub-menu, .menu__item--has-sub-menu:active .sub-menu {
  display: block;
}
.menu__item--has-sub-menu > .menu__link::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("/static/shishkin/images/sprite.png") no-repeat -252px -11px;
  margin-left: 5px;
  height: 6px;
  width: 10px;
}
.menu__link {
  display: block;
  padding: 8px;
  color: #333;
  text-transform: uppercase;
  font-size: 10px;
}
.menu__link:hover {
  color: #333;
  cursor: pointer;
  background-color: #EDEDED;
}
@media (min-width: 576px) {
  .menu__link {
    font-size: 13px;
    padding: 8px 15px;
  }
}
@media (min-width: 990px) {
  .menu__link {
    padding: 17px 13px;
  }
}
.sub-menu {
  z-index: 250;
  position: absolute;
  top: 100%;
  display: none;
  background-color: #F7F7F7;
  margin: 0;
  padding: 0;
  right: 0;
}
@media (max-width: 989px) {
  .sub-menu {
    left: 0;
    right: auto;
    transform: translateX(-50%);
  }
}
.sub-menu .menu__item {
  display: block;
}
.sub-menu .menu__link {
  min-width: 250px;
  padding: 10px;
  display: block;
  color: #333;
  text-align: left;
  text-transform: uppercase;
}
.sub-menu .menu__link:hover {
  cursor: pointer;
  color: #333;
  background-color: #EDEDED;
}
/* JS ACCESSORY STYLES
------------------------------------------ */
@media (min-width: 992px) {
  .js-stickyElement {
    position: absolute;
  }
}
@media (min-width: 992px) {
  .js-stickyFixed {
    position: fixed;
  }
}
.no-available-form {
  margin: 20px 0;
  display: block;
}
/* VALIDATORS */
.has-success .form-control,
.has-success .form-control:focus {
  border-color: #a3c52d;
}
.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: #FF5151;
  font-weight: 400;
}
.has-error .form-control {
  border-color: #FF5151;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.has-error .form-control:focus {
  border-color: #FF5151;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #FF5151;
}
/* PROGRESS BAR */
.pace .pace-progress {
  background: #9c744a;
}
.claim-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  color: #000000;
}
.claim-form__container_varieties {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
.claim-form__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  gap: 0 15px;
}
.claim-form__row_center {
  align-items: center;
}
.claim-form__row_input {
  gap: 15px;
}
.claim-form__submit-button {
  width: 100%;
  border-radius: 10px;
  height: 35px;
}
.claim-form__column {
  margin-bottom: 15px;
}
.claim-form__column_sm, .claim-form__column_md, .claim-form__column_lg {
  width: 100%;
}
@media (min-width: 992px) {
  .claim-form__column {
    width: auto;
  }
  .claim-form__column_sm {
    flex: 1;
  }
  .claim-form__column_md {
    flex: 2;
  }
  .claim-form__column_lg {
    flex: 3;
  }
}
.claim-form__product-name-input {
  z-index: 2;
}
.claim-form__title-container {
  display: flex;
  justify-content: space-between;
  margin: 7px 0;
}
.claim-form__description {
  background: #F5F5F5;
  padding: 20px 20px 70px;
  font-size: 12px;
  margin-top: 25px;
}
.claim-form__description ol {
  padding-left: 15px;
}
@media (min-width: 992px) {
  .claim-form__description {
    margin-top: 0;
  }
}
.claim-form__description-steps {
  width: 100%;
  padding-left: 0;
}
.claim-form__description-steps li {
  position: relative;
  margin: 0;
  list-style-type: none;
  display: block;
}
.claim-form__title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  color: #8C8C8C;
}
.claim-form__input-label {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}
.bad-seeds__input {
  width: 56px;
}
.claim-form__add-sort {
  width: 100%;
  background-color: #CCCCCC;
  color: #FFFFFF;
  border-radius: 2px;
  padding: 8px;
  margin-bottom: 5px;
  border: none;
}
.claim-form__remove-button {
  cursor: pointer;
}
.claim-form__submit {
  background: #A3C52D;
  padding: 6px 38px;
  color: #FFFFFF;
  margin: 20px 0 0;
  width: 100%;
}
@media (min-width: 992px) {
  .claim-form__submit {
    width: auto;
  }
}
.success-send__container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .success-send__container {
    flex-direction: row;
    border-radius: 10px;
    overflow: hidden;
  }
}
.success-send__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px;
  background-color: #A3C52D;
}
@media (min-width: 992px) {
  .success-send__header {
    flex-basis: 305px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 80px 45px;
  }
}
.success-send__header-img {
  height: 52px;
  width: 70px;
  margin-bottom: 27px;
  background: url("/static/shishkin/assets/check-mark.4aXc7t61.svg") no-repeat center;
}
.success-send__header-text {
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
}
.success-send__body {
  display: flex;
  flex-direction: column;
  background-color: #F9F9F9;
  padding: 30px 15px 40px;
}
@media (min-width: 992px) {
  .success-send__body {
    padding: 15px 120px;
    justify-content: center;
  }
}
.success-send__body-claim-number {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 30px;
}
.success-send__body-text {
  margin-bottom: 30px;
}
.success-send__body-description {
  font-size: 12px;
  line-height: 18px;
}
.success-send__body-description a {
  color: #9c744a;
  text-decoration: underline;
  cursor: pointer;
}
/* =ORDER PANELS STYLE
--------------------------- */
.order-page__container {
  margin-bottom: 30px;
  min-height: 375px;
}
.order-panel__container,
.complete-panel__container {
  position: relative;
  background-color: #F7F7F7;
  padding: 20px 20px;
}
.order-panel__container:first-child,
.complete-panel__container:first-child {
  padding: 20px;
  margin-bottom: 20px;
}
.order-panel__container:last-child,
.complete-panel__container:last-child {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .order-panel__container:last-child,
  .complete-panel__container:last-child {
    margin-bottom: 0;
  }
}
.order-panel__container .search-autocomplete__wrap,
.complete-panel__container .search-autocomplete__wrap {
  border: none;
  margin-top: 0;
  position: relative;
}
.order-panel__container .ds-loader,
.complete-panel__container .ds-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: white;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-calculator__container .order-panel__container,
.payment-calculator__container .order-panel__container:first-child,
.payment-calculator__container .order-panel__container:last-child {
  margin-bottom: 20px;
  border: 1px solid #F7F7F7;
}
.order-panel__title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #9c744a;
  margin-bottom: 15px;
}
.order-panel__list {
  margin: 0 -20px;
}
.order-panel__item {
  background-color: #FFF;
}
.order-panel__item .item-title-container {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  min-height: 65px;
  font-weight: 400;
  margin: 0;
}
.order-panel__item .item-inform-wrap {
  flex-grow: 1;
  overflow: hidden;
  color: #595959;
}
.order-panel__item .item-name {
  display: block;
  font-weight: 700;
  margin: 0;
}
.order-panel__item .item-conditions {
  display: block;
}
.order-panel__item .item-conditions.discount {
  color: #9c744a;
}
.order-panel__item .item-image {
  max-height: 42px;
  max-width: 50px;
}
@media (min-width: 576px) {
  .order-panel__item .item-image {
    max-width: none;
  }
}
.order-panel__item .title-sm {
  flex-basis: calc(100% - 50px);
  flex-grow: 0;
}
.order-panel__item.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.order-panel__sub-item {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px;
  font-size: 0.875rem;
}
.order-panel__sub-item:last-child {
  border-bottom: 1px solid #DEDEDE;
}
.order-panel__sub-item label {
  width: 50%;
  display: flex;
  font-size: 0;
}
.order-panel__sub-item .label-wide {
  width: 100%;
}
.order-panel__sub-item .sub-item-name {
  font-size: 0.875rem;
}
.order-panel__sub-item .sub-item-info {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .order-panel__sub-item .sub-item-info {
    display: inline;
  }
}
.order-panel__description {
  flex-basis: 100%;
  padding-top: 15px;
  margin-bottom: 10px;
}
.order-panel__form-container label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin: 0;
}
.order-panel__form-container .field-name {
  flex-shrink: 0;
  margin-bottom: 5px;
}
.order-panel__form-container .form-group {
  clear: both;
}
.order-panel__form-container .form-control {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .order-panel__form-container .form-control {
    flex-basis: 75%;
    margin: 10px 0;
  }
}
.order-panel__form-container .form-control::placeholder {
  color: transparent;
}
@media (min-width: 768px) {
  .order-panel__form-container small {
    width: 75%;
    float: right;
  }
}
.order-panel__form-container .input-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
.order-panel__form-container .input-group .form-group {
  position: relative;
  flex-basis: calc(50% - 10px);
}
.order-panel__form-container .input-group .form-group:first-child {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .order-panel__form-container .input-group .form-group:first-child {
    flex-basis: calc(25% + 25px);
  }
}
@media (min-width: 768px) {
  .order-panel__form-container .input-group .form-group {
    flex-basis: calc(37.5% - 25px);
  }
}
.order-panel__form-container .input-group .form-control::placeholder {
  color: #999;
  font-weight: 400;
}
.order-panel__form-container .checkbox-wrap {
  display: block;
  padding: 10px 0;
}
.order-panel__form-container .checkbox-wrap .pseudo-radio {
  position: absolute;
  right: 0;
  margin: 0;
}
.order-page__container .points-container {
  padding: 0 20px 20px;
  border-bottom: 1px solid #DEDEDE;
  background: #FFF;
}
.order-page__container .points-tabs {
  display: flex;
  border-radius: 4px;
  margin-bottom: 20px;
  justify-content: center;
  border: 1px solid #9c744a;
}
.order-page__container .points-tab {
  width: 50%;
  padding: 5px 0;
  cursor: pointer;
  text-align: center;
  color: #9c744a;
  border-radius: 0 4px 4px 0;
}
.order-page__container .points-tab:first-child {
  border-right: 1px solid #9c744a;
  border-radius: 4px 0 0 4px;
}
.order-page__container .points-tab.active {
  background: #E3F1CC;
}
.order-page__container .selected-point__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.order-page__container .selected-point__inform {
  font-size: 0.875rem;
}
.order-page__container .selected-point__title {
  font-weight: 700;
}
.order-page__container .points-list {
  max-height: 410px;
  overflow-y: auto;
}
.order-page__container .points-item {
  display: flex;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .order-page__container .points-item {
    display: inline-flex;
    width: 50%;
    margin-bottom: 5px;
  }
}
.order-page__container .points-item .pseudo-radio {
  margin-top: 4px;
}
.order-page__container .points-item__info {
  flex-grow: 1;
  font-weight: 400;
}
.order-page__container .points-item__name {
  display: block;
  font-weight: 700;
}
.order-page__container .points-item__address {
  display: block;
}
.order-page__container .points-item__number {
  display: block;
  color: #999;
}
.order-page__container .points-item__not-available {
  color: #ff0000;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .order-page__container .points-item__not-available {
    font-size: 0.875rem;
  }
}
.order-page__container .points-map {
  height: 410px;
}
.order-page__container .point-card + .point-card {
  margin-top: 20px;
}
.order-page__container .point-card__name {
  font-weight: 500;
}
.order-page__container .point-card__mode {
  color: #999;
}
.order-page__container .map-balloon__button {
  margin-top: 10px;
}
.order-panel__loader {
  font-size: 0.875rem;
  color: #999;
}
.order-panel__loader i {
  vertical-align: middle;
  margin-right: 3px;
  font-size: 16px;
}
.city-autocomplete__wrap {
  position: relative;
}
.city-autocomplete__wrap .close-suggestions {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 25px;
  height: 25px;
  padding: 5px;
  fill: #999;
  cursor: pointer;
}
.city-autocomplete__list, .field-autocomplete__list {
  position: absolute;
  width: 100%;
  font-size: 0.875rem;
  border: 1px solid #DEDEDE;
  border-top: none;
  background: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
.city-autocomplete__item, .field-autocomplete__item {
  cursor: pointer;
  padding: 6px 12px;
}
.city-autocomplete__item:hover, .city-autocomplete__item.hover, .city-autocomplete__item:focus, .field-autocomplete__item:hover, .field-autocomplete__item.hover, .field-autocomplete__item:focus {
  color: #9c744a;
  background: #DFDFDF;
}
.city-autocomplete__item .region, .field-autocomplete__item .region {
  color: #999;
}
.field-autocomplete__wrap {
  position: relative;
}
.field-autocomplete__list-wrap {
  position: absolute;
  left: 0;
  right: 0;
}
.field-autocomplete__list {
  display: none;
  top: auto;
  top: 62px;
  margin-bottom: 0;
}
.field-autocomplete__list.visible {
  display: block;
}
@media (min-width: 768px) {
  .field-autocomplete__list {
    width: 75%;
    right: 0;
    top: 45px;
  }
}
.auth__container .field-autocomplete__list {
  top: 0;
  width: 100%;
}
.double-order-popup__dialog {
  background-color: #fff;
  padding-bottom: 50px;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
  max-width: 291px;
}
@media (min-width: 768px) {
  .double-order-popup__dialog {
    max-width: 515px;
  }
}
.double-order-popup__body, .double-order-popup__header {
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .double-order-popup__body, .double-order-popup__header {
    padding: 0 35px;
  }
}
.double-order-popup__footer {
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .double-order-popup__footer {
    padding: 0 93px;
  }
}
.double-order-popup__header {
  background-color: #F8F8F8;
  padding: 24px 27px 32px;
}
@media (min-width: 768px) {
  .double-order-popup__header {
    padding: 24px 35px 32px;
  }
}
.double-order-popup__icon {
  width: 75px;
  height: 70px;
  margin: 0 auto 0;
}
.double-order-popup__message {
  flex-basis: 100%;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  color: #FF0000;
  max-width: 440px;
  margin: 10px auto 0;
}
.double-order-popup__question {
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .double-order-popup__question {
    line-height: 21px;
    margin-top: 27px;
    margin-bottom: 21px;
  }
}
.double-order-popup__button {
  background-color: #A3C52D;
  color: #FFFFFF;
  width: 100%;
  font-size: 14px;
  min-width: 238px;
}
.double-order-popup__button:hover {
  background-color: #92ad28;
  color: #FFFFFF;
}
.double-order-popup__button + .double-order-popup__button {
  margin-top: 13px;
}
@media (min-width: 768px) {
  .double-order-popup__button {
    min-width: 347px;
  }
}
.double-order-popup__button-inner.desktop {
  display: none;
}
@media (min-width: 768px) {
  .double-order-popup__button-inner.desktop {
    display: inline;
  }
  .double-order-popup__button-inner.mobile {
    display: none;
  }
}
/* SUCCESS ORDER PAGE
-----------------------------------*/
@media (min-width: 992px) {
  .success-order__container {
    margin-bottom: 20px;
  }
}
.complete-panel__container {
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .complete-panel__container {
    margin-bottom: 0;
  }
}
.complete-panel__container p {
  margin-bottom: 20px;
}
.complete-order__number,
.complete-order__personal-link {
  font-weight: bold;
}
.complete-order__number {
  pointer-events: none;
  display: block;
}
@media (min-width: 768px) {
  .complete-order__number {
    display: inline-block;
  }
}
.complete-order__personal-link {
  float: right;
}
.payment-paid__message,
.payment-not-paid__message,
.payment-redirect__container {
  padding: 8px;
  border: 2px solid #fc0;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.payment-paid__message a,
.payment-not-paid__message a,
.payment-redirect__container a {
  color: #9c744a;
  font-weight: 600;
}
.payment-paid__message {
  border-color: #9c744a;
}
#countdown {
  font-weight: bold;
  border-bottom: 2px solid;
}
.shop-estimation__container {
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 30px 0 20px;
}
.shop-estimation__title {
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 15px;
}
.shop-estimation__second {
  margin-bottom: 10px;
}
.shop-estimation__rating .rating,
.shop-estimation__rating .rating__count {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.shop-estimation-modal__text {
  padding-right: 32px;
  margin-bottom: 15px;
}
.shop-estimation-modal__warning {
  background: #FEE3E3;
  border-radius: 10px;
  padding: 15px;
  margin-right: 15px;
}
.shop-estimation-modal__success {
  text-align: center;
  margin: 50px 0;
}
/*  COMPARE AND BOOKMARKS
----------------------------*/
.b-catalog-list__container.grid-style .b-category-item__inner:hover .b-product-buttons {
  display: block;
}
/* =compare page */
.b-compare-page__container {
  margin-bottom: 50px;
}
.b-compare-page__container .bookmarks__link,
.b-compare-page__container .compare__link {
  top: 36px;
}
.b-compare-page__props-table {
  position: relative;
  table-layout: fixed;
  width: 100%;
}
.b-compare-page__props-table tr:nth-child(even) {
  background-color: #f7f7f7;
}
.b-compare-page__props-static-table {
  position: relative;
  table-layout: fixed;
  width: 350px;
}
.b-compare-page__props-static-table tr {
  opacity: 0;
}
.right .b-compare-page__row {
  text-align: center;
  position: relative;
}
.b-compare-page__container .right {
  margin-left: 350px;
}
.b-compare-page__row.name {
  font-size: 1.2em;
  font-weight: bold;
  height: 50px;
  margin: 0 auto;
  max-width: 320px;
}
.b-compare-page__row.name a {
  color: #9c744a;
}
.b-compare-page__row.name a:hover {
  color: #84623f;
}
.b-compare-page__row.image {
  height: 100px;
}
.b-compare-page__row.image img {
  height: 100%;
}
.b-compare-page__row.price {
  height: 35px;
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.2em;
}
.b-compare-page__container td {
  padding: 10px 0;
  vertical-align: middle;
  height: 50px;
}
.b-compare-page__row.categories {
  height: 150px;
}
.b-compare-page__row.types {
  height: 80px;
}
.b-compare-page__container .right table {
  width: 100%;
  table-layout: fixed;
}
.b-compare-page__main-props .right table {
  text-align: center;
}
.b-compare-page__container {
  font-size: 0.9em;
  position: relative;
}
.b-compare-page__container .right td {
  width: 300px;
}
.b-compare-page__main-props .right {
  overflow-x: auto;
}
.b-compare-page__second-props .right {
  overflow: hidden;
}
.b-compare-page__second-props .right table {
  position: relative;
}
.b-compare__count-box-link {
  cursor: pointer;
  background: #595959;
  color: #fff;
  padding: 0 10px;
  border-radius: 4px 4px 0 0;
  text-align: center;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.fixed .b-compare-page__main-props {
  background-color: #fff;
  display: none;
}
.b-compare-page__second-props .b-compare-page__product-container {
  padding: 0 !important;
}
.b-compare-page__second-props {
  overflow: hidden;
}
.b-compare-page__product-container td {
  width: 100% !important;
}
.b-compare-page__row.left {
  font-weight: bold;
  width: 350px;
}
.b-compare-page__row.right {
  text-align: center;
  width: 300px;
}
.b-compare-page__row i.sem {
  width: 40px;
  display: inline-block;
}
.b-compare-page__row.tastes {
  height: 250px;
}
.b-compare-page__row .icon-container i {
  display: block;
  height: 25px;
  position: relative;
  width: 35px;
}
.b-compare-page__row.effects-header {
  height: 80px;
}
.effects-label {
  height: 50px;
}
.b-compare-page__container .effects {
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
}
.b-compare-head__inner {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}
.b-compare-page__price-tgk__container {
  width: 80%;
  margin: 10px auto;
}
.b-compare-page__price-tgk__container span {
  font-size: 1.2em;
}
.b-compare-page__price-tgk__container .product-price {
  font-size: 1.1em;
  top: 0;
}
.b-compare-page__price {
  font-weight: bold;
  float: left;
}
.b-compare-page__tgk {
  color: #595959;
  float: right;
}
/* BOOKMARKS & COMPARE EMPTY PAGE
---------------------------- */
.no-products__warning {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 18px;
}
.no-products__warning-description {
  font-size: 0.875rem;
  font-weight: 400;
}
.no-products__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  text-align: center;
}
.no-products__item {
  position: relative;
  flex-basis: 240px;
  border: 1px solid #dfdfdf;
  text-align: left;
}
.no-products__item img {
  width: 100%;
}
.no-products__item .bookmarks-ico,
.no-products__item .compare-ico,
.no-products__item .remove-ico {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 22px;
}
.no-products__item .bookmarks-ico svg,
.no-products__item .compare-ico svg,
.no-products__item .remove-ico svg {
  width: 25px;
  height: 25px;
  fill: #949494;
  border: 1px solid #949494;
  border-radius: 50%;
}
.no-products__item .bookmarks-ico::before, .no-products__item .bookmarks-ico::after,
.no-products__item .compare-ico::before,
.no-products__item .compare-ico::after,
.no-products__item .remove-ico::before,
.no-products__item .remove-ico::after {
  display: block;
  opacity: 0.8;
}
.no-products__item .compare-ico,
.no-products__item .bookmarks-ico {
  top: 55px;
}
.no-products__item .remove-ico svg {
  padding: 5px;
}
.no-products__item--link {
  display: none;
  text-align: center;
  color: #595959;
  margin-right: 30px;
}
.no-products__item--link::after, .no-products__item--link::before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  position: absolute;
  top: 90px;
  left: calc(50% - 30px);
  background-color: #ccc;
}
.no-products__item--link::before {
  transform: rotate(90deg);
}
.no-products__item--link .link-text {
  display: inline-block;
  font-size: 0.875rem;
  margin-top: 85%;
}
.no-products__item--link:hover, .no-products__item--link:focus {
  color: #595959;
}
@media (min-width: 576px) {
  .no-products__item--link {
    display: block;
  }
}
.no-products--bookmarks .bookmarks-ico svg {
  fill: #9c744a;
}
.b-tracking__container h1 {
  text-align: center;
  font-weight: bold;
}
.b-tracking__disclaimer {
  font-size: 0.9em;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 4px;
  color: #999;
}
.b-tracking-operation__name {
  font-size: 1.2em;
}
.b-tracking-operation__info {
  font-size: 0.9em;
  color: #999;
}
.b-tracking-operation__item {
  margin-bottom: 10px;
}
.b-tracking-operation__item.first {
  border: 2px solid #9c744a;
  padding: 10px;
  margin-left: -12px;
}
.b-tracking-result__description {
  margin: 0 0 20px 0;
  font-size: 1.2em;
}
.b-tracking-result__number {
  border-bottom: 1px solid #9c744a;
  float: right;
}
.b-tracking-result-desc__label {
  color: #999;
}
.b-tracking-result-desc__value {
  float: right;
}
.b-tracking-result__desc-item {
  margin-bottom: 2px;
}
.basket__coupon-container {
  margin-top: 30px;
}
.basket__coupon-wrapper {
  padding: 30px 30px;
  background-color: #F7F7F7;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .basket__coupon-wrapper {
    flex-wrap: nowrap;
  }
}
.basket__coupon-title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 15px;
}
.basket__coupon-input {
  flex-basis: 70%;
  flex-grow: 1;
  position: relative;
}
.basket__coupon-btns {
  width: 100%;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .basket__coupon-btns {
    margin-left: 15px;
    margin-top: 0px;
    flex-shrink: 3;
  }
}
.basket__coupon-btn {
  width: 100%;
  height: 34px;
  flex-basis: 100%;
}
.basket__help-block {
  margin-bottom: 0;
}
.coupon__applied-text {
  position: absolute;
  top: -1.2rem;
  color: #a3c52d;
  font-size: 0.75rem;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: absolute;
  top: 0px;
  right: 9px;
  color: inherit;
  background: none;
  border: none;
  font-size: 2em;
}
.alert {
  position: relative;
}
.alert > ul {
  margin: 0;
  padding-left: 20px;
}
/*	=STORE REVIEWS
------------------------------ */
.b-store-reviews__container .b-reviews-user {
  float: none;
  text-align: left;
}
.b-store-reviews__container .b-reviews-user__name {
  float: left;
}
.b-store-reviews-add-container {
  margin-top: 20px;
  margin-bottom: 50px;
}
.store-reviews-add-new {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .store-reviews-add-new {
    padding-right: 15px;
  }
}
.store-reviews-add-new__inner {
  padding: 15px 20px;
  background-color: #F7F7F7;
}
.store-reviews-instruction {
  margin-top: 15px;
  padding-left: 0;
  padding-right: 0;
}
.store-reviews-instruction h3 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .store-reviews-instruction {
    margin-top: 0;
  }
}
.store-reviews-instruction {
  margin-top: 15px;
}
.store-reviews-instruction__inner {
  height: auto;
  padding: 15px 20px;
  background-color: #f7f7f7;
}
.b-store-reviews-title {
  font-weight: bold;
  margin-top: 0;
}
.b-review-modal {
  margin-top: 100px;
  border-radius: 0;
}
.email-request-form.modal {
  display: block;
}
.email-request-form_background {
  background-color: rgba(0, 0, 0, 0.5);
}
.email-request-form__submit {
  width: fit-content;
}
/* Ui-Kit COLORS */
body {
  --ds-color-primary: #74B908;
  --ds-color-primary-hover: #87D014;
  --ds-color-primary-active:#4E8313;
  --ds-color-gradient-main: linear-gradient(83deg, #4BB908 0%, #93E80E 99.66%);
  --ds-color-green-inactive: #CAF08F;
  --ds-color-text: #3C413C;
  --ds-hover-text: #656565;
  --ds-color-neutral: #959595;
  --ds-color-hover-neutral: #B2B2B2;
  --ds-color-inactive: #E4E4E4;
  --ds-color-hover-inactive: #F2F2F2;
  --ds-color-table-border: #F3F3F3;
  --ds-color-background: #F5F5F5;
  --ds-color-light-background: #F9F9F9;
  --ds-color-done-background: #E2F9BE;
  --ds-color-accent: #DC662D;
  --ds-color-accent-active: #FF6A24;
  --ds-color-error: #FC5142;
  --ds-color-text-error: #DA5D23;
  --ds-color-error-background: #FFDAC9;
  --ds-color-warning-text: #BF5000;
  --ds-color-warning-background: #FFEEB2;
  --ds-color-white: #FFFFFF;
  --ds-color-black: #000000;
  --ds-color-rating-star: #FFC905;
  --ds-color-black-green: #4B7903;
  --ds-color-boxberry: #DF0043;
  --ds-color-cdek: #00B33C;
  --ds-color-russian: #014898;
  --ds-color-rating-star: #FFC905;
  /* SPECIAL COLORS */
  --new-year-holidays-text: #00254A;
  --four-twenty-primary: #142714;
  --four-twenty-secondary: #0A1300;
}
.ds-text-1 {
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}
@media (min-width: 992px) {
  .ds-text-1 {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
.ds-text-2 {
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.8375rem;
}
@media (min-width: 992px) {
  .ds-text-2 {
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
.ds-text-3 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.575rem;
}
@media (min-width: 992px) {
  .ds-text-3 {
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 1.8375rem;
  }
}
.ds-text-4 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
}
@media (min-width: 992px) {
  .ds-text-4 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
}
.ds-text-5 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.225rem;
}
@media (min-width: 992px) {
  .ds-text-5 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.ds-text-6 {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.1375rem;
}
@media (min-width: 992px) {
  .ds-text-6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.225rem;
  }
}
.ds-text-7 {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 0.9625rem;
}
@media (min-width: 992px) {
  .ds-text-7 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.05rem;
  }
}
.bold {
  font-weight: 500;
}
@media (min-width: 992px) {
  .bold {
    font-weight: 500;
  }
}
.bold-2 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-2 {
    font-weight: 600;
  }
}
.bold-3 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-3 {
    font-weight: 700;
  }
}
.ds-text-5.bold {
  font-weight: 600;
}
.ds-text-3.bold {
  font-weight: 500;
}
.ds-text-1.bold {
  font-weight: 500;
}
svg {
  transition: all 0.3s;
}
.ds-icon-xs {
  width: 17px;
  height: 17px;
}
.ds-icon-sm {
  width: 19px;
  height: 19px;
}
.ds-icon-md {
  width: 22px;
  height: 22px;
}
.ds-icon-lg {
  width: 30px;
  height: 30px;
}
.ds-icon-xl {
  width: 40px;
  height: 40px;
}
.icon-fill {
  fill: var(--color);
}
.icon-stroke {
  stroke: var(--color);
}
.icon-fill-stroke {
  fill: var(--color);
  stroke: var(--color);
}
/*  RATING STYLES
----------------------------------*/
.js-rating.very-small .rating__empty-line {
  width: 65px;
  height: 11px;
}
.js-rating.small .rating__empty-line {
  width: 80px;
  height: 13.5px;
}
.js-rating.small .rating__lines-wrap .rating__empty-line {
  width: 100%;
  height: 5px;
}
.js-rating.middle .rating__empty-line {
  width: 124px;
  height: 21px;
}
.js-rating.large .rating__empty-line {
  width: 154px;
  height: 26px;
}
.js-rating.selectable .rating__stars-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 2px;
}
.js-rating.selectable .stars {
  cursor: pointer;
  background: url("/static/shishkin/assets/new-star-empty.DUkG4C8F.svg") no-repeat left center;
  background-size: cover;
}
.js-rating.selectable .stars.filled,
.js-rating.selectable .stars.filled ~ .stars,
.js-rating.selectable .stars:hover,
.js-rating.selectable .stars:hover ~ .stars {
  background: url("/static/shishkin/assets/new-star.y0mcUpyt.svg") no-repeat left center;
  background-size: cover;
}
.js-rating.selectable .rating__filled-line {
  display: none;
}
.js-rating.gray .stars {
  background: url("/static/shishkin/assets/new-star-gray.DXh0UHTw.svg") repeat-x;
}
.js-rating.selectable.small .stars {
  width: 14px;
  height: 13px;
}
.js-rating.selectable.middle .stars {
  width: 24px;
  height: 21px;
}
.js-rating.selectable.large .stars {
  width: 30px;
  height: 26px;
}
.rating__stars-wrap {
  position: relative;
  display: inline-block;
}
.rating__stars-wrap .rating__empty-line {
  background: url("/static/shishkin/assets/new-star-empty.DUkG4C8F.svg") repeat-x;
}
.rating__stars-wrap .rating__filled-line {
  background: url("/static/shishkin/assets/new-star.y0mcUpyt.svg") repeat-x;
}
.black .rating__filled-line {
  background: url("/static/shishkin/assets/new-star-black.CDp_J30s.svg") repeat-x;
}
.rating__lines-wrap {
  position: relative;
  display: inline-block;
  bottom: 5px;
}
.rating__lines-wrap .rating__empty-line {
  background: var(--ds-color-inactive);
  border-radius: 10px;
}
.rating__lines-wrap .rating__filled-line {
  background: #FFD335;
  border-radius: 10px;
}
.rating__filled-line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.rating__count {
  line-height: 100%;
  font-size: 1rem;
  color: #999;
}
.js-rating {
  display: inline-block;
}
.rating__stars-wrap {
  position: relative;
  display: inline-block;
}
.rating__stars-wrap .rating__empty-line {
  background: url("/static/shishkin/assets/new-star-empty.ATDUYe7N.svg") repeat-x;
}
.rating__stars-wrap .rating__filled-line {
  background: url("/static/shishkin/assets/new-star.CDQ8W4kj.svg") repeat-x;
}
.js-rating.selectable .stars {
  background: url("/static/shishkin/assets/new-star-empty.ATDUYe7N.svg") no-repeat left center;
}
.js-rating.selectable .stars.filled,
.js-rating.selectable .stars.filled ~ .stars,
.js-rating.selectable .stars:hover,
.js-rating.selectable .stars:hover ~ .stars {
  background: url("/static/shishkin/assets/new-star.CDQ8W4kj.svg") no-repeat left center;
}
/* JIVO SITE
------------------------------------- */
#jivo-iframe-container,
jdiv.label_39._bottom_3v._init_Tk,
jdiv.label_39._left_2d._init_Tk,
jdiv.label_39._right_1y._init_Tk {
  bottom: 45px !important;
}
.clean_template #jivo-iframe-container,
.clean_template jdiv.label_39._bottom_3v._init_Tk,
.clean_template jdiv.label_39._left_2d._init_Tk,
.clean_template jdiv.label_39._right_1y._init_Tk {
  bottom: 0 !important;
}
header {
  padding-top: 5px;
}
@media (min-width: 768px) {
  header {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  iframe {
    width: 80%;
    height: 40vw;
  }
}
.owl-theme .owl-dots .owl-dot span {
  background: #a3c52d;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #859E23;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: initial;
  transform-style: initial;
}
/* CLEAR BOOTSTRAP DEFAULT STYLES
----------------------------------*/
.panel {
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.top {
  margin-top: -3px;
  padding: 15px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 15px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 15px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 15px;
}
.tooltip-inner {
  position: relative;
  z-index: 2;
  max-width: 260px;
  padding: 15px 10px;
  color: #000;
  background-color: #FFF;
  font-size: 14px;
}
.tooltip-arrow {
  z-index: 1;
  position: absolute;
  width: 26px;
  height: 26px;
  transform: rotate(45deg);
  background-color: #FFF;
}
.tooltip.top .tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -13px;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -13px;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -13px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -13px;
}
.radio label, .checkbox label {
  padding-left: 0;
}
.owl-nav div {
  position: absolute;
  height: 100%;
  background: none !important;
  width: 30px;
  top: 0;
  padding: 0 !important;
  margin: 0 !important;
}
.owl-nav div i {
  font-size: 2em;
  color: #a3c52d;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-nav div i:hover {
  color: #9c744a;
}
.owl-nav .owl-prev {
  left: 0;
}
.owl-nav .owl-prev i {
  left: 0;
  right: auto;
}
.owl-nav .owl-next {
  right: 0;
  text-align: right;
}
.owl-nav .owl-next i {
  right: 0;
  left: auto;
}
/*	COMMON STYLES
--------------------------------*/
.panel-default > .panel-heading {
  background: none;
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
.b-siderbar__container .panel-title a {
  border-bottom: none;
}
html, body {
  min-width: 320px;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #595959;
}
.wrapper {
  font-size: 14px;
}
.fa-2x {
  font-size: 2em !important;
}
.title h1 {
  font-size: 25px;
  margin-top: 15px;
  font-weight: bold;
  color: #595959;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .title h1 {
    margin-top: 0;
    font-size: 36px;
  }
}
a, a:hover {
  text-decoration: none;
  color: #a3c52d;
}
a:hover, a:focus, a:active {
  color: #9c744a;
  text-decoration: none;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.3em;
  font-weight: bold;
}
a:focus, a:active,
button,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
select::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  outline: none !important;
}
.required_input {
  color: #a3c52d;
}
/*  BREADCRUMBS
------------------------------*/
.breadcrumb {
  display: none;
  background: none;
  padding: 0;
  font-size: 12px;
  margin: 10px 0;
}
.breadcrumb > li + li::before {
  content: "> ";
}
.breadcrumb a {
  color: #595959;
}
@media (min-width: 481px) {
  .breadcrumb {
    display: block;
  }
}
@media (min-width: 768px) {
  .breadcrumb {
    margin-top: 0;
  }
}
/* more links */
.link-more {
  background: #FFF none repeat scroll 0 0;
  border: medium none;
  color: #A3C52D;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  height: 12px;
  line-height: 12px;
  padding-right: 15px;
}
.link-more:hover {
  color: #9c744a;
}
.link-more:before {
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -283px -1px;
  width: 6px;
  height: 10px;
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
}
.link-more:hover:before {
  background-position: -283px -15px;
}
/* =BOOTSTRAP FIXES */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.no-margin {
  margin: 0;
}
/* =LAYOUT
------------------------------*/
/* press footer to bottom if no content */
.content-wrap {
  min-height: calc(100vh - 719px);
}
.container-fluid {
  max-width: 1280px;
}
.b-main-container {
  display: block;
  padding-bottom: 20px;
  min-height: 350px;
}
@media (min-width: 768px) {
  .b-main-container {
    margin-top: 20px;
  }
}
/*  =TOP LINE
------------------------------*/
.b-topline i {
  font-size: 1.1em;
}
.b-topline .navbar-default {
  background: none;
  border: none;
  margin-bottom: 0;
}
.b-topline button,
.b-topline a {
  border-bottom: none;
  text-transform: uppercase;
  color: #595959;
  font-size: 13px;
}
.b-topline button:hover,
.b-topline a:hover {
  color: #9c744a;
  background: none !important;
}
@media (min-width: 768px) {
  .b-topline {
    height: 95px;
  }
}
.b-header-auth__container {
  margin-top: 20px;
  text-align: center;
}
.b-header-auth__container .nav {
  display: inline-block;
  float: none;
  margin: 0 auto;
  text-align: center;
}
.b-header-auth__container .delimeter {
  padding: 15px 0;
  display: block;
}
.b-header-auth__container a,
.b-header-auth__container button {
  padding: 15px 5px !important;
  border: none;
  background: none;
}
.clean_template .b-header-auth__container .nav {
  float: right;
}
/* =login and registration links */
.b-topline-login-links__container a span {
  border-bottom: 1px dotted;
}
/* =logo */
.b-logo i {
  font-size: 2.2em;
}
.b-logo {
  width: 175px;
  font-size: 1.6em;
  position: relative;
}
@media (min-width: 768px) {
  .b-logo {
    width: 190px;
    padding-bottom: 0;
    top: 10px;
  }
}
/* =HEADER
---------------------------- */
.b-header {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .b-header {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .b-header {
    height: 45px;
    margin: 0;
    background: #9c744a;
  }
}
/* HEADER BASKET
---------------------------------*/
/* basket */
.b-basket__container {
  display: none;
}
.b-basket__container a {
  color: #fff;
  border: none;
}
.b-basket__container .title {
  font-size: 14px;
  color: #ffffff;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
@media (min-width: 768px) {
  .b-basket__container {
    display: block;
    float: right;
    height: 95px;
    padding-top: 15px;
    padding-right: 5px;
  }
  .b-basket__container .title {
    color: #9c744a;
  }
}
@media (min-width: 992px) {
  .b-basket__container {
    float: none;
    background: #f7f7f7;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .b-basket__container {
    padding-top: 30px;
    padding-left: 10px;
  }
  .b-basket__container .title {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .b-basket__container {
    padding-left: 20px;
  }
  .b-basket__container .title {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .b-basket__container {
    padding-left: 30px;
  }
}
.basket__icon {
  display: block;
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -187px -20px;
  width: 32px;
  height: 30px;
  margin: 0 auto;
  float: none;
  position: relative;
  left: -10px;
}
@media (min-width: 1024px) {
  .basket__icon {
    margin-right: 30px;
    position: static;
    float: left;
  }
}
.b-basket__count {
  background-color: #a3c52d;
  color: #FFF;
  display: block;
  position: relative;
  padding: 0 10px;
  text-align: center;
  border-radius: 15px;
  left: 24px;
}
.b-basket__total {
  position: relative;
  top: -5px;
  color: #595959;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .b-basket__total {
    font-size: 12px;
    position: static;
  }
}
@media (min-width: 1024px) {
  .b-basket__total {
    font-size: 13px;
  }
}
.b-basket__inner {
  margin-top: 2px;
  text-align: center;
}
@media (min-width: 1024px) {
  .b-basket__inner {
    margin-top: -3px;
    float: left;
  }
}
.basket_shortages {
  margin-bottom: 15px;
}
/*  FIXED BOTTOM LINE
-------------------------------  */
.navbar-fixed-bottom {
  z-index: 1049 !important;
  background: #474747;
  color: #FFF;
  height: 45px;
}
.navbar-fixed-bottom a {
  color: #fff;
}
.navbar-fixed-bottom a.empty {
  color: #B4A1A9;
}
.navbar-fixed-bottom a.empty .count-block {
  background: #535353;
  color: #B4A1A9;
}
/* bottom basket */
.b-static-nav__order-button {
  display: block;
  float: right;
  margin-right: 15px;
  margin-top: 7px;
}
.b-static-nav__order-button.empty {
  background-color: #535353;
}
.b-bottom-basket__container,
.b-bottom-bookmarks__container,
.b-bottom-compare__container,
.b-bottom-order__container {
  height: 45px;
  padding: 6px 15px 0;
  display: inline-block;
}
.b-static-nav__item {
  float: right;
  background: #474747;
  border-right: 1px solid #575757;
}
.b-static-nav__item:hover {
  background: #303030;
}
.b-bottom-basket__container a {
  color: #FFF;
  display: inline-block;
}
.b-bottom-order__container {
  padding-left: 0;
}
.b-bottom-basket__title,
.b-bottom-bookmarks__title,
.b-bottom-compare__title {
  position: relative;
  float: left;
  padding-left: 30px;
  top: 5px;
}
.b-bottom-basket__title:before,
.b-bottom-bookmarks__title:before,
.b-bottom-compare__title:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 20px;
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -47px -414px;
}
.b-bottom-bookmarks__container .b-bottom-bookmarks__title:before {
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -52px -446px;
  left: 7px;
  top: 5px;
}
.b-bottom-bookmarks__container.empty .b-bottom-bookmarks__title:before {
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -16px -446px;
}
.b-bottom-basket__container.empty .b-bottom-basket__title:before {
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -12px -414px;
}
.b-bottom-compare__container .b-bottom-compare__title:before {
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -352px -165px;
  left: 7px;
  top: 3px;
}
.b-bottom-compare__container.empty .b-bottom-compare__title:before {
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -219px -113px;
  left: 7px;
  top: 3px;
}
.b-bottom-basket__count,
.b-bottom-bookmarks__count,
.b-bottom-compare__count {
  background: #9c744a;
  color: #FFF;
  display: inline-block;
  margin: 0 5px 0 10px;
  padding: 2px 10px;
  position: relative;
  top: 4px !important;
}
.b-bottom-basket__total {
  position: relative;
  top: 4px !important;
}
/*	=SLIDESHOW BANNERS
-------------------------- */
.carousel-indicators {
  bottom: -20px;
}
.carousel-control.left,
.carousel-control.right {
  background: none !important;
}
.carousel-indicators li {
  background: #000;
  opacity: 0.3;
  border: none;
}
.carousel-indicators .active {
  background: green;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page span {
  background: #a3c52d;
}
/* =SIDEBAR BANNER
-----------------------------*/
.sidebar-banner__item {
  text-align: center;
}
/*	=NEWS PAGE
-----------------------------*/
.b-news-page__item {
  padding: 20px;
  transition: 0.2s;
}
.b-news-page__item:hover {
  background: #F7F7F7;
}
.b-news-page__item h2 {
  margin: 0 0 15px;
}
.b-news-page__item h2 a {
  font-size: 1em;
  color: #9c744a;
  font-weight: bold;
}
.b-news-page__item-readmore {
  border: medium none;
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.b-news-page__item-readmore span {
  padding-right: 15px;
}
.b-news-page__item-date,
.b-news-detail__date {
  color: #B4A1A9;
  font-size: 0.9em;
}
.b-pagination {
  text-align: center;
}
.b-news-detail__text {
  margin-top: 10px;
}
/*	=news widgets */
.b-widget-news__list,
.b-widget-articles__list {
  margin-bottom: 0;
}
.b-widget-news__item,
.b-widget-articles__item {
  min-height: 60px;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .b-widget-news__item,
  .b-widget-articles__item {
    min-height: auto;
  }
}
.b-widget-news__date,
.b-widget-articles__date {
  font-size: 0.8em;
  display: block;
  color: #BBB;
}
.b-widget-news__container,
.sidebar-banner__container {
  display: none !important;
}
@media (min-width: 992px) {
  .b-widget-news__container,
  .sidebar-banner__container {
    display: block !important;
  }
}
.b-widget-news__container .panel-heading,
.b-widget-articles__container .panel-heading {
  background: none;
  border: none;
}
.b-widget-news__container .panel-body,
.b-widget-articles__container .panel-body {
  padding-top: 0;
  padding-bottom: 0;
}
.b-widget-news__container.panel,
.b-widget-articles__container.panel {
  border-color: #eee;
  border-radius: 0;
  box-shadow: none;
}
.b-widget-news__header,
.b-widget-articles__header {
  color: #595959;
  font-weight: bold;
  font-size: 1.2em;
}
.b-widget-news__name,
.b-widget-articles__name {
  border: none;
  color: #9c744a;
}
.b-widget-news__name:hover,
.b-widget-news__name:hover {
  border: none;
  color: #84623f;
}
.b-widget-news__more .panel-body,
.b-widget-articles__more .panel-body {
  margin: 0;
}
.b-widget-news__more,
.b-widget-articles__more {
  position: relative;
  color: #a3c52d;
  padding-right: 15px;
  display: inline-block;
  margin: 10px 0;
  font-weight: bold;
}
.b-widget-news__more:hover,
.b-widget-articles__more:hover {
  color: #9c744a;
}
.b-widget-articles__more:before,
.b-widget-news__more:before {
  position: absolute;
  content: "";
  right: 0;
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -283px -1px;
  height: 10px;
  width: 6px;
}
.b-news-page__item-readmore {
  background: none;
}
/* next and prev buttons */
.b-next-prev__container {
  margin-top: 40px;
}
.b-next-prev__arrow {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em;
}
.b-next-prev__arrow span {
  background: #CDCDCD none repeat scroll 0 0;
  display: block;
  float: left;
  height: 30px;
  margin: 0 10px 0 0;
  position: relative;
  top: -4px;
  width: 30px;
}
.b-next-prev__arrow.next span {
  float: right;
  margin: 0 0 0 10px;
}
.b-next-prev__arrow span:before {
  content: "";
  position: absolute;
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -308px -25px;
  width: 6px;
  height: 10px;
  top: 10px;
  left: 11px;
}
.b-next-prev__arrow.next span:before {
  background-position: -321px -25px;
  left: 13px;
}
/* ARTICLES
-----------------------------*/
.b-articles-page__search-container {
  margin-top: 0;
  position: relative;
}
.b-articles-page__search-container .search__submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 1rem;
  color: #9c744a;
  border: none;
  background-color: transparent;
}
.b-articles-page__search-container.isset-category {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .b-articles-page__search-container {
    margin-top: -55px;
  }
}
.mobile_categories_icon {
  float: right;
  margin-top: 3px;
}
.b-articles-detail-page .b-articles-page__categories {
  margin-top: 40px;
}
.b-articles-detail-page .b-articles-page__item-title {
  height: auto;
  max-height: 52px;
}
@media (min-width: 768px) {
  .b-articles-detail-page .b-articles-page__item-title {
    height: 52px;
  }
}
.b-articles-page__categories {
  margin-top: 20px;
  padding-left: 20px;
  border-left: 1px solid #E2CEC2;
}
.b-articles-page__categories-title {
  margin: 0 0 25px;
  font-size: 1.3em;
  font-weight: bold;
}
.b-articles-page__categories-list .active::before {
  content: "";
  display: block;
  position: absolute;
  left: -22px;
  width: 3px;
  height: 26px;
  background-color: #9c744a;
}
.b-articles-page__categories-item {
  position: relative;
  padding-top: 5px;
  padding-left: 10px;
  font-weight: 600;
  font-size: 1.2em;
}
.b-articles-page__categories-item::before {
  content: "";
  transition: all 0.2s ease;
}
.b-articles-page__categories-item:hover::before {
  content: "";
  display: block;
  position: absolute;
  left: -22px;
  width: 3px;
  height: 26px;
  background-color: #9c744a;
}
.b-articles-page__categories-item a {
  color: #9c744a;
}
/* mobile categories */
.b-articles-page__dropdown-categories {
  margin-top: 15px;
}
.b-articles-page__dropdown-categories button {
  color: #9c744a !important;
  background-color: #F7F7F7;
  font-weight: bold;
}
.b-articles-page__dropdown-categories .dropdown-categories__list {
  padding-bottom: 15px;
  background-color: #F7F7F7;
  width: 100%;
  z-index: 10;
}
.b-articles-page__dropdown-categories .dropdown-categories__list-item {
  margin-top: 10px;
}
.b-articles-page__dropdown-categories .dropdown-categories__list-item a {
  padding-left: 12px;
  color: #9c744a;
}
.b-articles-page__dropdown-categories .dropdown-categories__list-item .active {
  font-weight: bold;
}
.b-articles-page__dropdown-categories .title {
  float: left;
}
.b-articles-page__items {
  margin-bottom: 30px;
}
.block-h3-style {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}
.block-h4-style {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.1;
  color: inherit;
}
.block-h4-style.panel-title {
  font-size: 16px;
}
.category-item__title {
  display: block;
  margin: 5px 0;
  font-size: 14px;
  color: #9c744a;
  font-weight: bold;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
  text-align: center;
}
.b-articles-page__item {
  margin-top: 20px;
  padding-bottom: 30px;
  border: 1px solid #EEE;
  background-color: #FFF;
  cursor: pointer;
}
.b-articles-page__item:hover {
  background-color: #fff;
}
.b-articles-page__item:hover .fa {
  color: inherit;
}
.b-articles-page__item:hover .fa.active {
  color: #f74040;
}
@media (min-width: 768px) {
  .b-articles-page__item:hover {
    background-color: #f7f7f7;
  }
  .b-articles-page__item:hover .fa {
    color: #a3c52d;
  }
}
.articles-page__item-thumbnail {
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .articles-page__item-thumbnail {
    height: 156px;
  }
}
@media (min-width: 1024px) {
  .articles-page__item-thumbnail {
    height: 170px;
  }
}
@media (min-width: 1200px) {
  .articles-page__item-thumbnail {
    height: 150px;
  }
}
.b-articles-page__item-desc-wrap {
  height: 179px;
  padding: 0 15px;
}
.b-articles-page__item-title {
  height: 52px;
  overflow: hidden;
  font-size: 1.35em;
  color: #9c744a;
  line-height: 1.3;
  font-weight: bold;
}
.b-articles-page__item-caption, .b-articles-page__item-highLight {
  height: 90px;
  overflow: hidden;
  color: #595959 !important;
}
.b-articles-page__item-highLight em {
  font-weight: bold;
}
.b-articles-page__item-inform {
  margin-top: 20px;
  color: #B4A1A9;
  line-height: 1;
}
.b-articles-page__item-inform span {
  min-width: 50px;
  margin-right: 15px;
}
.b-articles-page__item-inform .fa {
  margin-right: 4px;
}
.b-articles-page__item-likes .active {
  color: #F74040;
}
.articles-page__widget {
  margin-top: 20px;
  width: 100%;
  padding-right: 40px;
}
@media (min-width: 1200px) {
  .articles-page__widget-last {
    margin-top: 40px;
    padding-right: 40px;
  }
}
.articles-page__widget-title {
  margin: 0 0 35px;
  font-size: 1.3em;
  font-weight: bold;
}
.articles-page__widget-item {
  margin-top: 20px;
}
.articles-page__widget-item a {
  color: #9c744a;
}
.b-articles-page__banner-spacer {
  margin-top: 55px;
}
.b-articles-page__pagination {
  margin-bottom: 10px;
}
.b-articles-page__btn-show-more {
  display: block;
  width: 100%;
  margin: 0 auto;
  color: #595959;
  background: #F7F7F7;
  font-size: 0.9em;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
}
/*	ARTICLE DETAIL
-----------------------------*/
.b-articles-detail__text,
.b-news-detail__text {
  padding-bottom: 15px;
}
.b-articles-detail__text .btgrid .col-md-6,
.b-news-detail__text .btgrid .col-md-6 {
  margin-bottom: 15px;
}
.b-articles-detail__text .btgrid .col-md-6 img,
.b-news-detail__text .btgrid .col-md-6 img {
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) {
  .b-articles-detail__text .btgrid .col-md-6:first-child img,
  .b-news-detail__text .btgrid .col-md-6:first-child img {
    float: right;
  }
  .b-articles-detail__text .btgrid .col-md-6:last-child img,
  .b-news-detail__text .btgrid .col-md-6:last-child img {
    float: left;
  }
}
.b-articles-detail__text img:not(.static),
.b-news-detail__text img:not(.static) {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .b-articles-detail__text img:not(.static),
  .b-news-detail__text img:not(.static) {
    display: inline;
  }
}
.articles-detail__product-info {
  margin-top: 25px;
  margin-bottom: 25px;
}
.b-articles-detail__inform {
  margin: 5px 0 50px;
  padding: 20px 0 20px;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  font-size: 16px;
}
.b-articles-detail-inform__likes {
  color: #B4A1A9;
}
.b-articles-detail-inform__likes .active {
  color: #F74040;
}
.b-articles-detail-inform__likes i {
  cursor: pointer;
}
/* articles detail */
.articles-detail-inform__views {
  margin-left: 10px;
  color: #b4a1a9;
}
@media (min-width: 481px) {
  .articles-detail-inform__views {
    margin-left: 60px;
  }
}
.b-articles-detail-inform__comments {
  color: #a3c52d;
}
.b-articles-detail-inform__comments a:hover {
  color: inherit;
}
/*	ARTICLE DETAIL CAROUSEL
-----------------------------*/
.b-articles-detail__carousel {
  margin-top: 0;
  background-color: #f7f7f7;
  padding-bottom: 25px;
}
.b-articles-detail__carousel .b-articles-page__item {
  border: none;
}
.b-articles-detail__carousel .b-widget__header {
  text-align: center;
  margin: 25px 0 5px;
  background: none;
}
.b-articles-detail__carousel .owl-nav i {
  font-size: 20px;
}
.b-articles-detail__carousel .owl-prev {
  left: -15px;
}
.b-articles-detail__carousel .owl-next {
  right: -15px;
}
.b-articles-detail__carousel .owl-dots {
  margin-top: 20px;
  height: 20px;
  text-align: center;
}
.b-articles-detail__carousel .owl-dots .owl-dot {
  display: inline-block;
}
.b-articles-detail__carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #e4ecc6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.b-articles-detail__carousel .owl-dots .active span {
  background: #cdde92;
}
@media (min-width: 768px) {
  .b-articles-detail__carousel {
    margin-top: 50px;
  }
}
@media (min-width: 1311px) {
  .b-articles-detail__carousel .owl-prev {
    left: -30px;
  }
  .b-articles-detail__carousel .owl-next {
    right: -30px;
  }
}
.b-articles-detail-carousel__container {
  height: auto;
  position: relative;
}
/*	ARTICLE DETAIL COMMENTS
-----------------------------*/
.clearfix--mobile {
  clear: both;
}
@media (min-width: 1200px) {
  .clearfix--mobile {
    clear: none;
  }
}
.b-news-detail__comments-wrapper {
  clear: both;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}
.b-articles-detail__comments, .b-news-detail__comments {
  margin: 50px 0;
}
.b-articles-detail__header, .b-news-detail__header {
  font-size: 25px;
  margin-bottom: 25px;
}
.b-news-detail__header {
  margin-top: 0;
}
.b-articles-detail__comments-inner, .b-news-detail__comments-inner {
  padding: 15px 15px 20px;
  background-color: #F7F7F7;
}
.b-articles-detail__comments-inner .b-discuss__textarea, .b-news-detail__comments-inner .b-discuss__textarea {
  height: 200px;
}
@media (min-width: 992px) {
  .b-articles-detail__comments-inner, .b-news-detail__comments-inner {
    padding: 30px 40px 20px;
  }
}
.b-articles-detail__comments-inner .b-catalog-pagenav__container, .b-news-detail__comments-inner .b-catalog-pagenav__container {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .b-news-detail__comments-inner .b-discuss__textarea {
    height: 300px;
  }
}
.b-articles-detail__add-new, .b-news-detail__add-new {
  margin-top: 30px;
}
/*	=FOOTER
-----------------------------*/
.footer-wrap {
  padding-bottom: 45px;
}
.b-footer__container {
  color: #FFF;
  background: #EFEFEF;
  padding: 10px 0 40px 0;
  margin: 0;
  background: #595959;
}
.b-footer__container a:hover {
  color: #dfdfdf;
}
@media (min-width: 768px) {
  .b-footer__container {
    padding-top: 40px;
  }
}
/* =footer menu */
.b-footer-menu__header {
  color: #a3c52d;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .b-footer-menu__header {
    text-align: left;
  }
}
.b-footer-menu__container {
  text-align: center;
}
@media (min-width: 768px) {
  .b-footer-menu__container {
    text-align: left;
  }
}
.b-footer-menu__item {
  margin-bottom: 5px;
}
.b-footer-menu__item a,
.b-footer-menu__item span {
  color: #FFF;
  font-size: 0.9em;
}
.double-cols .b-footer-menu__item {
  width: 50%;
  float: left;
}
/* =footer logo */
.b-footer__logo-container {
  margin-bottom: 30px;
  margin-top: 25px;
}
.b-footer__logo {
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -1px -74px;
  width: 186px;
  height: 71px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .b-footer__logo {
    margin: 0;
    float: right;
    text-align: right;
  }
}
.b-footer-social__list {
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .b-footer-social__list {
    margin: 0;
    float: right;
    text-align: right;
  }
}
/* =footer social icons */
.b-footer-social__label {
  margin-bottom: 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .b-footer-social__label {
    text-align: right;
  }
}
.b-footer-social__container {
  text-align: right;
  font-size: 0.9em;
  margin-bottom: 15px;
}
.b-footer-social__item {
  display: inline-block;
  margin-right: 5px;
}
.b-footer-social__item:last-child {
  margin: 0;
}
.b-footer-social__item a {
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png");
  width: 30px;
  height: 30px;
  display: block;
}
.b-footer-social__item .telegram {
  background: url("/static/shishkin/assets/telegram.DXY_XUUj.svg");
}
.b-footer-social__item .telegram:hover {
  background: url("/static/shishkin/assets/telegram_hover.CmBTQgPi.svg");
}
.b-footer-social__item .vk {
  background-position: -310px -311px;
}
.b-footer-social__item .vk:hover {
  background-position: -310px -351px;
}
.b-footer-social__item .instagram {
  background-position: -355px -311px;
}
.b-footer-social__item .instagram:hover {
  background-position: -355px -351px;
}
.b-footer-social__item .youtube {
  background: url("/static/shishkin/assets/youtube.Bmfz-LR1.svg");
}
.b-footer-social__item .youtube:hover {
  background: url("/static/shishkin/assets/youtube_hover.DyOfA17g.svg");
}
.b-footer-social__item .ok-ru {
  background: url("/static/shishkin/assets/ok-ru.CfDtStXw.svg");
}
.b-footer-social__item .ok-ru:hover {
  background: url("/static/shishkin/assets/ok-ru_hover.CnjRHrbJ.svg");
}
@media (min-width: 768px) {
  .b-footer-social__item {
    float: left;
  }
}
.b-footer-partners__container {
  text-align: center;
}
.b-footer-partners__container .agrodom {
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -1px -149px;
  width: 126px;
  height: 32px;
  display: block;
  text-indent: 9999px;
}
.b-footer-partners__container a {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .b-footer-partners__container {
    text-align: right;
  }
  .b-footer-partners__container a {
    float: right;
    margin: 0;
  }
}
/* =LOGIN POPUP
------------------------------- */
.b-login-form__restore-password {
  position: relative;
  top: 10px;
}
.b-login-form__container .hideShowPassword-wrapper {
  width: 100%;
}
.b-login-form__container .hideShowPassword-toggle {
  margin-top: -17px !important;
}
/*  =CATALOG FILTERS
--------------------------*/
#catalog_filter_locker.active {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  opacity: 0.5;
  background: #FFF;
}
.catalog-filter {
  position: relative;
}
.catalog-filter .slider_init {
  width: 90%;
  margin: 0 auto;
}
.catalog-filter__result-button {
  position: absolute !important;
  z-index: 10000;
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -1px -190px;
  width: 266px;
  height: 32px;
  line-height: 32px;
}
.catalog-filter__result-button span {
  color: #FFF;
  display: block;
  float: right;
  height: 100%;
  padding: 0 19px;
  cursor: pointer;
}
.catalog-filter__result-button label {
  font-weight: 300;
  margin-left: 32px;
  margin-right: 10px;
}
.catalog-filter__container {
  display: none;
  background: #F7F7F7;
  padding: 20px 15px;
}
.catalog-filter__container input[type=checkbox],
.catalog-filter__container input[type=radio] {
  vertical-align: text-top;
}
.catalog-filter__container .panel-group {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .catalog-filter__container {
    display: block;
  }
}
.catalog-filter__title {
  font-size: 17px;
  font-weight: bold;
  color: #9c744a;
  margin-bottom: 20px;
}
.catalog-filter__filters-title {
  cursor: pointer;
  line-height: 1.6;
}
.catalog-filter__filters-title:hover {
  color: #9C744A;
}
.b-filter-type__item {
  margin-bottom: 2px;
  cursor: pointer;
}
.b-filter-type__item.disabled label {
  opacity: 0.5;
}
.b-filter-type__list {
  margin-bottom: 0;
}
.b-filter-type__item-label {
  font-weight: 400;
  padding-left: 6px;
  margin-bottom: 0;
  position: relative;
  top: 2px;
  font-size: 13px;
  cursor: pointer;
}
.b-filter-type__title {
  display: inline-flex;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  gap: 3px;
}
.b-filter-type__count {
  color: #999;
}
.catalog-filter {
  position: relative;
}
.catalog-filter .slider_init {
  width: 90%;
  margin: 0 auto;
}
.catalog-filter .panel-heading {
  padding: 0;
}
.catalog-filter .panel {
  background: none;
  border: none;
  box-shadow: none;
  margin: 0 0 7px;
}
.catalog-filter .panel-title {
  color: #000;
  border: none;
  font-weight: bold;
  padding: 0 15px 0 0;
  font-size: 1.2em;
  margin-bottom: 12px;
  position: relative;
}
.catalog-filter .panel-title:before {
  background: url(/static/shishkin/images/sprite.png) no-repeat -268px -11px;
  width: 10px;
  height: 6px;
  position: absolute;
  content: "";
  right: 0;
  top: 7px;
}
.catalog-filter .collapsed .panel-title:before {
  background-position: -252px -11px;
}
.catalog-filter .panel-body {
  border: none !important;
  padding: 0;
}
.catalog-filter .search__container {
  position: relative;
  margin-bottom: 10px;
}
.catalog-filter .search__input {
  height: 33px;
  padding: 0 40px 0 10px;
  border: none;
  width: 100%;
  text-align: left;
}
.catalog-filter .search__button {
  position: absolute;
  height: 33px;
  top: 0;
  right: 0;
}
.ranger {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.ranger label {
  color: #000;
}
.ranger .slider_init {
  margin-top: 15px;
}
.ranger .formCost {
  margin-top: 15px;
}
#apply_filter,
#reset_filter {
  height: 40px;
  background: none;
  font-size: 11px;
  font-weight: bold;
  width: 100%;
}
@media (min-width: 1200px) {
  #apply_filter,
  #reset_filter {
    font-size: 14px;
  }
}
#apply_filter {
  border: 1px solid #9c744a;
  color: #9c744a;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 40px;
}
#apply_filter:hover {
  color: #84623f;
  border-color: #9c744a;
}
#reset_filter {
  color: #a3c52d;
  border: 1px solid #a3c52d;
}
#reset_filter:hover {
  color: #9c744a;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border-radius: 50%;
  background: #a3c52d;
  border: 0;
  height: 15px;
  width: 15px;
  top: -6px;
}
.ui-slider-horizontal {
  background: #DDD none repeat scroll 0 0 !important;
  border: medium none !important;
  border-radius: 0;
  height: 2px;
}
.ui-slider-horizontal .ui-slider-range {
  height: 100%;
  top: 0;
  background: #a3c52d;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #F0AD4E;
  color: #fff;
}
/* =range filters */
.range-filter-min__container,
.range-filter-max__container {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
.range-filter-min__container input,
.range-filter-max__container input {
  width: 60%;
  padding: 0 5px;
  float: left;
  border: medium none;
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.25) inset;
  height: 30px;
  text-align: center;
}
.range-filter-min__container label,
.range-filter-max__container label {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .range-filter-min__container input,
  .range-filter-max__container input {
    width: 70%;
  }
}
.range-filter-min__container_unit,
.range-filter-max__container_unit {
  width: 50%;
}
@media (min-width: 1200px) {
  .range-filter-min__container_unit,
  .range-filter-max__container_unit {
    width: 41.5%;
  }
}
.ranger__measure {
  display: none;
  float: left;
  height: 32px;
  padding-top: 5px;
  font-weight: bold;
  color: #000;
}
@media (min-width: 1200px) {
  .ranger__measure {
    display: block;
  }
}
/* RANGE-INPUT */
.range-input {
  position: relative;
  margin: 12px 5px -5px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.range-input__range {
  width: 100%;
  height: 2px;
  background: #DDD;
}
.range-input__slider-left,
.range-input__slider-right {
  position: absolute;
  top: -6.5555px;
  width: 15px;
  height: 15px;
  background: #a3c52d;
  border-radius: 50%;
  z-index: 200;
}
.active-slider {
  z-index: 300;
}
.range-input__between {
  top: 0;
  left: 0;
  position: absolute;
  height: 2px;
  width: 0;
  background: #A3C52D;
  z-index: 10;
}
/* =CAROUSEL PRODUCT WIDGETS
-----------------------------*/
.products-widgets__container,
.b-reviews-widgets__container {
  position: relative;
}
.products-widgets__container .panel,
.b-reviews-widgets__container .panel {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.products-widgets__container .panel-body,
.b-reviews-widgets__container .panel-body {
  position: relative;
  padding: 0;
}
.products-widgets__container .panel-heading,
.b-reviews-widgets__container .panel-heading {
  background: none;
  border: none;
  padding: 0;
  position: relative;
}
.products-widgets__container {
  margin-bottom: 20px;
}
.products-widgets__container .btn {
  text-transform: none;
}
.products-widgets__container .panel-heading::before {
  display: none;
}
.products-widgets__container .products-carousel__item {
  padding: 0 30px;
}
.products-widgets__container .products-carousel__item-container {
  display: block;
}
.products-widgets__container .products-carousel__item-container img {
  height: auto;
  width: 100%;
}
@media (min-width: 481px) {
  .products-widgets__container .product-tgk {
    float: none;
    text-align: center;
  }
  .products-widgets__container .products-carousel__item {
    padding: 0;
  }
  .products-widgets__container .products-carousel__item-container img {
    height: 240px;
    display: inline;
    width: auto;
  }
}
@media (min-width: 768px) {
  .products-widgets__container {
    margin-bottom: 50px;
  }
  .products-widgets__container .panel-heading::before {
    background: #eee none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    top: 23px;
    width: 100%;
  }
}
.b-reviews-widgets__container {
  margin-top: 30px;
  margin-bottom: 30px;
}
.b-reviews-widgets__container .panel-heading::before {
  background: #eee none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  top: 23px;
  width: 100%;
}
.b-reviews-widgets__container .b-widget__add_new {
  padding-left: 0;
  font-size: 1.1em;
}
.b-reviews-widgets__container .b-widget__add_new::before {
  background: none;
}
.b-reviews-widgets__container .panel-heading {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .b-reviews-widgets__container {
    font-size: 14px;
  }
}
.b-widget__header {
  color: #595959;
  font-weight: bold;
  position: relative;
  background: #FFF;
  z-index: 50;
  padding-right: 10px;
}
.b-widget__header a,
.b-widget__header a:hover {
  color: #595959;
}
.b-widget__show-more {
  background: #FFF none repeat scroll 0 0;
  position: relative;
  z-index: 200;
  padding-right: 15px;
  padding-left: 10px;
  top: 17px;
  font-weight: bold;
}
.products-carousel__item-img {
  display: block;
  width: 80px;
  float: left;
}
@media (min-width: 481px) {
  .products-carousel__item-img {
    display: inline-block;
    width: auto;
    float: none;
  }
}
.products-carousel__item {
  text-align: center;
}
.products-carousel__item:hover .b-products-carousel__item-name {
  overflow: visible;
}
@media (max-width: 480px) {
  .products-carousel__item .productbox__discount-percent {
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    padding: 2px 10px;
    background-color: #ff5e5f;
    top: 29px;
    left: 15px;
    bottom: auto;
    transform: none;
  }
  .products-carousel__item .productbox__discount-percent:before {
    content: "скидка ";
  }
}
@media (min-width: 481px) {
  .products-carousel__item .productbox__discount-percent {
    font-size: 14px;
  }
}
.b-products-carousel__item-name {
  text-align: left;
  height: auto;
  font-weight: bold;
  color: #9c744a;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}
.b-products-carousel__item-name:hover {
  color: #84623f;
}
@media (min-width: 481px) {
  .b-products-carousel__item-name {
    height: 40px;
    text-align: inherit;
  }
}
.b-products-carousel__arrows i {
  font-size: 2.3em;
}
.products-carousel__item-description {
  position: relative;
  padding: 5px 15px;
  overflow: hidden;
  margin-top: 20px;
}
@media (min-width: 481px) {
  .products-carousel__item-description {
    margin-top: 0;
  }
}
.products-carousel__price-tgk {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  color: #595959;
}
.products-carousel__price-tgk .product-tgk {
  display: block;
  font-size: 14px;
  text-align: left;
}
@media (min-width: 481px) {
  .products-carousel__price-tgk {
    flex-direction: column;
  }
  .products-carousel__price-tgk .product-price {
    text-align: center;
  }
}
.product-price {
  color: #595959;
  font-weight: 700;
  width: 100%;
  text-align: left;
}
.product-price .rub.old {
  font-size: 15px;
  color: #777;
  font-weight: 600;
  position: relative;
}
.product-price .rub {
  font-size: 17px;
}
.product-tgk {
  font-size: 12px;
}
/* =CAROUSEL REVIEW WIDGETS
-----------------------------*/
.b-reviews-carousel__container .owl-nav .disabled {
  opacity: 0.5;
}
.b-reviews-carousel__container .owl-item {
  overflow: hidden;
  padding: 5px 14px 15px;
}
.b-reviews-carousel__container .owl-item .b-reviews-carousel__item {
  height: 220px;
  padding: 15px;
  overflow: hidden;
}
.b-reviews-carousel__container .owl-item .b-reviews-carousel__item::after {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%) repeat scroll 0 0;
  bottom: 15px;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  margin-left: 15px;
  width: calc(100% - 30px);
}
.b-reviews-carousel__container .owl-item .b-reviews-carousel__item-link {
  color: #595959 !important;
}
/* =CATALOG MENU
-----------------------------*/
.b-mobile-filter__button, .b-mobile-filter__button:hover {
  background: #595959 none repeat scroll 0 0;
  color: #FFF;
  display: block;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 70%;
  margin: 0 auto;
}
.b-mobile-filter__button .hide-button {
  display: none;
}
.b-mobile-filter__button.opened .hide-button {
  display: inline;
}
.b-mobile-filter__button.opened .show-button {
  display: none;
}
.b-mobile-filter__button span {
  font-size: 0.9em;
}
.b-mobile-filter__button .fa {
  font-size: 1.2em;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.b-catalog-menu__container {
  position: relative;
  top: 10px;
}
.b-catalog-menu__container .caret {
  display: block;
  width: 14px;
  height: 10px;
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -252px -229px;
  border: none;
  position: absolute;
  right: 20px;
  top: 17px;
}
@media (min-width: 768px) {
  .b-catalog-menu__container {
    top: 0;
  }
}
@media (min-width: 992px) {
  .b-catalog-menu__container .caret {
    top: 20px;
    width: 10px;
    height: 6px;
    background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -252px -1px;
  }
}
.b-catalog-menu__container.open .caret {
  width: 11px;
  height: 11px;
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -227px -228px;
}
@media (min-width: 992px) {
  .b-catalog-menu__container.open .caret {
    width: 14px;
    height: 10px;
    background-position: -265px -1px;
  }
}
.b-catalog-menu__item a {
  border-bottom: medium none;
  display: block !important;
  font-size: 0.9em;
  padding: 5px 0 5px 30px !important;
}
.b-catalog-menu__item span {
  padding: 5px 0 5px 30px !important;
  font-weight: 700;
}
.b-catalog-menu__button {
  position: absolute;
  top: -55px;
  right: 0;
  padding: 0;
  font-size: 15px;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  color: #595959;
}
.b-catalog-menu__button:hover, .b-catalog-menu__button:focus, .b-catalog-menu__button.open {
  color: #9c744a !important;
  background-color: transparent !important;
}
@media (min-width: 768px) {
  .b-catalog-menu__button {
    position: static;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    font-size: 14px;
    color: #ffffff !important;
    background: #595959 !important;
  }
  .b-catalog-menu__button:hover, .b-catalog-menu__button:focus, .b-catalog-menu__button.open {
    color: #ffffff !important;
    background: #595959 !important;
  }
}
.b-catalog-menu__button i {
  padding-left: 5px;
}
.b-catalog-menu__list {
  width: 100%;
  background: #F7F7F7;
  padding-bottom: 20px !important;
}
@media (min-width: 992px) {
  .static-catalog .b-catalog-menu__list {
    display: block;
  }
  .static-catalog .caret {
    display: none;
  }
}
.b-catalog-menu__header {
  position: relative;
  font-weight: bold;
  padding: 5px 0;
  transition: 0.2s;
}
.b-catalog-menu__header a.b-catalog-menu__header-link,
.b-catalog-menu__header a.b-catalog-menu__header-link:hover {
  border: none;
  font-weight: bold;
  color: #9c744a;
  background: none;
  font-size: 1.5em;
}
.b-catalog-menu__header-link:before {
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -268px -11px;
  content: "";
  height: 6px;
  position: absolute;
  right: 20px;
  top: 18px;
  width: 10px;
}
.dropdown-menu {
  min-width: 220px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .dropdown-menu {
    min-width: 0;
  }
}
.b-catalog-menu__item a {
  transition: all 0.05s linear;
}
.b-catalog-menu__item a:hover {
  background: #EDEDED !important;
}
#static_catalog_menu .b-catalog-menu__list {
  display: block !important;
}
/*	=COLLECTION LIST
------------------------------ */
.b-collections-page__image-container {
  display: table-cell;
  height: 155px;
  vertical-align: middle;
  width: 100%;
}
/*	=CATEGORY PRODUCTS
------------------------------ */
.b-category__description-brand-estimation-container {
  position: relative;
  top: 10px;
}
.b-category__description-brand-estimation-container .country img {
  width: 26px;
  height: 17px;
  margin-top: -2px;
}
.b-category__description-brand-estimation-container .b-rating {
  margin-top: 3px;
}
.b-category__description-text {
  overflow: hidden;
  padding-bottom: 20px;
}
.b-category__description-img img {
  max-width: 100%;
}
.b-category__description-more {
  display: none;
}
.b-category__description-inner {
  overflow: hidden;
  margin-top: 10px;
}
.b-category__description__button {
  border: none;
  background: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #a3c52d;
  float: right;
  padding-right: 15px;
  position: relative;
}
.b-category__description__button:before {
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -338px -28px;
  width: 10px;
  height: 6px;
  position: absolute;
  content: "";
  right: 0;
  top: 7px;
}
.b-category__description__button:hover:before {
  background-position: -353px -28px;
}
.b-category__description__button.collapsed:before {
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -338px -38px;
  width: 10px;
  height: 6px;
  position: absolute;
  content: "";
  right: 0;
  top: 7px;
}
.b-category__description__button.collapsed:hover:before {
  background-position: -368px -28px;
}
.b-category__description__button:hover {
  color: #9c744a;
}
/* =products */
.b-catalog-list__container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: 100%;
}
.b-category-item__inner {
  display: block;
}
.category-item__image {
  float: left;
  width: 28%;
  position: relative;
  top: 40px;
  text-align: center;
}
.list-style .category-item__highlight {
  display: block;
  margin-bottom: 10px;
  padding-top: 15px;
  width: 285px;
  position: relative;
  left: -90px;
}
@media (min-width: 351px) {
  .list-style .category-item__highlight {
    width: 100%;
    margin: 10px 0;
    left: auto;
  }
}
@media (min-width: 601px) {
  .list-style .category-item__highlight {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .list-style .category-item__highlight {
    width: 50%;
  }
}
.list-style .category-item__properties {
  margin: 0;
}
@media (min-width: 992px) {
  .list-style .category-item__properties {
    margin-top: 20px;
  }
}
.grid-style .b-category-item__container {
  border: 1px solid #dfdfdf;
  overflow: hidden;
}
.grid-style .b-category-item__counts .product-tgk {
  display: none;
}
.grid-style .b-category-item__header .product-tgk {
  display: block;
  padding-top: 2px;
  color: #595959;
}
.grid-style .b-category-item__actions {
  position: static;
  width: 100%;
}
.grid-style .category-item__image {
  height: 240px;
}
.grid-style .category-item__image img {
  width: 100%;
  height: auto;
}
.grid-style .category-item__properties {
  width: 100%;
  float: none;
}
.grid-style .category-item__avalability {
  top: 5px;
  left: 0;
  font-size: 11px;
}
.grid-style .category-item__title {
  text-align: left;
}
@media (min-width: 481px) {
  .grid-style .category-item__avalability {
    top: 15px;
    left: 10px;
  }
  .grid-style .category-item__image {
    float: none;
    width: 100%;
    position: static;
  }
  .grid-style .category-item__image img {
    height: 240px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .grid-style .b-category-item__container {
    margin-bottom: 10px;
    min-height: 570px;
    border-color: #fff;
  }
  .grid-style .b-category-item__container:hover {
    border-color: #dfdfdf;
  }
  .grid-style .b-category-item__header .product-tgk {
    float: right;
  }
  .grid-style .b-category-item__header {
    width: 100%;
  }
  .grid-style .b-category-item__counts {
    width: 100%;
  }
  .grid-style .b-category-item__info {
    width: 100%;
  }
  .grid-style .category-item__title {
    text-align: center;
  }
}
.b-category-item__header,
.category-item__properties {
  text-align: left;
}
.category-item__highlight {
  display: none;
  color: #000;
}
.category-item__highlight em {
  font-weight: 700;
}
.category-item__avalability {
  color: #FFF;
  background: #9c744a;
  position: absolute;
  padding: 0 5px;
  display: block;
}
.b-catalog-only-available {
  float: right;
}
@media (min-width: 576px) {
  .b-catalog-only-available {
    position: relative;
    top: -45px;
  }
}
.productbox__discount-percent {
  position: absolute;
  top: 10px;
  left: 15px;
  bottom: auto;
  z-index: 100;
  transform: none;
  width: auto;
  height: auto;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 10px;
  background-color: #ff5e5f;
  color: #fff;
}
.productbox__discount-percent:before {
  content: "скидка ";
}
@media (min-width: 450px) {
  .productbox__discount-percent {
    font-size: 14px;
  }
}
@media (min-width: 481px) {
  .productbox__discount-percent {
    top: auto;
    left: 50%;
    bottom: 120px;
    transform: translateX(-140%);
    width: 60px;
    height: 60px;
    padding: 0;
    background: url("/static/shishkin/assets/discount_flag.B7K6nLW8.svg") no-repeat;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
  }
  .productbox__discount-percent:before {
    display: none;
    content: "";
  }
}
/*  DISCOUNTS GRID-STYLE
-------------------------------*/
.grid-style .productbox__discount-percent {
  top: 10px;
  left: 10px;
  bottom: auto;
}
@media (min-width: 481px) {
  .grid-style .productbox__discount-percent {
    top: 170px;
    left: 50%;
    bottom: auto;
  }
}
.b-category-item__header .product-tgk {
  color: #595959;
}
/*  DISCOUNTS LIST-STYLE
-------------------------------*/
.list-style .category-item__avalability {
  top: 15px;
  left: 0;
  font-size: 11px;
}
.list-style .b-category-item__counts .product-tgk {
  display: none;
}
.list-style .b-category-item__header .product-tgk {
  display: block;
  padding-top: 2px;
}
.list-style .b-category-item__container {
  width: 100%;
  padding: 10px 0;
  border: 1px solid transparent;
  border-bottom: 1px solid #dfdfdf;
}
.list-style .category-item__image {
  margin-right: 0;
  margin-top: 30px;
}
.list-style .category-item__image img {
  height: auto;
  width: 100%;
}
.list-style .productbox__discount-percent {
  top: 20px;
  left: 0;
  bottom: auto;
}
.list-style .category-item__title {
  text-align: left;
}
@media (min-width: 450px) {
  .list-style .category-item__title {
    height: auto;
  }
}
@media (min-width: 480px) {
  .list-style .b-category-item__container {
    padding: 10px 15px;
  }
}
@media (min-width: 481px) {
  .list-style .category-item__image {
    width: 98px;
    margin-right: 30px;
    margin-top: 30px;
    position: static;
  }
  .list-style .category-item__image img {
    height: 180px;
    width: auto;
  }
  .list-style .productbox__discount-percent {
    top: 15px;
    left: 10px;
    bottom: auto;
    width: auto;
    height: auto;
    background-color: #ff5e5f;
    font-size: 14px;
    line-height: 1.6;
    padding: 2px 10px;
    transform: none;
  }
  .list-style .productbox__discount-percent:before {
    display: inline;
    content: "скидка ";
  }
  .list-style .category-item__avalability {
    left: 10px;
  }
}
@media (min-width: 768px) {
  .list-style .b-category-item__counts .product-tgk {
    display: block;
    padding-top: 2px;
    color: #595959;
  }
  .list-style .b-category-item__header .product-tgk {
    display: none;
  }
  .list-style .category-item-desc__container {
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .list-style .b-category-item__container {
    border-bottom: 1px solid transparent;
  }
  .list-style .b-category-item__container:hover {
    border-color: #dfdfdf;
  }
}
.b-product-discount__carousel {
  height: 135px;
}
.product-detail-carousel__discount-img {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 79px;
  left: 25px;
  background: url("/static/shishkin/assets/discount_flag.B7K6nLW8.svg") no-repeat;
}
.product-detail-carousel__discount-percent {
  top: 89px;
  left: 32px;
  position: absolute;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
}
.b-category-item__container {
  position: relative;
}
.b-category-item__container .b-rating {
  height: 25px;
  overflow: hidden;
}
.b-category-item__container .b-compare {
  float: right;
  margin-right: 20px;
}
.b-category-item__price-container {
  width: 80%;
  margin: 10px auto;
}
.category-item__properties {
  margin: 5px auto 0;
  min-height: 105px;
  font-size: 0.9em;
  position: relative;
  left: -9px;
}
.category-item__properties ul {
  margin-bottom: 0;
}
.category-item__properties li {
  margin-bottom: 5px;
  color: #494949;
}
.b-category-items .buy {
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -220px -103px;
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #9c744a;
  float: right;
  margin-right: 10px;
}
.b-category-items .compare_list {
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -186px -103px;
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #9c744a;
  float: left;
  margin-left: 10px;
}
.b-category-items .compare_list.in_compare {
  background: #9c744a url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -254px -103px;
}
.category-item__title a {
  color: #9c744a;
}
/* =sort */
.b-category-sort__container {
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 20px;
  background: none;
  padding: 0 0 10px 0;
}
.b-sort__inner .title {
  margin-right: 5px;
  font-size: 11px;
}
.b-sort__inner .b-sort-type__item {
  position: relative;
  font-size: 12px;
}
@media (min-width: 768px) {
  .b-sort__inner .title {
    margin-right: 0;
    font-size: 12px;
  }
  .b-sort__inner .b-sort-type__item {
    position: static;
    font-size: 14px;
  }
}
.b-sort-type__item {
  margin-right: 15px;
  cursor: pointer;
  color: #808080;
}
.b-sort-type__item:hover {
  color: #9c744a;
}
.b-sort-type__item.active {
  font-weight: bold;
  color: #9c744a;
}
.b-sort-type__item.active .fa {
  visibility: visible;
  left: 5px;
}
.b-sort-type__item.active.sorting-search {
  cursor: not-allowed;
  pointer-events: none;
}
.b-sort-type__item .fa {
  visibility: hidden;
}
.b-sort-type__item .fa-sort-asc {
  top: 4px;
  position: relative;
}
.b-sort-type__item .fa-sort-desc {
  top: -2px;
  position: relative;
}
.b-list-type__item {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.b-list-type__container .title {
  position: relative;
  top: -1px;
  font-size: 0.9em;
}
.b-list-type__container .fa {
  color: #9c744a;
}
/* =pagenav */
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
  background: #CDCDCD !important;
  width: 33px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > span,
.pagination > li:last-child > a {
  text-indent: -99999px;
  display: block;
}
.pagination {
  border-radius: 0;
  font-size: 0;
}
.pagination > li {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
}
.pagination > li > a, .pagination > li > span {
  float: none;
}
.b-catalog-pagenav__container {
  text-align: center;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  background-color: #9c744a;
  color: #FFF;
  z-index: 2;
}
.pagination > li > a, .pagination > li > span {
  border: none;
  margin: 0;
  color: #595959;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination > li {
  height: 32px;
  display: flex;
  align-items: center;
}
.pagination > li:first-child > a:before,
.pagination > li:first-child > span:before {
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -308px -25px;
  width: 6px;
  height: 10px;
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 13px;
}
.pagination > li:last-child > a:before,
.pagination > li:last-child > span:before {
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -321px -25px;
  width: 6px;
  height: 10px;
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  right: 13px;
}
.b-catalog-pagenav__loadmore {
  border-radius: 3px;
  display: block;
  height: 35px;
  line-height: 35px;
  margin: 0 auto 10px;
  color: #595959;
  border-bottom: none !important;
  background: #F7F7F7;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 600;
}
.b-catalog-pagenav__loadmore:hover {
  background: #F3F3F3;
  color: #595959;
}
/* =list style */
.b-catalog-list__container.list-style {
  width: 100%;
  display: block;
}
.b-catalog-list__container.list-style .bookmarks__link,
.b-catalog-list__container.list-style .compare__link {
  padding: 0 5px;
  top: 80px;
  left: 80%;
  right: auto;
  opacity: 1;
}
.b-catalog-list__container.list-style .bookmarks__link svg, .b-catalog-list__container.list-style .bookmarks__link span,
.b-catalog-list__container.list-style .compare__link svg,
.b-catalog-list__container.list-style .compare__link span {
  display: inline-block;
  vertical-align: middle;
}
.b-catalog-list__container.list-style .bookmarks__link svg,
.b-catalog-list__container.list-style .compare__link svg {
  margin-right: 7px;
  border: none;
  width: 30px;
  height: 30px;
}
.b-catalog-list__container.list-style .bookmarks__link {
  transform: translateY(100%);
}
@media (max-width: 768px) {
  .b-catalog-list__container.list-style .compare__link svg, .b-catalog-list__container.list-style .bookmarks__link svg {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #949494;
    margin-right: 0px;
  }
  .b-catalog-list__container.list-style .compare__link:hover svg, .b-catalog-list__container.list-style .bookmarks__link:hover svg {
    fill: #9c744a;
    border-color: #9c744a;
  }
  .b-catalog-list__container.list-style .compare__link.was_added svg, .b-catalog-list__container.list-style .bookmarks__link.was_added svg {
    fill: #a3c52d;
    border-color: #a3c52d;
  }
  .b-catalog-list__container.list-style .compare__link, .b-catalog-list__container.list-style .bookmarks__link {
    padding: 0px;
    top: 25px;
    left: auto;
    right: 0;
  }
  .b-catalog-list__container.list-style .compare__link span, .b-catalog-list__container.list-style .bookmarks__link span {
    display: none;
    top: 15px;
  }
  .b-catalog-list__container.list-style .bookmarks__link {
    transform: none;
    top: 60px;
  }
}
.list-style .b-category-item__price-container {
  float: right;
}
.list-style .b-product-buttons {
  margin-top: 20px;
}
/* RATING
---------------------------------- */
.b-rating {
  color: #a3c52d;
}
.b-rating .rating-symbol {
  cursor: pointer;
  margin-right: 2px;
}
.b-rating .fa-star {
  font-size: 1.1em;
}
.rating__count {
  position: relative;
  font-weight: 100;
  font-size: 0.9em;
  color: grey;
}
.list-style .b-rating {
  width: auto;
}
/*	=DETAIL PRODUCT
--------------------------- */
.b-detail-product__container {
  position: relative;
}
.b-detail-product__properties-list .b-item__property .value {
  max-height: none;
}
.b-detail-product__title h1 {
  font-weight: bold;
}
.detail-product__small-desc {
  padding-top: 15px;
}
@media (min-width: 992px) {
  .detail-product__small-desc {
    padding-top: 0;
  }
}
@media (min-width: 576px) {
  .detail-product__description-section .b-item__property {
    display: inline-block;
    vertical-align: top;
    width: 48%;
  }
}
@media (min-width: 992px) {
  .detail-product__description-section .b-item__property {
    display: block;
    width: 100%;
  }
}
.b-product-filter {
  position: relative;
}
.b-product-filter .panel-collapse {
  position: absolute;
  width: 100%;
  z-index: 10000;
}
.b-product-filter .panel-collapse .panel-collapse {
  position: relative;
}
.b-product-filter .panel-body {
  background: #FFF;
  border: 1px solid #DDD;
}
.b-detail-product__title h1 {
  margin: 0 0 10px 0;
}
.b-detail-product__rating-container {
  margin-bottom: 15px;
}
.b-detail-product__rating-container .fa-2x {
  font-size: 1.4em !important;
}
.b-detail-product__rating-container .count {
  color: #333;
  position: relative;
  top: -2px;
  font-size: 16px;
}
.b-detail-product__rating-container .b-reviews {
  color: #333;
  font-size: 16px;
  top: -2px;
  position: relative;
}
.b-detail-product__rating-container .b-reviews img {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-top: -2px;
}
.b-detail-price__variant-container {
  margin-bottom: 10px;
}
.b-detail-price__variant-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
  font-size: 0.625rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .b-detail-price__variant-row {
    font-size: 0.75rem;
  }
}
.b-detail-price__variant-row.active {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #9c744a;
}
.b-detail-price__variant-row.active .btn-number {
  background-color: #fcfcfc;
}
.b-detail-price__variant-row.active .b-detail-price__count-container {
  opacity: 1;
}
.b-detail-price__variant-row label {
  font-weight: inherit;
}
.b-detail-price__variant-header {
  text-align: center;
  padding: 10px 10px 5px;
  font-size: 0.5rem;
}
@media (min-width: 1200px) {
  .b-detail-price__variant-header {
    font-size: 0.625rem;
  }
}
.b-detail-price__variant-header span {
  color: #595959;
  font-weight: normal;
}
.b-detail-price__variant-header span:first-child {
  text-align: left;
}
.b-detail-price__variant-header .b-detail-price__count-container {
  opacity: 1;
}
.b-detail-price__variant-title {
  text-align: left;
}
.b-detail-price__variant-name {
  font-size: 0.75rem;
}
@media (min-width: 1200px) {
  .b-detail-price__variant-name {
    font-size: 0.875rem;
  }
}
.b-detail-price__promo-text {
  display: block;
  font-weight: bold;
  font-size: 0.5rem;
  color: #9c744a;
}
@media (min-width: 1200px) {
  .b-detail-price__promo-text {
    font-size: 0.625rem;
  }
}
.b-detail-price__variant-package {
  flex-shrink: 1;
  flex-basis: 30%;
  width: 30%;
  padding-right: 5px;
}
.b-detail-price__variant-package label {
  line-height: 1;
  font-size: 0.75rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .b-detail-price__variant-package label {
    font-size: 0.875rem;
  }
}
.b-detail-price__variant-package .pseudo-radio {
  margin-right: 5px;
}
.b-detail-price__variant-select-wrap {
  position: relative;
}
.b-detail-price__variant-select {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #CCC;
  background: #FFF;
  appearance: none;
}
.b-detail-price__variant-select::-ms-expand {
  display: none;
}
.b-detail-price__variant-select option {
  background-color: #FFF;
  padding: 0 10px;
}
.b-detail-price__variant-select option:checked {
  color: #000;
  background-color: #CCC;
}
.b-detail-price__variant-select option:hover {
  color: #FFF;
  background-color: #9C744A;
}
.b-detail-proudct__small-desc {
  margin-bottom: 30px;
}
.b-detail-product__buy-container .b-detail-product__in_basket {
  display: none;
}
.b-detail-product__buy-container .b-detail-product__buy-button {
  display: block;
}
.b-detail-product__buy-container.in_basket .b-detail-product__in_basket {
  display: block;
}
.b-detail-product__buy-container.in_basket .b-detail-product__buy-button {
  display: none;
}
.b-detail-product__buy-button {
  display: block;
  background: #9c744a;
  border: none;
  height: 40px;
  line-height: 38px;
  color: #fff;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.b-detail-product__buy-button:hover {
  background: #84623f;
  color: #fff;
}
.b-detail-product__subscribe-button {
  display: block;
  margin-top: 10px;
  background: #9c744a;
  border: none;
  height: 40px;
  line-height: 38px;
  color: #fff;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.b-detail-product__subscribe-button:hover {
  background: #84623f;
  color: #fff;
}
.b-detail-product__subscribe-button[disabled], .b-detail-product__subscribe-button[disabled]:hover {
  background-color: buttonface;
  cursor: not-allowed;
}
.b-detail-product__in_basket {
  color: #9c744a;
  background: none;
  border: 1px solid #9c744a;
  height: 40px;
  line-height: 38px;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.b-carousel__main-not-found {
  text-align: center;
}
.b-detail-product__tabs-item {
  width: 50%;
  border: 1px solid #ddd !important;
  font-size: 12px;
}
.b-detail-product__tabs-item a {
  padding: 7px 10px !important;
  text-align: center;
  background-color: #fff !important;
}
@media (min-width: 375px) {
  .b-detail-product__tabs-item {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .b-detail-product__tabs-item {
    width: auto;
    border: none !important;
  }
  .b-detail-product__tabs-item a {
    margin-right: 1px !important;
    padding: 13px 40px !important;
    background: #ddd !important;
  }
}
@media (min-width: 768px) {
  .b-detail-product__tabs-item.active a {
    background-color: #f7f7f7 !important;
    border: none !important;
    color: #9c744a !important;
  }
}
.b-detail-product__tabs-item.discussion-tab {
  width: 100%;
}
@media (min-width: 768px) {
  .b-detail-product__tabs-item.discussion-tab {
    width: auto;
  }
}
div#zoomer {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  height: 32px;
  width: 32px;
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -336px -117px;
  cursor: pointer;
}
.b-carousel__main-image {
  position: relative;
  text-align: center;
}
.b-carousel__main-image a {
  display: none;
  min-height: 300px;
}
.b-carousel__main-image a:first-child {
  display: block;
}
.b-carousel__main-image product_img {
  height: auto;
  width: 100%;
}
@media (min-width: 576px) {
  .b-carousel__main-image product_img {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .b-carousel__main-image product_img {
    width: 100%;
  }
}
.b-detail-product__carousel .productbox__discount-percent {
  top: auto;
  right: 5px;
  bottom: 5px;
  left: auto;
  transform: none;
  width: 60px;
  height: 60px;
  padding: 0;
  background: url("/static/shishkin/assets/discount_flag.B7K6nLW8.svg") no-repeat;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
}
.b-detail-product__carousel .productbox__discount-percent:before {
  display: none;
  content: "";
}
/* =product carousel */
.b-carousel__thumb-item {
  float: left;
  padding: 3px;
  border: 1px solid #DFDFDF !important;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 65px;
  max-height: 73px;
  overflow: hidden;
  cursor: pointer;
}
.b-carousel__thumbnails-item span {
  overflow: hidden;
  height: 100px;
  width: 100px;
  display: block;
}
.b-carousel__thumb-item-to-video {
  position: relative;
}
.b-carousel__thumb-item-to-video:hover .dark-layer {
  opacity: 0.4;
}
.b-carousel__thumb-item-to-video .dark-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  cursor: pointer;
  background-color: #000;
  transition: opacity 0.1s;
}
.b-carousel__thumb-item-to-video .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13.7px;
  margin-left: -9.5px;
  cursor: pointer;
  background: url("/static/shishkin/assets/play_icon.Ne_MlPBg.svg") no-repeat;
  width: 19px;
  height: 27px;
}
/*	=price container
-------------------------- */
.available-to-customer-container {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.b-detail-price__count-container {
  flex-shrink: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
}
.b-detail-price__count-container label {
  font-size: 12px;
}
@media (min-width: 1024px) {
  .b-detail-price__count-container label {
    font-size: 14px;
  }
}
.b-detail-product__actions-container {
  padding: 0;
  font-size: 0;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  margin-bottom: 10px;
}
.b-detail-product__actions-container .bookmarks__link,
.b-detail-product__actions-container .compare__link {
  display: inline-block;
  padding: 0;
  width: 50%;
  position: static;
  line-height: 40px;
  text-align: center;
}
.b-detail-product__actions-container .bookmarks__link svg, .b-detail-product__actions-container .bookmarks__link span,
.b-detail-product__actions-container .compare__link svg,
.b-detail-product__actions-container .compare__link span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.b-detail-product__actions-container .bookmarks__link svg,
.b-detail-product__actions-container .compare__link svg {
  border: none;
  width: 30px;
  height: 30px;
}
.b-detail-product__price-container {
  margin-bottom: 5px;
}
.b-detail-product__price-container .rub-short svg {
  fill: #9c744a;
}
.b-detail-product__price-container .rub-short svg.svg--grey {
  fill: #737373;
}
.variant-option__price-container {
  flex-basis: 20%;
  flex-shrink: 1;
  padding: 0 1px;
}
.variant-option__price-container .rub-short svg {
  width: 9px;
  height: 9px;
}
.variant-option__price-container .prev-price {
  display: block;
  text-decoration: line-through;
  line-height: 1;
}
.variant-option__price-container .current-price {
  font-weight: bold;
  color: #9c744a;
  font-size: 0.75rem;
}
@media (min-width: 1200px) {
  .variant-option__price-container .current-price {
    font-size: 0.875rem;
  }
}
.variant-option__price-container .current-price__value--grey {
  color: #737373;
}
.b-detail-price__variant-count {
  flex-basis: 15%;
  flex-shrink: 1;
}
.b-detail-price {
  padding: 20px 10px 0;
  background: #F7F7F7;
}
.b-detail-price .available-to-customer-container {
  padding: 0 10px;
}
.b-detail-price .action-buttons {
  padding: 0 10px;
}
.b-detail-price .counter__button {
  width: 25px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  font-size: 20px;
}
.b-detail-price .counter__input {
  width: 30px;
  height: 30px;
  font-size: 0.75rem;
}
@media (min-width: 1200px) {
  .b-detail-price .counter__input {
    font-size: 0.875rem;
    width: 35px;
  }
}
.crossed_out {
  position: absolute;
  top: 50%;
  left: -2px;
  display: block;
  width: 95%;
  height: 1px;
  background: #f74040;
  transform: rotate(-6deg);
}
.detail-price__container {
  font-size: 25px;
  font-weight: bold;
  color: #9c744a;
  margin-bottom: 20px;
  padding: 0 10px;
}
.detail-price__container .rub-short svg {
  width: 17px;
  height: 17px;
}
@media (min-width: 992px) {
  .detail-price__container .rub-short svg {
    width: 20px;
    height: 20px;
  }
}
.detail-price__container .crossed_out {
  height: 2px;
}
.detail-price__container .variant {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.detail-price__container .title {
  font-size: 0.5em;
  font-weight: 100;
}
.detail-price__container .variant--grey {
  color: #737373;
}
.detail-price__container .variant--grey .title {
  color: #9C744A;
}
.detail-price__container .b-variant-price__old {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.detail-price__container .b-variant-price__old-value {
  position: relative;
  color: #777;
}
@media (min-width: 992px) {
  .detail-price__container {
    font-size: 28px;
  }
}
.b-detail-price__title {
  padding: 0px 10px;
  font-weight: bold;
}
.b-detail-price__price-container {
  margin-top: 9px;
  margin-bottom: 15px;
}
.b-detail-price__button-container {
  flex-grow: 1;
}
.b-detail-price__payment-info {
  font-size: 13px;
}
.b-detail-price__payment-info a {
  display: block;
}
.b-detail-price__payment-info a.guarantee-link {
  margin: 20px auto 30px;
}
.b-detail-price__message {
  color: #737373;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  margin: 24px 0;
}
.b-detail-price__message_not_available {
  color: #737373;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}
/* =warehouse container */
.b-detail-price__warehouse-container {
  color: #9c744a;
  padding: 0 10px;
}
.b-warehouse__count__container {
  margin-bottom: 10px;
}
/* =properties */
.b-detail-proudct__properties-item span {
  display: block;
  text-align: right;
}
.b-detail-proudct__properties-item label {
  float: left;
  text-align: center;
  display: block;
  width: 25px;
}
/* =rating */
.b-detail-product__price-container .b-rating {
  margin-right: 10px;
}
/* =progress bar */
.b-product-effects__container {
  margin-top: 30px;
  margin-bottom: 20px;
}
.b-product-effects__container .title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}
#skills span {
  top: -30px;
  left: 2%;
  position: relative;
  font-size: 1.4em;
  font-weight: bolder;
  font-family: monospace;
  color: #FFF;
}
progress {
  -webkit-appearance: progress-bar;
  background-color: #DDD;
  border: 0;
  height: 15px;
  width: 100%;
}
progress::-webkit-progress-bar {
  background-color: #DDD;
}
progress::-webkit-progress-value {
  background-color: #a3c52d;
}
progress::-moz-progress-bar {
  background-color: #a3c52d;
}
/* ie */
progress[value] {
  color: #a3c52d;
}
.b-product-effects__item {
  padding-right: 30px;
  margin-bottom: 10px;
}
.b-product-effects__item-title {
  margin-bottom: 5px;
  display: block;
}
/* =tastes */
.taste__item-img-container {
  height: 84px;
  display: flex;
  justify-content: center;
}
.taste__item, .taste__item-clicked {
  background: #F7F7F7 none repeat scroll 0 0;
  display: block;
  float: left;
  font-size: 13px;
  height: 127px;
  margin-bottom: 20px;
  margin-right: 2%;
  text-align: center;
  width: 32%;
  overflow: hidden;
}
.taste__item:hover, .taste__item-clicked:hover {
  background-color: #DDD;
}
.taste__item:nth-child(3n), .taste__item:last-child, .taste__item-clicked:nth-child(3n), .taste__item-clicked:last-child {
  margin-right: 0;
}
.taste__item .inner, .taste__item-clicked .inner {
  padding-top: 5px;
}
.taste__item span, .taste__item-clicked span {
  font-size: 12px;
}
.taste__item a,
.taste__item a:hover, .taste__item-clicked a,
.taste__item-clicked a:hover {
  color: #595959;
}
@media (min-width: 480px) {
  .taste__item span, .taste__item-clicked span {
    font-size: 13px;
  }
}
.taste__item-clicked {
  cursor: pointer;
}
/* =tabs */
.b-detail-product__tabs-container {
  margin: 30px 0;
}
.b-detail-product__tabs-container .nav-tabs {
  margin-bottom: 15px;
  display: flex;
}
.b-detail-product__tabs-container .nav-tabs li {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-detail-product__tabs-container .tab-pane {
  background: #F7F7F7;
  padding: 15px;
}
.b-detail-product__tabs-container .nav-tabs li a {
  background: #DDD none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #000;
  margin-right: 1px;
  padding: 13px 40px;
}
.b-detail-product__tabs-container .nav-tabs li.active a {
  background-color: #F7F7F7;
  border: none;
  color: #9c744a;
  font-weight: bold;
}
.b-detail-product__tabs-container .b-discuss__textarea {
  height: 200px;
}
.b-detail-product__tabs-container .b-reviews__item {
  border-bottom: 1px solid #DDD;
}
.b-detail-product__tabs-container .b-reviews__item:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .b-detail-product__tabs-container .nav-tabs {
    margin-bottom: 0;
    border: none;
  }
  .b-detail-product__tabs-container .tab-pane {
    padding: 40px;
  }
}
.b-discuss__input {
  margin-bottom: 10px;
}
.b-discuss__input > textarea {
  resize: vertical;
}
/*  DETAIL CAROUSELS
------------------------------  */
.product-detail-carousel__item-text {
  overflow: hidden;
  margin-top: 10px;
  color: #9c744a;
}
.product-detail-carousel__item-link {
  display: block;
}
.product-detail-carousel__item-link .title {
  transition: color 0.3s ease-out;
}
.product-detail-carousel__item-link:hover .title {
  color: #a3c52d;
}
.product-detail-carousel__item-price_tgk {
  width: 100%;
  margin-bottom: 5px;
}
.product-detail-carousel__item-img {
  float: left;
  margin-right: 10px;
  text-align: center;
  width: 80px;
  padding-left: 10px;
  margin-top: 15px;
}
.product-detail-carousel__item-img img {
  width: auto !important;
  height: 100px;
  display: inline !important;
}
.product-detail-carousel__item-img.not-found img {
  width: auto;
  height: 100px;
}
#product_gallery {
  margin-top: 20px;
}
.product-detail-carousel__item-text .title {
  font-weight: 700;
  line-height: 1.3em;
  height: 40px;
  margin-bottom: 5px;
  overflow: hidden;
  font-size: 0.9em;
}
.product-detail-carousel__item-price {
  font-weight: bold;
}
.product-detail-carousel__item {
  padding-left: 20px;
}
.product-detail-carousel__item .b-rating {
  margin-left: 90px;
}
.product-detail-carousel__title-container {
  margin-bottom: 15px;
  position: relative;
}
.product-detail-carousel__title-container span {
  background: #FFF none repeat scroll 0 0;
  color: #595959;
  font-weight: bold;
  padding-right: 10px;
  position: relative;
  z-index: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .product-detail-carousel__title-container {
    margin-bottom: 0;
  }
  .product-detail-carousel__title-container::before {
    background: #EEE none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 100;
    right: 0;
  }
}
.product-detail-carousel__container {
  position: relative;
}
.product-detail-carousel__container .owl-nav div {
  position: absolute;
  height: 100%;
  background: none !important;
  width: 30px;
  top: 0;
  padding: 0 !important;
  margin: 0 !important;
}
.product-detail-carousel__container .owl-nav div i {
  font-size: 2em;
  color: #a3c52d;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.product-detail-carousel__container .owl-nav div i:hover {
  color: #9c744a;
}
.product-detail-carousel__container .owl-nav .owl-prev {
  left: 0;
}
.product-detail-carousel__container .owl-nav .owl-prev i {
  left: 0;
  right: auto;
}
.product-detail-carousel__container .owl-nav .owl-next {
  right: 0;
  text-align: right;
}
.product-detail-carousel__container .owl-nav .owl-next i {
  right: 0;
  left: auto;
}
/* =PRODUCT REVIEWS
------------------------------ */
.b-reviews__sort-container {
  margin: 10px 0;
}
.b-reviews__sort-container .label {
  display: inline-block;
  color: #000;
  font-size: 0.9em;
}
.b-reviews__container {
  overflow-wrap: break-word;
}
.b-reviews__container .title {
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 20px 0;
}
.b-reviews__container .b-reviews-user {
  float: left;
}
@media (min-width: 768px) {
  .b-reviews__container .title {
    font-size: 19px;
  }
}
.b-reviews__item {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #F7F7F7;
}
.b-reviews__message.answer {
  padding-left: 15px;
  margin-top: 15px;
}
.b-reviews__message.answer .b-reviews__message-inner {
  position: relative;
}
.b-reviews__message.answer .b-reviews__message-inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  top: 0;
  left: -15px;
  bottom: 35px;
  background-color: #DDD;
}
.b-reviews__message.answer .b-reviews__message-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -18px;
  width: 7px;
  height: 7px;
  background-color: #a3c52d;
  border-radius: 50%;
}
.b-reviews__sort-container .title {
  font-weight: 300;
  font-size: 1em;
  float: left;
  margin: 0 25px 0 0;
}
.b-reviews-user__name {
  word-wrap: break-word;
}
.b-reviews-user__name.admin {
  color: #9c744a;
}
.b-reviews-message__comment {
  margin-top: 20px;
  padding: 20px;
  background-color: #EEE;
}
.triangle-before-gray::before {
  content: "▲";
  position: absolute;
  transform: scaleX(2);
  left: 30px;
  top: 0;
  color: #EEE;
  font-size: 18px;
}
.b-reviews-message__comment-text {
  margin-top: 20px;
}
.b-reviews__message-answer {
  margin: 0;
}
@media (min-width: 768px) {
  .b-reviews__message-answer {
    margin-top: 20px;
  }
}
.b-reviews-message__signature-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.b-reviews-message__signature-container .b-reviews__message__like {
  flex-grow: 1;
}
@media (min-width: 767px) {
  .b-reviews__message-answer {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .b-reviews__message-answer {
    margin: 0;
  }
}
.b-reviews-message__answer-text {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .b-reviews-message__answer-text {
    margin: 0;
  }
}
.b-reviews-message__sign {
  float: left;
}
.b-reviews__sort-list {
  margin-bottom: 0;
}
.b-reviews__sort-list .active {
  position: relative;
  padding-right: 20px;
  color: #9c744a;
  font-weight: bold;
}
.b-reviews__sort-list .active span:before {
  position: relative;
  content: "▼";
  font-size: 8px;
  display: inline-block;
  transform: scaleX(1.6);
  top: -2px;
}
.b-reviews__sort-list .active span.asc:before {
  content: "▲";
}
.b-reviews__sort-list :first-child {
  padding-left: 0;
}
.b-reviews__sort-list :last-child {
  padding-right: 0;
}
@media (min-width: 576px) {
  .b-reviews__sort-list {
    display: inline-block;
    padding: 0 15px;
  }
}
.b-reviews__sort-list-item {
  display: inline-block;
  padding: 10px;
  color: #808080;
  cursor: pointer;
}
.b-reviews__sort-list-item:hover {
  color: #9c744a;
}
.b-reviews-message__logo-container {
  margin-top: -10px;
}
.b-reviews-message__logo img {
  height: 30px;
  vertical-align: bottom;
}
.b-reviews__item-image {
  height: 150px;
  width: auto;
}
.b-reviews-message__item .item-label {
  font-weight: bold;
  color: #000;
}
.b-reviews-message__list {
  margin-top: 10px;
}
.b-reviews-message__rating-result {
  margin-right: 10px;
}
.b-reviews-user__icon {
  display: none;
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -330px -59px;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  .b-reviews-user__icon {
    display: block;
  }
}
.b-reviews__user-container {
  padding: 0;
  text-align: center;
}
.b-reviews-statistics__container {
  margin-top: 10px;
}
.b-reviews__btn-show-more {
  background: #FFF none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #595959;
  display: block;
  font-size: 0.9em;
  font-weight: 600;
  height: 35px;
  line-height: 35px;
  margin: 0 auto 10px;
  text-transform: uppercase;
  width: 100%;
}
.b-reviews__btn-show-more:hover {
  background: #DDD;
}
.b-reviews-form__limit {
  font-size: 0.9em;
  color: #959595;
  margin-bottom: 16px;
}
.b-reviews-form__rules {
  background: #F5F5F5 none repeat scroll 0 0;
  font-size: 0.9em;
  padding: 1px 25px 25px;
}
.b-reviews-form__product {
  margin-bottom: 20px;
}
.b-reviews-form__product-name {
  color: #a3c52d;
  font-size: 1.4em;
  display: block;
}
.b-reviews-form__product-info img {
  width: 100px;
  height: auto;
  display: block;
  float: left;
  margin-right: 20px;
}
.b-reviews-form__product-info img.not_found {
  width: 180px;
}
.b-reviews-form__form-fields {
  clear: both;
}
.b-reviews-form__form-fields .form-control {
  resize: vertical;
}
/* =experience */
.b-reviews-message__experience {
  color: #848484;
}
/* =date */
.b-reviews-message__date {
  color: #848484;
}
/* =review message likes */
.b-reviews__message__like-list {
  display: inline-block;
  padding: 5px 10px;
}
.b-reviews__message__like-list li {
  display: inline-block;
}
.b-reviews__message__like {
  text-align: right;
}
.b-reviews__message__like .title {
  display: inline-block;
  font-size: 0.9em;
  font-weight: 300;
  margin: 0 10px 0 0;
  color: #848484;
}
.b-reviews__message__link {
  padding: 0 5px;
  font-size: 1.2em;
  cursor: pointer;
}
.b-reviews__message__link.up {
  color: #409057;
}
.b-reviews__message__link.up.active, .b-reviews__message__link.up:hover {
  color: #A2C441;
}
.b-reviews__message__link.down {
  color: #D60D32;
}
.b-reviews__message__link.down.active, .b-reviews__message__link.down:hover {
  color: #E76D66;
}
/*  =form add */
.b-add-review__container .title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}
.b-user-reviews__product-title {
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .b-user-reviews__product-title {
    margin-top: 0;
    text-align: left;
  }
}
.b-add-review__rate .rating-symbol {
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
}
.b-add-review__button {
  margin-bottom: 20px;
}
.b-add-review__button a {
  display: block;
}
.b-reviews-statistics__item {
  margin-bottom: 5px;
}
.b-reviews-statistics__item .b-rating {
  float: left;
  margin-right: 5px;
}
.b-reviews-statistics__link {
  border-bottom: 1px dotted;
}
.b-add-review__rate input {
  display: none;
}
.file-preview {
  clear: both;
}
.file-loading {
  visibility: hidden;
}
.fileinput-images__container {
  margin-bottom: 0;
}
.file-preview-frame {
  background-color: #FFF;
}
.fileinput-remove {
  float: right;
  padding: 3px 10px;
  background-color: #FFF;
  border: 1px solid #CCC;
  cursor: pointer;
}
.fileinput-remove-button {
  display: none;
}
.file-input-new {
  float: left;
}
.b-reviews-form__submit-container {
  float: left;
}
/* =DISCUSS
------------------------------------ */
.b-discuss__container {
  margin: 20px 0;
  color: #777;
  font-size: 1em;
  overflow-wrap: break-word;
}
.b-discuss__container .title {
  color: #333;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 10px;
}
.b-voting__count {
  position: relative;
  top: 1px;
  margin-right: 10px;
}
.b-voting__up,
.b-voting__down {
  display: inline-block;
  position: relative;
  font-size: 1.7em;
}
.b-voting__up {
  color: #409057;
  top: 4px;
}
.b-voting__up:focus {
  color: #409057;
}
.b-voting__up.active, .b-voting__up:hover {
  color: #A2C441;
}
.b-voting__down {
  color: #D60D32;
  top: -7px;
}
.b-voting__down:focus {
  color: #D60D32;
}
.b-voting__down.active, .b-voting__down:hover {
  color: #E76D66;
}
.b-voting__controls {
  float: left;
  margin-right: 10px;
  position: relative;
  top: -5px;
}
.b-voting__controls a {
  border: none;
}
.b-voting__user,
.b-voting__hide,
.b-voting__admin,
.b-voting__delete {
  float: left;
  margin-right: 10px;
  font-weight: bold;
}
.b-discuss__message-text {
  color: #444;
  margin-bottom: 5px;
  font-size: 0.95em;
}
.b-discuss__message-admin {
  color: #9B7449;
}
.b-discuss__message {
  margin-top: 10px;
}
.b-discuss__message .inner {
  padding-left: 30px;
}
.b-reply__button {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em;
}
.discuss__message__inner {
  padding: 0;
}
.discuss__message__inner:hover {
  background: transparent;
}
.discuss__message__inner.rejected {
  color: #d0d0d0;
  background: #f7f7f7;
}
.discuss__message__inner.rejected > div, .discuss__message__inner.rejected > div a {
  color: #b7b7b7;
}
.discuss__message__inner.rejected:hover {
  background: #ededed;
}
@media (max-width: 481px) {
  .discuss__message__inner {
    padding: 10px;
  }
  .discuss__message__inner:hover {
    background: transparent;
  }
}
.timeago {
  font-size: 0.8em;
}
.b-reply-form__cancel-button {
  padding: 7px 10px;
  border: 1px solid #dfdfdf;
}
.b-reply-form__cancel-button:hover {
  background: #FFF;
}
/* =form add */
.b-discuss__form .title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.2em;
}
.b-discuss__textarea {
  margin-bottom: 20px;
}
.b-voting__count {
  font-weight: bold;
  font-size: 1.1em;
}
.b-voting__count.positive {
  color: #60CE21;
}
.b-voting__count.negative {
  color: #EF4A4A;
}
.b-discuss__message-rating.b-voting {
  height: 25px;
}
.b-discuss__message.inner {
  padding-right: 0;
}
.b-discuss__rules {
  font-size: 0.9em;
  margin-top: 31px;
}
.b-reply__form {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .b-reply__form {
    width: 50%;
  }
}
.b-reply__form .b-reply__cancel {
  float: right;
}
/* =PRICELIST PAGE
----------------------------*/
.b-pricelist__show-only-available,
.b-pricelist__expand_price {
  padding-left: 5px;
}
.b-pricelist__group {
  background: #F7F7F7;
  margin-bottom: 1px;
}
.b-pricelist__group.opened .accordion-body {
  display: block;
}
.b-pricelist__group:last-child {
  border: none;
}
.b-pricelist__item-name {
  font-weight: bold;
  color: #9c744a;
  display: block;
  padding: 5px 0;
}
.b-pricelist__item-name:hover {
  color: #84623f;
}
.b-pricelist__header {
  color: #9c744a;
  padding: 8px 15px;
  display: block;
  background: #DDD;
}
.b-pricelist__header.collapsed {
  background: none;
}
a.b-pricelist__header:hover,
a.b-pricelist__header:active {
  color: #84623f;
}
.b-pricelist__header {
  font-size: 1.4em;
}
.b-pricelist__item:last-child,
.b-pricelist__variant:last-child {
  border: none;
}
.b-pricelist__variant__price {
  display: inline-block !important;
  text-align: right;
  width: 55%;
}
.b-pricelist__item {
  padding: 5px 0 10px;
  transition: all 0.1s linear;
}
.b-pricelist__variant {
  transition: all 0.1s linear;
  padding: 10px 0 0;
}
.b-pricelist__variant:hover {
  background: #DDD;
}
.b-pricelist__item-count input.count {
  width: 60px;
  text-align: center;
}
.b-pricelist__item-count {
  position: relative;
  top: -5px;
}
.b-pricelist__item-count > * {
  display: inline-block;
}
.b-pricelist__variant span {
  display: block;
}
.variants-counter-button {
  color: #FFF;
  background: #a3c52d;
  border: none;
}
.variants-counter-button:hover {
  background: #9c744a;
}
/* =total */
.b-pricelist__total-container .title {
  font-size: 2em;
  margin-right: 10px;
}
.b-pricelist__total-currency {
  font-size: 2em;
}
.b-pricelist__total-price {
  margin-right: 10px;
  font-weight: bold;
  font-size: 2em;
}
.b-pricelist__total-container {
  text-align: right;
}
.b-pricelist-titles__list {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.b-pricelist-titles__list {
  padding: 10px 0;
  background: #F2F2F2;
}
#pricelist_header.stick {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  left: 0;
  right: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176);
}
.b-pricelist__container {
  position: relative;
}
.b-pricelist__heplers {
  margin-bottom: 10px;
}
.b-pricelist__heplers label {
  font-weight: 400;
}
.b-pricelist__heplers label {
  position: relative;
  top: -1px;
}
.b-pricelist__total-order {
  margin: 15px 0;
}
.b-pricelist__subscriber-email {
  text-align: left !important;
  margin: 0 10px 0 0;
  width: 100%;
}
.b-detail-price__subscribe-information {
  font-weight: bold;
  margin-bottom: 15px;
}
.b-pricelist__item-text {
  text-align: center;
}
.b-pricelist__btn-subscribe {
  margin: 0 10px;
}
.b-pricelist__variants-list {
  margin-bottom: 10px;
}
.b-detail-price__subscriber-email {
  text-align: left !important;
  height: 40px;
}
.b-detail-price__btn-subscribe {
  margin: 10px 0;
}
/* =BASKET
-------------------------------*/
/* =order process path */
.bs-wizard {
  position: relative;
  padding-right: 15px;
  margin-bottom: 20px;
}
.bs-wizard-step a,
.bs-wizard-step a:hover {
  color: #FFF;
}
.bs-wizard > .bs-wizard-step {
  background: #F7F7F7;
  height: 46px;
  line-height: 46px;
  color: #B4A1A9;
}
.bs-wizard > .bs-wizard-step:before {
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -114px -343px;
  width: 16px;
  height: 46px;
  content: "";
  display: block;
  position: absolute;
  right: -16px;
  z-index: 10000;
}
.bs-wizard > .bs-wizard-step.active:before,
.bs-wizard > .bs-wizard-step.complete:before {
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -85px -343px;
  top: -1px;
}
.bs-wizard > .bs-wizard-step.disabled:before {
  width: 19px;
  right: -19px;
}
.bs-wizard > .bs-wizard-step.active,
.bs-wizard > .bs-wizard-step.complete {
  color: #9c744a;
  font-weight: 600;
  background: #FFF;
  border: 1px solid #D4BAA2;
}
.bs-wizard-stepnum {
  font-size: 12px;
  padding-left: 25px;
}
@media (min-width: 1024px) {
  .bs-wizard-stepnum {
    padding-left: 35px;
  }
}
.bs-wizard-step.complete .bs-wizard-stepnum {
  color: #9c744a;
}
.b-basket__list {
  margin-bottom: 25px;
}
.b-basket__item {
  border-bottom: 1px solid #DFDFDF;
  padding: 10px 0;
  position: relative;
}
.b-basket__item:first-child {
  border-top: 1px solid #dfdfdf;
}
.b-basket__item .inner {
  overflow: hidden;
}
.b-basket__item .total_price {
  font-weight: bold;
}
@media (min-width: 768px) {
  .b-basket__item {
    min-height: 125px;
  }
  .b-basket__item:first-child {
    border-top: none;
  }
}
.b-basket__item-name {
  display: block;
  font-weight: 700;
  font-size: 1em;
  color: #9c744a;
}
.b-basket__item-name a:hover {
  color: #84623f;
}
.b-basket__item-description {
  font-size: 0.9em;
}
.b-basket__item-free_pay {
  font-weight: bold;
}
.b-basket__item-bonus__quantity {
  display: block;
  margin-top: 30px;
  padding-left: 7px;
}
.b-basket-variants__list {
  margin-bottom: 20px;
}
.b-basket-variants__item {
  margin-top: 30px;
}
.b-basket-variants__list .b-basket-variants__item:last-child {
  margin-bottom: 15px;
}
.b-basket__item-select-container,
.b-basket__item-price,
.b-basket__item .total_price,
.b-basket__item-bonus__quantity,
.b-basket__item-free_pay {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .b-basket__item-select-container,
  .b-basket__item-price,
  .b-basket__item .total_price,
  .b-basket__item-bonus__quantity,
  .b-basket__item-free_pay {
    height: 105px;
  }
}
.b-basket__item-price {
  position: relative;
  line-height: inherit;
}
@media (min-width: 768px) {
  .b-basket__item-price {
    line-height: 1.6;
  }
}
.b-basket__item-price-value-container {
  position: relative;
  padding-left: 5px;
}
.b-basket__item-price.new-price {
  position: absolute;
  top: 23px;
  font-weight: 700;
}
.b-basket__item-variant {
  color: #666;
  font-size: 0.9em;
}
.b-basket__item-remove {
  background: #F7F7F7 none repeat scroll 0 0;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 40px;
  color: #a3c52d;
  z-index: 99;
}
@media (min-width: 768px) {
  .b-basket__item-remove {
    left: 0;
    top: 30px;
    right: auto;
  }
}
.b-basket__item-image {
  display: block;
  margin: auto;
  text-align: center;
}
.b-basket__item-image a {
  border: none;
}
.b-basket__item-image img {
  width: 60px;
}
@media (min-width: 768px) {
  .b-basket__item-image {
    margin-left: 45px;
  }
}
.b-basket-bonuses__quantity {
  margin-top: 30px;
  font-weight: bold;
}
.b-basket__item.bonus:before {
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -149px -290px;
  width: 40px;
  height: 91px;
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 99;
}
.b-basket__item-name-container {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
}
@media (min-width: 768px) {
  .b-basket__item-name-container {
    height: 105px;
    font-size: 12px;
  }
}
.b-basket-page__choice-bonuses-container {
  display: none;
  transform: rotate(-90deg);
  display: inline-block;
  margin-top: 150px;
  margin-left: -1430px;
}
@media (max-width: 1280px) {
  .b-basket-page__choice-bonuses-container {
    display: block;
  }
}
.b-choice-bonuses-container__button {
  padding: 12px;
}
.b-basket__chosen-bonuses-title {
  font-size: 1.875em;
  font-weight: bold;
  padding: 25px 0;
  margin: 0;
}
.b-basket__chosen-bonuses-container .kit-btn {
  margin: 30px auto;
}
.bonus-item .counter__button {
  padding: 0;
}
.b-bonuses-for-score__container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .b-bonuses-for-score__container {
    width: 900px;
  }
}
.b-bonuses-for-score__container .modal-content {
  border-radius: 0;
}
.b-bonuses-for-score__container .modal-header {
  border: none;
  position: relative;
  padding: 20px 15px;
}
.b-bonuses-for-score__container .modal-footer {
  border: none;
  padding: 0 10px;
}
.b-bonuses-for-score__container .modal-body {
  max-height: 290px;
  overflow: auto;
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) and (min-height: 700px) {
  .b-bonuses-for-score__container .modal-body {
    max-height: 400px;
  }
}
@media (min-width: 1200px) and (min-height: 900px) {
  .b-bonuses-for-score__container .modal-body {
    max-height: 580px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b-bonuses-for-score__container .b-bonuses-for-score__item .b-bonuses-for-score__middle-valign {
    height: auto;
    display: block;
  }
}
@media (min-width: 768px) {
  .b-bonuses-for-score__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.b-bonuses-for-score__title {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  max-width: 240px;
  margin: 0 auto 11px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .b-bonuses-for-score__title {
    margin: 0;
    text-align: left;
    max-width: 100%;
  }
}
.b-bonuses-for-score__balance-container {
  position: relative;
  text-align: center;
}
.b-bonuses-for-score__balance-img {
  display: none;
}
@media (min-width: 768px) {
  .b-bonuses-for-score__balance-img {
    display: block;
    margin-left: auto;
    margin-right: 65px;
  }
}
.b-bonuses-for-score__balance-text {
  font-weight: 600;
  font-size: 1.2em;
}
.b-bonuses-for-score__balance {
  color: #9c744a;
  font-weight: bold;
}
.b-bonuses-for-score__middle-valign {
  display: table-cell;
}
@media (min-width: 768px) {
  .b-bonuses-for-score__middle-valign {
    height: 105px;
    vertical-align: middle;
  }
}
.b-bonuses-for-score__item-total-price {
  font-weight: bold;
}
.b-bonuses-for-score__footer {
  padding: 20px 0;
  text-align: center;
}
.b-bonuses-for-score__item {
  padding: 10px 0;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
}
/* ...unapplied-bonuses */
.unapplied-bonuses {
  margin-top: 30px;
}
.unapplied-bonuses__title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 15px;
}
.unapplied-bonuses__item {
  display: flex;
  padding: 10px;
  background: #f7f7f7;
  margin-bottom: 15px;
}
.unapplied-bonuses__target {
  font-size: 0.9em;
}
.unapplied-bonuses__name {
  font-weight: bold;
}
.unapplied-bonuses__description {
  font-size: 0.9em;
  margin-bottom: 5px;
  margin-right: 0;
}
@media (min-width: 480px) {
  .unapplied-bonuses__description {
    margin-right: 80px;
  }
}
.unapplied-bonuses__img {
  display: block;
  width: 60px;
  margin-right: 20px;
  margin-left: 10px;
}
.unapplied-bonuses__img img {
  width: 60px;
  height: auto;
}
.unapplied-bonuses__text {
  flex-grow: 1;
  padding-right: 10px;
}
/* unapplied-bonuses... */
.your-order__discount-container {
  line-height: 1.6em;
  margin-bottom: 25px;
}
.your-order__discount-item {
  color: #9c744a;
  font-size: 0.9em;
}
/* =basket banners */
.clean_template .b-bottom__triggers {
  margin-top: 60px;
}
.b-bottom__triggers {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
  display: table;
}
.b-bottom__triggers .title {
  font-size: 1.4em;
  margin-bottom: 10px;
}
.b-bottom__triggers > div {
  display: table-cell;
}
@media (min-width: 992px) {
  .b-bottom__triggers {
    display: block;
  }
}
.b-bottom__triggers-item {
  font-size: 0.9em;
  padding: 15px;
  line-height: 1.5;
  background: #F7F7F7;
  margin-bottom: 20px;
  height: 100%;
  min-height: 225px;
}
.discounts-banner li {
  margin-bottom: 10px;
}
/*!* =PAYMENTS LIST
---------------------------*!

.b-payments__container .subtitle {
    font-weight: bold;
    font-size: 1.2em;
    margin: 10px 0;
}

.b-payments__item {
    margin-bottom: 10px;
    label {
        display: block;
        width: 85%;
        float: left;
        font-weight: bold;
    }
    input[type='checkbox'] {
        margin-right: 10px;
        -ms-transform: scale(1.5); !* IE *!
        -moz-transform: scale(1.5); !* FF *!
        -webkit-transform: scale(1.5); !* Safari and Chrome *!
        -o-transform: scale(1.5); !* Opera *!
    }
    @media (min-width: 480px) {
        label {
            display: inline-block;
            vertical-align: top;
            float: none;
            width: auto;
        }
    }
}

.b-payments__item-icon__container {
    display: block;
    float: left;
    text-align: center;
    width: 50px;
}

.b-payments__container .panel {
    border: none;
    box-shadow: none;
}

.b-payments__container {
    .panel-heading {
        font-weight: bold;
        border: none;
        background: #F7F7F7;
        color: $primary-color;
    }
}

!* =payments prices *!

.b-payments__price div {
    margin-bottom: 10px;
    font-size: 1.2em;
}

.b-payments__price .title {
    font-weight: bold;
}

.b-payments-additional-info__item {
    font-size: 0.9em;
    color: #666;
}

.b-deliveries__item {
    margin-bottom: 10px;
}

.b-deliveries__item label,
.b-payments__item label {
    font-weight: 400;
    margin-left: 10px;
    .pseudo-radio {
        float: left;
        margin-right: 10px;
        position: relative;
        top: 2px
    }
}

.b-payments__limit_exceeded {
    font-weight: bold;
    margin-top: 10px;
    text-align: right;
}

!* widget in orders pages *!
.you-order__container {
    padding: 0;
    .panel {
        background: #F7F7F7;
        border: none;
        box-shadow: none;
        border-radius: 0;
        padding: 30px 30px;
    }
    .panel-body {
        padding: 0;
    }
    .panel-heading {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        font-size: 1.2em;
        color: $secondary-color;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .b-order__submit {
        margin-top: 20px;
    }
}

.b-your-order__count {
    color: $primary-color;
    margin-bottom: 10px;
}

.b-your-order__price {
    padding: 0 0 10px;
}

.b-your-order__shipping-price {
    padding-bottom: 10px;
}

.b-your-order__total {
    border-top: 1px solid #DFDFDF;
    padding-top: 10px;
    font-weight: bold;
    font-size: 1.2em;
}

.b-your-order__total .price {
    font-weight: bold;
    font-size: 1.1em;
}

.b-order__submit .btn {
    display: block;
    font-size: 0.9em;
    height: 45px;
    line-height: 45px;
    padding: 0;
    width: 100%;
}

.b-your-order__total.original {
    opacity: 0.6;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 10px;

    span {
        font-weight: 400;
    }
}*/
.has_discount {
  opacity: 0.6;
}
.b-basket-total__container {
  font-size: 1.4em;
  margin-top: 20px;
  text-align: right;
}
.b-basket-total__container .title {
  margin-right: 10px;
}
.b-basket-total__total-price {
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
  width: 66px;
}
.b-basket-total__container {
  margin-bottom: 30px;
}
.b-basket__notification {
  font-size: 2em;
  margin: 100px 0 50px;
  text-align: center;
  min-height: 200px;
}
.make-order {
  font-size: 0.8em;
  margin-top: 10px;
  padding: 5px 32px;
}
.b-basket-titles__list {
  font-weight: bold;
  font-size: 1em;
  padding: 10px 0;
  border-bottom: 1px solid #EEE;
}
.b-your-order__products-price {
  margin-bottom: 10px;
}
.b-your-order__products-price .price {
  font-weight: bold;
}
/* =SHIPPING
--------------------------------- */
/* =shipping page */
.b-departure-type__description {
  font-size: 0.9em;
  padding: 15px;
}
.b-departure-type__list .text {
  padding-left: 10px;
}
.b-departure-type__list label {
  background: #F7F7F7;
  display: block;
  width: 100%;
  line-height: 40px;
  padding: 10px 15px;
}
@media (min-width: 480px) {
  .b-departure-type__list label {
    height: 40px;
    padding: 0 15px;
  }
}
.b-shipping__comment_input {
  resize: vertical;
}
.b-departure-type__item {
  margin-bottom: 30px;
}
.b-departure-type__item .text {
  display: block;
  float: left;
  line-height: 1.4;
  width: 90%;
}
@media (min-width: 480px) {
  .b-departure-type__item .text {
    width: auto;
    display: inline;
    float: none;
    line-height: 40px;
  }
}
.inline-controls div {
  float: left;
  margin-right: 10px;
}
.b-shipping__container .panel-heading {
  padding-left: 0;
  margin-bottom: 20px;
}
.b-shipping__container .panel-body {
  padding: 0;
}
.b-shipping__container .form label {
  font-weight: bold;
  float: left;
  width: 24%;
}
@media (min-width: 480px) {
  .b-shipping__container .form label {
    font-weight: 400;
  }
}
.b-private-house__container {
  float: right !important;
  width: 73%;
  padding-left: 30px;
}
.b-shipping__container form input[type=text],
.b-shipping__container form textarea,
.b-shipping__container form select {
  width: 100%;
}
@media (min-width: 480px) {
  .b-shipping__container form input[type=text],
  .b-shipping__container form textarea,
  .b-shipping__container form select {
    float: right;
    width: 74%;
  }
}
.b-shipping__container form input[type=text],
.b-shipping__container form textarea,
.b-shipping__container form select {
  width: 100%;
}
@media (min-width: 480px) {
  .b-shipping__container form input[type=text],
  .b-shipping__container form textarea,
  .b-shipping__container form select {
    float: right;
    width: 74%;
  }
}
.b-shipping__city-list {
  background: #FFF !important;
}
/* shipping form */
.b-shipping__form {
  background: #F7F7F7;
  padding: 20px;
}
.b-shipping__form label {
  font-weight: 400;
}
.b-shipping__form small.help-block {
  color: #FF5151;
  float: right;
  margin-bottom: 0;
  margin-top: 0;
  min-width: 250px;
  padding: 0 5px;
  text-align: right;
  white-space: break-spaces;
}
.b-shipping__form button.btn {
  width: 100%;
}
@media (min-width: 480px) {
  .b-shipping__form button.btn {
    width: 40%;
  }
}
.b-private-house__label {
  position: relative;
  display: inline;
}
.b-private-house__label .pseudo-checkbox {
  position: absolute;
  top: 1px;
  left: 106px;
}
@media (min-width: 480px) {
  .b-private-house__label .pseudo-checkbox {
    left: 107.5%;
  }
}
/*	=SUCCESS PAGE
--------------------------------*/
.b-complete-order__info td {
  padding: 5px 5px;
}
.b-complete-order__info .title {
  font-weight: bold;
}
.payment-redirect__container {
  font-size: 1.3em;
  border: 5px solid #FC0;
  padding: 10px;
  text-align: center;
}
#countdown {
  font-weight: bold;
  border-bottom: 3px solid #000;
}
.payment-paid__message {
  padding: 10px;
  margin-bottom: 20px;
  border: 3px solid #9c744a;
  text-transform: uppercase;
  text-align: center;
}
.payment-paid__message span {
  border-bottom: 2px solid #595959;
}
.payment-not-paid__message {
  padding: 10px;
  border: 3px solid #FC0;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
/*	=COMPARE PAGE
------------------------------- */
/* =compare widget */
.b-compare span.text {
  border-bottom: 1px dotted;
}
.b-rating__text {
  display: inline-block;
  margin-right: 5px;
  color: #2D2D2D;
  font-size: 14px;
  top: -1px;
  position: relative;
}
/*	=SCROLL TO TOP
--------------------------------*/
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #9c744a;
  color: #EEE;
  width: 50px;
  height: 50px;
  line-height: 50px;
  right: 30px;
  bottom: 100px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.scroll-top-inner {
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -280px -35px;
  width: 18px;
  height: 8px;
  top: 20px;
  position: relative;
  margin: 0 auto;
  display: block;
}
.scroll-top-wrapper:hover {
  background-color: #84623f;
}
.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1;
}
.clear_page header,
.clear_page .b-topline,
.clear_page .b-footer__container,
.clear_page .static-nav__container {
  display: none;
}
/*	=MOBILE AUTH
--------------------------- */
.b-mobile__auth a {
  width: 48%;
  display: inline !important;
}
.b-mobile__auth {
  margin-bottom: 20px;
}
.b-mobile__auth.footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 15px 0;
}
.b-mobile__auth.footer .title {
  flex-basis: 100%;
  margin-top: 15px;
}
.b-mobile__auth-list {
  margin: 10px auto;
}
.b-mobile__auth-list li {
  float: left;
}
.b-mobile__auth-list li:nth-last-child(1) {
  margin-left: 15px;
}
.b-reply__form-box {
  display: none;
}
.b-voting__time {
  float: left;
  margin-right: 10px;
}
/* SEARCH PAGE
-------------------------------- */
.b-header-search__input-container {
  margin-bottom: 0;
}
.b-header-search__autocomplete-list {
  background-color: #FFF;
}
.b-header-search__autocomplete-item {
  position: relative;
}
.b-header-search__available {
  display: none;
  position: absolute !important;
  right: 0;
  top: 0;
  font-size: 0.8em;
  color: #9c744a !important;
}
span.b-header-search__available.not_available {
  display: block;
  background: #F7F7F7;
  border: none !important;
  padding: 2px 5px !important;
  top: 5px;
  right: 5px;
}
.b-header-search__autocomplete-item-a {
  border: none;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px !important;
}
.b-header-search__autocomplete-item-a.ui-state-active {
  background: #DFDFDF !important;
  color: #9c744a;
  border: none;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px !important;
}
.b-header-search__autocomplete-item > a {
  display: block;
  height: 100%;
  border-bottom: none;
}
.b-header-search__autocomplete-show-all {
  cursor: pointer;
  color: #FFF;
  background: #9C744A none repeat scroll 0 0;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.b-header-search__containter {
  position: relative;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .b-header-search__containter {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .b-header-search__containter {
    margin-right: 210px;
  }
}
.b-header-search__input {
  border: 1px solid #a3c52d;
}
.b-search-page__sorting-panel {
  margin: 15px 0;
}
.b-search-page__sorting-table {
  background-color: #F5F5F5;
  width: 100%;
}
.b-search-page__sorting-item {
  height: 40px;
}
.b-search-page__sorting-item:hover {
  cursor: pointer;
}
.b-search-page__result-item {
  border-bottom: 1px solid #CCC;
  margin-top: 10px;
  padding-bottom: 10px;
}
.b-search-page__result-item:last-child {
  border-bottom: none;
}
.b-search-page__item-image {
  height: 150px;
  width: auto;
}
.b-search-page__description-title {
  margin-bottom: 5px;
}
.b-search-page__description-tgk {
  margin-right: 20px;
}
.b-search-page__description-price {
  font-weight: bold;
  font-size: 1.2em;
}
/*  MAIN SLIDER
-----------------------------------*/
.b-slider__container {
  overflow: hidden;
  display: block;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .b-slider__container > .owl-stage-outer {
    height: 145px;
  }
}
.b-slider__container {
  min-height: 185px;
}
.b-slider__container .owl-item {
  min-height: 145px;
}
.b-slider__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FEFEFE;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.b-slider__container:not(.owl-loaded)::before {
  opacity: 1;
  visibility: visible;
}
.products-carousel__container {
  display: block !important;
  height: 196px;
  position: relative;
}
@media (min-width: 481px) {
  .products-carousel__container {
    height: 327px;
  }
}
@media (min-width: 990px) {
  .products-carousel__container {
    height: 331px;
  }
}
.products-carousel__container .owl-item {
  display: inline-block;
}
.products-carousel__container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FDFDFD;
  text-align: center;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.products-carousel__container:not(.owl-loaded)::before {
  opacity: 1;
  visibility: visible;
}
.products-carousel__container:not(.owl-loaded) > * {
  display: none;
}
/* BRANDS LIST
-----------------------------------*/
.b-brands__list {
  padding-left: 25px;
  padding-right: 25px;
}
.b-brands__list a {
  height: 130px;
  display: block;
  text-align: center;
}
.b-brands__list img {
  width: 130px !important;
  height: auto;
  display: inline !important;
  margin-top: 25px;
}
.b-brands-list__container .panel-heading::before {
  background: #EEE none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  top: 20px;
  width: 100%;
}
.b-brands-list__container .panel {
  border: none;
  box-shadow: none;
  position: relative;
}
.b-brands-list__container .panel-body {
  padding: 0;
}
.b-brands-list__container .panel-heading {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  padding: 0;
  position: relative;
}
.b-brands__list__header {
  color: #595959;
  font-weight: bold;
  position: relative;
  z-index: 200;
  background: #FFF;
  padding-right: 10px;
}
.b-brands__list__header a,
.b-brands__list__header a:hover {
  color: #595959;
}
.b-brands-list__arrows a,
.b-brands-list__arrows a:hover {
  position: absolute;
  top: 105px;
  z-index: 999;
  border: none;
}
.b-brands-list__arrows .prev {
  left: -10px;
}
.b-brands-list__arrows .prev span {
  display: block;
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -307px 0;
  width: 8px;
  height: 18px;
}
.b-brands-list__arrows .prev:hover span {
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -354px 0;
}
.b-brands-list__arrows .next {
  right: -10px;
}
.b-brands-list__arrows .next span {
  display: block;
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -322px 0;
  width: 8px;
  height: 18px;
}
.b-brands-list__arrows .next:hover span {
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -340px 0;
}
/* COPYRIGHT
-------------------------------*/
.b-copyright__container {
  background: #595959;
  color: #FFF;
  height: 50px;
  line-height: 45px;
  overflow: hidden;
  font-size: 0.9em;
  border-top: 1px solid #686868;
}
.b-copyright__censor-link {
  display: block;
  float: left;
  text-indent: 99999px;
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -224px -27px;
  width: 49px;
  height: 23px;
  position: relative;
  top: 10px;
}
/*  LOGIN PAGE
--------------------------------*/
.b-register-page .b-widget-articles__container,
.b-password-reset-page .b-widget-articles__container {
  display: none !important;
}
.b-register-page .b-mobile__auth,
.b-password-reset-page .b-mobile__auth {
  display: none !important;
}
.auth-login__container,
.register-page__container {
  background: #f7f7f7;
  padding-bottom: 5px;
  margin: 80px 0 80px;
  margin-top: 10px;
}
.auth-login__container .register-page__title,
.auth-login__container .login-page__title,
.register-page__container .register-page__title,
.register-page__container .login-page__title {
  font-weight: normal;
  font-size: 2em;
  text-align: center;
  margin: 20px 0 15px;
}
@media (min-width: 480px) {
  .auth-login__container,
  .register-page__container {
    margin-top: 30px;
  }
}
.forgot-password {
  display: block;
  line-height: 30px;
  margin: 15px 0;
}
.auth-login__submit {
  margin: 15px 0;
}
/*  PERSONAL ORDERS
-------------------------------*/
.b-personal-orders__header {
  margin-bottom: 10px;
}
.b-personal-orders__item {
  margin-bottom: 30px;
}
.b-personal-orders__header {
  line-height: 40px;
  background: #F5F5F5;
}
.b-order-items__item {
  padding: 5px 0;
  border-bottom: 1px solid #dfdfdf;
}
.b-order-items__item .price {
  font-weight: bold;
}
@media (min-width: 768px) {
  .b-order-items__item .price {
    font-weight: 400;
  }
}
.b-personal-orders__item-number span {
  font-weight: bold;
}
.b-order-items__item-name {
  font-weight: bold;
}
.b-personal-orders__item-number b {
  font-size: 1.2em;
}
.b-personal-orders__item-status {
  margin-bottom: 10px;
  color: #FFF;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  margin-top: 7px;
  text-align: center;
  /* statuses */
}
.b-personal-orders__item-status .canceled {
  background-color: #FC5142;
}
.b-personal-orders__item-status .payable {
  background-color: #FC5142;
}
.b-personal-orders__item-status .has_been_paid {
  background-color: #74B908;
}
.b-personal-orders__item-status .verification {
  color: #000000;
  background-color: #FFC905;
}
.b-personal-orders__item-status .adopted {
  background-color: #74B908;
}
.b-personal-orders__item-status .reserve {
  color: #000000;
  background-color: #FFC905;
}
.b-personal-orders__item-status .confirmed {
  color: #000000;
  background-color: #FFC905;
}
.b-personal-orders__item-status .in_delivery {
  background-color: #74B908;
}
.b-personal-orders__item-status .combined {
  color: #000000;
  background-color: #FFFFFF;
}
.b-personal-orders__item-status .in_compilation {
  background: #74B908;
}
.b-personal-orders__item-status .ready {
  color: #000000;
  background-color: #FFFFFF;
}
.b-personal-orders__item-status .return {
  background-color: #FC5142;
}
.b-personal-orders__item-status .lost {
  background-color: #74B908;
}
.b-personal-orders__item-status .pre_cancellation {
  background-color: #FC5142;
}
.b-personal-orders__item-status .stolen {
  background-color: #FC5142;
}
.b-personal-orders__item-status .finally_lost {
  background-color: #FC5142;
}
.b-personal-orders__item-status .in_return {
  background-color: #FC5142;
}
.b-personal-orders__item-status .reissued {
  color: #000000;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .b-personal-orders__item-status {
    margin-bottom: 0;
  }
}
.b-personal-orders__item-date {
  font-size: 12px;
}
@media (min-width: 768px) {
  .b-personal-orders__item-date {
    font-size: 14px;
  }
}
.total-container {
  text-align: right;
}
.b-personal-orders__total-list {
  margin-top: 10px;
}
.b-personal-orders__total-list li {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .b-personal-orders__total-list li {
    margin-bottom: 5px;
  }
}
.b-personal-orders__tax {
  font-weight: bold;
}
@media (min-width: 768px) {
  .b-personal-orders__tax {
    font-weight: 400;
  }
}
.b-personal-orders__total-sum-label,
.b-personal-orders__total-sum {
  font-weight: bold;
}
.b-personal-orders__track-number-container {
  border-top: 1px solid #DFDFDF;
}
.b-personal-orders__track-number {
  font-weight: bold;
  font-size: 16px;
}
.b-personal-orders__cancel-button-container {
  border-top: 1px solid #DFDFDF;
}
/*  SUCCESS ORDER PAGE
-----------------------------------*/
.b-success-order__icon {
  display: block;
  float: left;
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -195px -327px;
  width: 54px;
  height: 54px;
  margin-right: 20px;
  position: relative;
  top: -5px;
}
.b-success-order__container h1 {
  font-size: 25px;
  margin-top: 10px;
  min-height: 45px;
}
@media (min-width: 767px) {
  .b-success-order__container h1 {
    font-size: 19px;
  }
}
.b-complete-order__number {
  background: #F7F7F7;
  margin-top: 20px;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 1.4em;
}
.b-complete-order__text {
  margin-top: 15px;
}
.payment-redirect__container {
  font-size: 1.3em;
  padding: 0 15px 10px;
  border: 3px solid #FC0;
  margin-bottom: 15px;
}
#countdown {
  font-weight: bold;
  border-bottom: 2px solid;
}
/*  RESET PAGE
------------------------------------*/
.b-password__submit {
  margin-top: 15px;
}
/*  BRANDS LIST & COLLECTIONS LIST
------------------------------------*/
.b-brands-page__item-name,
.b-collections-page__item-name {
  font-weight: bold;
  color: #9c744a;
}
.b-brands-page__item-name:hover,
.b-collections-page__item-name:hover {
  color: #84623f;
}
.b-brands-page__item,
.b-collections-page__item {
  margin-bottom: 30px;
}
.b-brands-page__image-container,
.b-brands-page__image-container {
  margin-top: 15px;
}
.b-brands-page__link-more,
.b-collections-page__link-more {
  display: inline-block;
}
.b-brands-page__link-more,
.b-collections-page__link-more {
  margin-top: 10px;
}
.b-brands-page__item h2,
.b-collections-page__item h2 {
  margin-top: 0;
}
.attribute-container {
  float: left;
}
.b-authoring__container {
  margin-top: 20px;
}
/*  404 page
-----------------------------*/
.b-404page__image {
  position: relative;
  right: -22px;
}
.b-404page__container {
  margin-top: 30px;
}
.b-404page__title {
  margin: 0 0 40px 0;
}
.b-404page__text {
  font-size: 1.25em;
}
.b-404page__frontpage-link {
  display: block;
  font-size: 1.25em;
  margin: 29px 0;
}
.b-404page__search {
  position: relative;
}
.b-404page__search-input {
  background: #F7F7F7 none repeat scroll 0 0;
  border: medium none;
  padding-right: 100px;
}
.b-404page__search-submit {
  background: #A3C52D none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  bottom: 2px;
  color: #FFF;
  font-weight: bold;
  height: 100%;
  margin: 0;
  padding: 0 15px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
.b-404page__container label {
  font-weight: 400;
}
/*  Responsive images in content
------------------------------*/
.responsive-img {
  margin: 20px 0;
}
.responsive-img .image,
.responsive-img .text {
  width: 100%;
}
.responsive-img img {
  padding: 10px 0;
}
@media (min-width: 481px) {
  .responsive-img .image,
  .responsive-img .text {
    width: 50%;
  }
}
@media (min-width: 481px) {
  .responsive-img.right .image {
    float: right;
  }
  .responsive-img.right .text {
    float: left;
  }
  .responsive-img.right img {
    padding: 0 0 0 10px;
  }
}
@media (min-width: 481px) {
  .responsive-img.left .image {
    float: left;
  }
  .responsive-img.left .text {
    float: right;
  }
  .responsive-img.left img {
    padding: 0 10px 0 0;
  }
}
.ui-menu .ui-menu-item-wrapper {
  padding: 5px 10px !important;
  margin: 0 !important;
}
/* Counter for product */
.counter {
  font-size: 0;
}
.counter__button {
  display: inline-block;
  padding: 5px;
  border: 1px solid #CCC;
  font-weight: bold;
  text-align: center;
  background-color: #FFF;
  width: 30px;
  height: 39px;
  line-height: 1;
  font-size: 25px;
  vertical-align: top;
}
.counter__button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.counter__input {
  width: 40px;
  height: 39px;
  display: inline-block;
  padding: 5px;
  font-size: 18px;
  border: 1px solid #CCC;
  text-align: center;
  vertical-align: top;
}
.faq__item {
  background-color: #F7F7F7;
  margin-bottom: 10px;
}
.faq__item-header {
  padding: 10px 25px;
  position: relative;
  color: #84623D;
}
.faq__item-header:hover {
  cursor: pointer;
}
.faq__item-header:after {
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -352px -28px;
}
.faq__item-header h3 {
  margin: 0;
  font-family: "Open Sans";
  font-weight: 100;
  font-size: 18px;
}
.faq__item-content {
  display: none;
  padding: 10px 25px 20px;
}
.faq__item--opened .faq__item-header {
  background-color: #DDD;
}
.faq__item--opened .faq__item-header:after {
  background: url("/static/shishkin/assets/sprite.Bkr8ZzuQ.png") no-repeat -366px -28px;
}
.faq__item--opened .faq__item-content {
  display: block;
}
.text-info-container {
  text-align: center;
  min-height: 150px;
}
.text-info-container img {
  margin: 10px auto !important;
  min-height: 78px;
}
.text-info-container p {
  min-height: 50px;
}
.claim-panel {
  display: block;
  padding: 30px 20px;
  background-color: #F7F7F7;
  margin-bottom: 10px;
  color: #000;
}
.claim-panel:hover {
  color: #000;
  background-color: #DDD;
}
.claim-panel__button {
  font-size: 14px;
}
.claim-panel__button:hover {
  background-color: #9C744A;
}
.claim-table {
  margin: 0 auto;
}
.claim-table th {
  padding: 10px;
  font-weight: normal;
}
.claim-table tbody {
  padding-left: 30px;
  padding-right: 30px;
}
.claim-table tbody td {
  border-bottom: 1px solid #000;
}
.claim-form__write-rule {
  padding: 0 0 15px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .claim-form__write-rule {
    padding: 0 10px 15px;
  }
}
@media (min-width: 992px) {
  .claim-form__write-rule {
    padding: 20px 25px 25px;
    background: #f5f5f5 none repeat scroll 0 0;
    font-size: 12px;
  }
}
.b-your-order__bonuses-info-toggle {
  padding-left: 0;
  background: none;
  border: none;
  display: inline-block;
  position: relative;
  color: #A3C52D;
  text-decoration: underline;
  padding-right: 12px;
}
.b-your-order__bonuses-info-toggle:after {
  position: absolute;
  content: "";
  right: 0;
  top: 10px;
  background: url(/static/shishkin/images/sprite.png) no-repeat -338px -28px;
  height: 6px;
  width: 10px;
}
.b-your-order__bonuses-info--opened .b-your-order__bonuses-info-toggle:after {
  background: url(/static/shishkin/images/sprite.png) no-repeat -338px -38px;
}
.b-your-order__bonuses-info-content {
  margin: 10px auto;
  display: none;
  color: #010101;
  font-weight: normal;
}
.b-your-order__bonuses-info--opened .b-your-order__bonuses-info-content {
  display: block;
}
.category-filter__assets {
  margin-top: 25px;
}
.category-filter__assets--disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.category-filter__assets-item label {
  color: #000;
}
.static-nav__container {
  background: #474747;
}
.phpdebugbar-restore-btn {
  display: none;
}
@media (min-width: 768px) {
  .phpdebugbar-restore-btn {
    display: block;
  }
}
#filter-apply-button {
  display: none;
}
@media (min-width: 768px) {
  #filter-apply-button {
    display: block;
  }
}
/* WIDGETS
 ------------------------------*/
.b-widget__header,
.b-brands__list__header,
.product-detail-carousel__title-container span {
  font-size: 15px;
  text-transform: uppercase;
  top: 10px;
}
@media (min-width: 768px) {
  .b-widget__header,
  .b-brands__list__header,
  .product-detail-carousel__title-container span {
    font-size: 25px;
    text-transform: none;
    top: auto;
  }
}
/*hide in mobile */
.scroll-top-wrapper,
.b-list-type__container,
.b-shop__description,
.bs-wizard,
.b-basket-titles__list,
.b-static-nav__order-button {
  display: none !important;
}
@media (min-width: 768px) {
  .scroll-top-wrapper,
  .b-list-type__container,
  .b-shop__description,
  .bs-wizard,
  .b-basket-titles__list,
  .b-static-nav__order-button {
    display: block !important;
  }
}
/*-----*/
.b-articles-detail__text img:not(.static),
.b-static-page__container img:not(.static) {
  height: auto;
  max-width: 100%;
}
.filter-top-icon-item {
  fill: #fff;
}
.pagination--desktop {
  display: none;
}
@media (min-width: 768px) {
  .pagination--desktop {
    display: block;
  }
  .pagination--mobile {
    display: none;
  }
}