/* 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;
}
/*@import "../bootstrap/less/glyphicons.less";*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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;
  -webkit-transition: all all 0.2s ease-in-out ease;
  -moz-transition: all all 0.2s ease-in-out ease;
  -ms-transition: all all 0.2s ease-in-out ease;
  -o-transition: all all 0.2s ease-in-out ease;
  transition: all all 0.2s ease-in-out ease;
  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 #eeeeee;
}
.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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  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.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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 #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@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;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  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 #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
table {
  margin-bottom: 20px;
}
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;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease;
  -ms-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].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[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.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 {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.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;
  pointer-events: none;
}
.input-lg + .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-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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.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: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.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: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  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;
}
@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: 11px;
    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;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  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;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  /*.button-variant(@btn-default-color; @btn-default-bg; @btn-default-border);*/
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  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: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: all opacity 0.15s linear ease;
  -moz-transition: all opacity 0.15s linear ease;
  -ms-transition: all opacity 0.15s linear ease;
  -o-transition: all opacity 0.15s linear ease;
  transition: all opacity 0.15s linear ease;
}
.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-top: 4px solid \9;
  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: #ffffff;
  border: 1px solid #cccccc;
  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.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.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.42857143;
  color: #777777;
  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;
  border-bottom: 4px solid \9;
  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 {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-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;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 1px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  /*background-color: @nav-link-hover-bg;*/
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.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: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.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;
}
.nav > li > a {
  line-height: 1;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: inherit;
  border-color: inherit;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  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.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-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  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:    @navbar-padding-vertical;*/
    /*padding-bottom: @navbar-padding-vertical;*/
  }
}
.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: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.navbar-nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 18px;
}
/*@import "../bootstrap/less/breadcrumbs.less";*/
.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.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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 > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  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: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
  pointer-events: none;
}
.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;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
  pointer-events: none;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
/*@import "../bootstrap/less/badges.less"; */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  -webkit-transition: all border 0.2s ease-in-out ease;
  -moz-transition: all border 0.2s ease-in-out ease;
  -ms-transition: all border 0.2s ease-in-out ease;
  -o-transition: all border 0.2s ease-in-out ease;
  transition: all border 0.2s ease-in-out ease;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.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: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-transition: all width 0.6s ease ease;
  -moz-transition: all width 0.6s ease ease;
  -ms-transition: all width 0.6s ease ease;
  -o-transition: all width 0.6s ease ease;
  transition: all width 0.6s ease ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  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-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 #dddddd;
  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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.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: #ffffff;
  border: 1px solid #999999;
  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: #000000;
}
.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;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-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;
  }
}
.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-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
/*@import "../bootstrap/less/carousel.less";*/
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer: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;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !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;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1230px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1378px;
  }
}
/*
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,800&display=swap&subset=cyrillic');
*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto/roboto-v20-cyrillic_latin-regular.woff2') format('woff2'), url('../fonts/roboto/roboto-v20-cyrillic_latin-regular.woff') format('woff'), url('../fonts/roboto/roboto-v20-cyrillic_latin-regular.ttf') format('woff'), url('../fonts/roboto/roboto-v20-cyrillic_latin-regular.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/roboto/roboto-v20-cyrillic_latin-700.woff2') format('woff2'), url('../fonts/roboto/roboto-v20-cyrillic_latin-700.woff') format('woff'), url('../fonts/roboto/roboto-v20-cyrillic_latin-700.ttf') format('woff'), url('../fonts/roboto/roboto-v20-cyrillic_latin-700.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/montserrat/Montserrat-Regular.woff2') format('woff2'), url('../fonts/montserrat/Montserrat-Regular.woff') format('woff'), url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype'), url('../fonts/montserrat/Montserrat-Regular.svg#Montserrat') format('svg');
}
@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url('../fonts/montserrat/Montserrat-Medium.woff2') format('woff2'), url('../fonts/montserrat/Montserrat-Medium.woff') format('woff'), url('../fonts/montserrat/Montserrat-Medium.ttf') format('truetype'), url('../fonts/montserrat/Montserrat-Medium.svg#Montserrat') format('svg');
}
@font-face {
  font-family: 'Montserrat';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/montserrat/Montserrat-Bold.woff2') format('woff2'), url('../fonts/montserrat/Montserrat-Bold.woff') format('woff'), url('../fonts/montserrat/Montserrat-Bold.ttf') format('truetype'), url('../fonts/montserrat/Montserrat-Bold.svg#Montserrat') format('svg');
}
@font-face {
  font-weight: 800;
  font-style: normal;
  font-family: 'Montserrat';
  font-display: swap;
  src: url('Montserrat-ExtraBold.eot');
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url('../fonts/montserrat/Montserrat-ExtraBold.woff2') format('woff2'), url('../fonts/montserrat/Montserrat-ExtraBold.woff') format('woff'), url('../fonts/montserrat/Montserrat-ExtraBold.ttf') format('truetype'), url('../fonts/montserrat/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype');
}
:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}
body {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 19px;
  color: #1F1F1F;
}
a {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #CB0011;
}
h1,
.h1 {
  margin-top: 0;
  font-size: 24px;
  line-height: 29px;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #1F1F1F;
  margin-bottom: 15px;
}
.h2,
h2 {
  color: #1F1F1F;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  margin-top: 0;
  margin-bottom: 18px;
}
h3,
.h3 {
  color: #0A0A12;
  line-height: 24px;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 25px;
}
b,
strong {
  font-weight: 600;
}
.btn {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.btn:focus,
.btn:active:focus {
  color: inherit;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.btn-default {
  display: inline-block;
  border-radius: 16px;
  background: #00b572;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .32px;
  color: #fff;
  border: 0;
  padding: 12px 24px;
  line-height: 24px;
  outline: none;
  font-family: 'Montserrat', sans-serif;
}
.btn-default:hover,
.btn-default:active:focus,
.btn-default:active,
.btn-default:focus {
  background: #00945C;
  color: #fff;
  outline: none;
  text-decoration: none;
}
.btn_gray {
  display: inline-block;
  font-weight: 600;
  color: #767682;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 16px;
  letter-spacing: .8px;
  padding: 12px 24px;
  line-height: 25px;
  border: 0;
  background: #f4f3f8;
}
.btn_gray:hover {
  color: #fff;
  background: #00b572;
}
.btn_green {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 16px;
  letter-spacing: .8px;
  padding: 12px 24px;
  line-height: 25px;
  border: 0;
  background: #00b572;
}
.btn_green:hover {
  color: #fff;
  background: #00935c;
}
.quickorder-button[data-quickorder-pb],
.quickorderqq-button[data-quickorderqq-pb] {
  display: inline-block;
  font-weight: 600;
  color: #767682;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 16px;
  letter-spacing: .8px;
  padding: 12px 24px;
  line-height: 25px;
  border: 0;
  background: #f4f3f8;
  margin: 0;
}
.quickorder-button[data-quickorder-pb]:hover,
.quickorderqq-button[data-quickorderqq-pb]:hover {
  color: #fff;
  background: #00b572;
}
textarea::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea:-moz-placeholder,
textarea:-ms-input-placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #BABAC4;
}
/* CAUTION: Internet Explorer hackery ahead */
select::-ms-expand {
  display: none;
  /* Remove default arrow in Internet Explorer 10 and 11 */
}
/* Target Internet Explorer 9 to undo the custom arrow */
/*@media screen and (min-width:0\0) {
  select {
    background: none\9;
    padding: 5px\9;
  }
}
*/
form input {
  box-shadow: none;
  outline: none;
  -webkit-tap-highlight-color: #fff;
}
.form-group {
  margin-bottom: 10px;
}
.form-control {
  height: 35px;
  font-size: 16px;
  border: 0;
  border-radius: 10px;
  box-shadow: none !important;
}
.form-control textarea.form-control {
  max-width: 100%;
}
input.input_type1 {
  max-width: 352px;
  width: 100%;
  border-radius: 16px;
  font-size: 16px;
  line-height: 16px;
  border: 2px solid #F3F3F8;
  padding: 16px 20px;
}
input.input_type1:-ms-input-placeholder {
  font-size: 16px;
  color: #BFBFBF;
}
input.input_type3 {
  border-radius: 16px;
  font-size: 16px;
  line-height: 16px;
  border: 2px solid #F3F3F8;
  padding: 9px 14px 5px;
}
input.input_type3:-ms-input-placeholder {
  font-size: 16px;
  color: #BFBFBF;
}
/* для элемента input c type="checkbox" */
[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: none;
}
/* для элемента label, связанного с [type="checkbox"] */
[type="checkbox"] + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
/* создание в label псевдоэлемента before со следующими стилями */
[type="checkbox"] + label::before {
  content: '';
  display: flex;
  min-width: 16px;
  height: 16px;
  padding: 6px 4px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 6px;
  border: 1.5px solid #BABAC4;
  background: #FFFFFF;
}
/* стили при наведении курсора на checkbox */
/* стили для активного чекбокса (при нажатии на него) */
[type="checkbox"]:not(:disabled):active + label::before {
  box-shadow: 0px 2px 8px -1px  rgb(118 118 130);
}
/* стили для чекбокса, находящегося в фокусе */
[type="checkbox"]:focus + label::before {
  box-shadow: 0px 2px 8px -1px  rgb(118 118 130);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
/* стили для чекбокса, находящегося в состоянии checked */
[type="checkbox"]:checked + label::before {
  background: #00b571 no-repeat;
  border: none;
  background-position: center;
  background-image: url('data:image/svg+xml,%3csvg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M1 2.09091L4.36842 5L9 1" stroke="white" stroke-width="1.5"/%3e%3c/svg%3e');
}
/* стили для чекбокса, находящегося в состоянии disabled */
[type="checkbox"]:disabled + label::before {
  background-color: #e9ecef;
}
form [type="checkbox"] + span {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
form [type="checkbox"] + span:before {
  content: '';
  display: block;
  position: absolute;
  background: #FFFFFF;
  height: 20px;
  width: 20px;
  border-radius: 6px;
  border: 0;
  border-radius: 8px;
  left: 0;
}
form [type="checkbox"]:checked + span:before {
  background-image: url('data:image/svg+xml,<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="Vector 7" d="M12 13.6364L16.2105 18L22 12" stroke="%2300B571" stroke-width="2"></path></svg>');
  background-position: -6.6px -4.5px;
  background-repeat: no-repeat;
  border: 0;
}
iframe {
  display: block;
  margin: 0 auto;
  border: 0;
}
.display_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_nowrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.video {
  background-size: cover;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.video:before {
  content: "";
  display: block;
  background: url(/img/play.svg) no-repeat center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.video:hover:before {
  transform: scale(1.4);
}
@media (max-width: 767px) {
  .nomobile {
    display: none;
  }
  .mobile_center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.formResult {
  display: none;
}
input[name="e_mail"] {
  display: none;
}
form .successmsg {
  display: none;
}
form .ok {
  text-align: center;
  padding-top: 10px;
  font-size: 12px;
  line-height: 14px;
}
form .errorfield {
  background: #ffd1d1!important;
}
.color_form .inputs-group {
  margin-bottom: 4px;
}
.color_form .inputs-group .input {
  width: 100%;
  border-radius: 16px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 24px;
  border: 0;
}
.color_form .approval {
  display: flex;
  margin-bottom: 14px;
  gap: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
}
.color_form .approval a {
  color: #fff;
  text-decoration: underline;
}
.color_form .approval a:hover {
  text-decoration: none;
}
.color_form .button {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #ffc400;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: .7px;
  text-transform: uppercase;
  cursor: pointer;
}
.color_form .button:hover {
  background: #f4bd07;
}
.color_form .errorswrap {
  background: #fff;
  border-radius: 16px;
  font-weight: 500;
}
.color_form .ok {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  background: #fff;
  border-radius: 16px;
  padding: 15px;
}
@media (max-width: 900px) {
  .color_form .inputs-group .input {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 24px;
  }
}
.s-main-wrapper {
  width: 100%;
  max-width: 100%;
}
.wrap_scroll {
  justify-content: space-around;
  overflow-x: scroll;
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 15px;
  padding-left: 15px;
}
/*скрол*/
.scroll-horizontal::-webkit-scrollbar {
  height: 7px;
}
.scroll-horizontal::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #F1F1F1;
}
.scroll-horizontal::-webkit-scrollbar-track {
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 10px;
}
.share {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-left: auto;
}
.share .icon {
  cursor: pointer;
}
.share .copy-message {
  position: absolute;
  width: 150px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 6px 8px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #767682;
  align-items: center;
}
/* Шапка */
.header_wrap .logo {
  display: inline-block;
  background: url(/img/jet-life-logo.svg) no-repeat;
  width: 174px;
  height: 42px;
}
.header_wrap {
  z-index: 10;
  position: relative;
  background: #fff;
}
.header_wrap .header_top {
  padding-top: 16px;
  padding-bottom: 19px;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: .28px;
  font-weight: 500;
}
.header_wrap .header_top .container {
  display: flex;
}
.header_wrap .header_top .container .menu_left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 24px;
}
.header_wrap .header_top .container .menu_left .item {
  font-weight: 400;
  font-size: 14px;
  color: #767682;
}
.header_wrap .header_top .container .menu_right {
  display: flex;
  gap: 25px;
  align-items: baseline;
}
.header_wrap .header_top .container .menu_right .email {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  color: #767682;
  text-decoration-line: underline;
}
.header_wrap .header_top .container .menu_right .order_call {
  display: flex;
  cursor: pointer;
  white-space: nowrap;
  padding: 2px 10px;
  background: rgba(0, 181, 113, 0.1);
  border-radius: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #767682;
}
.header_wrap .header_top .container .menu_right .order_call:hover {
  background: #00b571;
  color: #fff;
}
.header_wrap .search_wrap {
  flex-grow: 1;
  padding-top: 0px;
}
.header_wrap .search_wrap form {
  position: relative;
}
.header_wrap .search_wrap input[type="text"] {
  padding: 13px 40px 13px 16px;
  width: 100%;
}
.header_wrap .location {
  padding-top: 10px;
  color: #0A0A12;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  font-weight: 500;
}
.header_wrap .location:hover .location_name {
  transition: all .1s ease;
  text-decoration: underline;
}
.header_wrap .location svg,
.header_wrap .location img {
  display: inline-block;
  margin-right: 2px;
  margin-top: -4px;
  stroke: #0A0A12;
}
.header_wrap .phone_wrap {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 500;
}
.header_wrap .phone_wrap a {
  color: #0A0A12;
}
.header_wrap .phone_wrap .header_mobile_menu {
  display: none;
}
.header_wrap .phone_wrap svg,
.header_wrap .phone_wrap img {
  display: inline-block;
  margin-right: 5px;
  margin-top: -4px;
  stroke: #0A0A12;
}
.header_wrap .mobile_menu {
  margin-left: 20px;
  margin-top: -4px;
  display: none;
}
.header_wrap .adress,
.header_wrap .emptyblock1,
.header_wrap .emptyblock2 {
  display: none;
}
.header_wrap .s-submit-input {
  font-weight: 600;
  background-color: #00b571;
  color: #fff;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  display: block;
  border: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: #bfbfbf url(/img/icon_search_white.svg) center no-repeat;
}
.header_wrap .s-submit-input:hover {
  background-color: #b8b8b8;
}
.header_wrap .input_type3 {
  height: 40px;
  font-size: 14px;
  border: 0;
  background: #F3F3F8;
  border-radius: 12px;
  box-shadow: none !important;
}
.header_wrap .header_menu .container {
  display: flex;
  position: relative;
  gap: 24px;
}
.header_wrap .header_menu .container .contacts {
  display: flex;
  gap: 24px;
}
.header_wrap .header_menu .container .contacts .tg_button,
.header_wrap .header_menu .container .contacts .wa_button,
.header_wrap .header_menu .container .contacts .order_call_button {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 16px;
  border: none;
  justify-content: center;
  background-color: #F3F3F8;
  cursor: pointer;
}
.header_wrap .header_menu .container .contacts .tg_button svg,
.header_wrap .header_menu .container .contacts .wa_button svg,
.header_wrap .header_menu .container .contacts .order_call_button svg {
  display: inline-block;
  margin-right: 0;
  margin-top: 0;
  stroke: none;
}
.header_wrap .header_menu .container:before {
  display: none;
}
.header_wrap .header_menu .container:after {
  display: none;
}
.header_wrap .catalog_btn {
  display: flex;
  width: 122px;
  height: 40px;
  align-items: center;
  padding: 8px 16px 8px 10px;
  background: #00b571;
  color: #fff;
  border-radius: 16px;
  text-align: center;
  cursor: pointer;
  transition: all .1s ease;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
}
.header_wrap .catalog_btn:hover {
  background: #00945c;
}
.header_wrap .catalog_btn svg {
  left: 14px;
  top: 8px;
}
.header_wrap .catalog_btn .krestik {
  display: none;
}
.header_wrap .catalog_btn.open .pirozhok {
  display: none;
}
.header_wrap .catalog_btn.open .krestik {
  display: block;
}
.header_wrap .menu_wrap {
  display: flex;
  gap: 24px;
}
.header_wrap .menu_wrap > .collapse {
  flex-grow: 1;
  padding-left: 0;
  width: auto;
  border-top: 0;
  box-shadow: none;
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
.header_wrap .menu_wrap ul.nav-menu {
  display: flex;
  width: 100%;
  margin: 0;
}
.header_wrap .menu_wrap ul.nav-menu:before {
  display: none;
}
.header_wrap .menu_wrap li {
  display: flex;
  float: none;
}
.header_wrap .menu_wrap li > a {
  padding: 14px 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #767682;
  background: transparent;
  text-align: center;
}
.header_wrap .menu_wrap li > a:hover {
  background: transparent;
  color: #000;
  border-radius: 16px;
}
.header_wrap .menu_wrap .caret {
  border: 0;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #767682;
  border-right: 2px solid #767682;
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 6px;
  transition: all .1s ease;
  margin-right: 6px;
}
.header_wrap .menu_wrap a:hover .caret {
  transform: rotate(135deg);
  top: 0px;
}
.header_wrap .favorite_wrap {
  display: flex;
  align-items: center;
}
.header_wrap .favorite_wrap svg {
  stroke: #767682;
  fill: none;
}
.header_wrap .s-cart-wrapper {
  display: flex;
  align-items: center;
}
.header_wrap .userAccount {
  display: flex;
  padding-top: 5px;
}
.linksUnderHeader {
  margin-top: 18px;
  padding: 17px 0;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #F3F3F8;
}
.linksUnderHeader ul {
  display: flex;
  text-align: center;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
}
.linksUnderHeader ul li {
  list-style: none;
}
.linksUnderHeader ul li a {
  color: #767682;
  font-weight: 500;
  user-select: none;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.28px;
}
.linksUnderHeader ul li a:hover {
  outline: 0;
  outline-offset: 0;
}
.linksUnderHeader ul li a:after {
  display: none;
}
.linksUnderHeader ul li:nth-child(1) a:before {
  content: "";
  background-image: url("/img/under_header_menu/sale.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 6.5px;
}
.linksUnderHeader ul li:nth-child(2) a:before {
  content: "";
  background-image: url("/img/under_header_menu/star.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 6.5px;
}
.linksUnderHeader ul li:nth-child(3) a:before {
  content: "";
  background-image: url("/img/under_header_menu/shield.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 6.5px;
}
.linksUnderHeader ul li:nth-child(4) a:before {
  content: "";
  background-image: url("/img/under_header_menu/man.svg");
  width: 17px;
  height: 16px;
  display: inline-block;
  margin-right: 6.5px;
}
.linksUnderHeader ul li:nth-child(5) a:before {
  content: "";
  background-image: url("/img/under_header_menu/wooman.svg");
  width: 11px;
  height: 16px;
  display: inline-block;
  margin-right: 6.5px;
}
.linksUnderHeader ul li:nth-child(6) a:before {
  content: "";
  background-image: url("/img/under_header_menu/face.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 6.5px;
}
.linksUnderHeader ul li:nth-child(7) a:before {
  content: "";
  background-image: url("/img/under_header_menu/head.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 6.5px;
}
.linksUnderHeader ul li:nth-child(8) a:before {
  content: "";
  background-image: url("/img/under_header_menu/finger.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 6.5px;
}
button.navbar-toggle {
  padding: 0;
  margin: 0;
  border: 0;
}
button.navbar-toggle:hover .bg {
  fill: #00945c;
}
@media (max-width: 1050px) {
  .linksUnderHeader {
    overflow-x: scroll;
    margin-right: -15px;
    margin-left: -15px;
    padding: 17px 15px;
  }
  .linksUnderHeader ul {
    width: max-content;
    gap: 10px;
  }
  .linksUnderHeader ul li a {
    width: 100%;
  }
}
.header_wrap .header_menu.fixed {
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  background: #FFFFFF;
  border-bottom: 1px solid #F3F3F8;
  box-shadow: 0px 12px 5px rgba(0, 0, 0, 0.01), 0px 6px 4px rgba(0, 0, 0, 0.03), 0px 3px 3px rgba(0, 0, 0, 0.04), 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 16px 0;
}
.header_wrap .header_menu.fixed > .container {
  margin-top: 0;
}
@media (max-width: 1020px) {
  .header_wrap .header_top .container .menu_left {
    gap: 12px;
  }
  .header_wrap .header_top .container .menu_right {
    gap: 12px;
  }
  .header_wrap .header_menu .container {
    gap: 12px;
  }
  .header_wrap .header_menu .container .contacts {
    display: block;
  }
  .header_wrap .menu_wrap {
    gap: 12px;
  }
  .header_wrap .location {
    padding-top: 0px;
  }
  .header_wrap .phone_wrap {
    padding-top: 0;
    display: flex;
    gap: 4px;
  }
}
@media (max-width: 930px) {
  .header_wrap .header_top .container .menu_left {
    gap: 7px;
  }
  .header_wrap .header_top .container .menu_right .email {
    display: none;
  }
  .header_wrap .catalog_btn {
    width: 40px;
    padding: 8px 10px 8px 10px;
  }
  .header_wrap .catalog_btn span {
    display: none;
  }
}
@media (max-width: 780px) {
  .header_wrap .logo {
    width: 149px;
    height: 40px;
    background-size: 100%;
  }
  .header_wrap .header_top {
    display: none;
  }
  .header_wrap .header_menu .container {
    justify-content: space-between;
    margin-top: 24px;
  }
  .header_wrap .header_menu .container .catalog_btn {
    display: none;
  }
  .header_wrap .header_menu .container .search_wrap {
    display: none;
  }
  .header_wrap .header_menu .container .contacts {
    display: flex;
  }
  .header_wrap .header_menu .container .contacts .location {
    display: none;
  }
  .header_wrap .header_menu .container .contacts .tg_button,
  .header_wrap .header_menu .container .contacts .wa_button,
  .header_wrap .header_menu .container .contacts .order_call_button {
    display: flex;
  }
  .header_wrap .header_menu .container .menu_wrap {
    display: none;
  }
  .header_wrap .header_menu .phone_wrap .phone_click_action {
    display: none;
  }
  .header_wrap .header_menu .phone_wrap .header_mobile_menu {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 16px;
    background: #00b571;
    justify-content: center;
    align-items: center;
  }
  .header_wrap .header_menu .phone_wrap .header_mobile_menu svg,
  .header_wrap .header_menu .phone_wrap .header_mobile_menu img {
    display: inline-block;
    margin-right: 0;
    margin-top: 0;
    stroke: none;
  }
}
@media (max-width: 360px) {
  .header_wrap .logo {
    width: 110px;
    background-position: center;
  }
}
/*Каталог*/
@media (min-width: 768px) {
  #mobilemenu,
  #mobilemenu_catalog {
    display: none;
  }
}
#mobilemenu.active,
#mobilemenu_catalog.active {
  right: 0;
  opacity: 1;
}
#mobilemenu,
#mobilemenu_catalog {
  background: #fff;
  text-align: center;
  position: fixed;
  z-index: 150;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  right: -100%;
  background-size: cover;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  opacity: .1;
  overflow: auto;
  padding-bottom: 120px;
}
#mobilemenu .back,
#mobilemenu_catalog .back {
  cursor: pointer;
  width: 36px;
  height: 32px;
  position: relative;
  margin-top: 8px;
  margin-left: 16px;
}
#mobilemenu .btn_close,
#mobilemenu_catalog .btn_close {
  display: none;
  width: 34px;
  height: 32px;
  right: -2px;
  top: 0px;
  /* background: #00b571; */
  /* border-radius: 21px; */
  position: fixed;
  z-index: 2;
  /*    &:after, &:before {
      content: "";
      display: block;
      position: absolute;
      width: 15px;
      height: 1px;
      background: #767682;
      left: 10px;
      bottom: 16px;
    }   
    &:before {
      transform: rotate(-45deg);
    } */
}
#mobilemenu.active .btn_close,
#mobilemenu_catalog.active .btn_close {
  display: block;
}
#mobilemenu a,
#mobilemenu_catalog a {
  text-decoration: none;
}
#mobilemenu .navbar-collapse,
#mobilemenu_catalog .navbar-collapse {
  display: block!important;
}
#mobilemenu .navbar-nav,
#mobilemenu_catalog .navbar-nav {
  margin: 0 -15px;
}
#mobilemenu .navbar-nav,
#mobilemenu_catalog .navbar-nav,
#mobilemenu .navbar-nav > li,
#mobilemenu_catalog .navbar-nav > li {
  float: none;
}
#mobilemenu .navbar-nav > li a,
#mobilemenu_catalog .navbar-nav > li a {
  display: block;
  width: 100%;
  padding: 16px 40px;
  position: relative;
  border-bottom: 1px solid #f3f3f8;
  text-align: left;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
