

/* Start:/bitrix/templates/active/css/bootstrap.custom.css?1676504736109946*/
@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
          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;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.429;
  color: #5c5c5c;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #333333;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 0;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #ddd;
}

.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-weight: 600;
  line-height: 1.2;
  color: #000;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 40px;
  margin-bottom: 20px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 22px;
}

h3, .h3 {
  font-size: 16px;
}

h4, .h4 {
  font-size: 14px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 20px;
}

.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: 92%;
}

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, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #333333;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #1a1a1a;
}

.text-success {
  color: #009966;
}

a.text-success:hover,
a.text-success:focus {
  color: #006644;
}

.text-info {
  color: #5bc0de;
}

a.text-info:hover,
a.text-info:focus {
  color: #31b0d5;
}

.text-warning {
  color: #f47c00;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #c16200;
}

.text-danger {
  color: #e82e05;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #b62404;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #333333;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #1a1a1a;
}

.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 #ddd;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.initialism {
  font-size: 90%;
}

blockquote {
  position: relative;
  padding: 10px 20px 10px 50px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #ddd;
}

blockquote:before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999999;
  position: absolute;
  left: 10px;
  top: 0px;
}

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.429;
  color: #6f6f6f;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 50px;
  padding-left: 0;
  border-right: 5px solid #ddd;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse:before,
blockquote.pull-right:before {
  left: auto;
  right: 10px;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.429;
}

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: 0;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}

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;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #999999;
  text-align: left;
}

th {
  text-align: left;
  font-weight: 600;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 12px;
  line-height: 1.429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table thead.thead-light {
  background: #ddd;
}

.table thead.thead-dark {
  background: #333333;
  color: #fff;
}

.table thead.thead-dark tr > * {
  border-color: transparent !important;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 7px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #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 #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

input[type="search"] {
  -webkit-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: 0;
}

output {
  display: block;
  padding-top: 11px;
  font-size: 14px;
  line-height: 1.429;
  color: #333333;
}

.form-control {
  display: block;
  width: 100%;
  height: 41px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.429;
  color: #333333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #BDBDBD;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.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: 41px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 35px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 58px;
  }
}

.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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 35px;
  padding: 8px 13px;
  font-size: 13px;
  line-height: 1.33333;
  border-radius: 0;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 35px;
  line-height: 35px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn {
  height: auto;
}

select[multiple].input-sm, .input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto;
  line-height: 35px;
  min-height: 35px;
}

.form-group-sm .form-control {
  height: 35px;
  padding: 8px 13px;
  font-size: 13px;
  line-height: 1.33333;
  border-radius: 0;
}

.form-group-sm select.form-control {
  height: 35px;
  line-height: 35px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 35px;
  min-height: 33px;
  padding: 9px 13px;
  font-size: 13px;
  line-height: 1.33333;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 58px;
  padding: 16px 20px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 58px;
  line-height: 58px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn {
  height: auto;
}

select[multiple].input-lg, .input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto;
  line-height: 58px;
  min-height: 58px;
}

.form-group-lg .form-control {
  height: 58px;
  padding: 16px 20px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

.form-group-lg select.form-control {
  height: 58px;
  line-height: 58px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 58px;
  min-height: 38px;
  padding: 17px 20px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 51.25px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 58px;
  height: 58px;
  line-height: 58px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.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: #009966;
}

.has-success .form-control {
  border-color: #009966;
  -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: #006644;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00ffaa;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00ffaa;
}

.has-success .input-group-addon {
  color: #009966;
  border-color: #009966;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #009966;
}

.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: #f47c00;
}

.has-warning .form-control {
  border-color: #f47c00;
  -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: #c16200;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffae5b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffae5b;
}

.has-warning .input-group-addon {
  color: #f47c00;
  border-color: #f47c00;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #f47c00;
}

.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: #e82e05;
}

.has-error .form-control {
  border-color: #e82e05;
  -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: #b62404;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb7558;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb7558;
}

.has-error .input-group-addon {
  color: #e82e05;
  border-color: #e82e05;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #e82e05;
}

.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: #9c9c9c;
}

@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: 11px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 17px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 9px;
    font-size: 13px;
  }
}

.btn {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 11px 16px;
  font-size: 13px;
  line-height: 1.429;
  border-radius: 0;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 0;
}

.btn:hover {
  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;
}

.btn-border {
  background: transparent;
  border: 2px solid;
  padding: 9px 16px;
  font-size: 13px;
  line-height: 1.429;
  border-radius: 0;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333333;
  background-color: #fff;
  border-color: #eaeaea;
  padding: 10px 15px;
  font-size: 13px;
  line-height: 1.429;
  border-radius: 0;
  border: 1px solid transparent;
}

.btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #d1d1d1;
}

.btn-default:active, .btn-default.active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #d1d1d1;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #eaeaea;
}

.btn-default .badge {
  color: #fff;
  background-color: #333333;
}

.btn-primary {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1a1a1a;
}

.btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1a1a1a;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover {
  background-color: #333333;
  border-color: #333333;
}

.btn-primary .badge {
  color: #333333;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #009966;
  border-color: #009966;
}

.btn-success:hover {
  color: #fff;
  background-color: #00704b;
  border-color: #006644;
}

.btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #00704b;
  border-color: #006644;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover {
  background-color: #009966;
  border-color: #009966;
}

.btn-success .badge {
  color: #009966;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover {
  color: #fff;
  background-color: #39b3d7;
  border-color: #31b0d5;
}

.btn-info:active, .btn-info.active {
  color: #fff;
  background-color: #39b3d7;
  border-color: #31b0d5;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f47c00;
  border-color: #f47c00;
}

.btn-warning:hover {
  color: #fff;
  background-color: #cb6700;
  border-color: #c16200;
}

.btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #cb6700;
  border-color: #c16200;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover {
  background-color: #f47c00;
  border-color: #f47c00;
}

.btn-warning .badge {
  color: #f47c00;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #e82e05;
  border-color: #e82e05;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c02604;
  border-color: #b62404;
}

.btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #c02604;
  border-color: #b62404;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover {
  background-color: #e82e05;
  border-color: #e82e05;
}

.btn-danger .badge {
  color: #e82e05;
  background-color: #fff;
}

.btn-link {
  color: #333333;
  font-weight: normal;
  border-radius: 0;
  text-decoration: underline;
}

.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, .btn-link:active {
  text-decoration: none;
}

.btn-link:hover, .btn-link:focus {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 17px 20px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 9px 13px;
  font-size: 13px;
  line-height: 1.33333;
  border-radius: 0;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 5px 6px;
  font-size: 13px;
  line-height: 1.33333;
  border-radius: 0;
}

.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.125s linear;
  transition: opacity 0.125s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-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: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -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: rgba(0, 0, 0, 0.2);
}

.dropdown-menu > li {
  margin: 0;
}

.dropdown-menu > li > a {
  text-decoration: none;
  display: block;
  padding: 6px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.429;
  color: #555;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #eee;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #333333;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.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: 13px;
  line-height: 1.429;
  color: #999999;
  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 {
    right: 0;
    left: auto;
  }
  .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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.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:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.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, .btn-group-lg.btn-group > .btn + .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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.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: 0;
  border-top-left-radius: 0;
  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: 0;
  border-bottom-left-radius: 0;
}

.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 input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.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-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: 10px 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #333333;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #e6e6e6;
  border-radius: 0;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 8px 13px;
  font-size: 13px;
  border-radius: 0;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 16px 20px;
  font-size: 18px;
  border-radius: 0;
}

.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:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.429;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #6f6f6f;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 0;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #333333;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.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;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #999999;
}

.breadcrumb > .active {
  color: #333333;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 0;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 15px;
  line-height: 1.429;
  text-decoration: none;
  color: #333333;
  background-color: #ececec;
  border: 1px solid transparent;
  margin-right: 8px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #333333;
  border-color: transparent;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: transparent;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 16px 20px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 8px 13px;
  font-size: 13px;
  line-height: 1.33333;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  color: #333333;
  display: inline-block;
  padding: 5px 14px;
  background-color: #ececec;
  border: 1px solid transparent;
  text-decoration: none;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #333333;
}

.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: #999999;
  background-color: #ececec;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

.label-primary {
  background-color: #333333;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #1a1a1a;
}

.label-success {
  background-color: #009966;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #006644;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f47c00;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #c16200;
}

.label-danger {
  background-color: #e82e05;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #b62404;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #333333;
  border-radius: 0;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #333333;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f9f9f9;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #e0e0e0;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #5c5c5c;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}

.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: #009966;
  border-color: #008055;
  color: #fff;
}

.alert-success hr {
  border-top-color: #006644;
}

.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-info {
  background-color: #5bc0de;
  border-color: #3db5d8;
  color: #fff;
}

.alert-info hr {
  border-top-color: #2aabd2;
}

.alert-info .alert-link {
  color: #e6e6e6;
}

.alert-warning {
  background-color: #f47c00;
  border-color: #db6f00;
  color: #fff;
}

.alert-warning hr {
  border-top-color: #c16200;
}

.alert-warning .alert-link {
  color: #e6e6e6;
}

.alert-danger {
  background-color: #e82e05;
  border-color: #cf2904;
  color: #fff;
}

.alert-danger hr {
  border-top-color: #b62404;
}

.alert-danger .alert-link {
  color: #e6e6e6;
}

@-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: 0;
  -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: 13px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #333333;
  -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;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  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;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #009966;
}

.progress-striped .progress-bar-success {
  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: 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: #f47c00;
}

.progress-striped .progress-bar-warning {
  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: #e82e05;
}

.progress-striped .progress-bar-danger {
  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: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  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: #999999;
  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: #999999;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.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: #999999;
}

.list-group-item-success {
  color: #009966;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #009966;
}

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, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #009966;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #009966;
  border-color: #009966;
}

.list-group-item-info {
  color: #5bc0de;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #5bc0de;
}

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, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #5bc0de;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.list-group-item-warning {
  color: #f47c00;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #f47c00;
}

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, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #f47c00;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #f47c00;
  border-color: #f47c00;
}

.list-group-item-danger {
  color: #e82e05;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #e82e05;
}

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, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #e82e05;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #e82e05;
  border-color: #e82e05;
}

.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: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.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: -1;
  border-top-left-radius: -1;
}

.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: -1;
  border-bottom-left-radius: -1;
}

.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: -1;
  border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ededed;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #fafafa;
  border-color: #ededed;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ededed;
}

.panel-default > .panel-heading .badge {
  color: #fafafa;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ededed;
}

.panel-primary {
  border-color: #333333;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #333333;
}

.panel-primary > .panel-heading .badge {
  color: #333333;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #333333;
}

.panel-success {
  border-color: #008055;
}

.panel-success > .panel-heading {
  color: #fff;
  background-color: #009966;
  border-color: #008055;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #008055;
}

.panel-success > .panel-heading .badge {
  color: #009966;
  background-color: #fff;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #008055;
}

.panel-info {
  border-color: #3db5d8;
}

.panel-info > .panel-heading {
  color: #fff;
  background-color: #5bc0de;
  border-color: #3db5d8;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3db5d8;
}

.panel-info > .panel-heading .badge {
  color: #5bc0de;
  background-color: #fff;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3db5d8;
}

.panel-warning {
  border-color: #db6f00;
}

.panel-warning > .panel-heading {
  color: #fff;
  background-color: #f47c00;
  border-color: #db6f00;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #db6f00;
}

.panel-warning > .panel-heading .badge {
  color: #f47c00;
  background-color: #fff;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #db6f00;
}

.panel-danger {
  border-color: #cf2904;
}

.panel-danger > .panel-heading {
  color: #fff;
  background-color: #e82e05;
  border-color: #cf2904;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cf2904;
}

.panel-danger > .panel-heading .badge {
  color: #e82e05;
  background-color: #fff;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cf2904;
}

.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-top: 40px;
  margin-bottom: 40px;
  background-color: #f9f9f9;
  border: 1px solid #e7e7e7;
  border-radius: 0;
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0;
}

.well-sm {
  padding: 9px;
  border-radius: 0;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.close:hover, .close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  outline: none;
}

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;
  /* fix for ios 9 */
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