#mobilemenu .navbar-nav [href="#catalog"]:after,
#mobilemenu_catalog .navbar-nav [href="#catalog"]:after,
#mobilemenu .caret,
#mobilemenu_catalog .caret {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='8' viewBox='0 0 4 8' fill='none'%3E%3Cpath d='M1 1L2.58579 2.58579C3.36683 3.36683 3.36684 4.63317 2.58579 5.41421L1 7' stroke='%230A0A12' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 16px;
  right: 49px;
  border: 0;
}
#mobilemenu .open .caret,
#mobilemenu_catalog .open .caret {
  transform: rotate(90deg);
}
#mobilemenu .navbar-nav .open .dropdown-menu,
#mobilemenu_catalog .navbar-nav .open .dropdown-menu {
  padding: 0;
  text-align: center;
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
#mobilemenu .s-search-wrapper,
#mobilemenu_catalog .s-search-wrapper {
  padding: 0 16px;
  max-width: 375px;
  margin: 24px auto;
}
#mobilemenu .s-search-wrapper form,
#mobilemenu_catalog .s-search-wrapper form {
  position: relative;
}
#mobilemenu .input_type3,
#mobilemenu_catalog .input_type3 {
  height: 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  border: 0;
  background: #f3f3f8;
  border-radius: 16px;
  width: 100%;
  padding: 16px 24px;
  padding-right: 50px;
}
#mobilemenu .s-submit-input,
#mobilemenu_catalog .s-submit-input {
  position: absolute;
  top: 2px;
  height: 44px;
  width: 40px;
  background: url(/img/search2.svg) center no-repeat;
  right: 10px;
  border: 0;
}
#mobilemenu .city_wrap,
#mobilemenu_catalog .city_wrap {
  margin-bottom: 16px;
  display: inline-block;
}
#mobilemenu .phone_wrap,
#mobilemenu_catalog .phone_wrap {
  margin-bottom: 16px;
}
#mobilemenu .phone_wrap svg,
#mobilemenu_catalog .phone_wrap svg {
  display: inline-block;
  margin-right: 5px;
}
#mobilemenu .navbar-nav > li a {
  text-align: center;
}
#mobilemenu .navbar-nav a[href="#catalog"] {
  border-radius: 16px;
  background: #00B571;
  color: #fff;
  margin: 47px 16px 0;
  width: auto;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.32px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
#mobilemenu .navbar-nav a[href="#catalog"]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 5 8' fill='none'%3E%3Cpath d='M1.5 1L3.08579 2.58579C3.86683 3.36683 3.86684 4.63317 3.08579 5.41421L1.5 7' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  position: static;
  display: inline-block;
}
#mobilemenu_catalog {
  z-index: 151;
}
#mobilemenu_catalog .t {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #0A0A12;
  margin-top: 4px;
}
#mobilemenu_catalog .navbar-nav li:last-child a {
  border-bottom: 0;
}
#mobilemenu_catalog .cat_menuBnnrs {
  width: 100%;
  margin: 16px auto;
  max-width: 375px;
  padding: 0 16px;
}
/* страница личного кабинета */
.my-cabinet {
  margin-top: 26px;
}
.my-cabinet h1 {
  margin-bottom: 56px;
}
.s-main-block {
  min-height: calc(100vh - 627px);
  /* С крошками */
}
@media (max-width: 767px) {
  .s-main-block {
    margin-top: 30px;
  }
}
.my-info {
  display: flex;
  gap: 16px;
  margin-bottom: 80px;
}
.my-bonus {
  background: radial-gradient(79.19% 86.16% at 43.24% 32.47%, #00b571 0%, #00945c 62.72%);
  padding: 32px;
  border-radius: 20px;
  color: #FFFFFF;
  max-width: 222px;
  width: 100%;
  position: relative;
}
.my-bonus .icon {
  position: absolute;
  cursor: pointer;
  right: 32px;
  top: 32px;
  z-index: 1;
}
.my-bonus .hide_info {
  display: none;
}
.my-bonus .hide_info .empty {
  display: inline-block;
  width: 22px;
  height: 23px;
  float: right;
}
.my-bonus.open > div {
  opacity: 0;
}
.my-bonus.open .hide_info {
  position: absolute;
  font-size: 12px;
  line-height: 14px;
  left: 0;
  top: 0;
  padding: 32px;
  opacity: 1;
  display: block;
}
.my-bonus-header {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
}
.my-balance {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -3%;
  margin-bottom: 32px;
}
.my-bonus-text {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
}
.my-bonus-info {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1 0 0;
  align-self: stretch;
  line-height: 16px;
}
.my-data {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
  border-radius: 20px;
  background: #F3F3F8;
  width: 100%;
  position: relative;
}
.my-data-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.my-data-header {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}
.my-data-change {
  color: #00B1FF;
  font-size: 14px;
  line-height: 16px;
}
.my-data-info {
  display: flex;
  gap: 27px;
  height: 100%;
}
.my-data-photo {
  display: flex;
  width: 54px;
  height: 54px;
  position: relative;
}
.my-data-photo img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.my-data-photo .photo {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}
.my-data-photo .no_photo {
  background: #00a3ff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-data-photo .change_photo {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: flex;
}
.my-data-photo .change_photo label {
  display: flex;
  margin: 0;
  cursor: pointer;
}
.my-data-photo .delete_photo {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0px;
  cursor: pointer;
}
.my-data-photo:hover .delete_photo {
  display: flex;
}
.my-data-data {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  line-height: 21px;
}
.edit_field_wrap {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}
.my-date-registration {
  color: #767682;
  font-size: 12px;
  line-height: 18px;
  margin-top: auto;
}
.my-referral-links {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
  background: #F3F3F8;
  width: 100%;
}
.my-referral-head {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.my-referral-header {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 23px;
}
.referral_lnk_wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.referral_icons {
  display: flex;
}
.referral_icon {
  cursor: pointer;
}
.referral_lnk {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 16px;
}
.referral-program {
  display: flex;
  gap: 16px;
}
.referral-program-check {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.referral-conditions-text {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 16px;
}
.referral-program-text {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 37px;
}
.my-referral-text {
  display: flex;
  flex-direction: column;
  color: #767682;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 18px;
  padding-right: 16px;
}
.terms-participation {
  color: #00B1FF;
}
#referral_modal .modal-dialog {
  width: 1000px;
  max-width: 100%;
}
/*Мои заказы*/
.order_items {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 32px;
  gap: 16px;
}
.order_item {
  padding: 24px;
  gap: 32px;
  align-items: center;
  border-radius: 20px;
  background: #F3F3F8;
  margin-bottom: 8px;
}
.order_header {
  display: flex;
  width: 100%;
}
.order_head {
  display: flex;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  align-items: center;
  gap: 10px;
}
.order_head .date {
  max-width: 150px;
  width: 100%;
}
.order_head .total {
  max-width: 150px;
  width: 100%;
}
.order_head .status {
  max-width: 485px;
  width: 100%;
}
.order-number {
  max-width: 200px;
  width: 100%;
}
.btn-dropdown {
  background-position: center;
  background-repeat: no-repeat;
  min-width: 20px;
  max-width: 20px;
  width: 100%;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L5 5L1 9" stroke="%230A0A12" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.btn-dropdown.active {
  background-position: center;
  background-repeat: no-repeat;
  min-width: 20px;
  max-width: 20px;
  width: 100%;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 1L5 5L1 0.999999" stroke="%230A0A12" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.btns-repeat {
  margin-left: auto;
  margin-bottom: auto;
  grid-column-start: 1;
  grid-row-start: 3;
  grid-row-end: 5;
}
.btn-repeat {
  display: flex;
  cursor: pointer;
  color: #BABAC4;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 16px;
  border: 2px solid #BABAC4;
}
.btns-repeat.top {
  display: flex;
}
.btns-repeat.bottom {
  display: none;
}
.btn-repeat:hover {
  transition: 0.6s;
  color: #FFFFFF;
  background: #00B571;
  border: 2px solid #00B571;
}
.btn-repeat.danger {
  display: flex;
  cursor: pointer;
  color: #FF0045;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 16px;
  border: 2px solid #FF0045;
}
.btn-repeat.danger:hover {
  transition: 0.6s;
  color: #FFFFFF;
  background: #FF0045;
  border: 2px solid #FF0045;
}
.orders_items_head {
  display: flex;
  color: #767682;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  width: 100%;
  gap: 16px;
  margin-bottom: -4px;
}
.item_head:nth-child(1) {
  max-width: 26px;
  width: 100%;
}
.item_head:nth-child(2) {
  max-width: 633px;
  min-width: 300px;
  width: 100%;
}
.item_head:nth-child(3) {
  max-width: 109px;
  width: 100%;
}
.item_head:nth-child(4) {
  max-width: 109px;
  width: 100%;
}
.item_head:nth-child(5) {
  max-width: 109px;
  width: 100%;
}
.item_head:nth-child(6) {
  max-width: 109px;
  width: 100%;
}
.item_head:nth-child(7) {
  max-width: 109px;
  width: 100%;
  text-align: right;
}
.item_order {
  display: flex;
  width: 100%;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 24px;
  gap: 16px;
  overflow: hidden;
}
.item_order .index {
  max-width: 26px;
  width: 100%;
}
.item_order .name {
  display: flex;
  flex-wrap: wrap;
  max-width: 633px;
  min-width: 300px;
  width: 100%;
}
.item_order .qty {
  max-width: 109px;
  width: 100%;
}
.item_order .price {
  max-width: 109px;
  width: 100%;
}
.item_order .price_total {
  max-width: 109px;
  width: 100%;
}
.item_order .review {
  max-width: 109px;
  width: 100%;
}
.item_order .icon_review {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  content: "";
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.375 7.87512H11.625" stroke="%23292D32" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 5.25012L9 10.5001" stroke="%23292D32" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.25 13.8224H8.25L11.5875 16.0424C12.0825 16.3724 12.75 16.0199 12.75 15.4199V13.8224C15 13.8224 16.5 12.3224 16.5 10.0724V5.57239C16.5 3.32239 15 1.82239 12.75 1.82239H5.25C3 1.82239 1.5 3.32239 1.5 5.57239V10.0724C1.5 12.3224 3 13.8224 5.25 13.8224Z" stroke="%23292D32" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.item_order .icon_review_hide {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 7.49023L8.22114 9.5004L12 6.5004" stroke="%23BABAC4" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.25 13.8227H8.25L11.5875 16.0427C12.0825 16.3727 12.75 16.0202 12.75 15.4202V13.8227C15 13.8227 16.5 12.3227 16.5 10.0727V5.57266C16.5 3.32266 15 1.82266 12.75 1.82266H5.25C3 1.82266 1.5 3.32266 1.5 5.57266V10.0727C1.5 12.3227 3 13.8227 5.25 13.8227Z" stroke="%23BABAC4" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.item_order .buy {
  max-width: 109px;
  width: 100%;
  text-align: -webkit-right;
}
.item_order .icon_buy {
  display: block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 29px;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,<svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.11719 4.57957V2.83699C4.11719 2.31213 4.33314 1.80876 4.71753 1.43762C5.10192 1.06648 5.62327 0.857971 6.16688 0.857971H7.83325C8.37686 0.857971 8.89821 1.06648 9.2826 1.43762C9.66699 1.80876 9.88294 2.31213 9.88294 2.83699V4.57442" stroke="%23767682" stroke-miterlimit="10"/><path d="M12.0716 9.51351C11.8937 10.4589 11.068 11.1437 10.1061 11.1437H3.87791C2.9136 11.1437 2.0866 10.4556 1.91125 9.50734L1.43709 6.94317C1.20975 5.71377 2.1535 4.5795 3.40375 4.5795H10.5886C11.8414 4.5795 12.7857 5.71814 12.5541 6.94934L12.0716 9.51351Z" stroke="%23767682" stroke-miterlimit="10"/></svg>');
}
.item_order .icon_buy_hide {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 7.49023L8.22114 9.5004L12 6.5004" stroke="%23BABAC4" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.25 13.8227H8.25L11.5875 16.0427C12.0825 16.3727 12.75 16.0202 12.75 15.4202V13.8227C15 13.8227 16.5 12.3227 16.5 10.0727V5.57266C16.5 3.32266 15 1.82266 12.75 1.82266H5.25C3 1.82266 1.5 3.32266 1.5 5.57266V10.0727C1.5 12.3227 3 13.8227 5.25 13.8227Z" stroke="%23BABAC4" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.item_order .amount_minus {
  color: red;
}
#edit_fields_modal .modal-header {
  padding: 20px 20px 4px;
}
#edit_fields_modal .modal-body {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#edit_fields_modal .error_message {
  width: 100%;
  color: red;
  margin: 0px 0 10px;
  font-size: 13px;
}
#edit_fields_modal .message {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-top: 5px;
}
#edit_fields_modal .sendcode {
  font-size: 14px;
  margin: 10px 0;
  display: inline-block;
}
#edit_fields_modal .cancel {
  margin-left: 24px;
  display: inline-block;
}
/*адаптив страница личного кабинета*/
@media (max-width: 1020px) {
  .my-info {
    display: flex;
    flex-wrap: wrap;
  }
  .my-bonus {
    width: calc(50% - 8px);
    max-width: 100%;
  }
  .my-data {
    width: calc(50% - 8px);
  }
}
@media (max-width: 767px) {
  .my-info {
    display: flex;
    flex-wrap: wrap;
  }
  .orders_items_head {
    display: none;
  }
  .my-bonus {
    max-width: 100%;
    width: 100%;
  }
  .my-data {
    width: 100%;
  }
  .btns-repeat.top {
    display: none;
  }
  .btns-repeat.bottom {
    display: flex;
    width: 100%;
  }
  .btn-repeat {
    margin-top: 24px;
    width: 100%;
    justify-content: center;
  }
  .order_head {
    position: relative;
    flex-wrap: wrap;
  }
  .order_head .date {
    max-width: 100%;
  }
  .order_head .status {
    max-width: fit-content;
  }
  .btn-dropdown {
    position: absolute;
    right: 0;
    top: 0;
  }
  .order-number {
    max-width: 100%;
  }
  .item_order {
    flex-wrap: wrap;
    border-bottom: 1px solid #DADAE4;
    gap: 0;
  }
  .item_order .index {
    display: none;
  }
  .item_order .name {
    max-width: 100%;
  }
  .item_order .price {
    display: none;
  }
  .item_order .price_total {
    width: fit-content;
    margin-left: auto;
  }
  .item_order .review {
    width: fit-content;
    margin-left: 8px;
  }
  .item_order .buy {
    width: fit-content;
    margin-left: 8px;
  }
  .item_order:last-child {
    border-bottom: none;
  }
}
@media (max-width: 733px) {
  .tab {
    width: 170px;
  }
}
@media (max-width: 562px) {
  .tabs {
    justify-content: center;
  }
  .tab {
    width: 170px;
  }
}
@media (max-width: 388px) {
  .tab {
    width: 100%;
  }
}
/*вкладка партнёры*/
.referral_channels_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 40px;
}
.referral_channels {
  background-color: #f3f3f8;
  border-radius: 20px;
  padding: 32px 32px;
  width: 100%;
}
.statistic_month {
  display: flex;
  background-color: #F3F3F8;
  border-radius: 20px;
  padding: 16px 32px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.statistic_head {
  display: none;
}
.statistic_gray {
  display: block;
  width: 236px;
  font-weight: 600;
  line-height: 24px;
  font-size: 14px;
}
.statistic_items {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.statistic_item {
  display: block;
  width: 260px;
}
.statistic_item:last-child {
  display: block;
  width: 109px;
  margin-right: 0;
  text-align: end;
}
.bonus_head {
  display: flex;
  justify-content: space-between;
  color: #767682;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
}
.referral_head {
  display: flex;
  justify-content: space-between;
  color: #767682;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  margin-bottom: 12px;
}
.referral_head.source {
  display: block;
  width: 236px;
}
.referral_head.visitors {
  display: block;
  width: 260px;
}
.referral_head.transactions {
  display: block;
  width: 260px;
}
.referral_head.conversion {
  display: block;
  width: 260px;
}
.referral_head.amount {
  display: block;
  width: 109px;
  text-align: end;
}
.referral_head.bottom {
  display: none;
}
.referral_item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: #0A0A12;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.referral_item .source {
  display: block;
  width: 236px;
}
.referral_item .visitors {
  display: block;
  width: 260px;
}
.referral_item .transactions {
  display: block;
  width: 260px;
}
.referral_item .conversion {
  display: block;
  width: 260px;
}
.referral_item .amount {
  display: block;
  width: 109px;
  text-align: end;
}
.referral_item.right {
  display: flex;
  justify-content: space-between;
  color: #0A0A12;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: auto;
}
.referral_item.head {
  display: none;
}
@media (max-width: 923px) {
  .statistic_month {
    display: block;
  }
  .statistic_head {
    display: flex;
  }
  .statistic_gray {
    margin-bottom: 16px;
  }
  .statistic_items {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
  }
  .statistic_item {
    display: flex;
    justify-content: space-between;
    color: #767682;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    width: 100%;
    margin-bottom: 10px;
  }
  .statistic_item:last-child {
    display: flex;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .referral_head {
    display: none;
  }
  .referral_item.head {
    display: block;
    width: auto;
    color: #767682;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
  }
  .referral_head.amount {
    text-align: left;
  }
  .referral_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #DADAE4;
  }
  .referral_item .right {
    display: block;
    width: 100%;
  }
  .referral_item .source {
    display: block;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .referral_item .visitors {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .referral_item .transactions {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .referral_item .conversion {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .referral_item .amount {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .referral_item:last-child {
    border-bottom: none;
  }
}
/*вкладка мои бонусы*/
.bonus_head_item {
  display: flex;
  color: #767682;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  gap: 83px;
  margin-right: 32px;
  align-items: flex-end;
}
.bonuses_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.bonuse_item {
  display: flex;
  width: 100%;
  padding: 12px 32px;
  justify-content: space-between;
  border-radius: 20px;
  background-color: #F3F3F8;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.bonuse_item.title {
  display: block;
  width: calc(100% - 480px);
  padding: 0;
}
.bonuse_item.date {
  display: block;
  width: 90px;
  padding: 0;
}
.bonuse_item.time {
  display: block;
  width: 45px;
  padding: 0;
}
.bonuse_item.amount {
  display: block;
  width: 80px;
  text-align: end;
  padding: 0;
  color: #00B571;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.bonuse_item.amount:before {
  content: "+";
  display: inline-block;
  width: 15px;
  text-align: end;
  padding: 0;
  color: #00B571;
}
.bonuse_item.amount.amount_minus {
  display: block;
  width: 80px;
  text-align: end;
  padding: 0;
  color: #FF0045;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.bonuse_item.amount.amount_minus:before {
  content: none;
}
.bonuse_item.balance {
  display: block;
  width: 80px;
  text-align: end;
  padding: 0;
}
.mybonus_head.bottom {
  display: none;
}
@media (max-width: 923px) {
  .bonuse_item {
    display: flex;
    flex-wrap: wrap;
  }
  .bonuse_item.title {
    display: flex;
    width: 100%;
  }
  .bonus_head.bottom {
    display: flex;
    margin-right: auto;
    color: #767682;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .bonuse_item.balance {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #DADAE4;
    border-radius: 0;
    color: #767682;
  }
  .bonus_head_item {
    display: none;
  }
  .mybonus_head.bottom {
    display: flex;
  }
}
/*Мои отзывы*/
.reviews_wrap .review_items .item {
  padding: 24px 32px;
  flex-direction: column;
  border-radius: 20px;
  background: #F3F3F8;
  margin-bottom: 16px;
  position: relative;
}
.reviews_wrap .review_items .item .top {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}
.reviews_wrap .review_items .item .in_moderation {
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 5px;
  right: 15px;
  font-style: italic;
}
.reviews_wrap .review_items .item .name {
  display: flex;
  color: #00B1FF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration-line: underline;
}
.reviews_wrap .review_items .item .rate {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.reviews_wrap .review_items .item .date {
  color: #767682;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 16px;
}
.reviews_wrap .review_items .item .date .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.reviews_wrap .review_items .item .text {
  font-size: 16px;
  line-height: 24px;
}
/*Модальное окно заказать ещё*/
.items_to_repeat {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.items_to_repeat .item {
  background: #F3F3F8;
  border-radius: 20px;
  display: flex;
  gap: 8px;
  padding: 0px 24px 0px 16px;
  position: relative;
  width: 100%;
  max-width: 1065px;
}
.items_to_repeat .item .img {
  border-radius: 20px;
}
.items_to_repeat .item .img div {
  width: 104px;
  height: 104px;
  border-radius: 20px;
}
.items_to_repeat .item .item_data {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
  gap: 23px;
}
.items_to_repeat .item .item_data .item_top {
  width: 100%;
}
.items_to_repeat .item .item_data .item_top .img_small {
  display: none;
}
.items_to_repeat .item .item_data .item_top .img_small div {
  background-size: 100%;
  width: 77px;
  height: 77px;
  border-radius: 20px;
}
.items_to_repeat .item .item_data .item_top .top_text {
  display: flex;
  justify-content: space-between;
}
.items_to_repeat .item .item_data .item_bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.items_to_repeat .item .item_data .item_bottom .bottom_right {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.items_to_repeat .item .item_data .item_bottom .bottom_right .favorite,
.items_to_repeat .item .item_data .item_bottom .bottom_right .delete {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
.items_to_repeat .item .item_data .item_bottom .bottom_right .favorite:hover,
.items_to_repeat .item .item_data .item_bottom .bottom_right .delete:hover {
  color: #333;
}
.items_to_repeat .item .item_data .item_bottom .bottom_right .favorite svg,
.items_to_repeat .item .item_data .item_bottom .bottom_right .delete svg {
  fill: none;
  stroke: #0A0A12;
}
.items_to_repeat .item .item_data .item_bottom .bottom_right .favorite.active svg {
  fill: #0A0A12;
}
.items_to_repeat .item .name {
  font-size: 14px;
  line-height: 21px;
}
.items_to_repeat .item .qty_wrap {
  display: flex;
}
.items_to_repeat .item .qty_wrap > div {
  display: flex;
}
.items_to_repeat .item .qty_wrap > div .qty {
  width: 31px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: .7px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.items_to_repeat .item .btn_minus,
.items_to_repeat .item .btn_plus {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.items_to_repeat .item .btn_minus {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect opacity="0.1" width="24" height="24" rx="12" fill="%2300B571"/><rect x="8" y="11.5" width="8" height="1" fill="%2300B571"/></svg>');
}
.items_to_repeat .item .btn_plus {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect opacity="0.1" width="24" height="24" rx="12" fill="%2300B571"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 11.5V8H11.5V11.5H8V12.5H11.5V16H12.5V12.5H16V11.5H12.5Z" fill="%2300B571"/></svg>');
}
.items_to_repeat .item .price_total {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  text-align: right;
}
.items_to_repeat .item .not_available {
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  display: flex;
  align-items: center;
}
#repeat_order_modal .btns_wrap {
  display: flex;
  margin-top: 24px;
  gap: 8px;
  justify-content: right;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .items_to_repeat {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
  }
  .items_to_repeat .item {
    background: #F3F3F8;
    border-radius: 20px;
    display: flex;
    gap: 8px;
    padding: 0px 24px 0px 16px;
    position: relative;
    width: 100%;
    max-width: 1065px;
  }
  .items_to_repeat .item .img {
    display: none;
  }
  .items_to_repeat .item .item_data {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 18px;
    gap: 0;
  }
  .items_to_repeat .item .item_data .item_top {
    display: flex;
    width: 100%;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: #FFFFFF 1px solid;
  }
  .items_to_repeat .item .item_data .item_top .img_small {
    display: flex;
  }
  .items_to_repeat .item .item_data .item_top .top_text {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-flow: column-reverse;
    align-self: flex-start;
    gap: 2px;
  }
  .items_to_repeat .item .item_data .item_bottom {
    gap: 25px;
    padding-top: 16px;
  }
  .items_to_repeat .item .name {
    width: 100%;
  }
  .items_to_repeat .item .price_total {
    text-align: left;
  }
  #repeat_order_modal .btns_wrap {
    flex-flow: column-reverse;
    margin-top: 12px;
  }
  #repeat_order_modal .btns_wrap .btn {
    width: 100%;
  }
}
.s-post-wrapper {
  line-height: 24px;
}
.s-post-wrapper h2 {
  margin-top: 80px;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 32px;
}
.s-post-wrapper h3 {
  margin-top: 50px;
  margin-bottom: 25px;
}
.s-post-wrapper p,
.s-post-wrapper ul,
.s-post-wrapper ol {
  margin-bottom: 25px;
}
.favorite_wrap {
  position: relative;
}
.favorite_wrap .favorite_count {
  color: #fff;
  background: #FF0045;
  height: 16px;
  display: block;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: .22px;
  position: absolute;
  top: 4px;
  right: -10px;
  border-radius: 8px;
  padding: 0 5px 0 5.3px;
}
.is-empty .favorite_count {
  display: none;
}
.s-cart-wrapper {
  position: relative;
}
.s-cart-wrapper .s-image-wrapper {
  position: relative;
  display: inline-block;
}
.s-cart-wrapper .s-cart-count {
  color: #fff;
  background: #ff0045;
  height: 16px;
  display: block;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: .22px;
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 8px;
  padding: 0 5px 0 5.3px;
}
.s-cart-wrapper .cart-text {
  display: inline-block;
  position: relative;
  top: -1px;
  font-weight: 600;
  color: #0A0A12;
  font-size: 14px;
  line-height: 18px;
  display: none;
}
.s-cart-wrapper .cart-text span {
  font-weight: 400;
}
.s-cart-wrapper.is-empty .cart-text {
  font-weight: 400;
  letter-spacing: 0px;
  display: none;
}
.cart_wrap.is-empty .s-cart-count {
  display: none;
}
.backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.3;
  z-index: 5;
  background-color: #000;
  display: none;
}
.backdrop.active {
  display: block;
}
.backdrop.active + .catalog_menu_wrap {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 131px;
  height: 600px;
  border-radius: 0 0 20px 20px;
}
.backdrop.active + .catalog_menu_wrap.fixed {
  position: fixed;
  z-index: 99;
  top: 75px;
}
.catalog_menu_wrap {
  display: none;
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 32px 0 32px;
}
.catalog_menu_wrap .wrap {
  align-items: flex-start;
  justify-content: start;
  gap: 32px;
}
.catalog_menu_wrap ul::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.catalog_menu_wrap ul::-webkit-scrollbar-thumb {
  background: #F3F3F8;
  border-radius: 2px;
}
.catalog_menu_wrap ul:hover::-webkit-scrollbar-thumb {
  background-color: #e9e9ec;
}
.catalog_menu_wrap ul::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #fff;
}
.catalog_menu_wrap ul {
  padding: 0;
  list-style: none;
  max-height: 100%;
  margin: 0;
  overflow: scroll;
  max-height: 536px;
}
.catalog_menu_wrap ul li a {
  padding: 10px 0 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  display: inline-block;
  width: auto;
  padding-right: 15px;
  color: #767682;
  display: flex;
  align-items: center;
}
.catalog_menu_wrap ul li a.active {
  color: #0A0A12;
}
.catalog_menu_wrap ul li a.active:after {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="8" viewBox="0 0 5 8" fill="none"><path d="M1 1L3.29289 3.29289C3.68342 3.68342 3.68342 4.31658 3.29289 4.70711L1 7" stroke="%230A0A12" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 6px;
  height: 8px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
}
.catalog_menu_wrap ul li a:hover {
  color: #0A0A12;
  text-decoration: none;
}
.catalog_menu_wrap .cat_menu {
  width: 302px;
  max-height: 100%;
  position: relative;
}
.catalog_menu_wrap .cat_menu_goal_lnk {
  padding-top: 5px;
  margin-bottom: 29px;
}
.catalog_menu_wrap .cat_menuGoals,
.catalog_menu_wrap .cat_menuDisease {
  max-height: 100%;
  position: relative;
}
.catalog_menu_wrap .cat_menuChildcat,
.catalog_menu_wrap .cat_menuProducts {
  max-height: 100%;
  position: relative;
  max-width: 302px;
}
.catalog_menu_wrap .menu_childcat_items li,
.catalog_menu_wrap .menu_products_items li {
  width: 297px;
}
.catalog_menu_wrap .cat_menu_goal_lnk a[data-id="Disease"]:before,
.catalog_menu_wrap .cat_menu_goal_lnk:not(.nabory) a[data-id="Goals"]:before {
  content: "";
  background-image: url(/img/under_header_menu/star.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 6.5px;
}
.cat_menuBnnrs {
  width: 301px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-left: auto;
}
.cat_menuBnnrs .item {
  display: block;
  width: 146px;
  width: calc(50% - 4.5px);
  height: 100px;
  border-radius: 20px;
  background: radial-gradient(84.26% 84.53% at 83.95% 18%, #00f096 0%, #00945c 100%);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.cat_menuBnnrs a.item:hover {
  transform: scale(1.04);
}
.cat_menuBnnrs .item1 {
  background-image: url(/img/cat_menu_item1.png);
}
.cat_menuBnnrs .item2 {
  background-image: url(/img/cat_menu_item2.png);
}
.cat_menuBnnrs .item3 {
  background-image: url(/img/cat_menu_item3.png);
}
.cat_menuBnnrs .item4 {
  background-image: url(/img/cat_menu_item4.png);
}
.cat_menuBnnrs .item5 {
  background-image: url(/img/cat_menu_item5.png);
  width: 301px;
  height: 318px;
  background-color: #E7FEC0;
  background-position: top center;
}
.cat_menuGoals,
.cat_menuDisease {
  display: block;
  width: calc(100% - 334px);
}
.cat_menuGoals ul,
.cat_menuDisease ul {
  display: flex;
  flex-wrap: wrap;
  gap: 91px 37px;
}
.cat_menuGoals ul li,
.cat_menuDisease ul li {
  width: calc((100% - 222px)/6);
}
.cat_menuGoals ul li a,
.cat_menuDisease ul li a {
  width: 132px;
  width: 100%;
  height: 104px;
  text-align: center;
  position: relative;
  display: block;
}
.cat_menuGoals ul li a span,
.cat_menuDisease ul li a span {
  margin-top: 8px;
  display: block;
  height: 40px;
}
.cat_menuGoals ul li a:hover svg path,
.cat_menuDisease ul li a:hover svg path {
  fill: #0A0A12;
}
@media (max-width: 1500px) {
  .catalog_menu_wrap .cat_menu {
    width: 267px;
  }
  .catalog_menu_wrap .cat_menuChildcat,
  .catalog_menu_wrap .cat_menuProducts {
    max-width: 267px;
  }
  .catalog_menu_wrap .menu_childcat_items li,
  .catalog_menu_wrap .menu_products_items li {
    width: 262px;
  }
  .cat_menuGoals,
  .cat_menuDisease {
    width: calc(100% - 299px);
  }
  .cat_menuGoals ul li,
  .cat_menuDisease ul li {
    width: calc((100% - 185px)/6);
  }
}
@media (max-width: 1279px) {
  .catalog_menu_wrap .wrap {
    gap: 24px;
  }
  .catalog_menu_wrap .cat_menu {
    width: 195px;
  }
  .catalog_menu_wrap .cat_menuChildcat,
  .catalog_menu_wrap .cat_menuProducts {
    max-width: 300px;
    width: calc(50% - 249px);
  }
  .catalog_menu_wrap .menu_childcat_items li,
  .catalog_menu_wrap .menu_products_items li {
    width: 100%;
  }
  .cat_menuBnnrs {
    width: 230px;
  }
  .cat_menuGoals,
  .cat_menuDisease {
    width: calc(100% - 219px);
  }
  .cat_menuGoals ul,
  .cat_menuDisease ul {
    gap: 70px 24px;
  }
  .cat_menuGoals ul li,
  .cat_menuDisease ul li {
    width: calc((100% - 120px)/6);
  }
}
/* Главная */
.mainbnr_wrap {
  margin-top: 42px;
  margin-bottom: 29px;
}
.mainbnr_wrap .item span {
  display: block;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 21px;
}
.mainbnr_wrap .owl-dots {
  text-align: right;
}
.mainbnr_wrap .owl-carousel button.owl-dot {
  background: #fff;
  opacity: .7;
}
.mainbnr_wrap .owl-carousel button.owl-dot.active {
  background: #fff;
  opacity: 1;
}
@media (max-width: 992px) {
  .mainbnr_wrap .item span {
    height: 297px;
  }
}
@media (max-width: 770px) {
  .mainbnr_wrap .item span {
    height: 304px;
  }
}
@media (max-width: 660px) {
  .mainbnr_wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .mainbnr_wrap .item span {
    border-radius: 0;
    height: 280px;
  }
}
@media (max-width: 550px) {
  .mainbnr_wrap {
    margin-top: 0;
  }
  .mainbnr_wrap .item span {
    height: 504px;
    background-position: center;
  }
}
@media (max-width: 350px) {
  .mainbnr_wrap .item span {
    height: 400px;
  }
  .mainbnr_wrap .mainbnr .item span {
    background-size: cover;
  }
}
.home_products {
  padding-top: 27px;
  padding-bottom: 56px;
}
.home_products .hometabwrap {
  margin-bottom: 20px;
  padding-bottom: 12px;
}
.home_products .nav-tabs {
  display: flex;
  justify-content: center;
  border: 0;
  gap: 8px;
}
.home_products .nav-tabs > li {
  margin: 0;
}
.home_products .nav-tabs .btn {
  background: #f3f3f8;
  color: #767682;
  border: 0 !important;
  font-size: 14px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 4px 24px;
  border-radius: 16px;
  margin: 0;
}
.home_products .nav-tabs .btn:hover {
  background: #00935c;
  color: #fff;
  border: 0;
}
.home_products .nav-tabs .active .btn {
  color: #fff;
  background: #00b572;
}
.home_products .s-products-list {
  padding: 0;
  column-gap: 1.26%;
}
.home_products .s-product-wrapper {
  width: 18.992%;
}
@media (max-width: 991px) {
  .home_products .s-products-list {
    justify-content: space-between;
  }
  .home_products .s-product-wrapper {
    width: 32%;
  }
  .home_products .product_empty_item {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .home_products .s-products-list {
    row-gap: 48px;
  }
  .home_products .s-product-wrapper {
    width: calc(50% - 7.5px);
  }
  .home_products .s-product-wrapper:nth-child(n+5) {
    display: none;
  }
}
@media (max-width: 600px) {
  .home_products .nav-tabs .btn {
    font-size: 12px;
    padding: 4px 13px;
  }
}
@media (max-width: 370px) {
  .home_products .hometabwrap {
    overflow-x: scroll;
    margin-left: -15px;
    margin-right: -15px;
  }
  .home_products .nav-tabs {
    width: 360px;
    margin: 0 auto;
    padding: 0 10px;
  }
}
@media (max-width: 350px) {
  .home_products .s-product-wrapper {
    width: 100%;
  }
}
/*Категории*/
.categories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 16px;
  margin-bottom: 56px;
}
.categories-list .category_object {
  display: flex;
  border-radius: 20px;
  padding: 20px 1px;
  min-width: 164px;
  max-width: 211px;
  height: 146px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffe9d5;
  width: calc((100% - 80px)/6);
}
.categories-list .category_object:hover {
  box-shadow: 0 134px 54px rgba(0, 0, 0, 0.01), 0 75px 45px rgba(0, 0, 0, 0.05), 0 33px 33px rgba(0, 0, 0, 0.09), 0 8px 18px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.categories-list .category_object span {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: .32px;
  align-self: self-end;
  width: 100%;
  padding: 0 0;
  display: inline-block;
  color: #0a0a12;
  text-transform: uppercase;
}
.categories-list .category_object_54 {
  background-image: url(/img/category/54.png);
}
.categories-list .category_object_53 {
  background-image: url(/img/category/53.png);
}
.categories-list .category_object_49 {
  background-image: url(/img/category/49.png);
}
.categories-list .category_object_10 {
  background-image: url(/img/category/63.png);
}
.categories-list .category_object_63 {
  background-image: url(/img/category/10.png);
}
.categories-list .category_object_1 {
  background-image: url(/img/category/1.png);
}
.categories-list .category_object_2 {
  background-image: url(/img/category/2.png);
}
.categories-list .category_object_9 {
  background-image: url(/img/category/9.png);
}
.categories-list .category_object_32 {
  background-image: url(/img/category/32.png);
}
.categories-list .category_object_30 {
  background-image: url(/img/category/30.png);
}
.categories-list .category_object_7 {
  background-image: url(/img/category/7.png);
}
.categories-list .category_object_8 {
  background-image: url(/img/category/8.png);
}
@media (max-width: 1110px) {
  .categories-list .category_object {
    width: calc((100% - 64px)/5);
  }
}
@media (max-width: 930px) {
  .categories-list .category_object {
    width: calc((100% - 48px)/4);
  }
}
@media (max-width: 750px) {
  .categories-list .category_object {
    width: calc((100% - 32px)/3);
  }
}
@media (max-width: 570px) {
  .categories-list {
    justify-content: center;
    gap: 16px;
  }
  .categories-list .category_object {
    width: calc((100% - 16px)/2);
  }
}
@media (max-width: 374px) {
  .categories-list .category_object {
    min-width: unset;
  }
  .categories-list .category_object span {
    font-size: 12px;
  }
}
/*
.nasrecommenduyut:before{
  content: "";
  display: block;
  position: absolute;
  background: url(/nasrecommenduyut.png) no-repeat;
  width: 1348px;
  height: 326px;
  z-index: 1;
  opacity: 0.7;
  left: 0;
  top: 0;
}*/
.nasrecommenduyut {
  position: relative;
}
.nasrecommenduyut .t {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #000;
  margin-bottom: 32px;
}
.nasrecommenduyut .doctors {
  justify-content: space-between;
  gap: 15px;
  flex-wrap: unset;
  text-align: center;
}
.nasrecommenduyut .doctors .doctor {
  position: relative;
  max-width: 442px;
  background: #F3F3F8;
  border-radius: 20px;
  padding: 40px;
}
.nasrecommenduyut .doctors .doctor .img {
  display: block;
  margin: 0 auto 32px;
}
.nasrecommenduyut .doctors .doctor .name {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 16px;
  margin-top: 21px;
}
.nasrecommenduyut .doctors .doctor .regalii {
  margin-bottom: 16px;
  line-height: 24px;
  color: #767682;
  min-width: 260px;
}
.nasrecommenduyut .doctors .doctor .soc {
  display: flex;
  font-size: 14px;
  line-height: 21px;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}
.nasrecommenduyut .doctors .doctor .soc div {
  display: flex;
  align-items: flex-end;
  gap: 6px;
}
.nasrecommenduyut .doctors .doctor .soc svg {
  position: relative;
  top: -2px;
}
.nasrecommenduyut .doctors .doctor .soc a {
  color: #767682;
}
@media (max-width: 1160px) {
  .nasrecommenduyut .doctors {
    user-select: none;
    width: auto;
    overflow: hidden;
    overflow-x: scroll;
    gap: 17px;
    margin-right: -15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .nasrecommenduyut .doctors .doctor {
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .nasrecommenduyut .doctors .doctor .img {
    display: block;
    margin: 0 auto 32px;
  }
}
@media (min-width: 601px) and (max-width: 992px) {
  .nasrecommenduyut .doctors {
    user-select: none;
    width: auto;
    overflow: hidden;
    overflow-x: scroll;
    gap: 17px;
    padding-bottom: 15px;
    padding-right: 15px;
    margin-right: -15px;
  }
  .nasrecommenduyut .doctors .doctor {
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .nasrecommenduyut .doctors .doctor .img {
    display: block;
    margin: 0 auto 32px;
  }
}
@media (max-width: 600px) {
  .nasrecommenduyut .t {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
  .nasrecommenduyut .doctors {
    margin-right: 0px;
    overflow: hidden;
    flex-wrap: wrap;
    gap: 17px;
    padding-right: 0;
  }
  .nasrecommenduyut .doctors .doctor {
    width: 100%;
    max-width: none;
  }
}
.front .callback_voprosy {
  margin: 56px auto;
}
@media (max-width: 767px) {
  .front .callback_voprosy {
    margin: 51px auto 48px;
  }
}
.preimuschestva {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  gap: 80px 32px;
  justify-content: space-between;
  margin-bottom: 80px;
}
.preimuschestva .item {
  width: calc(33.333% - 21.333px);
  font-size: 16px;
  line-height: 24px;
}
.preimuschestva .item .icon {
  margin-bottom: 8px;
}
.preimuschestva .item .t {
  letter-spacing: 0.44px;
  font-weight: 700;
  margin: 0 auto;
  margin-bottom: 24px;
}
.preimuschestva .item:nth-child(5) .t {
  width: 203px;
}
@media (max-width: 800px) {
  .preimuschestva .item {
    width: calc(50% - 16px);
  }
}
@media (max-width: 580px) {
  .preimuschestva {
    gap: 32px;
  }
  .preimuschestva .item {
    width: 100%;
  }
  .preimuschestva .item .t {
    margin-bottom: 8px;
  }
}
.bblock_sert {
  margin-bottom: 80px;
}
.bblock_sert .sertificats {
  margin-bottom: 15px;
  padding: 24px 0 0px;
}
.bblock_sert .sertificats .wrap {
  padding-bottom: 10px;
  justify-content: space-between;
}
.bblock_sert .sertificats .item {
  margin-bottom: 41px;
}
.bblock_sert .sertificats .item .t {
  width: 220px;
  display: inline-block;
  margin-top: 12px;
  max-width: 100%;
  font-size: 14px;
  line-height: 18px;
}
.bblock_sert .btn_wrap {
  text-align: center;
}
.bblock_sert .btn_wrap .btn_gray {
  padding: 15px 45px 15px;
}
@media (max-width: 1199px) {
  .bblock_sert .sertificats .wrap {
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .bblock_sert .sertificats {
    justify-content: space-around;
    overflow-x: scroll;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .bblock_sert .sertificats .wrap {
    width: 1140px;
  }
}
.bblock_blog {
  margin: 56px 0 56px;
}
.bblock_blog .h2 {
  font-size: 24px;
  line-height: 24px;
}
.bblock_blog .blog_articles {
  margin-top: 32px;
  margin-bottom: 20px;
}
.bblock_blog .wrap {
  display: flex;
  gap: 16px;
}
.bblock_blog .post_preview {
  max-width: 325px;
  width: 100%;
  margin-bottom: 22px;
}
.bblock_blog .btn_wrap {
  text-align: center;
  margin-top: 8px;
}
.bblock_blog .btn_wrap .btn_gray {
  padding: 15px 45px 15px;
}
@media (max-width: 1199px) {
  .bblock_blog .blog_articles {
    justify-content: space-around;
    overflow-x: scroll;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .bblock_blog .blog_articles .wrap {
    width: fit-content;
    display: flex;
    flex-wrap: inherit;
  }
  .bblock_blog .post_preview {
    width: 309px;
  }
}
/* Кнопка купить */
.btn_buy_wrap .s-quantity-wrapper {
  display: flex;
  align-items: center;
}
.btn_buy_wrap .product-quantity-field {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  width: 52px;
  border: 0;
  padding: 0 6px;
}
.btn_buy_wrap .minus-button,
.btn_buy_wrap .plus-button {
  background: #E5F8F1;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
}
.btn_buy_wrap .minus-button:hover,
.btn_buy_wrap .plus-button:hover {
  background-color: #c9f0e2;
}
.btn_buy_wrap .minus-button {
  background-image: url('data:image/svg+xml,<svg width="14" height="2" viewBox="0 0 14 2" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.333984" y="1.95227" width="1.90476" height="13.3333" transform="rotate(-90 0.333984 1.95227)" fill="%2300B571"/></svg>');
}
.btn_buy_wrap .plus-button {
  background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.04812 13.6666H7.95288L7.95288 7.95225L13.6673 7.95224V6.04748L7.95288 6.04748L7.95288 0.333252L6.04812 0.333252L6.04812 6.04748L0.333984 6.04748V7.95225L6.04812 7.95225L6.04812 13.6666Z" fill="%2300B571"/></svg>');
}
@media (max-width: 767px) {
  .btn_buy_wrap .minus-button,
  .btn_buy_wrap .plus-button {
    width: 32px;
    height: 32px;
  }
}
/* список товаров */
.s-products-list {
  padding: 0;
  display: flex;
  gap: 17px;
  flex-wrap: wrap;
  gap: 48px 2.12%;
}
.product_empty_item {
  width: 23.41%;
  list-style: none;
}
.s-product-wrapper {
  border-radius: 16px;
  overflow: hidden;
  background-color: #Fff;
  color: #0A0A12;
  padding: 0 24px 24px;
  position: relative;
  list-style: none;
  box-shadow: inset 0 0 0 2px #f4f3f8;
  transition: all 0.1s ease;
  width: 23.41%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.s-product-wrapper:hover {
  box-shadow: 0px 134px 54px rgba(0, 0, 0, 0.01), 0px 75px 45px rgba(0, 0, 0, 0.05), 0px 33px 33px rgba(0, 0, 0, 0.09), 0px 8px 18px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.s-product-wrapper:hover .s-button {
  background: #00B571;
  color: #fff;
  transition: all 0.1s ease;
}
@media (max-width: 1300px) {
  .s-product-wrapper {
    width: 31.43%;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .s-product-wrapper {
    box-shadow: none;
    padding: 0;
  }
  .s-product-wrapper:hover {
    box-shadow: none;
  }
}
@media (max-width: 550px) {
  .s-product-wrapper {
    width: 47.4%;
  }
}
.s-product-wrapper .s-image-wrapper {
  margin-bottom: 24px;
  background: #F3F3F8;
  margin-left: -24px;
  margin-right: -24px;
  display: flex;
  justify-content: center;
  width: calc(100% + 48px);
}
@media (max-width: 767px) {
  .s-product-wrapper .s-image-wrapper {
    margin-bottom: 8px;
  }
  .s-product-wrapper .s-image-wrapper img {
    width: auto;
    height: 168px;
  }
}
.s-product-wrapper .s-offers-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.s-product-wrapper .s-offers-wrapper > * {
  width: 100%;
}
.s-product-wrapper .pricing-wrapper {
  margin-bottom: 8px;
}
.s-product-wrapper .pricing-wrapper .price {
  display: inline-block;
  margin-right: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.s-product-wrapper .pricing-wrapper .price .ruble {
  margin-left: 0px;
}
.s-product-wrapper .pricing-wrapper .old_price {
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: -1px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: line-through;
  color: #BABAC4;
}
@media (max-width: 767px) {
  .s-product-wrapper .pricing-wrapper .price {
    font-size: 14px;
    line-height: 20px;
  }
}
.s-product-wrapper .s-product-header a {
  padding: 0 0;
  display: inline-block;
  min-height: 36px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #0A0A12;
  margin-bottom: 9px;
}
.s-product-wrapper .row_1 {
  margin-bottom: 16px;
  color: #767682;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  justify-content: flex-start;
  gap: 6px;
}
.s-product-wrapper .s-rating-wrapper,
.s-product-wrapper .reviews_count_wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
}
.s-product-wrapper .btn_buy_wrap {
  margin-top: auto;
}
.s-product-wrapper .favorite {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 24px;
  top: 56px;
  z-index: 2;
  cursor: pointer;
}
.s-product-wrapper .favorite[data-active="0"] svg {
  fill: #F3F3F8;
  stroke: #767682;
}
.s-product-wrapper .favorite[data-active="1"] svg {
  fill: #FF0045;
  stroke: #FF0045;
}
.s-product-wrapper .favorite:hover[data-active="0"] svg {
  stroke: #000;
}
.s-product-wrapper .favorite:hover[data-active="1"] svg {
  fill: #ee0544;
  stroke: #ee0544;
}
@media (max-width: 767px) {
  .s-product-wrapper .favorite {
    right: 8px;
    top: 42px;
    width: 34px;
    right: 3px;
    top: 40px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.s-product-wrapper .s-rating-wrapper .icon16 {
  width: 13px;
  height: 13px;
  background-size: 100%;
}
.s-product-wrapper .s-rating-block.nowrap {
  position: relative;
  top: 3px;
  display: flex;
}
.s-product-wrapper .stock_status {
  color: #767682;
  font-size: 12px;
  line-height: 19px;
  padding-left: 14px;
  font-weight: 500;
}
.s-product-wrapper .stock_status.InStock {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.828' height='6.264' viewBox='0 0 9.828 6.264'%3E%3Cpath d='M-18890.25-12063.839l3.756,3.577,5.244-5' transform='translate(18890.664 12065.696)' fill='none' stroke='%23767682' stroke-width='1.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 center;
}
.s-product-wrapper .s-compare-button {
  display: none;
}
.s-product-wrapper .s-button {
  padding: 8px 36px 8px;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 14px;
  cursor: pointer;
  background: #F3F3F8;
  border: 0;
  border-radius: 16px;
  color: #767682;
  font-weight: 600;
}
.s-product-wrapper .s-button:hover {
  background: #00945C;
}
@media (max-width: 767px) {
  .s-product-wrapper .s-button {
    color: #fff;
    padding: 5px 16px 3px;
    background: #00b571;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-size: 14px;
  }
}
.owl-item .s-product-wrapper .s-image-wrapper img {
  width: auto;
}
.icon_info {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 4;
  cursor: pointer;
}
.icon_info rect {
  fill: #fff;
}
.icon_info circle {
  fill: #767682;
}
.icon_info:hover circle {
  fill: #000;
}
@media (max-width: 767px) {
  .icon_info {
    right: 8px;
    top: 8px;
    width: 34px;
    right: 3px;
    top: 2px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.hideinfo {
  background: #F3F3F8;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: all .3s ease;
  top: 100%;
  width: 100%;
  z-index: 3;
  padding: 24px;
}
.hideinfo .name {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #0A0A12;
  margin-bottom: 8px;
  padding-right: 30px;
}
.hideinfo .t {
  font-weight: 600;
}
.hideinfo .sostav,
.hideinfo .oblast_prim {
  margin-bottom: 8px;
}
.hideinfo .prod_icons {
  margin-top: auto;
  text-align: center;
}
.hideinfoactive .hideinfo {
  display: block;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
}
@media (max-width: 1199px) {
  .hideinfo {
    padding: 16px;
  }
  .hideinfo .sostav,
  .hideinfo .oblast_prim {
    line-height: 16px;
  }
  .hideinfo .t {
    font-weight: 600;
    line-height: 12px;
    margin-bottom: 4px;
  }
  .hideinfo .name {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 6px;
    letter-spacing: -0.2px;
  }
  .hideinfo .oblast_prim {
    overflow: hidden;
    margin-bottom: 0px;
  }
  .hideinfo .prod_icons {
    position: relative;
  }
  .hideinfo .prod_icons:before {
    content: "";
    position: absolute;
    left: 0;
    top: -35px;
    width: 100%;
    height: 35px;
    background: linear-gradient(0deg, #f3f3f8 18%, transparent 100%);
  }
}
.s-badge-wrapper {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
}
.s-badge-wrapper .badge span {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
  color: #0A0A12;
  border-radius: 16px;
  padding: 6px 10px;
  display: inline-block;
  line-height: 12px;
}
.s-badge-wrapper .badge + .badge {
  margin-top: 4px;
}
.s-badge-wrapper .discount_persent span {
  color: #fff;
  background: #FF0045;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 10px;
}
.s-badge-wrapper .free_delivery span {
  color: #fff;
  background: #ff0045;
}
.s-badge-wrapper .new span {
  background: #FFC400;
}
.s-badge-wrapper .bestseller span {
  color: #fff;
  background: #00B571;
  background-image: url(/img/icon_star_hit.svg);
  background-repeat: no-repeat;
  background-position: 8px center;
  padding-left: 26px;
}
.s-badge-wrapper .low-price span {
  color: #fff;
  background: #FF0045;
}
.s-badge-wrapper .shoping > span {
  background: #FCFA48;
  color: #000;
  padding: 0 8px;
  line-height: 25px;
  margin-top: 3px;
}
.s-badge-wrapper .shoping > span span {
  background: #FCFA48;
  color: #000;
  top: -12px;
  position: absolute;
  left: 42px;
  line-height: 14px;
  border-radius: 16px 16px 0 0;
  padding: 3px 8px 1px;
}
.s-badge-wrapper .blackfriday span {
  background: #000;
  color: #f6ff00;
}
.s-product-wrapper .discount_persent {
  position: absolute;
  margin-top: 0!important;
  top: 224px;
}
.s-product-photos .s-badge-wrapper {
  top: 32px;
  left: 32px;
}
.s-product-photos .s-badge-wrapper .badge span {
  font-size: 16px;
  line-height: 32px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .s-badge-wrapper {
    top: 8px;
    left: 7px;
  }
  .s-badge-wrapper .badge span {
    font-size: 10px;
    line-height: 11px;
    padding: 2.5px 6px;
    text-transform: none;
  }
  .s-badge-wrapper .discount_persent {
    top: 139px;
    left: -6px;
  }
  .s-badge-wrapper .discount_persent span {
    font-size: 11px;
    line-height: 11px;
  }
  .s-badge-wrapper .bestseller span {
    padding-left: 17px;
    background-size: 8px;
    background-position: 6px 3px;
  }
}
.s-rating-wrapper .icon16 {
  margin: 0;
  background: url(/img/icon_star.svg) no-repeat;
  width: 16px;
  height: 16px;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  display: inline-block;
}
.s-rating-wrapper .icon16:last-child {
  margin-right: 0px;
}
.s-rating-wrapper .icon16.star-empty {
  background-image: url(/img/icon_starEmpty.svg);
}
.s-rating-wrapper .stars .star {
  display: inline-block;
  margin-right: 2px;
}
.s-rating-wrapper .stars .star .icon {
  width: 12px;
  height: 12px;
}
.s-rating-wrapper .stars .star:last-child {
  margin-right: 0px;
}
.s-rating-wrapper .stars svg {
  fill: #CECECE;
}
.s-rating-wrapper .stars[data-active="1"] .star:first-child svg {
  fill: #FFC400;
}
.s-rating-wrapper .stars[data-active="2"] .star:nth-child(1) svg,
.s-rating-wrapper .stars[data-active="2"] .star:nth-child(2) svg {
  fill: #FFC400;
}
.s-rating-wrapper .stars[data-active="3"] .star:nth-child(1) svg,
.s-rating-wrapper .stars[data-active="3"] .star:nth-child(2) svg,
.s-rating-wrapper .stars[data-active="3"] .star:nth-child(3) svg {
  fill: #FFC400;
}
.s-rating-wrapper .stars[data-active="4"] .star:nth-child(1) svg,
.s-rating-wrapper .stars[data-active="4"] .star:nth-child(2) svg,
.s-rating-wrapper .stars[data-active="4"] .star:nth-child(3) svg,
.s-rating-wrapper .stars[data-active="4"] .star:nth-child(4) svg {
  fill: #FFC400;
}
.s-rating-wrapper .stars[data-active="5"] .star svg {
  fill: #FFC400;
}
/* боковое меню в товаре */
.cat_menu_wrap .t {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #0A0A12;
  margin-bottom: 8px;
}
.cat_menu_wrap .cat_menu {
  background: #fff;
}
.cat_menu_wrap a {
  display: block;
  width: 100%;
  border-radius: 20px;
  padding: 10px 0px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #767682;
}
.cat_menu_wrap a:hover {
  color: #1F1F1F;
  text-decoration: none;
}
.cat_menu_wrap a.active {
  font-weight: 700;
  color: #00B571;
}
/* Товар */
.s-product-page {
  padding-top: 10px;
}
.s-product-page .mobile {
  display: none;
}
.tovar_main .share {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  align-items: normal;
}
.tovar_main .productOtherVariants {
  margin-bottom: 40px;
  display: flex;
  gap: 8px;
}
.tovar_main .productOtherVariants .btn___green,
.tovar_main .productOtherVariants .btn___gray {
  display: inline-block;
  padding: 2px 16px;
  border-radius: 14px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border: 0;
}
.tovar_main .productOtherVariants .btn___green {
  background: #00b572;
  cursor: default;
}
.tovar_main .productOtherVariants .btn___gray {
  background: #F3F3F8;
  text-decoration: none;
  color: #767682;
}
.tovar_main .productOtherVariants .btn___gray:hover {
  background: #00945c;
  color: #fff;
}
.tovar_main .second_block {
  width: 55%;
  width: calc(100% - 523px);
  padding-left: 32px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 11px;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  font-size: 14px;
  line-height: 21px;
}
.tovar_main .second_block .sostav {
  margin-bottom: 19px;
}
.tovar_main .second_block .short_desc {
  max-width: 772px;
  margin-bottom: 26px;
}
.tovar_main .second_block a {
  color: #00B1FF;
  text-decoration: none;
  border-bottom: 1px solid;
  font-weight: 500;
}
.tovar_main .second_block a:hover {
  border-bottom: none;
}
.tovar_main .sert_lnks {
  display: flex;
  gap: 14px;
  color: #DADAE4;
}
.tovar_main .sert_lnks a {
  display: flex;
  gap: 6px;
  border-bottom: none;
}
.otherinfoblock {
  margin-top: 21px;
  max-width: 772px;
}
.otherinfoblock > div {
  align-self: center;
  padding: 12px 0;
  border-bottom: 1px solid #F3F3F8;
  position: relative;
  padding-left: 32px;
  line-height: 21px;
}
.otherinfoblock > div svg {
  position: absolute;
  left: 0;
  margin-top: 2px;
}
.otherinfoblock > div:last-child {
  border-bottom: 0;
}
.s-product-page .is-hidden {
  display: none;
}
.s-product-page .s-product-photos {
  width: 523px;
  position: relative;
}
.s-product-page .s-product-photos .s-photo-main a {
  display: block;
  background: #F3F3F8;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
}
.s-product-page .s-product-photos .s-photo-main .owl-stage,
.s-product-page .s-product-photos .s-photo-main .owl-item {
  display: flex;
}
.s-product-page .s-product-photos img {
  max-width: 100%;
  width: 100%;
}
.s-product-page .s-product-photos .owl-nav button {
  opacity: 1;
}
.s-product-page .s-product-photos .owl-nav button span {
  border-color: #767682;
}
.s-product-page .s-product-photos .owl-nav button:hover span {
  border-color: #0A0A12;
}
.s-product-page .s-product-photos .owl-nav button.owl-next {
  right: 8px;
}
.s-product-page .s-photos-list {
  margin-top: 15px;
  padding: 0;
  display: flex;
  padding: 0 27px;
  padding: 0 35px 0 35px;
}
.s-product-page .s-photos-list .owl-item {
  text-align: center;
}
.s-product-page .s-photos-list li {
  list-style: none;
  align-items: center;
  display: inline-block;
}
.s-product-page .s-photos-list li a {
  display: inline-block;
  border-radius: 20px;
  border: 2px solid #fff;
  overflow: hidden;
  display: flex;
  background: #f3f3f8;
}
.s-product-page .s-photos-list li .is-selected {
  border: 2px solid #767682;
}
.s-product-page .s-photos-list .thumb_video img {
  padding: 26px;
}
.s-product-page .s-photos-list .videoButtonImage {
  width: 96px;
  height: 96px;
  padding: 36px 22px 29px 21px;
  background: #DADAE4;
}
.s-product-page .s-photos-list .owl-nav button {
  margin-top: -8px;
  width: 23px;
  height: 23px;
  opacity: 1;
}
.s-product-page .s-photos-list .owl-nav button.owl-next {
  margin-top: -18px;
}
.s-product-page .s-photos-list .owl-nav button span {
  width: 11px;
  height: 11px;
  border-color: #767682;
  position: static;
}
.s-product-page .s-photos-list .owl-nav button.owl-next {
  right: 8px;
}
.s-product-page .owl-dots {
  display: none;
}
.s-product-page .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  margin-right: 6px;
}
.s-product-page .owl-dots .owl-dot.active {
  background: #00B571;
}
.s-product-page .prod_whith_discount {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #ff0045;
  display: flex;
  gap: 6px;
  margin-right: 24px;
  padding-top: 1px;
}
.s-product-page .s-product-header {
  font: 24px/36px Montserrat;
  font-weight: 700;
  letter-spacing: 0;
  color: #1f1f1f;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  width: 100%;
}
.s-product-page .underheader {
  font: 12px/16px Montserrat;
  letter-spacing: 0;
  color: #767682;
  margin-bottom: 49px;
  font-weight: 500;
  color: #00945c;
  padding-bottom: 13px;
  border-bottom: 1px solid #DADAE4;
  position: relative;
  width: 100%;
}
.s-product-page .underheader .s-rating-hint {
  cursor: pointer;
  border-bottom: 1px solid #fff;
}
.s-product-page .underheader .s-rating-hint:hover {
  border-bottom: 1px solid #00945c;
}
.s-product-page .underheader .s-rating-wrapper {
  display: flex;
  align-self: center;
  margin-right: 21px;
  gap: 4px;
}
.s-product-page .underheader .s-rating-wrapper .s-rating-block {
  position: relative;
  top: 2px;
}
.s-product-page .underheader .s-rating-wrapper .icon16 {
  margin-right: 2px;
}
.s-product-page .underheader .bought {
  position: relative;
  display: flex;
  margin-right: 24px;
}
.s-product-page .underheader .bought svg {
  margin-right: 3px;
}
.s-product-page .underheader .bought span {
  margin: 0 4px;
}
.s-product-page .underheader .InStock {
  margin-right: 24px;
}
.s-product-page .underheader .favorite {
  cursor: pointer;
  display: flex;
  gap: 4px;
  margin-right: 24px;
  align-items: center;
}
.s-product-page .underheader .favorite svg {
  width: 13px;
  height: 13px;
  stroke: #00945c;
  fill: none;
  position: relative;
  margin-top: -1px;
}
.s-product-page .underheader .favorite:hover svg {
  stroke: #00945c;
}
.s-product-page .underheader .favorite[data-active="1"] svg {
  stroke: #ff0045;
  fill: #ff0045;
}
.s-product-page .underheader .dostavka {
  display: flex;
}
.s-product-page .underheader .dostavka svg {
  margin-right: 3px;
}
.s-product-page .underheader .articul {
  color: #767682;
  margin-left: auto;
}
.s-product-page .underheader .primenenie {
  gap: 4px;
  display: flex;
}
.s-product-page .underheader .primenenie a {
  color: #00945c;
}
.s-product-page .underheader .primenenie a:hover {
  color: #00945c;
  border-bottom: 1px solid;
  text-decoration: none;
}
.s-product-page .underheader .need_help_lnk {
  margin-left: auto;
  color: #00B1FF;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
}
.s-product-page .underheader .need_help_lnk:hover {
  border-bottom: 1px solid;
}
.s-product-page .s-features-section .name {
  font-weight: 600;
  position: relative;
}
.s-product-page .s-features-section .name:after {
  content: ':';
  display: inline-block;
  margin-right: 10px;
}
.s-product-page .s-cart-wrapper {
  width: 100%;
  margin-bottom: 32px;
}
.s-product-page .add-form-wrapper {
  align-items: flex-end;
  justify-content: space-between;
}
.s-product-page .price-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 31px;
}
.s-product-page .price-wrapper .price_wrap {
  position: relative;
  display: flex;
  align-items: baseline;
}
.s-product-page .price-wrapper .price {
  font-weight: 600;
  letter-spacing: 0;
  color: #1f1f1f;
  font-size: 32px;
  line-height: 32px;
  margin-right: 16px;
}
.s-product-page .price-wrapper .compare-at-price {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #000;
  position: relative;
  padding: 0 5px;
}
.s-product-page .price-wrapper .compare-at-price:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  background: #FF0045;
  position: absolute;
}
.s-product-page .btn_buy_wrap {
  display: flex;
  gap: 8px;
  align-items: center;
}
.s-product-page .go_send_review {
  color: #767682;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: .7px;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 16px;
  border: 2px solid #767682;
  justify-content: center;
}
.s-product-page .go_send_review:hover {
  background: #767682;
  color: #fff;
}
.s-product-page .go_to_cart {
  display: none;
}
.s-product-page .submit-wrapper {
  gap: 10px;
}
.s-product-page .submit-wrapper [type="submit"] {
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 16px;
  padding: 16px 56px;
}
.s-product-page .stek35-container {
  font-size: 15px;
  margin-top: 32px;
  display: none;
}
.s-product-page .s-tabs-wrapper {
  margin-bottom: 32px;
}
.s-product-page .s-tabs-wrapper .wrap {
  border-bottom: 1px solid #dadae4;
  margin-bottom: 15px;
  width: fit-content;
  display: flex;
  flex-wrap: inherit;
}
.s-product-page .s-tab-item {
  font-size: 16px;
  color: #c90606;
  padding: 6px 0;
  display: inline-block;
  margin-right: 24px;
  position: relative;
  color: #767682;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  letter-spacing: -0.3px;
  white-space: nowrap;
}
.s-product-page .s-tab-item:hover {
  color: #0A0A12;
}
.s-product-page .s-tab-item.is-active {
  color: #0A0A12;
  font-weight: 700;
}
.s-product-page .s-tab-item.is-active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #00B571;
  border-radius: 2px;
}
.s-product-page .s-tabs-content .s-tab-content {
  display: none;
}
.s-product-page .s-tabs-content .s-tab-content.is-shown {
  display: block;
}
.s-product-page .video_wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  max-width: 1236px;
  margin: 0 auto;
}
.s-product-page .video_wrap iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-product-page .video_wrap .play {
  background: url(/img/ivon_video_yt.svg) no-repeat;
  background-position: center;
  background-size: 69px;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.remodal-show-delivery .remodal-title {
  background: #00b572!important;
}
.remodal-show-delivery.view1 .remodal-title span {
  font-size: 17px!important;
}
.remodal-show-delivery li {
  border: 0!important;
}
.remodal-show-delivery .est-delivery > div:first-child {
  font-size: 13px;
}
.remodal-show-delivery.view1 ul > li {
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
}
@media (min-width: 1500px) {
  .tovar_main .s-product-photos {
    width: 543px;
  }
  .tovar_main .second_block {
    width: calc(100% - 543px);
  }
}
@media (max-width: 1199px) {
  .tovar_main .s-product-photos {
    width: 480px;
  }
  .tovar_main .second_block {
    width: calc(100% - 480px);
    padding-left: 32px;
    font-size: 14px;
    line-height: 19px;
  }
  .tovar_main .otherinfoblock > div {
    padding: 19px 0;
    padding-left: 45px;
  }
  .s-product-page .price-wrapper .price_wrap {
    position: relative;
    margin-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .s-product-page .s-photo-main {
    margin-left: -213px;
    width: calc(100% + 213px);
  }
  .tovar_main .s-product-photos {
    width: 100%;
    margin-bottom: 60px;
  }
  .tovar_main .s-product-photos video {
    width: 100%;
  }
  .tovar_main .second_block {
    width: 100%;
    padding: 0;
  }
  .s-product-page .price-wrapper .price_wrap {
    margin-bottom: 15px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .s-product-page .add-form-wrapper {
    justify-content: space-between;
  }
  .s-product-page .price-wrapper {
    width: auto;
  }
  .s-product-page .price-wrapper .price_wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .s-product-page .mobile {
    display: flex;
  }
  .tovar_main {
    position: relative;
  }
  .s-product-page .s-product-header {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
  }
  .s-product-page .s-photo-main {
    margin-left: -69px;
    width: calc(100% + 69px);
  }
  .tovar_main .s-product-photos {
    order: -4;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    margin-bottom: 30px;
    z-index: 0;
  }
  .tovar_main .s-product-photos .s-photo-main a {
    border-radius: 0;
  }
  .s-product-page .s-photos-list {
    display: none!important;
  }
  .s-product-page .owl-dots {
    display: block;
    bottom: -11px;
  }
  .s-product-photos .s-badge-wrapper {
    top: 15px;
    left: 15px;
  }
  .s-product-photos .s-badge-wrapper .badge span {
    font-size: 13px;
    line-height: 20px;
    padding: 0 10px;
  }
  .s-product-page .underheader {
    padding-right: 0;
    margin-bottom: 25px;
    row-gap: 10px;
    position: relative;
    z-index: 1;
    border: 0;
    padding: 0;
    margin-bottom: 16px;
    order: -3;
    position: static;
  }
  .s-product-page .discount_persent,
  .tovar_main > .s-product-header,
  .s-product-page .prod_whith_discount,
  .s-product-page .underheader .s-rating-wrapper,
  .s-product-page .underheader .primenenie,
  .s-product-page .underheader .need_help_lnk,
  .s-product-page .btn_buy_wrap .go_send_review,
  .s-product-page .underheader .InStock svg {
    display: none;
  }
  .s-product-page .underheader .discount_persent {
    order: -5;
    margin-right: 2px;
    border-radius: 16px;
    background: #FF0045;
    padding: 0px 8px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-weight: 600;
  }
  .s-product-page .underheader .bought {
    padding: 0px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #F3F3F8;
    order: -3;
  }
  .s-product-page .underheader .InStock {
    margin-right: 24px;
    color: #FFF;
    line-height: 12px;
    padding: 4px 8px;
    border-radius: 16px;
    background: #00B571;
    order: -4;
    margin-right: 2px;
  }
  .s-product-page .underheader .favorite {
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 21px;
    right: -17px;
  }
  .s-product-page .underheader .favorite span {
    display: none;
  }
  .s-product-page .underheader .favorite svg {
    width: 16px;
    height: 14px;
    stroke: #767682;
  }
  .s-product-page .s-cart-wrapper {
    margin-bottom: 16px;
    order: -5;
  }
  .s-product-page .price-wrapper .price_wrap {
    margin-bottom: 0;
  }
  .s-product-page .second_block .s-product-header {
    margin-bottom: 16px;
    order: -3;
  }
  .s-product-page .price-wrapper .price {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin-right: 10px;
  }
  .s-product-page .price-wrapper .compare-at-price {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  .s-product-page .price-wrapper {
    margin-bottom: 2px;
  }
  .s-product-page .price-wrapper .compare-at-price:after {
    height: 1px;
  }
  .s-product-page .btn_buy_wrap {
    position: fixed;
    bottom: 85px;
    left: 0;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 8px;
    background: #fff;
    z-index: 4;
  }
  .s-product-page .btn_buy_wrap .btn_wrap {
    width: 100%;
    max-width: 380px;
    display: flex;
    gap: 8px;
  }
  .s-product-page .btn_buy_wrap .s-button {
    width: 100%;
  }
  .s-product-page .btn_buy_wrap .minus-button,
  .s-product-page .btn_buy_wrap .plus-button {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }
  .s-product-page .btn_buy_wrap .go_to_cart {
    border-radius: 16px;
    border: 2px solid #00B571;
    background: #FFF;
    color: #00B571;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    padding: 16px 1px;
    letter-spacing: -0.3px;
    width: 100%;
  }
  .s-product-page .btn_buy_wrap .quantity-wrapper[style="display: flex;"] + .go_to_cart {
    display: flex;
  }
  .tovar_main .productOtherVariants {
    gap: 4px;
    width: 100%;
    margin-bottom: 16px;
  }
  .tovar_main .productOtherVariants > * {
    width: 100%;
    text-align: center;
  }
  .tovar_main .share {
    margin: 16px auto;
    position: static;
  }
  .rating_videorevbtn_wrap {
    display: flex;
    gap: 4px;
    width: 100%;
  }
  .rating_videorevbtn_wrap > div {
    border-radius: 16px;
    background: #F3F3F8;
    padding: 12px 16px;
    width: 100%;
    cursor: pointer;
    position: relative;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
  }
  .rating_videorevbtn_wrap > div:hover {
    background: #e8e8ee;
  }
  .rating_videorevbtn_wrap > div.disabled {
    color: #DADAE4;
    cursor: default;
    background: #F3F3F8;
  }
  .rating_videorevbtn_wrap > div.disabled svg path {
    stroke: #DADAE4;
  }
  .rating_videorevbtn_wrap .b {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
  }
  .rating_videorevbtn_wrap .txt {
    display: block;
    width: 100%;
  }
  .rating_videorevbtn_wrap .arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -9px;
  }
  .s-product-page .go_send_review {
    width: 100%;
    margin: 16px auto 0;
  }
  .tovar_main .second_block .sostav {
    margin-top: 16px;
  }
  .s-tabs-wrapper {
    margin-right: -15px;
    margin-left: -15px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .s-tabs-wrapper .wrap {
    padding: 0 15px;
  }
}
.tovar_info {
  background: #fff;
  margin-top: 40px;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 22px;
}
.tovar_info p,
.tovar_info ul,
.tovar_info ol,
.tovar_info table {
  margin-bottom: 25px;
}
/*
*/
.tovar_info .specification_wrap.v1 {
  justify-content: space-between;
}
.tovar_info .specification_wrap.v1 .leftblock {
  width: 690px;
  width: 51.2%;
}
.tovar_info .specification_wrap.v1 .rightblock {
  width: 543px;
  width: 40.3%;
}
.tovar_info .specification_wrap.v1 p,
.tovar_info .specification_wrap.v1 ul,
.tovar_info .specification_wrap.v1 ol,
.tovar_info .specification_wrap.v1 table {
  margin-bottom: 20px;
}
.tovar_info .specification_wrap.v1 ul.list {
  padding-left: 0;
}
.tovar_info .specification_wrap.v1 ul.list li {
  list-style: none;
  position: relative;
  padding: 10px;
  padding-left: 21px;
  background: url(/img/list_item.svg);
  background-repeat: no-repeat;
  background-position: left center;
  border-bottom: 1px solid #DADAE4;
  display: block;
}
.tovar_info .specification_wrap.v1 ul.list li:last-child {
  border-bottom: 0;
}
.tovar_info .specification_wrap.v1 .block_icons {
  display: flex;
  text-align: center;
  margin-top: 43px;
  margin-bottom: 36px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tovar_info .specification_wrap.v1 .block_icons .item {
  width: 30%;
}
.tovar_info .specification_wrap.v1 .block_icons .icon {
  width: 41px;
  height: 41px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  margin-bottom: 25px;
}
.tovar_info .specification_wrap.v1 .block_icons .item.pills .icon {
  background-image: url(/img/icon_pills.svg);
}
.tovar_info .specification_wrap.v1 .block_icons .item.pill .icon {
  background-image: url(/img/icon_pill.svg);
}
.tovar_info .specification_wrap.v1 .block_icons .item.calendar .icon {
  background-image: url(/img/icon_calendar.svg);
}
.tovar_info .specification_wrap.v1 .rightblock table {
  min-width: 500px;
  margin-top: 20px;
}
.tovar_info .specification_wrap.v1 .rightblock table tr:nth-child(1) {
  border-bottom: 2px solid #0A0A12;
}
.tovar_info .specification_wrap.v1 .rightblock table th {
  text-align: left;
  font-size: 12px;
  line-height: 15px;
  padding: 5px 10px 5px;
}
.tovar_info .specification_wrap.v1 .rightblock table tr {
  border-bottom: 1px solid #DADAE4;
}
.tovar_info .specification_wrap.v1 .rightblock table th:nth-child(2),
.tovar_info .specification_wrap.v1 .rightblock table td:nth-child(2) {
  background: #00B571;
  color: #fff;
  min-width: 110px;
}
.tovar_info .specification_wrap.v1 .rightblock table td:nth-child(1) {
  padding: 10px 10px 10px 0;
}
.tovar_info .specification_wrap.v1 .rightblock table td:nth-child(2) {
  padding: 10px;
}
.tovar_info .specification_wrap.v1 .rightblock table td:nth-child(3) {
  padding: 10px;
}
.tovar_info .specification_wrap.v1 .rightblock .footnote {
  font-size: 12px;
  line-height: 15px;
}
@media (max-width: 1199px) {
  .tovar_info .specification_wrap.v1 {
    justify-content: space-between;
  }
  .tovar_info .specification_wrap.v1 .leftblock {
    width: 100%;
    margin-bottom: 20px;
  }
  .tovar_info .specification_wrap.v1 .rightblock {
    width: 100%;
  }
}
@media (max-width: 530px) {
  .tovar_info .specification_wrap.v1 .block_icons {
    text-align: left;
  }
  .tovar_info .specification_wrap.v1 .block_icons .item {
    width: 30%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: center;
  }
  .tovar_info .specification_wrap.v1 .block_icons .icon {
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 20px;
  }
  .tovar_info .specification_wrap.v1 .block_icons .text {
    width: calc(100% - 71px);
  }
  .tovar_info .table_wrap {
    overflow-x: scroll;
    margin-right: -15px;
    margin-left: -15px;
  }
  .tovar_info .table_wrap table {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.tovar_info .specification_wrap.v2 h2 {
  margin: 48px 0 32px;
}
.tovar_info .specification_wrap.v2 .specification {
  columns: 3;
}
@media (max-width: 1199px) {
  .tovar_info .specification_wrap.v2 .specification {
    columns: 2;
  }
}
@media (max-width: 767px) {
  .tovar_info .specification_wrap.v2 .specification {
    columns: unset;
  }
}
.tovar_info .specification_wrap.v2 .specification > div {
  padding-left: 48px;
  background-repeat: no-repeat;
  background-position: left top;
  margin-bottom: 32px;
  page-break-inside: avoid;
  break-inside: avoid;
}
.tovar_info .specification_wrap.v2 .specification ul {
  padding-left: 24px;
}
.tovar_info .specification_wrap.v2 .specification li::marker {
  font-size: 50%;
}
.tovar_info .specification_wrap.v2 .specification .polezno {
  background-image: url(/img/icon_polezno.svg);
}
.tovar_info .specification_wrap.v2 .specification .srok {
  background-image: url(/img/icon_srok.svg);
}
.tovar_info .specification_wrap.v2 .specification .hranenie {
  background-image: url(/img/icon_hranenie.svg);
}
.tovar_info .specification_wrap.v2 .specification .forma {
  background-image: url(/img/icon_forma.svg);
}
.tovar_info .specification_wrap.v2 .specification .kurs {
  background-image: url(/img/icon_kurs.svg);
}
.tovar_info .specification_wrap.v2 .specification .protiv {
  background-image: url(/img/icon_protiv.svg);
}
.tovar_info .specification_wrap.v2 .specification .dozirovka {
  background-image: url(/img/icon_dozirovka.svg);
}
.tovar_info .specification_wrap.v2 .specification .tsennost {
  background-image: url(/img/icon_tsennost.svg);
}
.tovar_info .specification_wrap.v2 .nobad {
  margin-top: 40px;
  font-weight: 600;
  margin-bottom: 8px;
}
/* отзыв */
.reviews-list {
  padding: 0;
}
.reviews-list li {
  list-style: none;
}
.reviews-list > li {
  position: relative;
}
.reviews_item {
  padding: 32px 24px;
  border-radius: 20px;
  background: #F3F3F8;
  margin-bottom: 16px;
  color: #0A0A12;
}
.reviews_item.new {
  background: #f4f4f4;
  padding: 15px;
  border-radius: 16px;
}
.reviews_item a.edit {
  position: absolute;
  top: 0px;
  right: 12px;
  font-size: 13px;
  color: #03c;
}
.reviews_item .new_msg {
  width: 100%;
  margin-bottom: 11px;
  font-weight: 500;
  color: #00b572;
  font-size: 13px;
  font-style: italic;
}
.reviews_item .rev_header_wrap {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.reviews_item .header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.reviews_item span.author {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}
.reviews_item .row2 {
  display: flex;
  gap: 10px;
  align-items: center;
}
.reviews_item .category a {
  color: #00B1FF;
  text-decoration-line: underline;
}
.reviews_item .category a:hover {
  text-decoration: none;
}
.reviews_item .s-rating-wrapper {
  display: flex;
  gap: 4px;
  align-items: center;
  position: relative;
}
.reviews_item .icon16 {
  width: 16px;
  height: 16px;
  background-size: 100%;
  position: relative;
  top: -1px;
}
.reviews_item .row3 {
  color: #767682;
  font-size: 12px;
  line-height: 12px;
}
.reviews_item .review_content {
  margin-bottom: 24px;
  line-height: 24px;
}
.reviews_item .review_images_list {
  gap: 4px;
  display: flex;
  margin-top: 10px;
}
.reviews_item a.review_image-wrap {
  border-radius: 20px;
  overflow: hidden;
  display: inline-block;
}
.reviews_item a.review_image-wrap img {
  max-width: 100%;
}
.reviews_item .otvet_prodavtsa {
  margin-bottom: 8px;
}
.reviews_item .reviews-list .review_content {
  margin-bottom: 0;
}
/* Отзывы в товаре */
#product-reviews > .h2 {
  color: #0A0A12;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 49px;
}
.add-review-form {
  overflow: hidden;
  margin-bottom: 43px;
}
.add-review-form .add-review-form-fields {
  display: flex;
  column-gap: 30px;
  row-gap: 20px;
  margin-bottom: 20px;
}
.add-review-form .fieldstop {
  width: 315px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-content: baseline;
}
.add-review-form .fieldbtm {
  width: calc(100% - 345px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.add-review-form .add-review-field {
  position: relative;
}
.add-review-form .field_id_rating .s-rating-wrapper {
  margin-top: 21px;
  display: block;
}
.add-review-form .field_id_rating .s-rating-block {
  margin-top: 30px;
  display: inline-block;
}
.add-review-form .field_id_rating .wa-name {
  margin-bottom: 20px;
}
.add-review-form .field_id_rating .icon16 {
  margin-right: 3px;
  width: 16px;
  height: 16px;
  background-size: 100%;
}
.add-review-form em.errormsg {
  color: #ee0000;
  font-size: 13px;
  position: absolute;
  line-height: 13px;
}
.add-review-form .rate-clear {
  display: none!important;
}
.add-review-form .field_id_name {
  width: 198px;
}
.add-review-form .field_id_city {
  width: 100%;
}
.add-review-form .field_id_text {
  width: 100%;
  margin-bottom: 20px;
  max-width: 100%;
  min-width: 100%;
}
.add-review-form .field_id_text textarea {
  height: 136px;
  max-height: 250px;
  max-width: 100%;
  min-width: 100%;
}
.add-review-form .add-review-field label {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #767682;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.add-review-form .form-control {
  border: 1px solid #767682;
  border-radius: 16px;
  padding: 13px 15px;
  height: auto;
}
.add-review-form #review_photos {
  display: none;
}
.add-review-form .addphotoicon {
  width: 48px;
  height: 48px;
  background: #f3f3f8;
  font-size: 32px;
  text-align: center;
  border-radius: 16px;
  display: inline-block;
  font-style: normal;
  line-height: 48px;
  color: #767682;
  cursor: pointer;
  transition: all .1s ease;
}
.add-review-form [for="review_photos"] {
  cursor: pointer;
}
.add-review-form [for="review_photos"]:hover .addphotoicon {
  background: #e3e3ed;
}
.add-review-form [for="review_photos"] span {
  position: relative;
  top: -7px;
  margin-left: 10px;
  display: inline-block;
}
.add-review-form .review-images-box {
  display: flex;
}
.add-review-form .input-file-wrap {
  display: inline-block;
}
.add-review-form .review_image-wrap {
  margin-right: 5px;
  width: 48px;
  height: 48px;
  background-size: cover;
  border-radius: 16px;
}
.add-review-form [type="submit"] {
  float: right;
  letter-spacing: 0.8px;
  font-size: 16px;
  padding: 16px 23px;
}
@media (max-width: 850px) {
  .add-review-form .add-review-form-fields {
    flex-wrap: wrap;
  }
  .add-review-form .fieldbtm,
  .add-review-form .fieldstop {
    width: 100%;
  }
}
.s-related-products {
  margin-top: 75px;
  margin-bottom: 80px;
}
.s-related-products .s-related-header {
  margin-bottom: 30px;
  font-size: 24px;
}
.s-related-products .s-products-list {
  gap: 17px;
  flex-wrap: nowrap;
}
.s-related-products .s-product-wrapper {
  width: 19%;
}
.s-related-products .s-product-wrapper .s-image-wrapper {
  margin-bottom: 21px;
}
.s-related-products .s-product-wrapper .pricing-wrapper {
  margin-bottom: 0;
}
.s-related-products .s-product-wrapper .price {
  font-size: 18px;
  line-height: 22px;
}
.s-related-products .s-product-wrapper .old_price {
  font-size: 12px;
  line-height: 15px;
  color: #767682;
  margin-right: 5px;
}
.s-related-products .product_empty_item {
  display: none;
}
@media (max-width: 1279px) {
  .s-related-products .horizontalScroller {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: auto;
    overflow: hidden;
    overflow-x: scroll;
    padding-bottom: 18px;
    margin-right: -15px;
  }
  .s-related-products .horizontalScroller .s-products-list {
    width: 1348px;
  }
}
#free_delivery_product .modal-dialog {
  max-width: 930px;
  width: 100%;
}
#free_delivery_product .modal-dialog .modal-header {
  border-bottom: none;
  padding: 10px 32px 24px 32px;
}
#free_delivery_product .modal-dialog .modal-body {
  padding: 0px 32px 32px 32px;
}
#free_delivery_product .txt {
  margin-bottom: 24px;
}
#free_delivery_product .s-products-list {
  gap: 4px;
}
#free_delivery_product .s-product-wrapper {
  width: 100%;
  background: #F3F3F8;
  padding: 0;
  border-radius: 20px;
}
#free_delivery_product .s-product-wrapper:hover {
  box-shadow: none;
}
#free_delivery_product .s-product-wrapper .s-image-wrapper {
  width: 104px;
  height: 104px;
  margin: 0;
}
#free_delivery_product .s-product-wrapper .s-image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
#free_delivery_product .s-product-wrapper .icon_info,
#free_delivery_product .s-product-wrapper .favorite,
#free_delivery_product .s-product-wrapper .row_1,
#free_delivery_product .s-product-wrapper .badge {
  display: none;
}
#free_delivery_product .s-product-wrapper .s-badge-wrapper {
  top: auto;
  bottom: 36px;
  left: 50px;
}
#free_delivery_product .s-product-wrapper .s-badge-wrapper .discount_persent {
  top: 0;
  right: 0;
  left: auto;
  display: inline-block;
}
#free_delivery_product .s-product-wrapper .s-badge-wrapper .discount_persent span {
  font-size: 11px;
  line-height: 11px;
  padding: 3.5px 4px;
}
#free_delivery_product .s-product-wrapper .s-offers-wrapper {
  width: calc(100% - 104px);
  padding-top: 21px;
  padding-left: 8px;
  padding-right: 24px;
  padding-right: 156px;
}
#free_delivery_product .s-product-wrapper .s-product-header {
  order: -4;
  margin-bottom: 6px;
}
#free_delivery_product .s-product-wrapper .s-product-header a {
  min-height: unset;
  margin: 0;
}
#free_delivery_product .s-product-wrapper .pricing-wrapper .price {
  margin-right: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
}
#free_delivery_product .s-product-wrapper .pricing-wrapper .old_price {
  color: #767682;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
#free_delivery_product .s-product-wrapper .btn_buy_wrap {
  right: 24px;
  width: 132px;
  margin: 0;
  position: absolute;
  top: 32px;
}
#free_delivery_product .s-product-wrapper .s-button {
  background: #00B571;
  color: #fff;
  width: 100%;
}
#free_delivery_product .s-product-wrapper .s-button:hover {
  background: #00945c;
}
#free_delivery_product .s-product-wrapper .product-quantity-field {
  background: #f3f3f8;
}
@media (max-width: 520px) {
  #free_delivery_product .s-product-wrapper .s-offers-wrapper {
    width: calc(100% - 114px);
    padding: 16px;
  }
  #free_delivery_product .s-product-wrapper .s-image-wrapper {
    width: 114px;
    height: 144px;
  }
  #free_delivery_product .s-product-wrapper .s-image-wrapper img {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none;
  }
  #free_delivery_product .s-product-wrapper .btn_buy_wrap {
    position: static;
  }
}
.callback_voprosy_in_product .callback_voprosy {
  margin: 0 auto;
}
.bnr_v_kataloge {
  width: 100%;
  margin: 30px auto 30px;
  height: 80px;
  background: url(/img/bnr1_catalog.png) no-repeat center;
  background: url(/img/bnr1_catalog_1366.png) no-repeat center;
  background-size: cover;
  background-position: left;
  color: #fff;
  padding: 13px 28px;
  border-radius: 20px;
  cursor: pointer;
}
.bnr_v_kataloge .text .t1 {
  font-weight: 800;
  font-size: 26px;
  line-height: 26px;
}
.bnr_v_kataloge .text .t2 {
  font-size: 14px;
  line-height: 34px;
}
.bnr2_v_kataloge {
  width: 100%;
  height: 80px;
  background: url(/img/bnr2_catalog_1366.png) no-repeat center;
  background-size: cover;
  background-position: left;
  color: #fff;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.bnr2_v_kataloge a {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
}
.s-category-filters {
  margin-bottom: 45px;
}
.s-category-filters .s-filter-group {
  margin-bottom: 40px;
}
.s-category-filters .s-filter-header {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #0A0A12;
  margin: 0;
  margin-bottom: 16px;
}
.s-category-filters label {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #0A0A12;
}
.s-category-filters .s-range-item {
  display: flex;
  gap: 4px;
}
.s-category-filters .s-range-item > div {
  position: relative;
}
.s-category-filters .l {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  color: #BABAC4;
  position: absolute;
  top: -1px;
  left: 11px;
  letter-spacing: -0.3px;
}
.s-category-filters input[type="text"] {
  width: 100%;
  padding: 7px 10px;
  border: 1.5px solid #DADAE4;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #0A0A12;
  padding-left: 32px;
}
.s-category-filters .s-buttons-wrapper {
  text-align: center;
  margin-top: 20px;
}
.s-category-filters .s-buttons-wrapper input[type="submit"] {
  font-weight: 600;
  background: #F3F3F8;
  border: 0;
  border-radius: 16px;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  width: 100%;
  color: #767682;
  transition: all .1s ease;
}
.s-category-filters .s-buttons-wrapper input[type="submit"]:hover {
  color: #fff;
  background: #00b571;
}
.s-products-list {
  padding: 0;
}
/* категория  */
.products_page {
  display: flex;
  flex-wrap: wrap;
}
.products_page .h1_wrap {
  display: flex;
  margin-bottom: 16px;
  gap: 10px 16px;
  align-items: center;
}
.products_page h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 0;
}
.products_page .reviews_link {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #00B1FF;
  border-bottom: 1px solid;
}
.products_page .reviews_link:hover {
  text-decoration: none;
  border-color: transparent;
}
.products_page .primenenie_link {
  position: absolute;
  top: 0px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}
.products_page .primenenie_link a:hover {
  color: #00B1FF;
}
.products_page .sidebar {
  width: 185px;
}
.products_page .sidebar .subcategory {
  height: auto;
  margin-bottom: 40px;
}
.products_page .s-category-wrapper {
  position: relative;
  padding-left: 24px;
  width: calc(100% - 185px);
}
@media (min-width: 1500px) {
  .products_page .sidebar {
    width: 193px;
  }
  .products_page .s-category-wrapper {
    width: calc(100% - 193px);
  }
}
@media (max-width: 1100px) {
  .s-products-list {
    gap: 48px 2.855%;
  }
}
@media (max-width: 991px) {
  .products_page .s-category-wrapper {
    width: 100%;
    padding: 0;
  }
  .products_page .primenenie_link {
    position: static;
    margin-bottom: 26px;
  }
  .products_page .sidebar {
    width: 100%;
    position: fixed;
    top: 0;
    background: #fff;
    left: 0;
    z-index: 10000000000;
    bottom: 0;
    overflow: auto;
    padding: 52px 40px;
    display: none;
  }
  .products_page .sidebar .close {
    width: 48px;
    height: 48px;
    right: -17px;
    top: -17px;
    background: #00B571;
    border-radius: 21px;
    position: fixed;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    z-index: 2;
  }
  .products_page .sidebar .close:after,
  .products_page .sidebar .close:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 1px;
    background: #fff;
    left: 10px;
    bottom: 16px;
  }
  .products_page .sidebar .close:before {
    transform: rotate(-45deg);
  }
  .products_page .sidebar .close:after {
    transform: rotate(45deg);
  }
}
@media (min-width: 900px) {
  .products_page .callback_voprosy {
    margin: 80px 0;
  }
}
@media (max-width: 550px) {
  .s-products-list {
    gap: 48px 5.2%;
  }
}
#s-category-wrapper.is-loading {
  background: #f9f9f9;
}
.subcatswrap {
  align-items: start;
  justify-content: space-between;
  margin-bottom: 32px;
  position: relative;
  z-index: 5;
}
.subcatswrap .wrap {
  width: calc(100% - 206px);
}
.subcatswrap .filters {
  display: flex;
  gap: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: #0A0A12;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 992px) {
  .subcatswrap .filters {
    display: none;
  }
}
@media (max-width: 991px) {
  .subcatswrap .wrap {
    order: 3;
    margin-top: 24px;
    width: 98%!important;
  }
}
.subcategory {
  padding: 0;
  display: flex;
  float: none;
  width: 100%;
  gap: 2px;
  position: relative;
  height: 24px;
  overflow: hidden;
}
.subcategory li {
  list-style: none;
  display: inline-block;
}
.subcategory li a {
  display: inline-block;
  border-radius: 14px;
  padding: 6px 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #5f5f63;
  background: #F3F3F8;
}
.subcategory li a:hover {
  color: #fff;
  background: #00935c;
  text-decoration: none;
}
.subcategory li a.active {
  color: #fff;
  background: #00b572;
}
.subcategory .view_all {
  display: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.subcategory .view_all:hover rect {
  fill: #e6e6e6;
}
.subcategory.open .view_all {
  transform: rotate(-90deg);
}
@media (min-width: 721px) {
  .subcategory .subcathidden {
    display: none;
  }
  .subcategory .view_all {
    display: inline-block;
  }
  .subcategory.open .subcathidden {
    display: inline-block;
  }
}
.s-sorting-wrapper {
  width: 140px;
  letter-spacing: .28px;
  background: #f3f3f8;
  border-radius: 14px;
  cursor: pointer;
  margin-left: auto;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #5f5f63;
}
.s-sorting-wrapper svg {
  float: right;
  position: relative;
  top: 0px;
}
.sortingSelect.dropdown-toggle {
  position: relative;
  z-index: 1;
  padding: 6px 10px;
}
ul.sortingSelectMenu {
  background: #F3F3F8;
  border: 0;
  margin-top: 6px;
  padding-top: 27px;
  float: none;
  left: 0px;
  top: -6px;
  width: 140px;
  z-index: 0;
}
ul.sortingSelectMenu li > a {
  padding: 6px 10px;
}
.view-filters {
  width: 36px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
}
.view-filters .set-table-view,
.view-filters .set-thumbs-view {
  display: inline-block;
}
.view-filters .table {
  width: 14px;
  display: inline-block;
}
.view-filters .table span {
  background: #cecece;
  width: 100%;
  height: 2px;
  margin-bottom: 4px;
  display: block;
}
.view-filters .table span:last-child {
  margin-bottom: 0;
}
.view-filters .thumbs {
  width: 14px;
  display: flex;
  flex-wrap: wrap;
}
.view-filters .thumbs span {
  background: #cecece;
  width: 6px;
  height: 6px;
  margin-bottom: 2px;
  margin-right: 2px;
}
.view-filters .thumbs span:nth-child(2n+2) {
  margin-right: 0;
}
.view-filters .is-active span {
  background: #1f1f1f;
}
.s-paging-list {
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: center;
  max-width: 100%;
  flex-wrap: wrap;
}
.s-paging-list a {
  display: inline-block;
  padding: 11px 19px;
  color: #767682;
}
.s-paging-list a:hover {
  text-decoration: none;
  color: #000;
}
.s-paging-list span {
  display: inline-block;
  padding: 11px 19px;
  color: #767682;
}
.s-paging-list .selected a {
  border-bottom: 2px solid #2DB119;
}
.s-paging-list .selected a:hover {
  color: #767682;
}
.s-paging-list .selected span {
  border-bottom: 2px solid #2DB119;
}
.category_desc_wrap {
  margin-top: 118px;
}
.category_desc {
  background: #fff;
  padding: 24px;
  border-radius: 4px;
  margin-bottom: 60px;
  max-height: 170px;
  position: relative;
  overflow: hidden;
  font-family: 'Roboto';
  color: #767682;
}
.category_desc:after {
  content: '';
  display: block;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 81%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 81%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 81%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  height: 112px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.category_desc .more_text {
  text-align: center;
  width: 112px;
  padding: 1px;
  position: absolute;
  bottom: 6px;
  z-index: 2;
  left: 50%;
  margin-left: -56px;
  font-size: 16px;
  color: #7b7b7b;
  cursor: pointer;
}
.category_desc .more_text:hover {
  text-decoration: underline;
}
.category_desc.open {
  max-height: none;
}
.category_desc.open:after {
  display: none;
}
.information {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  margin: -2px 0 0 5px;
  position: relative;
}
.information .icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  cursor: help;
  border: 1px solid #9fa0a8;
  border-radius: 100%;
  color: #707070;
  background: #fff;
  cursor: pointer;
}
.information .icon:hover {
  border-color: #707070;
  background: #707070;
  color: #ffffff;
}
.information .text {
  display: none;
  position: absolute;
  margin-top: 5px;
  width: 240px;
  cursor: default;
  font-size: 12px;
  line-height: 16px;
  z-index: 2;
  background: #69696E;
  border-radius: 13px;
  opacity: 1;
  backdrop-filter: blur(5px);
  color: #fff;
  padding: 17px 12px 15px 23px;
  top: -7px;
  left: -5px;
}
.information .text:before {
  content: "i";
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  line-height: 18px;
  font-weight: 400;
  cursor: help;
  border-radius: 100%;
  color: #707070;
  background: #fff;
  cursor: pointer;
}
@media (max-width: 650px), (min-width: 991px) and (max-width: 1115px) {
  .information .text {
    right: -5px;
    left: auto;
  }
  .information .text:before {
    left: auto;
    right: 5px;
  }
}
@media (max-width: 500px) {
  .tovar_main .otherinfoblock > div {
    padding-right: 20px;
  }
  .otherinfoblock .information {
    position: absolute;
    right: 0;
  }
}
/* Хлебные крошки */
.s-breadcrumbs-wrapper {
  margin-top: 38px;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 55px;
}
.s-breadcrumbs-wrapper ul {
  padding: 0;
  margin: 0;
}
.s-breadcrumbs-wrapper a {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #BABAC4;
  letter-spacing: 0.9px;
  text-decoration: underline;
}
.s-breadcrumbs-wrapper a:hover {
  border: 0;
  text-decoration: none;
  color: #767682;
}
.s-breadcrumbs-wrapper .s-breadcrumb-item {
  position: relative;
  margin-right: 7px;
  color: #babac4;
  list-style: none;
  display: inline-block;
  font-size: 13px;
}
.s-breadcrumbs-wrapper .s-breadcrumb-item:last-child span {
  font-weight: 500;
  color: #000;
}
.s-breadcrumbs-wrapper .separator {
  padding-left: 3px;
}
@media (max-width: 767px) {
  .s-breadcrumbs-wrapper {
    display: none;
  }
}
@media (max-width: 500px) {
  .s-breadcrumbs-wrapper {
    margin-top: 26px;
    margin-bottom: 28px;
  }
}
.callbackFrom1 {
  background: #00B571;
  border-radius: 20px;
  padding: 80px 49px 80px 84px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
.callbackFrom1 .text {
  width: 46%;
}
.callbackFrom1 .t {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.32px;
  margin-bottom: 62px;
  font-weight: 600;
}
.callbackFrom1 .h2 {
  color: #ffffff;
  margin-bottom: 15px;
}
.callbackFrom1 p {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0;
}
.callbackFrom1 .form {
  width: 50%;
}
.callbackFrom1 .form form {
  justify-content: space-between;
}
.callbackFrom1 .form .form-group {
  margin-bottom: 10px;
  width: 32%;
}
.callbackFrom1 .form .form_group_message {
  width: 100%;
}
.callbackFrom1 .form .form_group_message textarea {
  height: 69px;
}
.callbackFrom1 .form .send {
  margin-top: 20px;
  border: 2px solid #fff;
  padding: 14px 19px 13px;
}
.callbackFrom1 .form .send:hover {
  color: #00B571;
  background: #fff;
}
@media (max-width: 1500px) {
  .callbackFrom1 .t {
    margin-bottom: 42px;
  }
}
@media (max-width: 1199px) {
  .callbackFrom1 {
    padding: 80px 50px;
  }
  .callbackFrom1 .t {
    margin-bottom: 28px;
  }
  .callbackFrom1 .form .form-group {
    width: 49%;
  }
  .callbackFrom1 .form .form_group_message {
    width: 100%;
  }
  .callbackFrom1 .form .form-group.form_group_name {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .callbackFrom1 {
    padding: 70px 15px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
    margin-bottom: 0;
  }
  .callbackFrom1 .text,
  .callbackFrom1 .form {
    width: 100%;
    max-width: 448px;
    margin: 0 auto;
  }
  .callbackFrom1 .form {
    margin-top: 35px;
  }
  .callbackFrom1 .form .form-group {
    width: 100%;
    margin-right: 0!important;
  }
}
@media (max-width: 500px) {
  .callbackFrom1 {
    padding: 70px 15px;
  }
  .callbackFrom1 .text,
  .callbackFrom1 .form {
    width: 100%;
    max-width: 342px;
  }
}
.s-post-wrapper .title,
.s-post-wrapper .s-page-header {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 39px;
}
.paging-list {
  margin-top: 40px;
  display: flex;
  list-style: none;
  gap: 0;
  justify-content: center;
}
.paging-list li a {
  height: 48px;
  min-width: 24px;
  text-align: center;
  width: 48px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #BABAC4;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.paging-list li a:hover {
  color: #0A0A12;
}
.paging-list li.selected a {
  text-decoration: none;
  box-shadow: inset 0px -2px 0 0px #00b571;
  color: #0A0A12;
}
.paging-list a.inline-link {
  position: relative;
  font-size: 24px;
}
.status__wrapper {
  position: relative;
  line-height: 19px;
}
.status__inner {
  display: flex;
  position: relative;
  padding: 48px;
  background-color: #F3F3F8;
  border-radius: 16px;
}
.status__info {
  width: 45.3%;
  position: relative;
  padding-right: 53px;
  padding-top: 64px;
}
.status__info-img {
  position: relative;
}
.status__info > span {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #00945C;
  font-size: 48px;
  line-height: 48px;
  width: 72px;
  height: 72px;
  display: block;
  border: 4px solid #00945C;
  border-radius: 50%;
  text-align: center;
  padding-top: 8px;
}
.status__info-text {
  margin-top: 35px;
  font-size: 32px;
  line-height: 48px;
  color: #767682;
  max-width: 600px;
}
.status__contacts {
  width: 50%;
  padding-left: 73px;
}
.status__contact {
  display: flex;
}
.status__contact-img {
  width: 99px;
  height: 99px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.status__contact-img.ursula {
  background-image: url(/img/ava_ursula.jpg);
}
.status__contact-img.anna {
  background-image: url(/img/ava_anna.jpg);
}
.status__contact-info {
  padding-left: 15px;
  width: calc(100% - 99px);
}
.contact-info__title {
  font-size: 16px;
  line-height: 0;
  font-weight: 600;
  margin-bottom: 14px;
  margin-top: 10px;
}
.contact-info__subtitle {
  margin-bottom: 29px;
}
.contact-info__phone {
  font-weight: 600;
}
.status__contact-social {
  margin-top: 9px;
}
.contact-social__link:not(:last-child) {
  margin-right: 10px;
}
.status__center-line {
  border-left: 2px solid #DADAE4;
}
.status__bottom-line {
  border-bottom: 2px solid #DADAE4;
  margin: 38px 0;
}
.status__contact-form button.btn {
  display: flex;
  padding: 15px 16px;
  letter-spacing: 0.8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
}
.contact-form {
  margin: 20px 0;
  height: 35px;
  border: none;
  border-radius: 10px;
  padding-left: 20px;
  margin-bottom: 31px;
  width: 292px;
}
@media (max-width: 992px) {
  .status__info {
    margin-right: 0;
  }
}
@media (max-width: 960px) {
  .status__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .status__info-text {
    font-size: 23px;
    line-height: 45px;
    margin-right: 0;
  }
  .status__contacts {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .status__wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .status__info {
    width: inherit;
  }
  .status__inner {
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    padding-top: 70px;
    border-radius: 0;
  }
  .status__center-line {
    display: none;
  }
  .status__bottom-line {
    width: 100%;
  }
  .status__info {
    padding: 0 20px;
    text-align: center;
  }
  .status__info > span {
    left: 50%;
    margin-left: -37px;
  }
  .status__info-text {
    margin-bottom: 100px;
    margin-top: 102px;
  }
  .status__contacts {
    width: 100%;
  }
  .status__contact {
    padding-left: 5px;
    justify-content: center;
  }
  .status__contact-form {
    padding: 0;
    text-align: center;
  }
  .contact-form__text {
    text-align: center;
  }
  .contact-form {
    display: block;
    margin: 30px auto;
  }
  .contact-btn {
    margin: 0 auto;
  }
  .status__contact-form button.btn {
    display: inline-block;
  }
}
@media (max-width: 640px) {
  .status__wrapper {
    padding-top: 50px;
  }
}
.mobile_bttmmenu_wrap {
  background: #F3F3F8;
  position: fixed;
  z-index: 222;
  bottom: 0;
  width: 100%;
}
@media (min-width: 780px) {
  .mobile_bttmmenu_wrap {
    display: none;
  }
}
.mobile_bttmmenu_wrap .s-search-wrapper {
  position: relative;
  display: block;
  margin: 0;
  margin-bottom: -58px;
  width: 100%;
  background: #f3f3f8;
  border-top: 1px solid #DADAE4;
  transition: all .3s ease;
  padding: 7px;
}
.mobile_bttmmenu_wrap .s-search-wrapper .s-text-input {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  border: 0;
  padding: 12px;
  border-radius: 16px;
  background: #fff;
  padding-right: 40px;
}
.mobile_bttmmenu_wrap .s-search-wrapper .s-submit-input {
  position: absolute;
  top: 11px;
  height: 31px;
  width: 40px;
  background: url(/img/icon_search.svg) center no-repeat;
  right: 7px;
  border: 0;
}
.mobile_bttmmenu {
  display: flex;
  text-align: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-bottom: 7px;
  position: relative;
  z-index: 1;
  background: #F3F3F8;
  justify-content: space-around;
  box-shadow: 0px 0px 0px 0px rgba(118, 118, 130, 0.05), 0px -1px 2px 0px rgba(118, 118, 130, 0.05), 0px -4px 4px 0px rgba(118, 118, 130, 0.04), 0px -9px 6px 0px rgba(118, 118, 130, 0.03), 0px -17px 7px 0px rgba(118, 118, 130, 0.01), 0px -26px 7px 0px rgba(118, 118, 130, 0);
}
@media (min-height: 650px) {
  .mobile_bttmmenu {
    padding-bottom: 34px;
  }
}
.mobile_bttmmenu .item {
  position: relative;
  align-self: stretch;
  font-size: 10px;
  letter-spacing: -0.24px;
  line-height: 12px;
  display: inline-block;
  padding-top: 7px;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.mobile_bttmmenu .item svg {
  margin-bottom: -7px;
}
.mobile_bttmmenu .item > span {
  display: block;
  padding-top: 0;
  padding-bottom: 1px;
  letter-spacing: -0.24px;
  color: #767682;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  padding-bottom: 5px;
}
.mobile_bttmmenu .item.active span {
  color: #00B571;
}
.mobile_bttmmenu .item.active svg .a {
  fill: #00B571;
}
.mobile_bttmmenu .item.menu {
  border-radius: 0px 0px 12px 12px;
  background: #00B571;
  color: #fff;
  width: 60px;
}
.mobile_bttmmenu .item.menu span {
  color: #fff;
}
.mobile_bttmmenu .item.menu svg .a {
  fill: #ffffff;
}
.mobile_bttmmenu .cart_text_wrap {
  position: absolute;
  top: 17px;
  left: 50%;
  width: 54px;
  margin-left: -27px;
  white-space: nowrap;
}
.mobile_bttmmenu div > .cart-text {
  color: #fff!important;
  font-size: 10px;
  line-height: 13px;
  background-color: #00b571;
  border-radius: 7px;
  height: 13px;
  padding: 0 7px;
  display: inline-block;
}
.mobile_bttmmenu div > .cart-text span {
  color: #fff!important;
}
.footer_wrap {
  margin-top: 66px;
  background: #F3F3F8;
  color: #767682;
  font-size: 13px;
  line-height: 18px;
  padding: 40px 0;
}
.footer_wrap .footer {
  justify-content: space-between;
}
.footer_wrap .t {
  font: 12px/16px Montserrat;
  font-weight: 600;
  color: #7B7B7B;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 16px;
}
.footer_wrap a {
  color: #707070;
}
.footer_wrap ul {
  list-style: none;
  padding: 0;
}
.footer_wrap ul li {
  margin-bottom: 12px;
}
.footer_wrap .catalog {
  width: 50%;
  margin-bottom: 32px;
  width: 137px;
  width: 47.2%;
}
.footer_wrap .info {
  width: 50%;
  margin-bottom: 32px;
  width: 140px;
  width: 48.3%;
}
.footer_wrap .support {
  margin-top: -20px;
  margin-bottom: 32px;
  width: 137px;
  width: 47.2%;
}
.footer_wrap .work_hours {
  width: 140px;
  width: 48.3%;
  margin-bottom: 32px;
}
.footer_wrap .subscr {
  margin-bottom: 32px;
  width: 100%;
}
.footer_wrap .subscrform {
  position: relative;
}
.footer_wrap .subscrform .form-control {
  padding: 4px 13px;
  padding-right: 45%;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.footer_wrap .subscrform .s-submit-input {
  font-weight: 500;
  background: #00B571;
  color: #ffffff;
  border-radius: 0px 10px 10px 0px;
  width: 40%;
  height: 35px;
  display: block;
  border: 0;
  padding: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
  font-size: 12px;
}
.footer_wrap .contacts {
  width: 245px;
  margin-bottom: 32px;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}
.footer_wrap .contacts .t {
  width: 100%;
}
.footer_wrap .contacts .loc {
  /*background: url(/img/location.svg) no-repeat;
      background-position: 0 0;*/
  padding-left: 18px;
  padding-right: 30px;
  margin-bottom: 8px;
  width: 100%;
  position: relative;
}
.footer_wrap .contacts .loc svg {
  position: absolute;
  left: 0;
  top: 5px;
  stroke: #767682;
}
.footer_wrap .contacts .phone {
  /*background: url(/img/tel.svg) no-repeat;
      background-position: 0 0;*/
  padding-left: 18px;
  margin-bottom: 8px;
  margin-right: 11px;
  background-position: 0 1px;
  position: relative;
}
.footer_wrap .contacts .phone svg {
  position: absolute;
  left: 0;
  top: 5px;
  stroke: #767682;
}
.footer_wrap .contacts .email {
  /*background: url(/img/email.svg) no-repeat;
      background-position: 0 0;*/
  padding-left: 18px;
  margin-bottom: 8px;
  background-position: 0 3px;
  position: relative;
}
.footer_wrap .contacts .email svg {
  position: absolute;
  left: 0;
  top: 5px;
  stroke: #767682;
}
.footer_wrap .pay_icons {
  margin-top: 25px;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
}
.footer_wrap .social a {
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center;
}
.footer_wrap .social .zen {
  background-image: url('/img/zen.svg');
}
.footer_wrap .social .vk {
  background-image: url('/img/vk.svg');
}
.footer_wrap .social .ok {
  background-image: url('/img/ok.svg');
}
.footer_wrap .social .yt {
  background-image: url('/img/yt.svg');
}
.footer_wrap .social .tw {
  background-image: url('/img/tw.svg');
}
.footer_wrap .social .inst {
  background-image: url('/img/inst.svg');
}
.footer_wrap .social .fb {
  background-image: url('/img/fb.svg');
}
.footer_wrap .social .tg {
  background-image: url('/img/tg.svg');
}
.footer_wrap .social .wa {
  background-image: url('/img/wa.svg');
}
.footer_wrap .bttm {
  border-top: 1px solid #CECECE;
  padding-top: 21px;
  margin-top: 21px;
}
.footer_wrap .bttm a,
.footer_wrap .bttm .links {
  color: #00B1FF;
}
.footer_wrap .bttm .text {
  font-size: 12px;
}
.footer_wrap .bttm .links {
  margin-top: 12px;
}
.footer_wrap .logo {
  margin-bottom: 15px;
  display: inline-block;
}
@media (min-width: 567px) {
  .footer_wrap .catalog {
    width: 33%;
  }
  .footer_wrap .info {
    width: 33%;
  }
  .footer_wrap .support {
    margin: 0;
    width: 27%;
  }
  .footer_wrap .work_hours {
    width: 27%;
    position: relative;
    margin-top: -91px;
    margin-left: 73%;
  }
  .footer_wrap .subscr {
    width: 50%;
    margin-bottom: 32px;
  }
  .footer_wrap .subscr .subscrform {
    width: 93%;
  }
  .footer_wrap .contacts {
    width: 45%;
    margin-bottom: 0px;
  }
  .footer > * {
    order: 10;
  }
  .footer .catalog,
  .footer .info {
    order: 1;
    width: 47%;
  }
  .footer .subscr {
    order: 2;
    width: 100%;
  }
  .footer .contacts {
    order: 3;
    width: 100%;
    margin-bottom: 15px;
  }
  .footer .social {
    order: 4;
    width: 45%;
  }
  .footer .support {
    order: 4;
    width: 45%;
    margin-bottom: 15px;
  }
  .footer .support .t {
    margin-bottom: 15px;
  }
  .footer .support .items {
    display: inline-block;
    position: relative;
    top: 9px;
    margin-left: 11px;
  }
  .footer .work_hours {
    order: 5;
    width: 47%;
    margin-top: 0px;
    margin-left: 0%;
  }
}
@media (min-width: 767px) {
  .footer_wrap .footer {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: 20% 25% 35% 15%;
    grid-template-rows: auto;
  }
  .footer_wrap .catalog {
    grid-area: 1 / 1 / 4 / 2;
    width: 100%;
    margin: 0;
  }
  .footer_wrap .info {
    grid-area: 1 / 2 / 4 / 3;
    width: 100%;
    margin: 0;
  }
  .footer_wrap .support {
    grid-area: 1 / 4 / 3 / 5;
    width: 100%;
  }
  .footer_wrap .work_hours {
    margin: 0;
    grid-area: 3 / 4 / 4 / 5;
    width: 100%;
  }
  .footer_wrap .pay_icons {
    margin: 0;
    grid-area: 2 / 4 / 2 / 5;
    width: 100%;
  }
  .footer_wrap .subscr {
    grid-area: 1 / 3 / 2 / 4;
    width: 100%;
  }
  .footer_wrap .contacts {
    grid-area: 3 / 3 / 4 / 4;
    width: 100%;
    margin-bottom: auto;
  }
  .footer_wrap .social {
    grid-area: 2 / 3 / 3 / 4;
    width: 100%;
  }
  .footer_wrap .social .items {
    margin-left: 0;
  }
  .footer_wrap .bttm {
    grid-area: 4 / 1 / 5 / 5;
  }
}
@media (min-width: 1199px) {
  .footer_wrap .footer {
    grid-template-columns: 17% 17% 26% 25% 15%;
  }
  .footer_wrap .support {
    grid-area: 1 / 5 / 3 / 6;
  }
  .footer_wrap .contacts {
    grid-area: 1 / 4 / 2 / 5;
  }
  .footer_wrap .work_hours {
    grid-area: 2 / 4 / 3 / 5;
  }
  .footer_wrap .pay_icons {
    grid-area: 2 / 5 / 2 / 5;
  }
  .footer_wrap .bttm {
    grid-area: 3 / 3 / 4 / 6;
    position: relative;
    padding-left: 150px;
  }
  .footer_wrap .bttm .logo {
    position: absolute;
    left: 0;
  }
}
/*@media (min-width: 1500px){
  .footer_wrap .pay_icons {
    position: absolute;
    bottom: -66px;
    right: -329px;
  }
}*/
@media (max-width: 766px) {
  .footer_wrap {
    padding-bottom: 120px;
  }
  .footer_wrap .footer > * {
    order: 10;
  }
  .footer_wrap .catalog,
  .footer_wrap .info {
    order: 1;
    width: 47%;
  }
  .footer_wrap .subscr {
    order: 2;
    width: 100%;
  }
  .footer_wrap .contacts {
    order: 3;
    width: 100%;
    margin-bottom: 32px;
  }
  .footer_wrap .social {
    order: 4;
    width: 47%;
  }
  .footer_wrap .support {
    order: 4;
    width: 47%;
    margin-bottom: 32px;
    margin-top: 0px;
  }
  .footer_wrap .support .t {
    margin-bottom: 15px;
  }
  .footer_wrap .support .items {
    display: inline-block;
    position: relative;
    top: 9px;
    margin-left: 11px;
  }
  .footer_wrap .pay_icons,
  .footer_wrap .work_hours {
    order: 5;
    width: 47%;
    margin-top: 0px;
    margin-left: 0%;
  }
  .bttm .links {
    margin-top: 12px;
    text-align: center;
  }
}
@media (max-width: 449px) {
  .footer_wrap .bttm .links .separator {
    display: none;
  }
}
#predzakaz_modal .modal-body {
  margin: 5px auto 15px;
  max-width: 465px;
  text-align: center;
}
#predzakaz_modal .predzakaztitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 24px;
}
#predzakaz_modal .form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
#predzakaz_modal .form-control {
  height: 49px;
  border-radius: 16px;
  border: 1px solid #767682;
  padding: 15px;
  margin-bottom: 16px;
}
#predzakaz_modal .send {
  width: 100%;
}
.btn-top {
  position: fixed;
  left: 1%;
  bottom: 20%;
  transition: opacity 0.2s ease-out;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn-top .btn_otst {
  margin-bottom: 10px;
}
.btn-top .whats_btn {
  right: 0 !important;
  position: relative !important;
  bottom: 0 !important;
}
.btn-top .telegram_btn {
  right: 0 !important;
  position: relative !important;
  bottom: 0 !important;
}
#top {
  right: 1%;
  bottom: 7px;
  cursor: pointer;
  display: none;
  position: fixed;
  width: 48px;
  height: 48px;
  padding: 18px 0 0;
  text-align: center;
  border-radius: 50%;
  z-index: 3;
  background: #00b572;
  box-shadow: 0 0 15px rgb(0 0 0 / 25%);
  transition: all 350ms ease;
}
.modal .close {
  font-size: 31px;
  font-weight: 400;
  color: #313131;
  opacity: .6;
  position: relative;
  z-index: 1;
  padding-right: 4px;
}
.modal .close:hover {
  color: #313131;
  opacity: 1;
}
form .errorswrap .errors {
  font-size: 14px;
  color: #ff0000;
  padding: 10px;
}
/*
 * 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("owl.video.play.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 custom */
.owl-carousel .owl-nav button {
  transform: rotate(135deg);
  outline: 0;
  position: absolute;
  top: 50%;
  margin-top: -36px;
  margin-top: -19px;
  left: 0;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  opacity: .2;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.owl-carousel .owl-nav button span {
  width: 11px;
  height: 11px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: rotate(0deg);
  text-indent: -106px;
  text-align: left;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 13px;
  left: 13px;
}
.owl-carousel .owl-nav button.owl-next {
  transform: rotate(-45deg);
  left: auto;
  right: 0;
}
.owl-carousel:hover .owl-nav button {
  opacity: 1;
}
.owl-dots {
  position: absolute;
  bottom: 21px;
  width: 100%;
  text-align: center;
  height: 10px;
  line-height: 10px;
  padding-right: 20px;
}
.owl-carousel button.owl-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #BABAC4;
  margin-right: 6px;
  border-radius: 50%;
  outline: none;
}
.owl-carousel button.owl-dot:hover {
  background: #ffffff;
}
.owl-carousel button.owl-dot:last-child {
  margin-right: 0;
}
.owl-carousel button.owl-dot.active {
  background: #ff0044;
}
@media (max-width: 767px) {
  .owl-carousel button.owl-dot {
    width: 7px;
    height: 7px;
  }
  .owl-dots {
    bottom: -29px;
  }
}
/* из стилей dummy*/
/* Расписание: */
/*.s-schedule-wrapper {
  position: relative;
}
.s-schedule-wrapper.is-open .s-hidden {
  display: block;
}
.s-schedule-wrapper .s-hidden {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 250px;
  padding: 10px;
  z-index: 1;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 3px;
  background: #fff;
  text-align: left;
}
.s-schedule-wrapper .s-label-wrapper {
  text-decoration: underline;
  cursor: pointer;
}
.s-schedule-wrapper .s-days-wrapper .s-day-wrapper {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.21em;
}
.s-schedule-wrapper .s-days-wrapper .s-day-wrapper:first-child {
  margin-top: 0;
}
.s-schedule-wrapper .s-days-wrapper .s-day-wrapper .s-date {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  color: #888;
  width: 100px;
}
.s-schedule-wrapper .s-days-wrapper .s-day-wrapper .s-value {
  display: inline-block;
  vertical-align: top;
} */
/*  листинг  */
.post_preview {
  width: 313px;
  background: #F3F3F8;
  border-radius: 20px;
  padding: 0 24px 18px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.post_preview > * {
  width: 100%;
}
.post_preview .credentials {
  margin-top: 12px;
  font-size: 12px;
  line-height: 18px;
  color: #0A0A12;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.post_preview .credentials a {
  text-decoration-line: underline;
  color: #00B1FF;
}
.post_preview .post_img {
  width: calc(100% + 48px);
  display: block;
  height: 178px;
  margin-left: -24px;
  margin-right: -24px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.post_preview .post_img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.post_preview .post_name {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0A0A12;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 18px;
}
.post_preview .post_name a {
  color: #0A0A12;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  height: 48px;
  position: relative;
  padding-right: 24px;
}
.post_preview .post_name a:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1023 2.00081L1.14478 2.00081V0H16.0003H16.9999V1.00041V15.868L15.0007 15.868L15.0007 2.93048L1.60895 16.3331L0.195312 14.9183L13.1023 2.00081Z' fill='%23BABAC4'/%3E%3C/svg%3E%0A");
}
.post_preview .tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 32px;
  overflow: hidden;
  align-items: flex-end;
}
.post_preview .tags a {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #767682;
}
.post_preview .text_after {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-end;
}
.post_preview .read_count {
  margin-top: auto;
}
.read_count {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #000;
  display: flex;
  align-items: center;
}
.read_count svg {
  margin-right: 4px;
  position: relative;
  top: -1px;
}
.modal-open .modal {
  padding-right: 0!important;
}
/*модалка Заказать звонок*/
.modal-dialog {
  width: auto;
  max-width: 394px;
  margin: 30px auto;
}
.modal-dialog .modal-header {
  border-bottom: none;
}
.modal-dialog .modal-header .close {
  width: 24px;
  height: 24px;
  background: #F3F3F8;
  border-radius: 12px;
  font-size: 0;
  padding: 0;
  opacity: 1;
}
.modal-dialog .modal-header .close:hover {
  transform: scale(1.1);
}
.modal-dialog .modal-header .modal-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  margin-top: 30px;
}
.modal-dialog .modal-body {
  padding: 20px;
}
.modal-dialog .modal-body form .btn-default {
  width: 100%;
}
.modal-content {
  border-radius: 20px;
}