.modal.fade .modal-dialog {
  -webkit-transition: opacity 0.15s ease-in, -webkit-transform 0.2s ease-in;
  transition: opacity 0.15s ease-in, -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in, opacity 0.15s ease-in;
  transition: transform 0.2s ease-in, opacity 0.15s ease-in, -webkit-transform 0.2s ease-in;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.modal.fade.in .modal-dialog {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  -webkit-transition: none;
  transition: none;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.modal-header {
  padding: 20px;
  color: #fff;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header + .modal-content {
  border-top: 1px solid #e5e5e5;
}

.modal-header .close {
  position: absolute;
  font-size: 24px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  top: 15px;
  right: 10px;
}

.modal-title {
  margin: 0;
  line-height: 1.429;
  color: inherit;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal {
    text-align: center;
  }
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.429;
  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: 13px;
  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: #fff;
  text-align: center;
  background-color: #333333;
  border-radius: 0;
}

.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: #333333;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #333333;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #333333;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #333333;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #333333;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333333;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333333;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333333;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.429;
  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: #333333;
  background-clip: padding-box;
  border: 1px solid #333333;
  border: 1px solid transparent;
  border-radius: 0;
  -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: #333333;
  border-bottom: 1px solid #262626;
  border-radius: -1 -1 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: black;
  border-top-color: fadein(transparent, 5%);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #333333;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: black;
  border-right-color: fadein(transparent, 5%);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #333333;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: black;
  border-bottom-color: fadein(transparent, 5%);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #333333;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: black;
  border-left-color: fadein(transparent, 5%);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #333333;
  bottom: -10px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.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 {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap.custom.css.map */

/* End */


/* Start:/bitrix/templates/active/css/font-awesome.min.css?167650473631000*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/bitrix/templates/active/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/bitrix/templates/active/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/bitrix/templates/active/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/bitrix/templates/active/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/bitrix/templates/active/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/bitrix/templates/active/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/bitrix/templates/active/template_styles.css?1676504737153926*/
@charset "UTF-8";
/**
 * ВНИМАНИЕ!
 * Не редактируйте этот файл, если планируете в будущем устанавливать обновления.
 * При обновлении он может быть заменен и все ваши изменения будут утеряны!
 * Свои стили рекомендуется писать в файле custom.css в папке с шаблоном.
 *
 * VNIMANIE!
 * Ne redaktirujte jetot fajl, esli planiruete v budushhem ustanavlivat' obnovlenija.
 * Pri obnovlenii on mozhet byt' zamenen i vse vashi izmenenija budut uterjany!
 * Svoi stili rekomenduetsja pisat' v fajle custom.css v papke s shablonom.
 */
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

img {
  max-width: 100%;
  height: auto;
}

.sc-maxwidth {
  max-width: 1180px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

html,
body {
  height: 100%;
}

.site-wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.main.with-sidebar .content {
  float: right;
}

@media screen and (min-width: 1200px) {
  .sidebar {
    width: 23.5%;
    z-index: 1;
  }
  .main.with-sidebar .content {
    width: 76.5%;
    padding-left: 35px;
  }
}

.content > *:first-child {
  margin-top: 0;
}

.main.hover-z {
  position: relative;
  z-index: 3;
}

.side-block {
  margin-bottom: 40px;
}

.side-text-block .item-content {
  color: #999999;
  font-size: 13px;
}

.clear {
  clear: both;
}

.btn,
.site-wrapper a {
  -webkit-transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
}

.link-dotted {
  border-bottom: 1px dotted;
  text-decoration: none !important;
}

.link-dotted:hover {
  border-bottom-color: transparent;
}

.link-border {
  padding-bottom: 1px;
  border-bottom: 1px solid;
  text-decoration: none !important;
  -webkit-transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
}

.link-border.active, .link-border:hover {
  color: #333333;
  border-bottom-color: transparent !important;
}

.semibold {
  font-weight: 600;
}

.item-img {
  display: inline-block;
  width: 100%;
}

.item-img .img-hover-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.item-img:hover .img-hover-overlay {
  opacity: 1;
}

.item-img a {
  display: block;
  position: relative;
}

.img-middle {
  position: relative;
  width: 100%;
  display: block;
}

.img-middle:before {
  content: " ";
  padding-top: 100%;
  display: block;
}

.img-middle .img-middle-in {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.img-middle .img-middle-in:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.img-middle .img-middle-in img {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

.img-overlay {
  position: relative;
}

.img-overlay .img-overlay-in {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
}

.img-overlay .btn-white {
  position: relative;
  top: 50%;
  margin-top: -16px;
}

.img-overlay:hover .img-overlay-in {
  opacity: 1;
}

.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.round {
  border-radius: 50%;
}

.icon-zoom {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  margin: -20px 0 0 -20px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  -webkit-transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
}

.icon-zoom:before {
  color: #fff;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00e";
}

.img-zoom {
  position: relative;
  display: inline-block;
}

.img-zoom:focus {
  outline: none;
}

.img-zoom:hover .icon-zoom {
  opacity: 1;
  background: #000, 0.4;
}

.img-zoom.pull-left,
img[align="left"] {
  float: left;
  margin: 0 20px 5px 0;
}

.img-zoom.pull-right,
img[align="right"] {
  float: right;
  margin: 0 0 5px 20px;
}

.img-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}

.img-caption .img-caption-bg {
  background: #000;
  opacity: 0.65;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.img-caption span {
  padding: 9px;
  display: block;
  position: relative;
}

@media screen and (max-width: 991px) {
  .img-caption {
    font-size: 13px;
  }
  .img-caption span {
    padding: 9px;
  }
}

ul, ol {
  padding-left: 25px;
}

li {
  margin: 10px 0;
}

.menu,
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu li,
.menu ul li {
  margin: 0;
  padding: 0;
}

.list-icons {
  list-style: none;
  padding-left: 0;
  word-wrap: break-word;
}

.list-icons li {
  margin: 10px 0;
  padding-left: 25px;
}

.list-icons a {
  color: inherit;
  text-decoration: none;
}

.list-icons a:hover {
  text-decoration: underline;
}

.list-icons .fa {
  position: absolute;
  width: 20px;
  margin: 2px 2px 0 -27px;
  text-align: center;
  color: #999999;
}

.s_boxed .site-wrapper {
  background: #fff;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-shadow: 0 -10px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 -10px 15px 0 rgba(0, 0, 0, 0.15);
}

.s_bg_image {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.block-title {
  margin-bottom: 15px;
}

.block-title:before, .block-title:after {
  content: " ";
  display: table;
}

.block-title:after {
  clear: both;
}

.block-title h1,
.block-title h2,
.block-title h3,
.block-title h4,
.block-title h5,
.block-title h6,
.block-title .h1,
.block-title .h2,
.block-title .h3,
.block-title .h4,
.block-title .h5,
.block-title .h6 {
  font-size: 24px;
  margin: 0 20px 5px 0;
  display: inline-block;
}

.homepage .block-title {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .homepage .block-title h1,
  .homepage .block-title h2,
  .homepage .block-title h3,
  .homepage .block-title h4,
  .homepage .block-title h5,
  .homepage .block-title h6,
  .homepage .block-title .h1,
  .homepage .block-title .h2,
  .homepage .block-title .h3,
  .homepage .block-title .h4,
  .homepage .block-title .h5,
  .homepage .block-title .h6 {
    font-size: 30px;
  }
}

.block-title .title-right {
  float: right;
}

.block-title .title-right-text {
  display: inline-block;
  margin: 10px 20px 10px 0;
}

@media screen and (max-width: 767px) {
  .block-title .title-right {
    float: none;
  }
}

.block-title-border {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.title-button .btn {
  display: inline-block;
  vertical-align: 2px;
  margin-bottom: 5px;
}

.content-slider-wrapper .block-title {
  margin-right: 80px;
}

.block-content, .home-block-teaser, .home-block-facts {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .block-content, .home-block-teaser, .home-block-facts {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.block-content-wrap {
  background-size: cover;
  position: relative;
}

.block-content:after, .block-content:before {
  display: none;
}

.block-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #eeeeef;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.block-bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #333;
  opacity: 0.8;
}

.row-centered {
  text-align: center;
}

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}

.page-before-text {
  margin-bottom: 40px;
}

.page-after-text {
  margin-top: 40px;
}

h2 + .items-list,
h2 + .well-with-btn,
h2 + .gallery, h3 + .items-list,
h3 + .well-with-btn,
h3 + .gallery {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .well-with-btn {
    display: table;
    width: 100%;
  }
  .well-with-btn .row {
    margin: 0;
    display: table-row;
  }
  .well-with-btn .col-xs-12 {
    display: table-cell;
    float: none;
    padding: 0;
  }
  .well-with-btn .well-col-content {
    vertical-align: middle;
  }
  .well-with-btn .well-col-btn {
    vertical-align: top;
    padding-left: 15px;
  }
  .well-with-btn .well-col-btn .btn {
    float: right;
  }
}

@media screen and (max-width: 767px) {
  .well-with-btn {
    text-align: center;
  }
  .well-with-btn .well-col-btn {
    padding-top: 15px;
  }
}

.item-date {
  font-size: 12px;
  font-weight: 600;
  color: #969696;
}

.item-date i {
  font-weight: 400;
  color: inherit;
  margin-right: 7px;
}

.home-bottom-block {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .home-bottom-block .block-content {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.home-bottom-block + .prefooter {
  margin-top: 0;
}

.no-js .slider {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.no-js .menubar {
  overflow: visible;
}

.no-js .menubar .menu {
  opacity: 1;
}

.red_star {
  color: #e82e05;
}

.btn .fa {
  margin-right: 6px;
}

select.form-control {
  padding-top: 0;
  padding-bottom: 0;
}

.btn:active,
.btn:focus {
  outline: none !important;
}

.btn-bold {
  font-weight: 700;
  text-transform: uppercase;
}

.btn .btn-in {
  position: relative;
  display: block;
}

.btn .btn-in-loading {
  margin-top: -18px;
}

.btn .btn-in-loading .fa {
  margin: 0;
}

.btn-state-default,
.btn-state-loading,
.btn-state-ok,
.btn-state-error {
  position: relative;
}

.btn-state-default .btn-in,
.btn-state-loading .btn-in,
.btn-state-ok .btn-in,
.btn-state-error .btn-in {
  visibility: hidden;
  display: none;
}

.btn-state-default .btn-in-default {
  visibility: visible;
  display: block;
}

.btn-state-loading .btn-in-default {
  visibility: hidden;
  display: block;
}

.btn-state-loading .btn-in-loading {
  visibility: visible;
  display: block;
}

.btn-state-ok .btn-in-ok {
  visibility: visible;
  display: block;
}

.btn-state-error .btn-in-error {
  visibility: visible;
  display: block;
}

.form label {
  font-size: 13px;
}

.form label .fa {
  color: #b2b2b2;
  margin-right: 2px;
}

.form .field-content .radio:first-child,
.form .field-content .checkbox:first-child {
  margin-top: 0;
}

.form .field-content .radio:last-child,
.form .field-content .checkbox:last-child {
  margin-bottom: 0;
}

.form .input-calendar-wrap {
  display: inline-block;
  vertical-align: middle;
}

.form .date-interval-hellip {
  vertical-align: middle;
  width: 16px;
}

@media screen and (max-width: 440px) {
  .form .date-interval-hellip + .input-calendar-wrap {
    margin-top: 15px;
  }
}

.form .input-calendar {
  max-width: 100%;
  width: 170px;
}

.form .btn-calendar i {
  margin-right: 0;
}

.form .form-control {
  max-width: 100%;
}

.form .field-type-file .field-content-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.form .upload-button {
  margin: 0 10px 0 0;
  position: relative;
  cursor: pointer !important;
}

.form .upload-button input {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: pointer !important;
  z-index: 2;
  opacity: 0;
  background-color: transparent;
  color: transparent;
}

.form .uploaded-file-info {
  white-space: normal;
  word-break: break-all;
  font-weight: 400;
  padding: 3px 5px;
}

.form .uploaded-file-info:empty {
  display: none;
}

.form .captcha-block {
  margin-bottom: 0;
}

.form .captcha-img {
  float: left;
  margin: 0 0 15px;
}

.form .btn-captcha-update {
  float: left;
  margin: 0 0 15px;
  text-align: center;
  color: #9d9d9d;
  line-height: 39px;
  font-size: 14px;
  width: 34px;
  height: 40px;
}

.form .btn-captcha-update:hover {
  color: #6b6a6a;
}

.form .captcha-input {
  display: inline-block;
  max-width: 100px;
  margin: 0 0 15px;
  height: 40px;
  line-height: 40px;
}

.form .field-error {
  font-size: 12px;
  color: #e82e05;
  margin-top: 5px;
}

.form-success-message {
  font-weight: bold;
}

.form-success-message .fa-check-circle {
  margin-right: 5px;
}

.form-footer {
  padding-top: 5px;
}

.form-footer .col-submit,
.form-footer .col-required {
  display: inline-block;
  vertical-align: middle;
}

.form-footer .col-submit {
  margin-right: 15px;
}

.form-footer .col-required {
  line-height: 20px;
  padding: 8px 0;
}

.form-footer .col-required .red_star {
  font-size: 18px;
  line-height: inherit;
  vertical-align: -6px;
}

.form-footer .col-required .required-text {
  font-size: 13px;
  vertical-align: middle;
}

.bitrix-form .form-descr {
  margin-bottom: 20px;
}

.bitrix-form .field-type-checkbox .field-content {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.bitrix-form .field-type-checkbox input {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.bitrix-form .field-type-radio .field-content {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.bitrix-form .field-type-radio input {
  position: absolute;
  margin-left: -20px;
  margin-top: -5px;
}

.bitrix-form .field-type-date .form-control {
  max-width: 160px;
  display: inline-block;
  vertical-align: middle;
}

.bitrix-form .field-type-date img.calendar-icon {
  vertical-align: middle;
  margin: 0 0 0 5px;
}

.bitrix-form .field-type-date img.calendar-icon-hover {
  border: none;
  background: none;
  margin: 0 0 0 5px;
}

.bitrix-form .field-accept label {
  padding-left: 0;
}

.field-accept .checkbox {
  margin: 0;
}

.accept-error {
  font-size: 12px;
  color: #e82e05;
  margin-top: 5px;
}

.form-user-consent-error {
  display: none;
  font-size: 13px;
  color: #e82e05;
}

.form-user-consent-error.active {
  display: block;
}

.search-dropdown {
  visibility: hidden;
  background: #fff;
  border: 2px solid;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.search-dropdown.active {
  visibility: visible;
  opacity: 1;
}

.search-dropdown input {
  outline: none;
  border: none;
  background: transparent;
  width: 100%;
  height: 42px;
  font-size: 14px;
  padding: 3px 20px;
}

.search-dropdown button {
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  padding: 0;
  font-size: 18px;
  color: #fff !important;
  outline: none;
}

.search-dropdown button .fa {
  margin: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  right: 7px;
  color: inherit;
}

.search-dropdown button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.social-icons {
  margin-left: -4px;
  margin-bottom: -4px;
}

.social-icons li {
  display: inline-block;
  margin: 0 0 4px 4px;
}

.si {
  color: #fff !important;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
  width: 28px;
  height: 28px;
  opacity: 0.8;
  border-radius: 50%;
  -webkit-transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
}

.si i {
  margin: 0 !important;
}

.si.si-twitter {
  background: #41ABE1;
}

.si.si-facebook {
  background: #3B5998;
}

.si.si-rss {
  background: #F58432;
}

.si.si-google-plus {
  background: #D34231;
}

.si.si-vimeo {
  background: #17B3E8;
}

.si.si-vk {
  background: #4C75A3;
}

.si.si-instagram {
  background: #325C86;
}

.si.si-odnoklassniki {
  background: #F2720C;
}

.si.si-youtube-play {
  background: #CC181E;
}

.si.si-linkedin {
  background: #0077B5;
}

.si.si-reddit-alien {
  background: #FF4500;
}

.si.si-pinterest-p {
  background: #BD081C;
}

.si:hover {
  opacity: 1;
}

@-webkit-keyframes fixedpanel {
  0% {
    opacity: 0;
    top: -43px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fixedpanel {
  0% {
    opacity: 0;
    top: -43px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

.top-panel {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  color: #9e9e9e;
  z-index: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.top-panel *:focus {
  outline: none;
}

.top-panel .fa {
  color: inherit;
  font-size: 14px;
}

.top-panel .in {
  display: table;
  width: 100%;
  min-height: 50px;
}

.top-panel .col {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
  text-align: center;
}

.top-panel .col:first-child {
  text-align: left;
  padding-left: 0;
}

.top-panel .col:last-child {
  text-align: right;
  padding-right: 0;
}

.top-panel .item {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 0;
  margin-left: 10px;
  vertical-align: middle;
}

.top-panel .item:first-child {
  margin-left: 0;
}

.top-panel .item a {
  text-decoration: none;
  color: inherit;
}

.top-panel .item a .fa {
  margin-right: 10px;
}

.top-panel .item .btn {
  border: 1px solid;
  line-height: 20px;
  padding: 5px 9px;
  vertical-align: middle;
}

.s_top_panel_text_white .top-panel {
  color: #fff;
}

.s_top_panel_text_white .top-panel .item .btn:hover {
  border-color: #fff;
  background: #fff;
  color: #333333;
}

.s_top_panel_text_dark .top-panel {
  color: #333333;
}

.s_top_panel_text_dark .top-panel .item .btn:hover {
  border-color: #333333;
  background: #333333;
  color: #fff;
}

.s_top_panel_bg_white .top-panel {
  background: #fff;
}

.s_top_panel_bg_dark .top-panel {
  background: #333333;
}

.header-mobile .in {
  width: 100%;
  display: table;
}

.header-mobile .col {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
}

.header-mobile .col.logo {
  text-align: center;
}

.header-mobile .logo a {
  text-decoration: none;
}

.header-mobile .logo img {
  max-width: 200px;
  max-height: 50px;
}

@media screen and (max-width: 399px) {
  .header-mobile .logo {
    padding-left: 0;
    padding-right: 0;
  }
  .header-mobile .logo img {
    max-width: 140px;
    max-height: 50px;
  }
}

.mobile-menu-toggle-wrap {
  text-align: right;
}

.hm-btn {
  position: relative;
  border: 2px solid;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  width: 40px;
  height: 40px;
}

.hm-btn i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 36px;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.hm-btn .i-cross {
  font-style: normal;
  font-size: 24px;
  color: #fff;
  opacity: 0;
}

.hm-btn.active .fa {
  opacity: 0;
}

.hm-btn.active .i-cross {
  opacity: 1;
}

.mobile-search {
  opacity: 0;
  height: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.mobile-search.active {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.mobile-search-in {
  border: 2px solid;
  position: relative;
}

.mobile-search input {
  outline: none;
  border: none;
  background: transparent;
  width: 100%;
  height: 48px;
  font-size: 16px;
  padding: 3px 13px;
}

.mobile-search button {
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  font-size: 18px;
}

.mobile-search button .fa {
  margin-right: 0;
}

.mobile-search button:active {
  background: #eeeeee;
}

@-webkit-keyframes fixedHeader {
  0% {
    opacity: 0;
    top: -110px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fixedHeader {
  0% {
    opacity: 0;
    top: -110px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

.s_header_type_1 #header {
  color: #333333;
  font-size: 14px;
}

.s_header_type_1 #header *:focus {
  outline: none;
}

.s_header_type_1 #header .col {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.s_header_type_1 #header .col-in {
  padding-left: 35px;
  position: relative;
}

.s_header_type_1 #header .logo img {
  max-width: 100%;
  height: auto;
}

.s_header_type_1 #header .col-icon {
  font-size: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}

.s_header_type_1 #header .phone {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .s_header_type_1 #header .logo {
    text-align: center;
  }
  .s_header_type_1 #header .col-menu {
    padding: 0;
    min-height: 0;
  }
}

@media screen and (min-width: 768px) {
  .s_header_type_1 #header .row {
    min-height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.s_header_type_1.m_fixed_header #header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-animation: fixedHeader 0.4s both;
          animation: fixedHeader 0.4s both;
}

.s_header_type_1.m_fixed_header #header .row {
  min-height: 0;
}

.s_header_type_1.m_fixed_header #header .col {
  padding-top: 10px;
  padding-bottom: 10px;
}

.s_header_type_1.m_fixed_header #header .logo img {
  max-height: 60px;
}

.s_header_type_2 #header {
  color: #333333;
  font-size: 14px;
  line-height: 1.3;
}

.s_header_type_2 #header p {
  margin: 0 0 6px;
}

.s_header_type_2 #header a {
  text-decoration: none;
  color: inherit;
}

.s_header_type_2 #header a:hover {
  text-decoration: underline;
}

.s_header_type_2 #header *:focus {
  outline: none;
}

.s_header_type_2 #header .col-logo,
.s_header_type_2 #header .col-right {
  padding-top: 15px;
  padding-bottom: 15px;
}

.s_header_type_2 #header .col-logo {
  float: left;
}

.s_header_type_2 #header .col-right {
  float: right;
}

.s_header_type_2 #header .col-right-in {
  float: right;
  display: table;
}

.s_header_type_2 #header .col-right-in .col {
  display: table-cell;
  vertical-align: middle;
}

.s_header_type_2 #header .col {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  width: 33.3%;
}

.s_header_type_2 #header .col:first-child {
  padding-left: 0;
}

.s_header_type_2 #header .col-in {
  position: relative;
}

.s_header_type_2 #header .col-in p:last-child {
  margin-bottom: 0;
}

.s_header_type_2 #header .logo img {
  max-width: 100%;
  height: auto;
}

.s_header_type_2 #header .col-icon {
  font-size: 22px;
  width: 20px;
  position: absolute;
  top: -1px;
  left: 0;
  text-align: center;
  display: none;
}

.s_header_type_2 #header .phone {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-decoration: none !important;
}

@media screen and (min-width: 768px) {
  .s_header_type_2 #header .row {
    min-height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media screen and (min-width: 992px) {
  .s_header_type_2 #header .col-right-in {
    width: 100%;
  }
  .s_header_type_2 #header .col-in {
    padding-left: 30px;
  }
  .s_header_type_2 #header .col-address {
    width: 40%;
  }
  .s_header_type_2 #header .col-icon {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .s_header_type_2 #header .col {
    padding-left: 80px;
  }
  .s_header_type_2 #header .col-in {
    padding-left: 35px;
  }
}

@media screen and (min-width: 768px) {
  .s_header_type_2.m_fixed_menu.s_menubar_underline .menubar .menu > li.active:before {
    bottom: 0;
  }
  .s_header_type_2.m_fixed_menu.s_menubar_underline .menubar .menu > li.hover > .submenu {
    top: 52px;
  }
}

.prefooter {
  background: #333333;
  margin-top: 40px;
  margin-bottom: -40px;
  color: #fff;
  padding: 18px 0;
}

.homepage .prefooter {
  margin-top: 0;
}

.prefooter .item-text {
  margin: 4px 0 0;
  font-size: 20px;
  font-weight: 600;
}

.prefooter .item-btn {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .prefooter {
    text-align: center;
    padding: 15px 0 20px;
  }
  .prefooter .item-text {
    margin: 0 0 15px;
  }
  .prefooter .item-btn {
    text-align: inherit;
  }
}

#footer {
  background: #eeeeef;
  background-repeat: repeat;
  color: #333333;
  padding: 30px 0;
  margin-top: 40px;
}

#footer .col {
  padding-top: 15px;
  padding-bottom: 15px;
}

#footer .col .title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

#footer .copyright {
  font-size: 14px;
  line-height: 1.5;
}

#footer .counters {
  margin-top: 22px;
  margin-bottom: -10px;
}

#footer .counters .counter {
  float: left;
  margin: 0 10px 10px 0;
}

#footer .informer {
  margin-top: 22px;
}

#footer .informer:empty {
  display: none;
}

#footer .social-icons {
  margin-top: 22px;
}

#footer .menu {
  text-transform: uppercase;
  font-weight: 700;
}

#footer .menu.list-icons {
  text-transform: none;
  font-weight: 400;
}

#footer .menu.list-icons .fa {
  color: inherit;
}

#footer .menu li {
  margin: 0 0 13px;
}

#footer .menu li:last-child {
  margin-bottom: 0;
}

#footer .menu li a {
  color: inherit;
  text-decoration: none;
}

#footer .menu li a:hover {
  text-decoration: underline;
}

.s_footer_text_dark #footer {
  color: #333333;
}

.s_footer_text_white #footer {
  color: #fff;
}

#bx-composite-banner {
  margin-top: 22px;
}

#f_up {
  visibility: hidden;
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 26px;
  width: 36px;
  background-color: transparent;
  height: 36px;
  line-height: 26px;
  border: 2px solid;
  text-align: center;
  z-index: 103;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
}

#f_up .fa {
  color: inherit;
}

#f_up.show {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.footer-subscribe {
  margin-top: 39px;
  max-width: 360px;
}

.footer-subscribe .title {
  font-weight: 600;
  margin-bottom: 14px;
}

.footer-subscribe form {
  position: relative;
}

.footer-subscribe input {
  border-color: #fff;
  position: absolute;
  right: 110px;
  left: 0;
  width: auto;
}

.footer-subscribe button {
  float: right;
  width: 110px;
}

@media screen and (min-width: 768px) {
  .footer-subscribe {
    margin-left: 0;
    margin-right: 0;
  }
}

.bx_subscribe_response_container {
  padding: 30px;
  color: #333;
}

.page-footer {
  margin-top: 40px;
}

.page-footer .col-back-btn {
  float: left;
  margin-bottom: 14px;
}

.page-footer .col-back-btn .btn .fa {
  margin-right: 10px;
}

.page-footer .col-share {
  text-align: right;
  float: right;
  margin: 9px 0;
}

.page-footer .col-share .block-label {
  color: #6f6f6f;
  font-size: 13px;
  margin-right: 8px;
}

.page-footer .col-share .ya-share2 {
  display: inline-block;
  vertical-align: middle;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide,
.slick-slide a {
  outline: none;
}

.slider-filter {
  margin-top: 30px;
  margin-bottom: 20px;
}

.slider-filter li {
  display: inline-block;
  margin: 0 28px 10px 0;
}

.slider {
  height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.slider.slick-initialized {
  height: auto;
  opacity: 1;
  overflow: visible;
  visibility: visible;
}

.content-slider-in {
  overflow: hidden;
}

/* CONTENT SLIDER */
.content-slider {
  position: relative;
  margin-bottom: 20px;
}

.content-slider .slider {
  margin-left: -15px;
  margin-right: -15px;
}

.js .content-slider .slider {
  height: 0;
  opacity: 0;
}

.js .content-slider .slider.slick-initialized {
  height: auto;
  opacity: 1;
}

.content-slider .item {
  padding: 0 17px 0 15px;
}

@media screen and (max-width: 767px) {
  .content-slider .slider {
    margin-left: -7px;
    margin-right: -7px;
  }
  .content-slider .item {
    padding: 0 7px;
  }
}

.content-slider.s_arrows_side .slick-arrow {
  outline: 0;
  top: 0;
  width: 36px;
  position: absolute;
  height: 100%;
  text-indent: 0;
  z-index: 1;
  text-decoration: none;
  cursor: pointer;
}

.content-slider.s_arrows_side .slick-arrow .fa {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  font-size: 40px;
  text-align: center;
  color: #838383;
  line-height: 1;
}

.content-slider.s_arrows_side .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}

.content-slider.s_arrows_side .slick-arrow.slick-disabled .fa {
  color: #838383 !important;
}

.content-slider.s_arrows_side .slick-arrow:hover .fa {
  color: #434343;
}

@media screen and (max-width: 1249px) {
  .content-slider.s_arrows_side .content-slider-in {
    margin-left: 25px;
    margin-right: 25px;
  }
  .content-slider.s_arrows_side .slick-arrow {
    width: 40px;
  }
  .content-slider.s_arrows_side .slick-arrow .fa {
    width: auto;
  }
  .content-slider.s_arrows_side .slick-prev {
    left: -15px;
    text-align: left;
  }
  .content-slider.s_arrows_side .slick-prev .fa {
    left: 15px;
  }
  .content-slider.s_arrows_side .slick-next {
    right: -15px;
    text-align: right;
  }
  .content-slider.s_arrows_side .slick-next .fa {
    right: 15px;
  }
}

@media screen and (min-width: 1250px) {
  .content-slider.s_arrows_side .slick-prev {
    left: -46px;
  }
  .content-slider.s_arrows_side .slick-next {
    right: -46px;
  }
}

.content-slider.s_arrows_top .slick-arrow {
  width: 30px;
  position: absolute;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  background: #000;
  outline: 0;
  top: -50px;
  text-indent: 0;
  z-index: 1;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  opacity: 0.6;
}

.content-slider.s_arrows_top .slick-arrow .fa {
  color: #fff;
}

.content-slider.s_arrows_top .slick-arrow:hover {
  opacity: 0.8;
}

.content-slider.s_arrows_top .slick-arrow.slick-disabled {
  cursor: default;
  opacity: 0.3;
}

.homepage .content-slider.s_arrows_top .slick-arrow {
  top: -65px;
}

.content-slider.s_arrows_top .slick-prev {
  right: 40px;
}

.content-slider.s_arrows_top .slick-next {
  right: 0;
}

.content-slider.s_arrows_top.mt-5 .slick-arrow {
  top: -35px;
}

.content-slider.s_arrows_top.mt-10 .slick-arrow {
  top: -40px;
}

.content-slider.s_arrows_top.mt-20 .slick-arrow {
  top: -50px;
}

.content-slider.s_arrows_top.mt-30 .slick-arrow {
  top: -60px;
}

.content-slider.s_arrows_top.mt-40 .slick-arrow {
  top: -70px;
}

.content-slider.s_arrows_top.mt-50 .slick-arrow {
  top: -80px;
}

.content-slider.s_arrows_top.mt-60 .slick-arrow {
  top: -90px;
}

.content-slider.s_arrows_top.mt-70 .slick-arrow {
  top: -100px;
}

.content-slider.s_arrows_top.mt-80 .slick-arrow {
  top: -110px;
}

.content-slider.s_arrows_top.mt-90 .slick-arrow {
  top: -120px;
}

.content-slider.s_arrows_top.mt-100 .slick-arrow {
  top: -130px;
}

/* Magnific Popup CSS */
/*

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10003;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10004;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10006;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder {
  cursor: default;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 10005;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 10007;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 36px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  text-align: right;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  width: 90px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border: none;
  content: '';
  display: block;
  left: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  color: #fff;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  font-size: 70px;
  height: 70px;
  margin-top: -35px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  text-indent: -6px;
  content: "\f104";
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  text-indent: 6px;
  content: "\f105";
}

@media screen and (max-width: 1199px) {
  button.mfp-arrow {
    background: rgba(0, 0, 0, 0.3);
    top: 50%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    bottom: auto;
    height: 100px;
    margin-top: -50px;
    width: 50px;
  }
  button.mfp-arrow:before,
  button.mfp-arrow .mfp-b {
    text-indent: 0;
    font-size: 40px;
    height: 40px;
    margin-top: -20px;
  }
}

@media screen and (min-width: 1200px) {
  .no-touch .mfp-container {
    padding: 0 90px;
  }
  .no-touch .mfp-arrow {
    -webkit-transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
    transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
  }
  .no-touch .mfp-arrow:hover {
    background: rgba(0, 0, 0, 0.2);
  }
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  background: #fff;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 60px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

body.mfp-zoom-out-cur .remodal-wrapper {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}

html.remodal-is-locked .mfp-bg {
  opacity: 0 !important;
}

.ms-collapse {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.ms-collapse.opened {
  opacity: 1;
  visibility: visible;
  height: auto;
}

@-webkit-keyframes fixedMenubar {
  0% {
    opacity: 0;
    top: -54px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fixedMenubar {
  0% {
    opacity: 0;
    top: -54px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

.menubar {
  position: relative;
  z-index: 4;
  overflow: hidden;
  font-size: 14px;
}

.menubar li {
  margin: 0;
}

.menubar .menu-wrapper {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menubar .menu {
  opacity: 0;
}

.menubar .menu li {
  position: relative;
}

.menubar .menu > li > .link a {
  display: block;
  color: #fff;
}

.menubar .menu > li > .link .badge {
  display: none;
}

.menubar .menu > li.active > .link a {
  background: rgba(0, 0, 0, 0.2);
}

.menubar .menu .js_sub_toggle {
  display: none;
}

.menubar .menu a {
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}

.menubar.initialized {
  overflow: visible;
}

.menubar.initialized .menu {
  opacity: 1;
}

.menubar.initialized .menu > li {
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .menubar .menu-wrapper {
    display: block !important;
  }
  .menubar .menu-wrapper-in {
    position: relative;
  }
  .menubar .menu {
    display: table;
    width: 100%;
    letter-spacing: 0.2px;
  }
  .menubar .menu > li {
    position: relative;
    display: table-cell;
    float: none;
    white-space: nowrap;
  }
  .menubar .menu > li.menu-more {
    letter-spacing: 0;
  }
  .menubar .menu > li > .link > a {
    font-weight: 600;
    display: block;
    padding: 0 18px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
  }
  .menubar .menu > li.hassub > .link a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    margin-left: 10px;
    font-size: 16px !important;
  }
  .menubar .menu > li.hover {
    z-index: 2;
  }
  .menubar .menu > li.hover > .submenu {
    z-index: 3;
    top: 100%;
    left: 0;
    visibility: visible;
    opacity: 1;
  }
  .menubar .menu > li.sub_l {
    position: static;
  }
  .menubar .menu > li.sub_l.hover > .submenu.sub_all_levels {
    left: 0;
    right: auto;
    min-width: 0;
  }
  .menubar .menu > li.rtl.hover > .submenu {
    left: auto;
    right: 0;
  }
  .menubar .menu .submenu {
    width: 250px;
    background: #fff;
    visibility: hidden;
    position: absolute;
    top: -10000px;
    left: -10000px;
    white-space: nowrap;
    -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
    -webkit-backface-visibility: hidden;
    opacity: 0;
    border: 2px solid transparent;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
  }
  .menubar .menu .submenu li {
    position: relative;
    white-space: normal;
    border-bottom: 1px solid #eeeeee;
    margin: 0 13px;
  }
  .menubar .menu .submenu li:last-child {
    border-bottom: none;
  }
  .menubar .menu .submenu li > .link > a {
    color: #333333;
    display: block;
    padding: 13px 18px;
    text-decoration: none;
    margin: 0 -13px;
  }
  .menubar .menu .submenu li > .link .js_sub_toggle {
    display: none;
  }
  .menubar .menu .submenu li.hover, .menubar .menu .submenu li:hover {
    z-index: 2;
  }
  .menubar .menu .submenu li.hassub > .link > a {
    position: relative;
    padding-right: 28px;
  }
  .menubar .menu .submenu li.hassub > .link > a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    top: 15px;
    right: 13px;
    overflow: hidden;
    color: #999999;
    position: absolute;
    content: "\f105";
    text-decoration: none !important;
  }
  .menubar .menu .submenu li.hassub.hover > .submenu {
    top: -2px;
    left: 100%;
    margin-left: 13px;
    visibility: visible;
    opacity: 1;
  }
  .menubar .menu .submenu li:hover > .link a {
    color: #fff !important;
  }
  .menubar .menu .submenu li:hover > .link a:after {
    color: #fff;
  }
  .menubar .menu .submenu li.rtl.hassub.hover .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 13px;
  }
  .menubar .menu.m_more > .submenu {
    top: 100%;
    left: auto;
    right: 0 !important;
  }
  .menubar .menu.m_more > .submenu .fa-angle-down,
  .menubar .menu.m_more > .submenu .submenu {
    display: none !important;
  }
}

.menubar-search {
  position: absolute;
  top: 0;
  right: 0;
}

.menubar-search .search-toggle {
  text-align: center;
  font-size: 16px;
  float: right;
  color: #fff;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  width: 54px;
  height: 54px;
}

.menubar-search .search-toggle i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 54px;
}

.menubar-search .search-toggle:hover {
  background: rgba(255, 255, 255, 0.15);
}

.menubar-search .search-toggle .fa {
  margin: 0;
}

.menubar-search .search-toggle .i-cross {
  font-style: normal;
  font-size: 22px;
  color: #fff;
  opacity: 0;
}

.menubar-search .search-toggle.active .fa {
  opacity: 0;
}

.menubar-search .search-toggle.active .i-cross {
  opacity: 1;
}

.menubar-search .search-dropdown {
  right: 0;
  top: 100%;
  position: absolute;
  width: 280px;
}

.menu-wrapper-in {
  padding-right: 54px;
}

.s_menubar_underline .menu-wrapper-in,
.s_menubar_white .menu-wrapper-in,
.s_menubar_white_2 .menu-wrapper-in {
  padding-right: 28px;
}

.s_menubar_underline .menubar-search .search-toggle,
.s_menubar_white .menubar-search .search-toggle,
.s_menubar_white_2 .menubar-search .search-toggle {
  position: relative;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 13px 0;
}

.s_menubar_underline .menubar-search .search-toggle i,
.s_menubar_white .menubar-search .search-toggle i,
.s_menubar_white_2 .menubar-search .search-toggle i {
  line-height: 28px;
}

.s_menubar_underline .menubar-search .search-toggle .i-cross,
.s_menubar_white .menubar-search .search-toggle .i-cross,
.s_menubar_white_2 .menubar-search .search-toggle .i-cross {
  font-size: 18px;
}

.s_menubar_underline .menubar-search .search-toggle:after,
.s_menubar_white .menubar-search .search-toggle:after,
.s_menubar_white_2 .menubar-search .search-toggle:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.15);
  opacity: 0;
  -webkit-transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
}

.s_menubar_underline .menubar-search .search-toggle:hover:after,
.s_menubar_white .menubar-search .search-toggle:hover:after,
.s_menubar_white_2 .menubar-search .search-toggle:hover:after {
  opacity: 1;
}

.s_menubar_underline .menubar-search .search-toggle.active,
.s_menubar_white .menubar-search .search-toggle.active,
.s_menubar_white_2 .menubar-search .search-toggle.active {
  background: #999999 !important;
}

.s_menubar_underline .menubar-search .search-dropdown,
.s_menubar_white .menubar-search .search-dropdown,
.s_menubar_white_2 .menubar-search .search-dropdown {
  right: -9px;
}

.s_header_type_1 .menu-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.no-touch .menubar .menu > li.hover > .link a, .no-touch .menubar .menu > li:hover > .link a {
  background: rgba(255, 255, 255, 0.15);
}

.no-touch .menubar .menu > li li.active > .link a {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .m_fixed_menu .menubar {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    padding-bottom: 0 !important;
    -webkit-animation: fixedMenubar 0.4s both;
            animation: fixedMenubar 0.4s both;
  }
}

@media screen and (min-width: 768px) {
  .s_menubar_underline .menubar .menu-wrapper-in {
    padding-right: 40px;
  }
  .s_menubar_underline .menubar .menu a {
    color: #000;
  }
  .s_menubar_underline .menubar .menu > li > .link a {
    color: #000;
    padding: 0 20px;
  }
  .s_menubar_underline .menubar .menu > li.active > .link > a {
    background: none;
  }
  .s_menubar_underline .menubar .menu > li.active:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 2px;
  }
  .s_menubar_underline .menubar .menu > li:first-child > .link a {
    padding-left: 0;
  }
  .s_menubar_underline .menubar .menu > li:first-child:before {
    margin-left: -30px;
  }
}

@media screen and (min-width: 768px) {
  .s_menubar_underline.s_header_type_2 .menubar {
    padding-bottom: 14px;
  }
  .s_menubar_underline.s_header_type_2 .menubar .menu > li.hover > .submenu {
    top: 54px;
  }
}

@media screen and (min-width: 768px) {
  .s_menubar_white .menubar,
  .s_menubar_white_2 .menubar {
    border-top: 1px solid #eee;
    top: -1px;
  }
  .s_menubar_white .menubar .menu-header,
  .s_menubar_white_2 .menubar .menu-header {
    border-bottom: none;
  }
  .s_menubar_white .menubar:before,
  .s_menubar_white_2 .menubar:before {
    display: none;
  }
  .s_menubar_white .menubar .menu .js_sub_toggle .fa,
  .s_menubar_white_2 .menubar .menu .js_sub_toggle .fa {
    color: inherit;
  }
  .s_menubar_white .menubar .menu a,
  .s_menubar_white .menubar .menu li,
  .s_menubar_white_2 .menubar .menu a,
  .s_menubar_white_2 .menubar .menu li {
    color: #333333;
  }
  .s_menubar_white .menubar .menu > li > .link a,
  .s_menubar_white_2 .menubar .menu > li > .link a {
    color: #333333;
  }
  .s_menubar_white .menubar .menu > li > .link a:after,
  .s_menubar_white_2 .menubar .menu > li > .link a:after {
    color: #9e9e9e;
  }
  .s_menubar_white .menubar .menu > li.active > .link a,
  .s_menubar_white_2 .menubar .menu > li.active > .link a {
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .s_menubar_white .menubar .menu,
  .s_menubar_white_2 .menubar .menu {
    border-top: 1px solid #eee;
  }
}

@media screen and (min-width: 768px) {
  .s_menubar_white.s_header_type_1 .menubar,
  .s_menubar_white_2.s_header_type_1 .menubar {
    border-top: none;
  }
  .s_menubar_white.s_header_type_1 .menubar .menu > li.active > .link a,
  .s_menubar_white.s_header_type_1 .menubar .menu > li.active > .link a:after,
  .s_menubar_white_2.s_header_type_1 .menubar .menu > li.active > .link a,
  .s_menubar_white_2.s_header_type_1 .menubar .menu > li.active > .link a:after {
    color: #fff;
  }
}

.s_menubar_white.no-touch .menubar .menu > li.hover > .link a, .s_menubar_white.no-touch .menubar .menu > li:hover > .link a,
.s_menubar_white_2.no-touch .menubar .menu > li.hover > .link a,
.s_menubar_white_2.no-touch .menubar .menu > li:hover > .link a {
  background: rgba(0, 0, 0, 0.05);
}

.side-menu {
  background: #fff;
  border: 1px solid #ededed;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  color: #333333;
}

.side-menu,
.side-menu ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.side-menu li {
  border-top: 1px solid #eeeeee;
  position: relative;
  white-space: normal;
}

.side-menu li:first-child {
  border-top: none;
}

.side-menu li > .link > a {
  padding: 12px 18px;
  font-size: 14px;
  color: #333333;
  display: block;
  text-decoration: none;
}

.side-menu li.hover > .link a, .side-menu li:hover > .link a {
  background: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.05);
}

.side-menu li li.active > .link a {
  font-weight: bold;
}

.side-menu > li > .link a {
  font-weight: 600;
}

.side-menu > li.active > .link a {
  color: #fff;
}

.side-menu-accordion .js_sub_toggle {
  display: none;
}

.side-menu-accordion .submenu {
  padding: 6px 0 6px 12px;
}

.side-menu-accordion .submenu li {
  border-top: none;
}

.side-menu-accordion .submenu li a {
  padding-top: 9px;
  padding-bottom: 9px;
}

.side-menu-accordion .submenu li:hover > .link a {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.side-menu-accordion .submenu li > .link a:hover {
  text-decoration: underline;
}

.side-menu-accordion > li > .submenu {
  display: none;
}

.side-menu-accordion > li > .submenu .submenu {
  display: none;
  padding: 0 0 0 12px;
}

.side-menu-accordion > li > .submenu li.active > .submenu {
  display: block;
}

.side-menu-accordion > li > .link {
  position: relative;
}

.side-menu-accordion > li > .link .js_sub_toggle {
  position: absolute;
  width: 42px;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  display: block;
  z-index: 1;
  cursor: pointer;
  background: transparent;
  -webkit-transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
}

.side-menu-accordion > li > .link .js_sub_toggle .fa {
  color: inherit;
}

.side-menu-accordion > li > .link .js_sub_toggle .fa-angle-up {
  display: none;
}

.side-menu-accordion > li > .link .js_sub_toggle:hover {
  background: rgba(0, 0, 0, 0.1);
}

.side-menu-accordion > li > .link .js_sub_toggle + a {
  padding-right: 42px !important;
}

.side-menu-accordion > li > .link .js_sub_toggle .fa-angle-down {
  display: inline;
}

.side-menu-accordion > li > .link .js_sub_toggle .fa-angle-up {
  display: none;
}

.side-menu-accordion > li.opened > .link .js_sub_toggle .fa-angle-down {
  display: none;
}

.side-menu-accordion > li.opened > .link .js_sub_toggle .fa-angle-up {
  display: inline;
}

.side-menu-accordion > li.opened > .submenu {
  display: block;
}

.side-menu-accordion > li.active > .submenu {
  display: block;
}

.side-menu-accordion > li.active .js_sub_toggle .fa {
  color: #fff;
}

.side-menu-accordion > li.active .js_sub_toggle:hover {
  background: rgba(255, 255, 255, 0.1);
}

.side-menu-accordion.initialized > li.active > .submenu {
  display: none;
}

.side-menu-accordion.initialized > li.opened > .submenu {
  display: block;
}

.side-menu-dropdown .js_sub_toggle {
  display: none;
}

.side-menu-dropdown .submenu {
  width: 250px;
  background: #fff;
  visibility: hidden;
  position: absolute;
  top: -10000px;
  left: -10000px;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.side-menu-dropdown li.hassub > .link > a {
  position: relative;
  padding-right: 28px;
}

.side-menu-dropdown li.hassub > .link > a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  top: 13px;
  right: 13px;
  overflow: hidden;
  color: inherit;
  position: absolute;
  content: "\f105";
  text-decoration: none !important;
}

.side-menu-dropdown li.hassub.hover > .submenu {
  top: 0;
  left: 100%;
  visibility: visible;
  opacity: 1;
}

.mobile-menu {
  opacity: 0;
  height: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.mobile-menu.active {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.mobile-menu .menu a {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  min-height: 20px;
  display: block;
  padding: 15px;
  text-decoration: none;
}

.mobile-menu .menu .js_sub_toggle {
  position: absolute;
  width: 50px;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 52px;
  text-align: center;
  display: block;
  z-index: 1;
}

.mobile-menu .menu .js_sub_toggle i {
  font-style: normal;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -9px;
  width: 18px;
  height: 2px;
  background: #fff;
  -webkit-transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
}

.mobile-menu .menu .js_sub_toggle i:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -9px;
  margin-left: -1px;
  width: 2px;
  height: 18px;
  background: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.mobile-menu .menu .js_sub_toggle + a {
  padding-right: 50px;
}

.mobile-menu .menu li {
  position: relative;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  display: block !important;
}

.mobile-menu .menu li.menu-more {
  display: none !important;
}

.mobile-menu .menu li > .link {
  position: relative;
}

.mobile-menu .menu li > .link a {
  border-left: none;
  border-right: none;
}

.mobile-menu .menu li > .link a .badge {
  display: inline-block;
  vertical-align: 2px;
}

.mobile-menu .menu li .submenu {
  display: none;
}

.mobile-menu .menu li.hassub > .link > a {
  padding-right: 60px;
}

.mobile-menu .menu li.active > .link a {
  font-weight: bold;
  background: none;
}

.mobile-menu .menu li.hassub.open {
  background: rgba(255, 255, 255, 0.07);
}

.mobile-menu .menu li.active {
  background: rgba(0, 0, 0, 0.07);
}

.mobile-menu .menu li.open > .link > .js_sub_toggle i:after {
  opacity: 0;
}

.mobile-menu .menu li.open > .submenu {
  display: block;
}

.mobile-menu .menu ul a {
  padding-left: 30px;
}

.mobile-menu .menu ul ul a {
  font-size: 14px;
  padding-left: 45px;
}

.mobile-menu .menu .submenu li {
  border-color: transparent;
}

.homeslider {
  clear: both;
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.s_homeslider_small .homeslider {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.homeslider .slick-slider {
  height: 0;
}

.homeslider .slick-slider.slick-initialized {
  height: auto;
}

.homeslider .slick-dots {
  position: absolute;
  bottom: 3%;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.homeslider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.homeslider .slick-dots li button {
  background: transparent;
  position: relative;
  text-indent: -9999px;
  display: block;
  width: 21px;
  height: 21px;
  margin: 0 5px;
  padding: 0;
  outline: 0;
  border: none;
  border-radius: 50%;
}

.homeslider .slick-dots li button:focus, .homeslider .slick-dots li button:hover {
  outline: none;
}

.homeslider .slick-dots li button:before {
  background: #fff;
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}

.homeslider .slick-dots li.slick-active button {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}

.homeslider .slick-dots li.slick-active button:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}

.homeslider .slick-arrow {
  position: absolute;
  z-index: 1;
  background: none;
  margin: 0;
  padding: 0;
  height: 100%;
  top: 0;
  width: 50px;
  color: #fff;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.homeslider .slick-arrow i {
  background: #000;
  text-align: center;
  font-size: 50px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  line-height: 47px;
  top: 50%;
  position: absolute;
  opacity: 0.7;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}

.homeslider .slick-arrow:hover i {
  opacity: 0.8;
}

.homeslider .slick-prev {
  left: 0;
}

.homeslider .slick-next {
  right: 0;
}

@media screen and (min-width: 1361px) {
  .homeslider .slick-arrow {
    width: 65px;
  }
  .homeslider .slick-prev {
    left: 0;
  }
  .homeslider .slick-prev i {
    text-indent: -4px;
    right: 0;
  }
  .homeslider .slick-next {
    right: 0;
  }
  .homeslider .slick-next i {
    text-indent: 4px;
    left: 0;
  }
}

.homeslider:hover .slick-arrow {
  opacity: 1;
}

.homeslider .item {
  outline: none;
  position: relative;
  background-size: cover;
  height: 460px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.homeslider .background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
  opacity: 0;
  background: #000;
  text-align: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homeslider .background-video iframe {
  position: absolute;
  width: 101%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.homeslider .background-video video {
  max-width: 100%;
}

.homeslider .show-video .background-video {
  opacity: 1;
}

.homeslider .slick-cloned .background-video {
  display: none;
}

.homeslider .background-video-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
}

.no-videoautoplay .homeslider .background-video-overlay {
  display: none;
}

.homeslider .item.video-error .background-video,
.homeslider .item.video-error .background-video-overlay {
  display: none !important;
}

.homeslider .item-in {
  position: absolute;
  display: block;
  width: 990px;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.homeslider .slide-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
}

.homeslider .slide-text,
.homeslider .slide-img {
  width: 42%;
  height: 100%;
}

.homeslider .anim {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.homeslider .anim_in-fade_in {
  opacity: 0;
}

.homeslider .anim_in-scale_in {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.homeslider .anim_in-scale_out {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.homeslider .anim_in-slide_down {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.homeslider .anim_in-slide_up {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.homeslider .anim_in-slide_left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.homeslider .anim_in-slide_right {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.homeslider .slide-text {
  height: 100%;
  display: table;
  padding: 0;
  float: left;
}

.homeslider .slide-text .in {
  display: table-cell;
  vertical-align: middle;
}

.homeslider .slide-text .in2 {
  padding: 20px;
}

.homeslider .slide-text .title {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0 0 10px;
}

.homeslider .slide-text .text {
  font-size: 14px;
}

.homeslider .slide-text .btn-wrap {
  margin: 15px -5px 0;
}

.homeslider .slide-text .btn-wrap .btn {
  margin: 5px;
  text-transform: uppercase;
}

.homeslider .slide-text.text-white .title,
.homeslider .slide-text.text-white .text {
  color: #fff;
}

.homeslider .slide-text.text-dark .title,
.homeslider .slide-text.text-dark .text {
  color: #222222;
}

.homeslider .slide-animate .anim {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, 0);
      -ms-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
}

.homeslider .slide-img {
  padding: 0;
  height: 100%;
  float: right;
}

.homeslider .slide-img-in {
  height: 100%;
  position: relative;
}

.homeslider .slide-img-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.homeslider .slide-rtl .slide-text {
  float: right;
}

.homeslider .slide-rtl .slide-img {
  float: left;
  margin-left: 0;
}

.homeslider .slide-center .slide-text {
  text-align: center;
  margin: 0 auto;
  float: none;
}

.homeslider .slide-center .in {
  padding-left: 0;
  padding-right: 0;
}

.homeslider .slide-center .slide-img {
  display: none;
}

@media screen and (max-width: 991px) {
  .homeslider .slide-text .title {
    font-size: 32px;
  }
  .homeslider .slide-text .text {
    font-size: 20px;
  }
  .homeslider .slide-text .btn-wrap .btn {
    font-size: 18px;
  }
}

.touch .homeslider .slick-arrow {
  display: none !important;
}

.homes-icons-block-wrap {
  background: #fff;
  padding-top: 33px;
  padding-bottom: 33px;
  margin-bottom: 30px;
}

.homes-icons-block {
  color: #333333;
}

.homes-icons-block .item a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.homes-icons-block .item a:hover .item-title {
  text-decoration: underline;
}

.homes-icons-block .item-icon {
  float: left;
  padding: 10px 15px 0 0;
  min-width: 60px;
}

.homes-icons-block .item-icon .fa {
  font-size: 32px;
}

.homes-icons-block .item-icon img {
  max-width: 32px;
  height: auto;
}

.homes-icons-block .item-content {
  overflow: hidden;
}

.homes-icons-block .item-title {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 7px;
}

.homes-icons-block .item-text {
  text-decoration: none !important;
  font-size: 13px;
}

.homes-icons-block .item-text * {
  margin: 0;
  padding: 0;
}

.s_homes_icons_block_text_white .homes-icons-block {
  color: #fff;
}

.s_homes_icons_block_text_dark .homes-icons-block {
  color: #333333;
}

@media screen and (max-width: 991px) {
  .homes-icons-block {
    padding-top: 0;
    margin-bottom: -15px;
  }
  .homes-icons-block .item {
    margin-bottom: 15px;
  }
  .homes-icons-block .item-icon {
    width: 64px;
    text-align: center;
  }
  .homes-icons-block .item-icon img {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .homes-icons-block .item:nth-child(3n+1) {
    clear: both;
  }
  .homes-icons-block .item:nth-child(n+4) {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .homes-icons-block .item-content {
    padding-right: 40px;
  }
}

.home-services-icons .item {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #6f6f6f;
}

.home-services-icons .item a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.home-services-icons .item a:hover .item-title {
  color: #333333;
}

.home-services-icons .item a:hover .item-title .link-border {
  border-color: transparent;
}

.home-services-icons .item-icon {
  float: left;
  width: 50px;
  text-align: center;
  margin: 0 20px 0 0;
}

.home-services-icons .item-icon .fa {
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  border: 2px solid transparent;
  -webkit-transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
}

.home-services-icons .item-icon img {
  max-width: 50px;
  height: auto;
}

.home-services-icons .item-content {
  overflow: hidden;
}

.home-services-icons .item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  margin: 4px 0 10px;
  color: #000;
}

.home-services-icons .item-text {
  text-decoration: none !important;
  font-size: 13px;
  line-height: 20px;
}

.home-services-icons .item-text * {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .home-services-icons {
    padding-top: 0;
    margin-bottom: -15px;
  }
  .home-services-icons .item {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-services-icons .item:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (min-width: 992px) {
  .home-services-icons .item:nth-child(3n+1) {
    clear: both;
  }
}

@media screen and (min-width: 1200px) {
  .home-services-icons .item a {
    margin-right: 30px;
  }
}

.home-logos-slider .item {
  height: 60px;
  text-align: center;
  -webkit-transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
}

.home-logos-slider .item a {
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.home-logos-slider .item a:hover {
  opacity: 0.75;
}

.home-logos-slider .item .img-middle:before {
  padding-top: 60px;
  background: none;
}

@media screen and (min-width: 1250px) {
  .home-logos-slider.s_arrows_side .content-slider-in {
    margin-left: 25px;
    margin-right: 25px;
  }
  .home-logos-slider.s_arrows_side .slick-arrow {
    width: 40px;
  }
  .home-logos-slider.s_arrows_side .slick-arrow .fa {
    width: auto;
  }
  .home-logos-slider.s_arrows_side .slick-prev {
    left: -15px;
    text-align: left;
  }
  .home-logos-slider.s_arrows_side .slick-prev .fa {
    left: 15px;
  }
  .home-logos-slider.s_arrows_side .slick-next {
    right: -15px;
    text-align: right;
  }
  .home-logos-slider.s_arrows_side .slick-next .fa {
    right: 15px;
  }
}

.home-reviews-slider {
  margin: 0;
}

.home-reviews-slider .slider {
  margin-left: -22px;
  margin-right: -22px;
}

.home-reviews-slider .item {
  padding: 0 22px;
}

.home-reviews-slider .review-text {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  margin-bottom: 25px;
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
}

.home-reviews-slider .review-text:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 42px;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}

.home-reviews-slider .review-author {
  padding-left: 20px;
}

.home-reviews-slider .review-img {
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  border-radius: 50%;
  margin-right: 13px;
}

.home-reviews-slider .item-content {
  overflow: hidden;
  padding-right: 22px;
  line-height: 1.15;
}

.home-reviews-slider .item-name {
  font-size: 16px;
  font-weight: 600;
  margin: 7px 0 8px;
}

.home-reviews-slider .item-descr {
  font-size: 14px;
}

.home-reviews-slider .item-text {
  margin: 15px 0 5px;
}

.home-questions .item {
  margin-top: 20px;
}

.home-questions .item:first-child {
  margin: 0;
}

.home-questions .item-title {
  font-size: 16px;
  font-weight: 700;
}

.home-questions .item-title a {
  display: block;
  text-decoration: none;
  padding-left: 40px;
}

.home-questions .question-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #fff;
  position: absolute;
  margin-left: -40px;
  -webkit-transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
}

.home-questions .question-icon i {
  font-style: normal;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -5px;
  width: 10px;
  height: 2px;
  background: #fff;
  -webkit-transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
}

.home-questions .question-icon i:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: -1px;
  width: 2px;
  height: 10px;
  background: inherit;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.home-questions .item-title .collapsed .question-icon i:after {
  opacity: 1;
}

.home-questions .item-content {
  padding-left: 40px;
  margin-top: 10px;
}

.home-block-teaser {
  background: #eeeeef;
  background-size: cover;
  color: #fff;
}

.home-block-teaser .block-content {
  margin-top: 40px;
  margin-bottom: 40px;
}

.home-block-teaser .item-title {
  font-size: 16px;
  font-weight: 600;
}

.home-block-teaser .item-text {
  font-size: 14px;
  margin-top: 10px;
  color: #eeeeee;
}

.home-block-teaser .item-btn {
  margin-top: 20px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .home-block-teaser .item-content,
  .home-block-teaser .item-btn {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .home-block-teaser .item-btn {
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .home-block-teaser .block-content {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .home-block-teaser .item-title {
    font-size: 22px;
  }
  .home-block-teaser .item-text {
    font-size: 18px;
  }
  .home-block-teaser .item-btn {
    margin-top: 0;
  }
}

.home-block-facts {
  color: #fff;
}

.home-block-facts .item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-block-facts .item-icon {
  display: none;
}

.home-block-facts .item-content {
  overflow: hidden;
}

.home-block-facts .item-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.home-block-facts .item-text {
  font-size: 14px;
}

@media screen and (min-width: 400px) {
  .home-block-facts .item-icon {
    display: block;
    font-size: 32px;
    float: left;
    width: 60px;
  }
}

@media screen and (min-width: 768px) {
  .home-block-facts .item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .home-block-facts .item-title {
    font-size: 48px;
  }
}

@media screen and (min-width: 992px) {
  .home-block-facts .block-content {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.page-heading {
  padding: 30px 0;
  margin-bottom: 49px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
}

.page-heading h1 {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .page-heading {
    padding: 15px 0;
    margin-bottom: 40px;
  }
  .page-heading h1 {
    font-size: 24px;
    font-weight: 600;
  }
}

@media screen and (min-width: 992px) {
  .s_page_heading_type_oneline .page-heading h1 {
    float: left;
    margin-right: 15px;
  }
  .s_page_heading_type_oneline .page-heading .breadcrumbs {
    float: right;
    margin: 10px 0 0;
  }
}

.s_page_heading_color .page-heading,
.s_page_heading_image .page-heading,
.s_page_heading_texture .page-heading {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.s_page_heading_color .page-heading {
  background: #EEEEEF;
}

.s_page_heading_image .page-heading {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.s_page_heading_texture .page-heading {
  background-position: 0 0;
  background-repeat: repeat;
}

.s_page_heading_text_white .page-heading h1 {
  color: #fff;
}

.s_page_heading_text_white .page-heading .breadcrumbs {
  color: #eeeeee;
}

.breadcrumbs {
  padding-left: 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
  color: #9999af;
  margin-top: 13px;
}

.breadcrumbs li {
  float: left;
  margin: 0;
}

.breadcrumbs li:after {
  content: "/";
  color: inherit;
  margin: 0 10px;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.img-style-bordered .item-img {
  border: 1px solid #eee;
}

.img-or-2x1 .item-img:before {
  padding-top: 50%;
}

.img-or-3x2 .item-img:before {
  padding-top: 66.66%;
}

.img-or-2x3 .item-img:before {
  padding-top: 133.33%;
}

.stock {
  font-size: 12px;
}

.stock.yes {
  color: #009966;
}

.stock.no {
  color: #e82e05;
}

.stock.on-order {
  color: #f47c00;
}

.stock .fa {
  color: inherit;
  margin-right: 4px;
}

.items-list {
  color: #333333;
}

.items-list .item-img {
  display: block;
  width: 100%;
  position: relative;
}

.items-list .item-img img {
  max-width: 100%;
  height: auto;
}

.items-list .item-img.dummy:before {
  background: none;
}

.items-list .item-img.dummy img {
  width: auto;
}

.items-list .list-icons {
  font-size: 13px;
  color: #333333;
}

.items-list .list-icons li {
  margin-bottom: 0;
}

.items-list .item-title {
  font-size: 16px;
}

.items-list .item-price {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
}

.items-list .item-text-gray {
  font-size: 13px;
  color: #999999;
}

.items-list .item-icons-info {
  margin: 0;
}

.items-list .item-btns .btn-link {
  text-decoration: none;
}

.items-list .item-btns .btn-link span {
  border-bottom: 1px dotted;
}

.items-list .item-btns .btn-link:hover span {
  border-bottom-color: transparent;
}

.items-view-grid .item-btns,
.items-view-grid .item-date,
.items-view-grid .item-price,
.items-view-grid .item-text,
.items-view-grid .item-text-gray,
.items-view-grid .item-title,
.items-view-grid .list-icons,
.items-view-grid .social-icons,
.items-view-slider .item-btns,
.items-view-slider .item-date,
.items-view-slider .item-price,
.items-view-slider .item-text,
.items-view-slider .item-text-gray,
.items-view-slider .item-title,
.items-view-slider .list-icons,
.items-view-slider .social-icons {
  margin-top: 15px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .items-view-grid .item-btns,
  .items-view-grid .item-date,
  .items-view-grid .item-price,
  .items-view-grid .item-text,
  .items-view-grid .item-text-gray,
  .items-view-grid .item-title,
  .items-view-grid .list-icons,
  .items-view-grid .social-icons,
  .items-view-slider .item-btns,
  .items-view-slider .item-date,
  .items-view-slider .item-price,
  .items-view-slider .item-text,
  .items-view-slider .item-text-gray,
  .items-view-slider .item-title,
  .items-view-slider .list-icons,
  .items-view-slider .social-icons {
    margin-top: 10px;
  }
}

.items-view-grid .item-category,
.items-view-slider .item-category {
  color: #999999;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: -10px;
}

.items-view-grid .item-category a,
.items-view-slider .item-category a {
  color: inherit;
  text-decoration: none;
}

.items-view-grid .item-category a:hover,
.items-view-slider .item-category a:hover {
  text-decoration: underline;
}

.items-view-grid .item-category i,
.items-view-slider .item-category i {
  margin-left: 5px;
  font-weight: 700;
}

.items-view-grid .item-img img,
.items-view-slider .item-img img {
  width: 100%;
}

.items-view-grid.img-style-bordered .item-img,
.items-view-slider.img-style-bordered .item-img {
  text-align: center;
  border: none;
}

.items-view-grid.img-style-bordered .item-img:after,
.items-view-slider.img-style-bordered .item-img:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  border-bottom: 1px solid #eee;
  right: 0;
  height: 0;
}

.items-view-grid.img-style-bordered .item-img img,
.items-view-slider.img-style-bordered .item-img img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  display: inline-block;
}

.items-view-grid .item-title,
.items-view-slider .item-title {
  display: block;
  font-weight: 600;
  color: #000;
}

.items-view-grid .item-title a,
.items-view-slider .item-title a {
  color: inherit;
  text-decoration: none;
}

.items-view-grid .item-title a:hover,
.items-view-slider .item-title a:hover {
  text-decoration: underline;
}

.items-view-grid .item-text,
.items-view-slider .item-text {
  font-size: 13px;
}

.items-view-grid .item-price,
.items-view-slider .item-price {
  line-height: 1;
}

.items-view-grid.gallery,
.items-view-slider.gallery {
  margin-right: 0;
  margin-left: -1px;
}

.items-view-grid.gallery .item,
.items-view-slider.gallery .item {
  padding: 0 0 0 1px;
}

.items-view-grid.gallery .item-img,
.items-view-slider.gallery .item-img {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .items-view-grid .item-title,
  .items-view-slider .item-title {
    font-size: 13px;
  }
  .items-view-grid .item-text,
  .items-view-slider .item-text {
    font-size: 12px;
  }
  .items-view-grid .item-price,
  .items-view-slider .item-price {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .items-view-grid .item-in,
  .items-view-slider .item-in {
    border: 2px solid #eeeeee;
    padding: 20px;
    height: 100%;
  }
  .items-view-grid .item-img,
  .items-view-slider .item-img {
    margin: -22px -22px 0;
    width: auto;
  }
  .items-view-grid.img-style-bordered .item-img,
  .items-view-slider.img-style-bordered .item-img {
    margin: 0 0 22px;
  }
  .items-view-grid.img-style-bordered .item-img:after,
  .items-view-slider.img-style-bordered .item-img:after {
    bottom: -21px;
  }
  .items-view-grid .item-title,
  .items-view-slider .item-title {
    font-size: 16px;
    font-weight: 600;
  }
}

.items-view-grid,
.items-view-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.items-view-grid:before, .items-view-grid:after,
.items-view-slider .slick-track:before,
.items-view-slider .slick-track:after {
  display: none;
}

.items-view-grid .slick-slide,
.items-view-slider .slick-track .slick-slide {
  height: auto;
}

.items-view-grid {
  margin-left: -15px;
  margin-right: -15px;
}

.items-view-grid .item {
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .items-view-grid .item {
    width: 50%;
  }
  .items-view-grid .item:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .items-view-grid .item {
    width: 33.33333%;
  }
  .items-view-grid .item:nth-child(3n+1) {
    clear: both;
  }
}

@media screen and (min-width: 320px) and (max-width: 599px) {
  .items-view-grid .item {
    width: 50%;
  }
  .items-view-grid .item:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (max-width: 319px) {
  .items-view-grid .item {
    width: 100%;
  }
  .items-view-grid .item:nth-child(1n+1) {
    clear: both;
  }
}

@media screen and (min-width: 992px) {
  .with-sidebar .items-view-grid .item {
    width: 33.33333%;
  }
  .with-sidebar .items-view-grid .item:nth-child(3n+1) {
    clear: both;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .without-sidebar .items-view-grid .item {
    width: 33.33333%;
  }
  .without-sidebar .items-view-grid .item:nth-child(3n+1) {
    clear: both;
  }
}

@media screen and (min-width: 1200px) {
  .without-sidebar .items-view-grid .item {
    width: 25%;
  }
  .without-sidebar .items-view-grid .item:nth-child(4n+1) {
    clear: both;
  }
}

.items-view-list .item-title, .items-view-list .item-date, .items-view-list .list-icons, .items-view-list .item-text, .items-view-list .item-text-gray, .items-view-list .item-price, .items-view-list .social-icons, .items-view-list .item-stock, .items-view-list .item-btns {
  margin: 14px 0 0;
}

@media screen and (max-width: 767px) {
  .items-view-list .item-title, .items-view-list .item-date, .items-view-list .list-icons, .items-view-list .item-text, .items-view-list .item-text-gray, .items-view-list .item-price, .items-view-list .social-icons, .items-view-list .item-stock, .items-view-list .item-btns {
    margin: 10px 0 0;
  }
}

.items-view-list .item {
  border-top: 1px solid #e5e5e5;
  padding-top: 46px;
  margin-bottom: 46px;
}

.items-view-list .item:before, .items-view-list .item:after {
  content: " ";
  display: table;
}

.items-view-list .item:after {
  clear: both;
}

.items-view-list .item:first-child {
  padding-top: 0;
  border-top: none;
}

@media screen and (max-width: 767px) {
  .items-view-list .item {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}

.items-view-list .item-img {
  float: left;
  width: 30%;
}

.items-view-list.img-style-bordered .item-img {
  border: 1px solid #eeeeee;
  text-align: center;
}

.items-view-list.img-style-bordered .item-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.items-view-list .item-content > *:first-child {
  margin-top: 0;
}

.items-view-list .item-img + .item-content {
  padding-left: 30px;
  width: 70%;
  float: left;
}

@media screen and (min-width: 1200px) {
  .items-view-list .item-img {
    max-width: 240px;
  }
}

@media screen and (max-width: 480px) {
  .items-view-list .item-img {
    padding-right: 0;
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
  .items-view-list .item-content {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}

.items-list.videos-list .embed-responsive {
  background: #000;
}

.gallery .item-img:hover .icon-zoom {
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
}

.items-view-gallery-grid {
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
}

.items-view-gallery-grid .item {
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: center;
}

.items-view-gallery-grid .item a {
  display: block;
  color: inherit;
  font-size: 13px;
  text-decoration: none;
  outline: none;
}

.items-view-gallery-grid .item a:hover {
  text-decoration: underline;
}

.items-view-gallery-grid .photo-title {
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .items-view-gallery-grid .item {
    width: 25%;
  }
  .items-view-gallery-grid .item:nth-child(4n+1) {
    clear: both;
  }
}

@media screen and (min-width: 600px) and (max-width: 991px) {
  .items-view-gallery-grid .item {
    width: 33.33333%;
  }
  .items-view-gallery-grid .item:nth-child(3n+1) {
    clear: both;
  }
}

@media screen and (max-width: 599px) {
  .items-view-gallery-grid .item {
    width: 50%;
  }
  .items-view-gallery-grid .item:nth-child(2n+1) {
    clear: both;
  }
}

.reviews-list {
  margin-bottom: 40px;
}

.reviews-list .item {
  margin-top: 40px;
}

.reviews-list .item:first-child {
  margin-top: 0;
}

.reviews-list .review-img {
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  border-radius: 50%;
  margin-right: 13px;
}

.reviews-list .review-text {
  background: #f2f2f2;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
}

.reviews-list .review-text:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 42px;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #f2f2f2 transparent transparent transparent;
}

.reviews-list .review-author {
  padding-left: 20px;
}

.reviews-list .item-content {
  overflow: hidden;
  padding-right: 22px;
  line-height: 1.15;
}

.reviews-list .item-name {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  margin: 7px 0 8px;
}

.reviews-list .item-descr {
  font-size: 14px;
}

.reviews-list .item-text {
  margin: 15px 0 5px;
}

.reviews-list .review-footer {
  padding: 15px 0 0 20px;
}

.attached-files {
  margin: 0 -15px;
}

.attached-files li {
  float: left;
  padding: 0 15px;
  margin: 10px 0;
}

.attached-files li a {
  color: #808080;
  text-decoration: none;
}

.attached-files li a:hover .file-name {
  text-decoration: underline;
}

.attached-files .file-icon {
  float: left;
  margin-right: 13px;
}

.attached-files .file-icon .fa {
  font-size: 30px;
  color: #6f6f6f;
}

.attached-files .file-icon .fa-file-pdf-o {
  color: #BB0706;
}

.attached-files .file-icon .fa-file-word-o {
  color: #2C5898;
}

.attached-files .file-icon .fa-file-excel-o {
  color: #207347;
}

.attached-files .file-icon .fa-file-powerpoint-o {
  color: #D04727;
}

.attached-files .file-icon .fa-file-archive-o {
  color: #A88B63;
}

.attached-files .file-desc {
  overflow: hidden;
}

.attached-files .file-name {
  color: #333333;
  font-size: 13px;
}

.attached-files .file-size {
  color: #999999;
  font-size: 12px;
}

@media screen and (min-width: 992px) {
  .attached-files li {
    width: 33.33333%;
  }
  .attached-files li:nth-child(3n+1) {
    clear: both;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .attached-files li {
    width: 50%;
  }
  .attached-files li:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .attached-files li {
    width: 33.33333%;
  }
  .attached-files li:nth-child(3n+1) {
    clear: both;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .attached-files li {
    width: 33.33333%;
  }
  .attached-files li:nth-child(3n+1) {
    clear: both;
  }
}

@media screen and (min-width: 400px) and (max-width: 599px) {
  .attached-files li {
    width: 50%;
  }
  .attached-files li:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (max-width: 399px) {
  .attached-files li {
    width: 100%;
  }
  .attached-files li:nth-child(1n+1) {
    clear: both;
  }
}

.block-accordion {
  margin: 0;
}

.block-accordion .panel + .panel {
  margin-top: 20px;
}

.block-accordion .panel > .panel-heading {
  padding: 0;
  background: #fff;
}

.block-accordion .panel > .panel-heading a {
  display: block;
  padding: 17px 20px;
  line-height: 1.5;
  padding-right: 45px;
  text-decoration: none;
  position: relative;
  -webkit-transition: none;
  transition: none;
  color: #333333;
  -webkit-transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
}

.block-accordion .panel > .panel-heading a:before, .block-accordion .panel > .panel-heading a:after {
  content: " ";
  display: table;
}

.block-accordion .panel > .panel-heading a:after {
  clear: both;
}

.block-accordion .panel > .panel-heading a .link-border {
  margin-right: 10px;
}

.block-accordion .panel > .panel-heading a .pay {
  color: inherit;
  float: right;
  margin-left: 10px;
}

.block-accordion .panel > .panel-heading a:hover {
  background: #f1f1f1;
}

.block-accordion .panel > .panel-heading a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  padding: 18px 18px 0 0;
  color: inherit;
  content: "\f107";
}

.block-accordion .panel > .panel-heading a[aria-expanded="true"] {
  color: #fff;
}

.block-accordion .panel > .panel-heading a[aria-expanded="true"] span {
  border-bottom-color: transparent;
}

.block-accordion .panel > .panel-heading a[aria-expanded="true"]:after {
  content: "\f106";
}

@media screen and (max-width: 480px) {
  .block-accordion .panel > .panel-heading a {
    padding: 15px 35px 15px 15px;
  }
  .block-accordion .panel > .panel-heading a:after {
    padding: 12px 15px 0 0;
  }
  .block-accordion .panel > .panel-heading a .pay {
    float: none;
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }
}

.block-accordion .panel-body {
  padding: 20px 20px 30px;
  color: #333333;
}

.block-accordion .panel-body > *:first-child {
  margin-top: 0;
}

.block-accordion .panel-body > *:last-child {
  margin-bottom: 0;
}

.contacts-map-wrapper .bx-yandex-map {
  margin: 0 auto;
  max-width: 100%;
}

.contacts-map-wrapper .ymaps-map {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .contacts-map-wrapper .bx-yandex-map,
  .contacts-map-wrapper .ymaps-map {
    height: 200px !important;
  }
}

.contacts-page .contacts-info .phone {
  font-size: 20px;
  color: #333333;
  vertical-align: -1px;
}

.contacts-page .contacts-info .list-icons li {
  margin: 15px 0;
}

.contacts-page .contacts-info .list-icons a {
  color: inherit;
  text-decoration: none;
}

.contacts-page .contacts-info .list-icons a:hover {
  text-decoration: underline;
}

.contacts-page .contacts-requisites {
  line-height: 1.75;
}

.contacts-page .contacts-form .form-success {
  padding: 18px;
  color: #fff;
}

.contacts-page .contacts-form .form-success-icon {
  font-size: 30px;
  margin-right: 10px;
  float: left;
}

.contacts-page .contacts-form .form-success-text {
  font-size: 16px;
  overflow: hidden;
  margin-top: 4px;
}

.contacts-page .contacts-form .form-bottom {
  padding-left: 15px;
  padding-right: 15px;
}

.contacts-page .contacts-form textarea {
  height: 185px;
}

@media screen and (max-width: 767px) {
  .contacts-page .contacts-form textarea {
    height: 160px;
  }
}

.page-error {
  color: #333333;
  text-align: center;
  margin: 60px auto !important;
  max-width: 420px;
}

.page-error .page-title-code {
  font-size: 144px;
  line-height: 1;
  font-weight: 700;
  color: #d6d6d6;
}

.page-error .page-title-text {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-error .page-text {
  font-size: 13px;
  line-height: 20px;
}

.page-error hr {
  margin-top: 32px;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .page-error {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .page-error .page-title-code {
    font-size: 100px;
  }
}

.side-icons-block .item {
  margin: 0 0 20px;
}

.side-icons-block .item a {
  color: inherit;
  text-decoration: none;
}

.side-icons-block .item a:hover {
  text-decoration: underline;
}

.side-icons-block .item-icon {
  float: left;
  padding-right: 16px;
  width: 40px;
  text-align: center;
}

.side-icons-block .item-icon .fa {
  font-size: 24px;
}

.side-icons-block .item-icon img {
  max-width: 100%;
}

.side-icons-block .item-content {
  overflow: hidden;
}

.side-icons-block .item-title {
  padding-top: 3px;
  color: #333333;
  font-size: 13px;
}

.side-managers-block .item {
  color: #333333;
  margin-top: 20px;
}

.side-managers-block .item:first-child {
  margin-top: 0;
}

.side-managers-block .img {
  width: 78px;
  height: 78px;
  margin-right: 15px;
  float: left;
}

.side-managers-block .name {
  margin: 10px 0;
}

.side-managers-block .phone {
  font-weight: 700;
}

.side-banner .item a {
  display: block;
  position: relative;
}

.side-banner .item img {
  width: 100%;
  height: auto;
}

.side-banner .slick-dots {
  position: absolute;
  margin-top: 10px;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
}

.side-banner .slick-dots li {
  position: relative;
  margin: 10px 6px 0 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
}

.side-banner .slick-dots li button {
  background: #d9d9d9;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-radius: 50%;
}

.side-banner .slick-dots li button:focus, .side-banner .slick-dots li button:hover {
  outline: none;
}

.side-banner .slick-dots li button:after {
  background: #fff;
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  display: block;
  border-radius: 50%;
}

.side-banner .slick-dots li button:hover {
  background: #b3b3b3;
}

.side-banner .slick-dots li.slick-active button {
  background: red;
}

.side-banner .slick-arrow {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  text-align: center;
  z-index: 1;
  top: 50%;
  width: 40px;
  line-height: 40px;
  margin-top: -20px;
  font-size: 30px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.side-banner .slick-arrow .fa {
  text-align: center;
  color: #fff;
}

.side-banner .slick-arrow.slick-prev {
  left: 0;
}

.side-banner .slick-arrow.slick-next {
  right: 0;
}

.touch .side-banner .slick-arrow,
.touch .side-banner .icon-zoom, .side-banner:hover .slick-arrow,
.side-banner:hover .icon-zoom {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .side-banner .slick-arrow,
  .side-banner .icon-zoom {
    opacity: 1;
  }
}

.side-banner .image:hover .icon-zoom,
.side-banner .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.4);
}

.tabs-ctrl {
  margin-top: 40px;
  margin-bottom: 25px;
}

.tabs-ctrl a {
  background: #fff;
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #eaeaea;
  text-decoration: none;
  display: inline-block;
  margin: 0 15px 15px 0;
  padding: 10px 17px;
  -webkit-transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
}

@media screen and (max-width: 599px) {
  .tabs-ctrl a {
    padding: 10px 12px;
    font-size: 12px;
  }
}

.tabs-ctrl.tabs-sm a {
  padding: 0 12px;
  line-height: 38px;
  height: 40px;
}

.multicol-icons-block {
  color: #333333;
  margin-bottom: 50px;
}

.multicol-icons-block .item:before, .multicol-icons-block .item:after {
  content: " ";
  display: table;
}

.multicol-icons-block .item:after {
  clear: both;
}

.multicol-icons-block .item a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.multicol-icons-block .item a:hover .item-title {
  text-decoration: underline;
}

.multicol-icons-block .item-icon {
  float: left;
  width: 42px;
  margin-right: 15px;
  text-align: center;
}

.multicol-icons-block .item-icon .fa {
  font-size: 32px;
}

.multicol-icons-block .item-icon img {
  max-width: 32px;
  height: auto;
}

.multicol-icons-block .item-content {
  overflow: hidden;
}

.multicol-icons-block .item-title {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 7px;
}

.multicol-icons-block .item-title a:hover {
  text-decoration: underline;
}

.multicol-icons-block .item-text {
  text-decoration: none !important;
}

.multicol-icons-block .item-text * {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .multicol-icons-block {
    padding-top: 0;
    margin-bottom: -15px;
  }
  .multicol-icons-block .item {
    margin-bottom: 15px;
  }
  .multicol-icons-block .item-icon {
    text-align: center;
  }
  .multicol-icons-block .item-icon img {
    max-width: 100%;
  }
}

.detail-gallery {
  margin-bottom: 20px;
}

.detail-main-image {
  position: relative;
}

.detail-main-image a:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  .detail-main-image {
    max-width: 320px;
    margin: 0 auto;
  }
}

.detail-main-image .main-img-arrow {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
  line-height: 40px;
  margin-top: -20px;
  font-size: 30px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.detail-main-image .main-img-arrow .fa {
  text-align: center;
  color: #fff;
}

.detail-main-image .main-img-arrow.arrow-prev {
  left: 0;
}

.detail-main-image .main-img-arrow.arrow-next {
  right: 0;
}

.touch .detail-main-image .main-img-arrow,
.touch .detail-main-image .icon-zoom, .detail-main-image:hover .main-img-arrow,
.detail-main-image:hover .icon-zoom {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .detail-main-image .main-img-arrow,
  .detail-main-image .icon-zoom {
    opacity: 1;
  }
}

.detail-main-image .image:hover .icon-zoom,
.detail-main-image .main-img-arrow:hover {
  background: rgba(0, 0, 0, 0.4);
}

.detail-main-image .main-img-counter {
  color: #6f6f6f;
  text-align: right;
  font-size: 13px;
  margin-top: 5px;
}

.detail-thumbs-slider {
  opacity: 0;
  overflow: hidden;
  height: 0;
}

.detail-thumbs-slider.slick-initialized {
  opacity: 1;
  height: auto;
  overflow: visible;
}

.detail-thumbs-slider {
  text-align: center;
  max-width: 750px;
  display: block;
  margin-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  opacity: 0;
  overflow: hidden;
  height: 0;
  -webkit-transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
}

.detail-thumbs-slider.slick-initialized {
  opacity: 1;
  height: auto;
  overflow: visible;
}

.detail-thumbs-slider .slick-track {
  margin: 0 auto;
}

.detail-thumbs-slider .slick-arrow {
  color: #858585;
  outline: 0;
  text-indent: 0;
  z-index: 1;
  text-decoration: none;
  line-height: 1;
  position: absolute;
  width: 30px;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.detail-thumbs-slider .slick-arrow .fa {
  color: inherit;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px;
  font-size: 30px;
  line-height: 100%;
}

.detail-thumbs-slider .slick-arrow:hover {
  color: #393939;
}

.detail-thumbs-slider .slick-arrow.slick-disabled {
  cursor: default;
  opacity: 0.3;
}

.detail-thumbs-slider .slick-arrow.slick-disabled:hover {
  color: #858585;
}

.detail-thumbs-slider .slick-prev {
  left: 0;
}

.detail-thumbs-slider .slick-next {
  right: 0;
}

.detail-thumbs-slider .image {
  padding: 5px;
  float: left;
}

.detail-thumbs-slider .image a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #e1e1e1;
  padding: 1px;
}

.detail-thumbs-slider .image.active a {
  border-color: #6f6f6f;
}

@media screen and (max-width: 399px) {
  .detail-thumbs-slider .image {
    width: 33.33333%;
  }
}

@media screen and (min-width: 400px) {
  .detail-thumbs-slider .image {
    width: 25%;
  }
}

@media screen and (min-width: 500px) {
  .detail-thumbs-slider .image {
    width: 20%;
  }
}

@media screen and (min-width: 600px) {
  .detail-thumbs-slider .image {
    width: 16.66667%;
  }
}

@media screen and (min-width: 480px) {
  .detail-thumbs-slider .image {
    width: 33.33333%;
  }
}

@media screen and (min-width: 1200px) {
  .detail-thumbs-slider .image {
    width: 25%;
  }
}

/* Product page
--------------- */
.product-page .all-specs-link {
  text-decoration: none;
}

.product-page .all-specs-link .fa {
  margin-right: 5px;
}

.product-page .stocks {
  margin: 20px 0 18px;
  font-size: 13px;
}

.product-page .stocks .fa {
  color: inherit !important;
  margin-left: 3px;
}

.product-page .stocks .stock-high {
  color: #049004;
}

.product-page .stocks .stock-low {
  color: #a80;
}

.product-page .stocks .stock-critical {
  color: #E02521;
}

.product-page .stocks .stock-none {
  color: #aaa;
}

.product-page .short-specs {
  line-height: 26px;
  margin: 0 0 30px;
}

.product-page .buy-block-item {
  margin-top: 15px;
}

.product-page .buy-block {
  padding: 20px 25px;
  margin: 0 35px 20px 0;
  float: left;
}

.product-page .buy-block .buy-block-item:first-child {
  margin-top: 0;
}

.product-page .btn-go-to-cart-wrap {
  display: none;
}

.product-page .btn-go-to-cart-wrap.show {
  display: block;
}

.product-page .old-price-label {
  font-size: 13px;
  margin-bottom: 5px;
  color: #999999;
}

.product-page .old-price {
  line-height: 1;
  font-size: 16px;
  text-decoration: line-through;
}

.product-page .old-price:after {
  content: "";
}

.product-page .price {
  line-height: 1;
  color: #333333;
  font-size: 22px;
  font-weight: 600;
}

.product-page .delivery-block {
  float: left;
  margin-bottom: 20px;
}

.product-page .delivery-block .item-title {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-page .delivery-block .item-title .fa {
  color: #bcbcbc;
  margin-right: 7px;
  vertical-align: middle;
  font-size: 150%;
}

.product-page .delivery-block .item-content {
  color: #646464;
}

.product-page .delivery-block .item-content p {
  margin: 0 0 5px;
}

.product-page .product-specs dl {
  position: relative;
  margin: 0;
  background: #fff;
}

.product-page .product-specs dt {
  display: inline-block;
  width: 48%;
  margin: 0 0 10px;
  vertical-align: top;
  background: inherit;
  font-weight: 400;
}

.product-page .product-specs dt span {
  position: relative;
  padding: 0 10px 0 0;
  background: inherit;
  z-index: 2;
}

.product-page .product-specs dt:after {
  position: absolute;
  right: 5px;
  left: 0;
  height: 1px;
  margin: 1.05em 0 0;
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=") 0 0 repeat-x;
}

.product-page .product-specs dd {
  display: inline-block;
  width: 50%;
  margin: 0 0 10px;
  vertical-align: bottom;
  background: inherit;
  position: relative;
  z-index: 2;
  font-weight: 600;
}

.product-page .product-specs dd span {
  position: relative;
  display: block;
  padding: 0 0 0 10px;
  background: inherit;
  z-index: 2;
}

.product-page .ms-tabs .tabs-ctrl {
  margin-bottom: 15px;
}

.product-page .ms-tabs .tab-content .tab-pane {
  margin-top: 0;
}

.product-page .ms-tabs .tab-content .tab-pane .tab-title {
  margin-top: 0;
}

.product-page .ms-tabs .tab-content .tab-pane h1, .product-page .ms-tabs .tab-content .tab-pane h2, .product-page .ms-tabs .tab-content .tab-pane h3, .product-page .ms-tabs .tab-content .tab-pane h4, .product-page .ms-tabs .tab-content .tab-pane h5, .product-page .ms-tabs .tab-content .tab-pane h6 {
  margin-top: 0;
}

.products.compact .item {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
}

.products.compact .item:first-child {
  border-top: none;
  padding-top: 0;
}

.products.compact .item-left {
  float: left;
  width: 80px;
  min-width: 80px;
  padding-right: 15px;
}

.products.compact .item-content {
  overflow: hidden;
}

.products.compact .product-badges {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

.products.compact .product-badges .product-badge {
  min-width: 0;
  font-size: 11px;
  padding: 1px 3px;
}

.products.compact .art {
  margin-top: 5px;
}

.products.compact .price {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}

.products.compact .price,
.products.compact .old-price {
  white-space: nowrap;
}

.products.compact .old-price {
  margin-top: 5px;
  color: #6f6f6f;
  text-decoration: line-through;
}

@media screen and (min-width: 992px) {
  .products.compact .item {
    width: 100%;
    display: table;
  }
  .products.compact .item-in {
    display: table-row;
    margin: 0;
  }
  .products.compact .item-in > * {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  .products.compact .item-in > *:first-child {
    padding-left: 0;
  }
  .products.compact .item-in > *:last-child {
    padding-right: 0;
  }
  .products.compact .item-content-in {
    display: table;
    width: 100%;
  }
  .products.compact .item-content-in > .row {
    display: table-row;
    margin: 0;
  }
  .products.compact .item-content-in > .row > * {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  .products.compact .item-content-in > .row > *:first-child {
    padding-left: 0;
  }
  .products.compact .item-content-in > .row > *:last-child {
    padding-right: 0;
  }
  .products.compact .col-title {
    padding-left: 0;
  }
  .products.compact .col-stock,
  .products.compact .col-prices {
    text-align: center;
    white-space: nowrap;
  }
  .products.compact .col-button {
    text-align: right;
  }
}

@media screen and (max-width: 991px) {
  .products.compact .col-title,
  .products.compact .stock {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .products.compact .price,
  .products.compact .old-price {
    display: inline;
    margin: 0 5px 0 0;
  }
  .products.compact .col-prices {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 599px) {
  .products.compact .item-img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 399px) {
  .products.compact .col-prices,
  .products.compact .col-buttons {
    width: 100%;
  }
}

.products.grid {
  margin-bottom: -20px;
}

.products.grid,
.products.slider {
  margin-left: -15px;
  margin-right: -15px;
}

.products.grid .item,
.products.slider .item {
  float: left;
  padding: 0 15px;
  color: #333333;
}

.products.grid .name,
.products.slider .name {
  margin-top: 10px;
  font-size: 13px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}

.products.grid .name a,
.products.slider .name a {
  display: block;
  color: inherit;
  -webkit-transition: none;
  transition: none;
  text-decoration: none;
}

.products.grid .name a:hover,
.products.slider .name a:hover {
  text-decoration: underline;
}

.products.grid .name:hover,
.products.slider .name:hover {
  position: relative;
  overflow: visible;
}

.products.grid .name:hover a,
.products.slider .name:hover a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
}

.products.grid .art,
.products.grid .stock,
.products.slider .art,
.products.slider .stock {
  margin-top: 10px;
  font-size: 12px;
}

.products.grid .price,
.products.slider .price {
  margin-top: 10px;
}

.products.grid .old-price,
.products.slider .old-price {
  font-size: 12px;
  margin-top: 5px;
}

.products.grid .btn,
.products.slider .btn {
  margin-top: 15px;
}

.products.grid .item {
  margin-bottom: 60px;
}

@media screen and (min-width: 1200px) {
  .products.grid.per-row-6 .item {
    width: 16.66667%;
  }
  .products.grid.per-row-6 .item:nth-child(6n+1) {
    clear: both;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .products.grid.per-row-6 .item {
    width: 25%;
  }
  .products.grid.per-row-6 .item:nth-child(4n+1) {
    clear: both;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .products.grid.per-row-6 .item {
    width: 33.33333%;
  }
  .products.grid.per-row-6 .item:nth-child(3n+1) {
    clear: both;
  }
}

@media screen and (min-width: 1200px) {
  .products.grid.per-row-5 .item {
    width: 20%;
  }
  .products.grid.per-row-5 .item:nth-child(5n+1) {
    clear: both;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .products.grid.per-row-5 .item {
    width: 25%;
  }
  .products.grid.per-row-5 .item:nth-child(4n+1) {
    clear: both;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .products.grid.per-row-5 .item {
    width: 33.33333%;
  }
  .products.grid.per-row-5 .item:nth-child(3n+1) {
    clear: both;
  }
}

@media screen and (min-width: 992px) {
  .products.grid.per-row-4 .item {
    width: 25%;
  }
  .products.grid.per-row-4 .item:nth-child(4n+1) {
    clear: both;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .products.grid.per-row-4 .item {
    width: 33.33333%;
  }
  .products.grid.per-row-4 .item:nth-child(3n+1) {
    clear: both;
  }
}

@media screen and (min-width: 992px) {
  .products.grid.per-row-3 .item {
    width: 33.33333%;
  }
  .products.grid.per-row-3 .item:nth-child(3n+1) {
    clear: both;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .products.grid.per-row-3 .item {
    width: 50%;
  }
  .products.grid.per-row-3 .item:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .products.grid .item {
    width: 33.33333%;
  }
  .products.grid .item:nth-child(3n+1) {
    clear: both;
  }
}

@media screen and (min-width: 320px) and (max-width: 599px) {
  .products.grid .item {
    width: 50%;
  }
  .products.grid .item:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  .products.grid .item {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 319px) {
  .products.grid .item {
    width: 100%;
  }
  .products.grid .item:nth-child(1n+1) {
    clear: both;
  }
  .products.grid .item-img {
    display: block;
    margin: 0 auto;
    max-width: 200px;
  }
}

.products.slider .btn {
  display: none;
}

.products.list .item {
  border-top: 1px solid #e5e5e5;
  padding: 30px 0;
}

.products.list .item:first-child {
  border-top: none;
  padding-top: 0;
}

.products.list .item-title,
.products.list .item-text,
.products.list .art,
.products.list .price,
.products.list .old-price,
.products.list .stock {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .products.list .item-title,
  .products.list .item-text,
  .products.list .art,
  .products.list .price,
  .products.list .old-price,
  .products.list .stock {
    margin-bottom: 10px;
  }
}

.products.list .item-title {
  font-size: 16px;
}

.products.list .item-img {
  max-width: 240px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .products.list .item-left {
    padding-right: 0;
  }
  .products.list .item-content {
    overflow: hidden;
  }
}

@media screen and (max-width: 480px) {
  .products.list .item-img {
    margin-bottom: 10px;
  }
  .products.list .item-title {
    font-size: 14px;
  }
  .products.list .item-text {
    font-size: 13px;
  }
  .products.list .product-badges {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
  }
}

.product-badges {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  width: 0;
}

.product-badges .product-badge {
  margin-bottom: 5px;
  width: 40px;
  height: 40px;
  display: table;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.product-badges .product-badge span {
  display: table-cell;
  padding: 0 2px;
  font-size: 12px;
  vertical-align: middle;
  font-weight: 700;
  text-transform: uppercase;
}

.product-badges .product-badge span .fa {
  font-weight: 400;
  font-size: 14px;
}

.product-badges .product-badge.new {
  background: #009966;
}

.product-badges .product-badge.bestseller {
  background: #f47c00;
}

.product-badges .product-badge.discount {
  background: #e82e05;
}

.products .art {
  font-size: 12px;
  color: #6f6f6f;
}

.products .art span {
  font-weight: 600;
}

.products .price {
  color: #333333;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}

.products .old-price {
  color: #6f6f6f;
  text-decoration: line-through;
}

.catalog_toolbar {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  padding: 3px 0 3px 17px;
  color: #999999;
  font-size: 13px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.catalog_toolbar .btn.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.catalog_toolbar .item {
  float: left;
  margin: 4px 17px 4px 0;
}

.catalog_toolbar .item .item_label {
  margin: 0 5px 0 0;
}

.catalog_toolbar .item .dropdown {
  display: inline-block;
}

.catalog_toolbar .item .dropdown .btn {
  background: #fff;
  font-size: 13px;
  color: #3a3a3a;
  height: 28px;
  padding: 0 28px 0px 10px;
  text-align: left;
  border: 1px solid #e5e5e5;
}

.catalog_toolbar .item .dropdown .btn > .icon-select-arrow {
  font-size: 18px;
  position: absolute;
  right: 9px;
  vertical-align: middle;
  color: #999999;
  margin: 0;
}

.catalog_toolbar .item .dropdown .btn:hover {
  background: #fff;
  border: 1px solid #c9c9c9 !important;
}

.catalog_toolbar .item .dropdown .dropdown-menu {
  padding: 0;
  font-size: 13px;
  min-width: 100%;
}

.catalog_toolbar .item .dropdown .dropdown-menu li {
  margin: 0;
}

.catalog_toolbar .item .dropdown .dropdown-menu li i {
  margin-left: 4px;
  color: inherit;
}

.catalog_toolbar .item .dropdown .dropdown-menu li i.sort-asc {
  vertical-align: -2px;
  border-top-color: #fff;
}

.catalog_toolbar .item .dropdown .dropdown-menu li i.sort-desc {
  border-bottom-color: #fff;
}

.catalog_toolbar .filter_button .btn {
  height: 28px;
  line-height: 27px;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  border: none;
  font-size: 13px;
}

.catalog_toolbar .sort_wrap .dropdown .btn {
  min-width: 160px;
}

.catalog_toolbar .sort_wrap .dropdown .dropdown-menu {
  min-width: 100%;
}

.catalog_toolbar .show_per_page_wrap .dropdown .btn {
  width: 60px;
}

.catalog_toolbar .show_per_page_wrap .dropdown .dropdown-menu {
  width: 60px;
  min-width: 0;
}

.catalog_toolbar .select_view {
  float: right;
  padding: 2px 0;
}

.catalog_toolbar .select_view .btn {
  float: left;
  background: transparent;
  width: 24px;
  height: 24px;
  font-size: 14px;
  padding: 0;
  margin-left: 7px;
  border: 1px solid transparent;
  color: #6f6f6f;
}

.catalog_toolbar .select_view .btn:first-child {
  margin-left: 0;
}

.catalog_toolbar .select_view .btn i {
  display: block;
  margin: auto;
}

.catalog_toolbar .select_view .btn.view_grid i {
  background-image: url(/bitrix/templates/active/img/sprite.png);
  background-position: -16px -16px;
  width: 16px;
  height: 16px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .catalog_toolbar .select_view .btn.view_grid i {
    background-image: url(/bitrix/templates/active/img/sprite@2x.png);
    background-size: 48px 32px;
  }
}

.catalog_toolbar .select_view .btn.view_grid.active i {
  background-image: url(/bitrix/templates/active/img/sprite.png);
  background-position: 0px -16px;
  width: 16px;
  height: 16px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .catalog_toolbar .select_view .btn.view_grid.active i {
    background-image: url(/bitrix/templates/active/img/sprite@2x.png);
    background-size: 48px 32px;
  }
}

.catalog_toolbar .select_view .btn.view_list i {
  background-image: url(/bitrix/templates/active/img/sprite.png);
  background-position: -32px -16px;
  width: 16px;
  height: 16px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .catalog_toolbar .select_view .btn.view_list i {
    background-image: url(/bitrix/templates/active/img/sprite@2x.png);
    background-size: 48px 32px;
  }
}

.catalog_toolbar .select_view .btn.view_list.active i {
  background-image: url(/bitrix/templates/active/img/sprite.png);
  background-position: -32px 0px;
  width: 16px;
  height: 16px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .catalog_toolbar .select_view .btn.view_list.active i {
    background-image: url(/bitrix/templates/active/img/sprite@2x.png);
    background-size: 48px 32px;
  }
}

.catalog_toolbar .select_view .btn.view_compact i {
  background-image: url(/bitrix/templates/active/img/sprite.png);
  background-position: -16px 0px;
  width: 16px;
  height: 16px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .catalog_toolbar .select_view .btn.view_compact i {
    background-image: url(/bitrix/templates/active/img/sprite@2x.png);
    background-size: 48px 32px;
  }
}

.catalog_toolbar .select_view .btn.view_compact.active i {
  background-image: url(/bitrix/templates/active/img/sprite.png);
  background-position: 0px 0px;
  width: 16px;
  height: 16px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .catalog_toolbar .select_view .btn.view_compact.active i {
    background-image: url(/bitrix/templates/active/img/sprite@2x.png);
    background-size: 48px 32px;
  }
}

.catalog_toolbar .select_view .btn:hover {
  border-color: #bbb !important;
}

.catalog_toolbar .select_view .btn.active {
  background: #bbb;
  border-color: transparent !important;
}

@media screen and (max-width: 767px) {
  .catalog_toolbar {
    background: #fff;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: -40px -15px 40px -15px !important;
  }
  .page-before-text ~ .catalog_toolbar {
    margin-top: 0 !important;
  }
  .catalog_toolbar .item {
    margin-right: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.bx-filter {
  width: 100%;
  min-width: 220px;
  margin-bottom: 20px;
}

.bx-filter .bx-filter-section {
  /*background: #edf6fc; /* color */
  position: relative;
}

.bx-filter .bx-filter-section > .row {
  padding: 0 5px;
}

.bx-filter .panel-heading {
  padding-top: 12px;
  padding-bottom: 12px;
}

.bx-filter .panel-body {
  padding: 0;
}

.bx-filter .smartfilter > .row {
  margin-left: 0;
  margin-right: 0;
}

.bx-filter.bx-filter-vertical .panel-heading {
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: none;
}

.bx-filter.bx-filter-vertical .bx-filter-parameters-box {
  border-top: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding: 15px 20px 0;
  position: relative;
}

.bx-filter.bx-filter-vertical .bx-filter-button-box {
  padding: 0 20px 20px;
}

.bx-filter.bx-filter-vertical.modal-body {
  padding: 0;
}

.bx-filter.bx-filter-horizontal .bx-filter-parameters-box {
  margin-bottom: 15px;
  padding: 15px 15px 0;
  position: relative;
}

.bx-filter.bx-filter-horizontal .bx-filter-button-box {
  padding-bottom: 20px;
}

.bx-filter .bx-filter-parameters-box-title {
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.bx-filter .bx-filter-parameters-box-title span {
  color: #333333;
  border-bottom: 1px dotted transparent;
}

.bx-filter .bx-filter-parameters-box-title:hover span {
  border-color: #6f6f6f;
}

.bx-filter .bx-filter-block {
  display: none;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}

.bx-filter .bx-filter-button-box .bx-filter-block {
  display: block;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
  display: block;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block .bx-left {
  padding-right: 0;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block .bx-right {
  padding-left: 0;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  width: 18px;
  text-transform: lowercase;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub + .bx-filter-input-container {
  display: inline-block;
  vertical-align: middle;
}

/*Sections*/
@media (min-width: 992px) {
  .bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
    clear: both;
  }
}

.bx-filter-parameters-box-container {
  padding-top: 10px;
}

.bx-filter-parameters-box-container .checkbox:first-child,
.bx-filter-parameters-box-container .radio:first-child {
  margin-top: 0;
}

.bx-filter-parameters-box-container .checkbox:last-child,
.bx-filter-parameters-box-container .radio:last-child {
  margin-bottom: 0;
}

.bx-filter .bx-filter-parameters-box-container-block {
  font-size: 11px;
  color: #3f3f3f;
}

.bx-filter .bx-filter-input-container input {
  display: block;
  width: 100%;
  margin: 0;
  outline: none;
  height: 32px;
  padding: 4px;
}

/*
* INPUTS
*
*/
/*.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(/bitrix/templates/active/images/active.png) 2 repeat;
	   -moz-border-image: url(/bitrix/templates/active/images/active.png) 2 repeat;
		 -o-border-image: url(/bitrix/templates/active/images/active.png) 2 repeat;
			border-image: url(/bitrix/templates/active/images/active.png) 2 repeat;
}

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
  /* Fix of input shadow for IOS browsers. */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}

.bx-filter .bx-filter-button-box {
  clear: both;
}

.bx-filter .bx-ui-slider-track-container {
  padding: 40px 5px 5px 5px;
}

.bx-filter .bx-ui-slider-track {
  position: relative;
  height: 10px;
  background: #f3f3f3;
}

.bx-filter .bx-ui-slider-part {
  position: absolute;
  top: -7px;
  width: 1px;
  height: 17px;
  background: #e5e5e5;
}

.bx-filter .bx-ui-slider-part.p1 {
  left: -1px;
}

.bx-filter .bx-ui-slider-part.p2 {
  left: 25%;
}

.bx-filter .bx-ui-slider-part.p3 {
  left: 50%;
}

.bx-filter .bx-ui-slider-part.p4 {
  left: 75%;
}

.bx-filter .bx-ui-slider-part.p5 {
  right: -1px;
}

.bx-filter .bx-ui-slider-part span {
  font-size: 11px;
  /*font-weight: bold;*/
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  color: #000;
}

.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
  color: #6b8086;
}

.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-v,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-range {
  position: absolute;
  top: 0;
  bottom: 0;
}

.bx-filter .bx-ui-slider-range {
  z-index: 90;
}

.bx-filter .bx-ui-slider-pricebar {
  z-index: 100;
}

.bx-filter .bx-ui-slider-pricebar-vd {
  z-index: 60;
  background: #d8d8d8;
}

.bx-filter .bx-ui-slider-pricebar-vn {
  z-index: 70;
  background: #d8d8d8;
}

.bx-filter .bx-ui-slider-pricebar-v {
  z-index: 80;
}

.bx-filter .bx-ui-slider-handle {
  position: absolute;
  top: -6px;
  width: 22px;
  height: 22px;
  border-bottom: none;
}

.bx-filter .bx-ui-slider-handle:after {
  content: "";
  display: block;
  margin: 2px auto;
  width: 6px;
  height: 18px;
  border: 1px solid #fff;
}

.bx-filter .bx-ui-slider-handle:hover {
  -webkit-cursor: -webkit-grab;
  -ms-cursor: grab;
  -o-cursor: grab;
  cursor: grab;
}

.bx-filter .bx-ui-slider-handle:active {
  -webkit-cursor: -webkit-grabbing;
  -ms-cursor: grabbing;
  -o-cursor: grabbing;
  cursor: grabbing;
}

.bx-filter .bx-ui-slider-handle.left {
  left: 0;
  margin-left: -11px;
  /* COLOR */
}

.bx-filter .bx-ui-slider-handle.right {
  right: 0;
  margin-right: -11px;
  /* COLOR */
}

.bx-filter .bx-filter-select-container {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  border: 1px solid #ccd5db;
}

/*
*Track
*
*/
/*
*	Select
*
*/
.bx-retina .bx-filter .bx-filter-select-container {
  border-style: solid;
  border-width: 1px;
  -o-border-image: url("/bitrix/templates/active/images/border_default.png") 2 repeat;
  border-image: url("/bitrix/templates/active/images/border_default.png") 2 repeat;
}

/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/bitrix/templates/active/images/active.png) 2 repeat;
	   -moz-border-image: url(/bitrix/templates/active/images/active.png) 2 repeat;
		 -o-border-image: url(/bitrix/templates/active/images/active.png) 2 repeat;
			border-image: url(/bitrix/templates/active/images/active.png) 2 repeat;
}*/
.bx-filter .bx-filter-select-block {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 33px;
  margin: 0;
  padding: 0 33px 0 10px;
  border: none;
  background: #fff;
}

.bx-filter .bx-filter-select-text {
  font-size: 15px;
  line-height: 33px;
  overflow: hidden;
  max-width: 100%;
  height: 33px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.bx-filter .bx-filter-select-text.fix {
  min-width: 120px;
}

.bx-filter .bx-filter-select-text label {
  cursor: pointer;
}

.bx-filter .bx-filter-select-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 33px;
  cursor: pointer;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC") no-repeat center;
}

/*
*	Select popup
*
*/
.bx-filter-select-popup {
  background: #fff;
  padding: 0;
  min-width: 173px;
}

.bx-filter-select-popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bx-filter-select-popup ul li {
  display: block;
  text-align: left;
  vertical-align: middle;
  margin: 0;
}

.bx-filter-select-popup ul li:first-child {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.bx-filter-select-popup ul li label {
  font-size: 14px;
  line-height: 26px;
  display: block;
  text-align: left !important;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 26px;
  padding: 0 5px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  color: #575757;
}

.bx-filter-select-popup ul li label.selected, .bx-filter-select-popup ul li label:hover {
  color: #000;
  background: #f3f8fa;
}

.bx-filter-select-popup ul li label.disabled {
  color: #b8b8b8;
  background: transparent;
}

.bx-filter-select-popup ul li .bx-filter-param-text {
  line-height: 34px !important;
}

/*
* TAGS
*
*/
.bx-filter .bx-filter-tag {
  padding: 18px;
  /*border-top: 1px solid #d7eaf7;/* COLOR */
  /*border-bottom: 1px solid #d7eaf7;/* COLOR */
}

.bx-filter .bx-tag-link {
  font-size: 12px;
  text-decoration: none;
  /*color: #68939e;/* COLOR */
  text-shadow: none;
}

.bx-filter .bx-tag-link.bx-active, .bx-filter .bx-tag-link:hover {
  color: #1d3d46;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
  float: left;
  display: block;
  margin-right: 5px;
}

.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
  display: block;
}

.bx-filter .bx-filter-param-label {
  /*font-size: 13px;*/
}

.bx-filter .bx-filter-param-label.dib {
  display: inline-block;
}

.bx-filter .bx-filter-param-text {
  font-weight: normal;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
  opacity: 0.35;
}

/*
*	LABEL
*
*/
.bx-filter-select-popup .bx-filter-param-label.bx-active {
  background: #f3f8fa;
}

/*
*	Checkbox / Radio
*
*/
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
  display: block;
  text-align: left;
}

.bx-filter .bx-filter-param-btn {
  font-weight: normal;
  display: inline-block;
  width: 38px;
  height: 38px;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  color: #000;
  vertical-align: middle;
  border: 1px solid #ccd5db;
  background: #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
}

/*
* 	BTN
*
*/
.bx-retina .bx-filter .bx-filter-param-btn {
  border-style: solid;
  border-width: 1px;
  -o-border-image: url("/bitrix/templates/active/images/border_default.png") 2 repeat;
  border-image: url("/bitrix/templates/active/images/border_default.png") 2 repeat;
}

/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/bitrix/templates/active/images/active.png) 2 repeat;
	   -moz-border-image: url(/bitrix/templates/active/images/active.png) 2 repeat;
		 -o-border-image: url(/bitrix/templates/active/images/active.png) 2 repeat;
			border-image: url(/bitrix/templates/active/images/active.png) 2 repeat;
}*/
/* --- colors */
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  z-index: 100;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
  opacity: 0.7;
}

.bx-filter .bx-filter-param-btn .bx-filter-param-text {
  line-height: 26px;
}

.bx-filter .bx-filter-param-btn.bx-spm {
  width: 23px;
  min-width: 23px;
  height: 23px;
  line-height: 23px;
  font-weight: normal;
  padding: 0;
  font-size: 17px;
  color: #767b7e;
  vertical-align: top;
  border-radius: 50%;
  background-color: transparent;
}

.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}

.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}

.bx-filter .bx-filter-param-btn.bx-spm:active {
  outline: none !important;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
}

.bx-filter span.bx-spm {
  font-size: 18px;
  /*font-weight:bold;*/
  line-height: 23px;
  display: inline-block;
  height: 23px;
  margin: 0 10px;
  vertical-align: middle;
  color: #000;
}

/*
* BTN P/M
*
*/
/*
*	icon
*
*/
.bx-filter .bx-filter-select-text-icon,
.bx-filter-select-popup .bx-filter-select-text-icon {
  line-height: 33px;
  position: relative;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-top: -4px;
  margin-right: 2px;
  vertical-align: middle;
  border-radius: 2px;
}

.bx-filter .bx-filter-btn-color-icon,
.bx-filter-select-popup .bx-filter-btn-color-icon {
  line-height: 24px;
  /*position:relative;*/
  /*top:4px;*/
  border-radius: 2px;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  background-size: cover;
}

.bx-filter-select-popup .bx-filter-btn-color-icon {
  width: 20px;
  height: 20px;
  margin: 2px 0;
  top: 0 !important;
}

.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
  top: -1px !important;
}

.bx-filter-btn-color-icon.all {
  position: relative;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bx-filter-btn-color-icon.all:after, .bx-filter-btn-color-icon.all:before {
  position: absolute;
  width: 60%;
  height: 60%;
  background: #fff;
  content: " ";
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.bx-filter-btn-color-icon.all:after {
  right: 0;
  bottom: 0;
}

.bx-filter-btn-color-icon.all:before {
  top: 0;
  left: 0;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
  opacity: 0.2;
}

.bx-filter .bx-filter-parameter-biz {
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  color: #1485ce;
  border-bottom: 1px dashed;
}

.bx-filter .bx-filter-parameter-biz:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}

.bx-filter .bx-filter-parameter-biz.bx-active {
  position: relative;
  /*padding-left:20px;*/
  color: #000;
  border-color: transparent;
}

/*
* 	BIZ
*
*/
/*
*	BTN result and reset
*
*/
.btn-themes {
  /*background-color: #1485CE;/* COLOR */
  /*border-color: #1485CE;/* COLOR */
  color: #FFF;
}

.btn-themes.bx-active, .btn-themes.focus, .btn-themes:active, .btn-themes:focus, .btn-themes:hover {
  /*background-color: #53A4D8;/* COLOR */
  /*border-color: #53A4D8;/* COLOR */
  color: #FFF;
}

/*
* 	Result Popup
*
*/
.bx-filter-vertical .bx-filter-popup-result {
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  z-index: 915;
  display: none;
  margin-top: -16px;
  padding: 8px 10px;
  white-space: nowrap;
  color: #fff;
  min-height: 52px;
  line-height: 18px;
  border: none;
}

.bx-filter-vertical .bx-filter-popup-result:after {
  content: "";
  position: absolute;
  top: 20px;
  width: 0;
  height: 0;
  color: #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

@media screen and (max-width: 1419px) {
  .bx-filter-vertical .bx-filter-popup-result {
    left: 100%;
  }
  .bx-filter-vertical .bx-filter-popup-result:after {
    right: 100%;
    border-right: 7px solid;
  }
}

@media screen and (min-width: 1420px) {
  .bx-filter-vertical .bx-filter-popup-result {
    right: 100%;
  }
  .bx-filter-vertical .bx-filter-popup-result:after {
    left: 100%;
    border-left: 7px solid;
  }
}

.bx-filter-vertical .bx-filter-popup-result a {
  color: inherit;
}

.modal .bx-filter-vertical .bx-filter-popup-result {
  left: auto;
  right: auto;
  position: relative;
  float: right;
  margin-right: -20px;
  margin-left: 10px;
}

.bx-filter-horizontal .bx-filter-popup-result {
  display: inline-block;
  position: relative;
  left: auto;
  right: auto;
  margin-left: 0;
  margin-bottom: 15px;
}

.bx-filter-horizontal .bx-filter-popup-result a {
  color: #0073a3;
  line-height: 10px;
}

.bx-filter-horizontal .bx-filter-popup-result a:hover {
  text-decoration: none;
}

.bx-filter-horizontal .bx-filter-popup-result .bx-filter-popup-result-close {
  display: none;
}

@media (max-width: 767px) {
  .bx-touch .bx-filter-horizontal .bx-filter-popup-result {
    font-size: 12px;
    position: relative !important;
    z-index: 1001;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    margin: -20px -20px 10px;
    width: auto;
    height: auto;
    padding: 10px 20px;
    border: none;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background: #f5f5f5;
  }
  .bx-touch .bx-filter-horizontal .bx-filter-popup-result br {
    display: none;
  }
}

.filter_dropdown {
  z-index: 1050 !important;
}

.pagination {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  margin: 0 0 40px;
  display: block;
}

.pagination > li {
  display: inline-block;
}

.partner-detail .list-icons {
  overflow: hidden;
  margin-bottom: 10px;
}

.partner-detail .partner-img {
  float: left;
  max-width: 100%;
  width: 240px;
  margin: 0 20px 10px 0;
}

@media screen and (max-width: 480px) {
  .partner-detail .partner-img {
    float: none;
    margin-right: 0;
  }
}

.employee-detail .list-icons {
  overflow: hidden;
  margin-bottom: 10px;
}

.employee-detail .employee-img {
  float: left;
  max-width: 100%;
  width: 240px;
  margin: 0 20px 10px 0;
}

@media screen and (max-width: 480px) {
  .employee-detail .employee-img {
    float: none;
    margin-right: 0;
  }
}

.employee-detail .employee-name {
  margin: 0 0 10px;
}

.employee-detail .social-icons {
  margin-bottom: 20px;
}

.project-page .short-description,
.project-page .short-specs {
  margin-bottom: 20px;
}

.project-page .detail-main-image .img-middle:before,
.project-page .detail-thumbs-slider .img-middle:before {
  padding-top: 66.5%;
}

.search-page .search-filter .search-filter-name {
  width: 30%;
}

.search-page .search-filter .form-control {
  width: auto;
}

.search-page .search-filter .date-interval-hellip {
  margin: 0 6px 0 10px;
}

.search-page .search-filter .search-filter-date {
  display: inline-block;
  position: relative;
  padding-right: 35px;
}

.search-page .search-filter .search-filter-date .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  padding-left: 0;
  padding-right: 0;
}

.search-page .search-filter .search-filter-date .btn .fa {
  margin-right: 0;
}

@media screen and (min-width: 600px) {
  .search-page .search-advanced-result {
    float: left;
    width: 70%;
  }
  .search-page .search-advanced-filter {
    text-align: right;
  }
}

.search-page .search-sorting {
  margin-top: 30px;
}

.search-page-form {
  width: 100%;
}

.search-page-form td {
  vertical-align: top;
}

.modal_form:after {
  content: "";
  position: fixed;
  cursor: pointer;
  border-radius: 6px;
  background: #000 url("/bitrix/templates/active/img/loading_modal.gif") center center no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  width: 44px;
  height: 44px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.modal_form.loading:after {
  opacity: 0.8;
  visibility: visible;
}

.modal_form .modal-dialog {
  max-width: 420px;
  -webkit-transition: opacity 0.15s ease-in, -webkit-transform 0.2s ease-in;
  transition: opacity 0.15s ease-in, -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in, opacity 0.15s ease-in;
  transition: transform 0.2s ease-in, opacity 0.15s ease-in, -webkit-transform 0.2s ease-in;
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.modal_form.loaded .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.modal_form .modal-title {
  font-size: 18px;
  font-weight: 600;
  margin-right: 25px;
}

.modal_form .modal-subtitle {
  margin-top: 10px;
  font-size: 13px;
  line-height: 18px;
}

.modal_form .modal-subtitle p {
  margin: 0;
}

.modal_form .form-success {
  text-align: center;
  margin: 10px 0;
}

.modal_form .form-success-icon {
  font-size: 70px;
}

.modal_form .form-success-text {
  margin-top: 10px;
  font-size: 16px;
}

.modal_form .captcha-block .captcha-img {
  float: left;
  margin-bottom: 15px;
}

.modal_form .captcha-block input {
  width: 185px;
}

@media screen and (min-width: 440px) {
  .modal_form .modal-dialog {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

#filter_mobile_modal .modal-dialog {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

#filter_mobile_modal.in .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* Cart items
------------- */
.cart-table {
  margin-top: 20px;
  width: 100%;
}

.cart-table td {
  border: none;
}

.cart-table th {
  padding: 0 15px 5px;
  font-weight: 400;
  color: #999999;
  font-size: 13px;
}

.cart-table .item {
  border: 1px solid #efefef;
}

.cart-table .item td {
  padding: 15px;
  vertical-align: middle;
}

.cart-table .item-img {
  text-align: center;
  display: table-cell;
  width: 15%;
}

.cart-table .item-img img {
  max-width: 100%;
}

.cart-table .item-prices,
.cart-table .item-total {
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
}

.cart-table .old-price {
  color: #9c9c9c;
  text-decoration: line-through;
}

.cart-table .item-qty {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}

.cart-table .item-qty input, .cart-table .item-qty button {
  height: 30px;
  padding: 4px;
  text-align: center;
}

.cart-table .item-qty button {
  width: 30px;
}

.cart-table .item-remove a {
  color: #999999;
  font-size: 13px;
}

.cart-table .item-remove a .fa {
  font-size: 15px;
  color: inherit;
  margin-right: 5px;
  vertical-align: -1px;
}

.cart-checkout th,
.cart-checkout td {
  padding: 0 0 10px;
  font-weight: normal;
  border: none;
}

.cart-checkout th {
  color: #6f6f6f;
  font-size: 16px;
  padding-right: 10px;
  text-align: right;
}

.cart-checkout td {
  color: #222222;
  font-size: 20px;
}

.cart-checkout .cart-checkout {
  padding-top: 10px;
  padding-bottom: 0;
}

.cart-checkout .cart-checkout .btn {
  width: 100%;
  margin-bottom: 10px;
}

.cart-bottom-buttons {
  text-align: right;
}

.cart-bottom-buttons .col-checkout {
  margin-bottom: 15px;
}

@media screen and (min-width: 480px) {
  .cart-bottom-buttons .col-checkout {
    float: right;
  }
  .cart-bottom-buttons .col-clear-cart {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .cart-table,
  .cart-table tbody,
  .cart-table tr,
  .cart-table td {
    display: block;
  }
  .cart-table .item {
    padding: 15px 10px 15px 90px;
    position: relative;
    margin-bottom: -1px;
  }
  .cart-table .item td {
    padding: 0;
  }
  .cart-table .item .services,
  .cart-table .item .item-prices {
    margin: 5px 0;
  }
  .cart-table .item-img {
    position: absolute;
    left: 10px;
    top: 15px;
    width: 70px;
  }
  .cart-table .item-img img {
    max-width: 100%;
  }
  .cart-table .item-img a {
    width: 70px;
    height: 70px;
  }
  .cart-table .item-qty-col,
  .cart-table .item-remove {
    display: inline-block;
    margin-right: 5px;
  }
}

@media screen and (min-width: 768px) {
  .cart-table .item-center {
    width: 38%;
  }
}

.fixed-cart {
  position: fixed;
  right: 0;
  top: 30%;
  margin-top: -25px;
  z-index: 3;
}

.fixed-cart .fixed-cart-btn {
  display: block;
  height: 50px;
  right: 0;
  padding: 0 15px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  border-right: none !important;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 767px) {
  .fixed-cart .fixed-cart-btn {
    padding: 0;
    width: 50px;
    border-radius: 25px;
  }
}

.fixed-cart .fixed-cart-btn .cart-icon {
  font-size: 20px;
}

.fixed-cart .fixed-cart-btn .cart-text {
  vertical-align: 2px;
  font-weight: 600;
  margin-left: 5px;
}

.fixed-cart .fixed-cart-btn .cart-items-count {
  font-size: 14px;
  line-height: 1;
}

.fixed-cart.cart-empty .fixed-cart-btn {
  background: #fff;
  border: 1px solid #eaeaea;
  color: #999999;
}

.fixed-cart.cart-not-empty .fixed-cart-btn {
  border: transparent;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .fixed-cart {
    right: 13px;
    top: auto;
    bottom: 65px;
    margin: 0;
    line-height: 60px;
  }
  .fixed-cart.cart-empty {
    display: none;
  }
  .fixed-cart .fixed-cart-btn {
    line-height: 60px;
  }
  .fixed-cart .cart-items-count {
    font-size: 14px;
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
  }
}

.fixed-cart-content {
  max-width: 400px;
  background: #fff;
  padding: 20px;
  border: 1px solid #eee;
}

.order-page .col-title {
  margin-top: 0;
}

.order-page .col-title-text {
  margin-right: 5px;
  display: inline-block;
}

.order-page .title-link-edit-cart {
  font-size: 13px;
  float: right;
  font-weight: normal;
  color: #999999;
}

.order-page .order-small-cart .item {
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-bottom: 10px;
}

.order-page .order-small-cart .item-link {
  margin-bottom: 5px;
}

.order-page .order-small-cart .item-link a {
  text-decoration: none;
}

.order-page .order-small-cart .item-link a:hover {
  text-decoration: underline;
}

.order-page .order-small-cart .item-total-price {
  font-weight: 600;
  float: right;
}

.order-page .order-small-cart .item-price {
  color: #999999;
}

.order-page .order-small-cart .item-count {
  color: #999999;
}

.order-page .order-small-cart .cart-total {
  border-top: 1px solid #eee;
  margin-top: 15px;
  padding-top: 15px;
  font-weight: 600;
  text-align: right;
}

.order-page .order-small-cart .cart-total-label {
  float: left;
}

.order-page .order-small-cart .cart-total-prie {
  float: right;
}

.order-page-success {
  font-size: 16px;
}

@media print {
  .top-mobile-panel,
  .top-panel,
  #header,
  .menubar,
  .slick-arrow,
  #footer,
  .page-footer,
  .sidebar,
  .catalog_toolbar,
  .product-badges,
  #f_up {
    display: none !important;
  }
  .products.grid .item {
    width: 25% !important;
  }
  .main .content {
    width: 100% !important;
  }
  .block-accordion .panel-collapse {
    display: block !important;
  }
}

/*# sourceMappingURL=template_styles.css.map */

/* End */


/* Start:/bitrix/templates/active/custom.css?167650473761*/

.homeslider .background-video-overlay {
	background:none;

}
/* End */
/* /bitrix/templates/active/css/bootstrap.custom.css?1676504736109946 */
/* /bitrix/templates/active/css/font-awesome.min.css?167650473631000 */
/* /bitrix/templates/active/template_styles.css?1676504737153926 */
/* /bitrix/templates/active/custom.css?167650473761 */
