

/* Start:/bitrix/templates/active/css/bootstrap.custom.css?1679381472108561*/
@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 {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !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;
  }
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Century Gothic", 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;
  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;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.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"] {
  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;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #BDBDBD;
  outline: 0;
  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[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 35px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 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: 40px;
  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,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 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,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

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

.has-error .form-control:focus {
  border-color: #b62404;
  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, .btn:focus, .btn.focus {
  color: #333333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  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);
  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:focus, .btn-default.focus, .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:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  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:focus, .btn-primary.focus, .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:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  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:focus, .btn-success.focus, .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:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  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:focus, .btn-info.focus, .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:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  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:focus, .btn-warning.focus, .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:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  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:focus, .btn-danger.focus, .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:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  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;
  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;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  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;
  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 {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  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;
  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;
}

@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;
  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;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  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 {
  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;
  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;
}

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

.modal.fade.in .modal-dialog {
  opacity: 1;
  visibility: visible;
  -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;
  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;
  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 {
  font-size: 24px;
  padding: 4px 9px;
  overflow: hidden;
  line-height: 24px;
  margin-top: -6px;
  margin-bottom: -6px;
  margin-right: -9px;
}

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

.disabled2 {
  background: #eee!important;
  color: #aaa!important;
  pointer-events: none!important;
}

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

/* End */


/* Start:/bitrix/templates/active/css/font-awesome.min.css?167938147228665*/
/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */.fa.fa-pull-left,.fa.pull-left{margin-right:.3em}.fa,.fa-stack{display:inline-block}.fa-fw,.fa-li{text-align:center}@font-face{font-family:FontAwesome;src:url(/bitrix/templates/active/css/../fonts/fontawesome-webfont.eot?v=4.6.1);src:url(/bitrix/templates/active/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1) format('embedded-opentype'),url(/bitrix/templates/active/css/../fonts/fontawesome-webfont.woff2?v=4.6.1) format('woff2'),url(/bitrix/templates/active/css/../fonts/fontawesome-webfont.woff?v=4.6.1) format('woff'),url(/bitrix/templates/active/css/../fonts/fontawesome-webfont.ttf?v=4.6.1) format('truetype'),url(/bitrix/templates/active/css/../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{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}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa.fa-pull-right,.fa.pull-right{margin-left:.3em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.pull-left{float:left}.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(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}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-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;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-close:before,.fa-remove: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-cog:before,.fa-gear: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-repeat:before,.fa-rotate-right: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-image:before,.fa-photo: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-exclamation-triangle:before,.fa-warning: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-cogs:before,.fa-gears: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-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder: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-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste: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-chain-broken:before,.fa-unlink: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-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won: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-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira: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-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board: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: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-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-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-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-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-futbol-o:before,.fa-soccer-ball-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-ils:before,.fa-shekel:before,.fa-sheqel: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-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc: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-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-paper-o:before,.fa-hand-stop-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-television:before,.fa-tv: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-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing: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"}.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/css/bootstrap-select.css?16793814728863*/
/*!
 * Bootstrap-select v1.12.1 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
  padding:0 !important;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */

select{
  width:100%;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
  width:100%;
  border:1px solid #cbcbcb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.bootstrap-select .btn, .form .bootstrap-select .btn{
  margin-top:0;
}
.bootstrap-select .btn:hover,
.bootstrap-select .btn:focus{
  background: none !important
}
.bootstrap-select.btn-group .dropdown-toggle .caret{
  width:10px;
  height: 5px;
  background: url(/bitrix/templates/active/css/../img/select.png) no-repeat 0 bottom;
  border:0;
}
.open.bootstrap-select.btn-group .dropdown-toggle .caret{
  background-position: 0 0
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option,
.bootstrap-select.btn-group .dropdown-menu.inner li a{
  font-size: 15px
}
.bootstrap-select.btn-group .dropdown-menu.inner{
  list-style: none !important;
  padding:0;
  margin:0;
}
  .bootstrap-select.btn-group .dropdown-menu.inner li a{
    padding:6px 15px;
  }
  .bootstrap-select.btn-group .dropdown-toggle .filter-option{
    color:#333;
  }
  .bootstrap-select .btn{
    padding: 8px 15px; 
    border:1px solid #cbcbcb; 
  }
  .bootstrap-select{
    border:0 !important;
  }
  .bootstrap-select.btn-group .dropdown-menu{
    top:34px !important;
    padding:0 !important;
    bottom:auto !important;
  }
/* End */


/* Start:/bitrix/templates/active/css/jquery.steps.css?16793814725641*/
﻿/*
    Common 
*/

.wizard,
.tabcontrol
{
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a
{
    outline: 0;
}

.wizard ul,
.tabcontrol ul
{
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li
{
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/

.wizard > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps
{
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps .number
{
    font-size: 1.429em;
}

.wizard > .steps > ul > li
{
    width: 25%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
    float: left;
}

.wizard.vertical > .steps > ul > li
{
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background: #2184be;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background: #9dc8e2;
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #ff3111;
    color: #fff;
}

.wizard > .content
{
    background: #eee;
    display: block;
    margin: 0.5em;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    width: auto;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.wizard > .content > .body ul
{
    list-style: disc !important;
}

.wizard > .content > .body ul > li
{
    display: list-item;
}

.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input
{
    display: block;
    border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"]
{
    display: inline-block;
}

.wizard > .content > .body input.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label
{
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body label.error
{
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.wizard > .actions
{
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul
{
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li
{
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li
{
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    background: #2184be;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
}

.wizard > .loading
{
}

.wizard > .loading .spinner
{
}



/*
    Tabcontrol
*/

.tabcontrol > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul
{
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li
{
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover
{
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current
{
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a
{
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover
{
    text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a
{
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .content
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul
{
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li
{
    display: list-item;
}
/* End */


/* Start:/bitrix/templates/active/components/inside/converter/line_template_rates/style.css?16793814722356*/
.currency_list {
    border: 1px solid #006699;
    width: 600px;
}

.currency_head {
    height: 30px;
    width: 100%;
    background-color: #006699;
    text-align: center;
    color: #cccccc;
    border-bottom: 1px solid #cccccc;
    margin: 0px 0px 5px 0px;
    position: relative;
}

.currency_head  p {
    margin: 0px;
    padding: 5px;
}

div.currency_option {
    position: absolute;
    right: 10px;
    top: 5px;
    height: 20px;
    width: 20px;
    background: url("/bitrix/templates/active/components/inside/converter/line_template_rates/images/gear.png") center no-repeat;
    cursor: pointer;
}

div.currency_option_list {
    display: none; 
    position: absolute;
    padding: 10px;
    width: 280px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    top: 5px;
    right: 10px;
    text-align: left;
    color: #000000;
    z-index: 10000;
}

input.option_list_ok {
    float: right;
    width: 100px;
    height: 30px;
    margin: 10px 0px 5px 0px;
    color: #ffffff;
    text-align: center;
    background-color: #006699;
    border: 1px solid #cccccc;
}

input.option_list_ok:hover {
    float: right;
    width: 100px;
    height: 30px;
    margin: 10px 0px 5px 0px;
    color: #ffffff;
    text-align: center;
    background-color: #006699;
    border: 1px solid #cccccc;
	cursor: pointer;
}

div.option_list_exit {
	text-align: right;
	margin: 0px 0px 5px 0px;
	color: #006699;
	text-decoration: underline;
}

div.option_list_exit:hover {
	text-align: right;
	margin: 0px 0px 5px 0px;
	color: #006699;
	text-decoration: underline;
	cursor: pointer;
}

div.currency_option_list select{
    width: 280px;
}

.currency_list table{
    padding: 0px 5px 5px 5px;
}

td.select_form_firs{
    padding: 0px 5px 0px 0px;
}

td.select_form_firs select{
    width: 165px;
}

td.select_form {
    padding: 0px 5px 0px 5px;
}

td.select_form  select{
    width: 165px;
}

td.input_form {
    padding: 0px 5px 0px 5px;
}

td.input_form  input{
    width: 50px;
}

.currency_list{
    width:100%;
    border:0;
}
    .currency_head{
        background: none;
        text-align: left;        
        border:0;
    }
        .currency_head  p{
            padding:0;
            margin:0 0 16px;
            color:#160a29;
            font-size: 20px;
            font-weight: bold;
            text-transform: uppercase;            
        }
    .currency_list table{
        margin-top:10px;
    }
/* End */


/* Start:/bitrix/templates/active/components/inside/converter/rates/style.css?16793814724969*/
div.currency_list {
    width: 180px;
    padding: 10px;
    border: 1px solid #000000;
    background-color: #CACDB2;
}


.currency_head {
    height: 30px;
    width: 100%;
    background-color: #333333;
    text-align: left;
    color: #cccccc;
    border-bottom: 1px solid #cccccc;
    margin: 0px 0px 5px 0px;
    position: relative;
}

.currency_head  p {
    margin: 0px;
    padding: 5px;
}

div.currency_option {
    position: absolute;
    right: 10px;
    top: 5px;
    height: 20px;
    width: 20px;
    background: url("/bitrix/templates/active/components/inside/converter/rates/images/gear.png") center no-repeat;
    cursor: pointer;
}

div.currency_option_list {
    display: none; 
    position: absolute;
    padding: 10px;
    width: 160px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    top: 5px;
    right: 10px;
    text-align: left;
    color: #000000;
    z-index: 10000;
}

input.option_list_ok {
    float: right;
    width: 100px;
    height: 30px;
    margin: 10px 0px 5px 0px;
    color: #ffffff;
    text-align: center;
    background-color: #006699;
    border: 1px solid #cccccc;
}

input.option_list_ok:hover {
    float: right;
    width: 100px;
    height: 30px;
    margin: 10px 0px 5px 0px;
    color: #ffffff;
    text-align: center;
    background-color: #006699;
    border: 1px solid #cccccc;
	cursor: pointer;
}

div.option_list_exit {
	text-align: right;
	margin: 0px 0px 5px 0px;
	color: #006699;
	text-decoration: underline;
}

div.option_list_exit:hover {
	text-align: right;
	margin: 0px 0px 5px 0px;
	color: #006699;
	text-decoration: underline;
	cursor: pointer;
}

div.currency_option_list select{
    width: 160px;
}


tr.list_line td{
    vertical-align: top;
    text-align: left;
}

td.list_top_column span {
    font-size: 16px;
}

td.currency_value { 
    padding: 0px 0px 0px 10px;
}

td.currency_value input {
    height: 20px;
    padding: 0px 5px 0px 5px;
    border: 4px grove #CACDB2;
}

tr.list_line_bottom td{
    vertical-align: top;
    padding: 0px 0px 10px 0px;
}

td.list_bottom_column p {
    text-align: right;
    margin: 0px;
    padding: 0px; 
    font-size: 10px;
}

tr.list_line_bottom  {
    border-bottom: 1px solid #ffffff;
}

div.currency_list{
    width:100%;
    margin:0 0 70px;
    border:0;
    background: none;
    padding:0;
}
.currency_head{
    background: none;
    height: auto;
    border:0;
    font-size:20px;
}
    .currency_head  p{
        padding:0 0 10px;
    }
div.currency_option{
    display: none;
}
.span-line{
    padding-right:35px;
    position: relative;
}
.span-line:before{
    content:'';
    height: 16px;
    background: #cccccc;
    width:1px;
    position: absolute;
    right:18px;
    top:50%;
    margin-top:-8px;
}
div.currency_list .select, div.currency_list .select_form_firs{
    width:94px !important;
}
div.currency_list .bootstrap-select,
div.currency_list .bootstrap-select.btn-group .dropdown-toggle .filter-option{
    font-weight: bold
}
    div.currency_list .bootstrap-select .glyphicon.glyphicon-rate-RUB,
    div.currency_list .bootstrap-select .glyphicon.glyphicon-rate-GBP,
    div.currency_list .bootstrap-select .glyphicon.glyphicon-rate-USD,
    div.currency_list .bootstrap-select .glyphicon.glyphicon-rate-EUR,
    div.currency_list .bootstrap-select .glyphicon.glyphicon-rate-CNY,
    div.currency_list .bootstrap-select .glyphicon.glyphicon-rate-JPY{
        display:inline-block;
        vertical-align: middle;
        margin-right:3px;
        width:22px;
        height: 17px;
        margin-top:-4px;
    }
    div.currency_list .bootstrap-select .glyphicon.glyphicon-rate-RUB{
        background: url(/bitrix/templates/active/components/inside/converter/rates/images/flag-rub.png) no-repeat
    }
    div.currency_list .bootstrap-select .glyphicon.glyphicon-rate-USD{
        background: url(/bitrix/templates/active/components/inside/converter/rates/images/flag-usd.png) no-repeat
    }
    div.currency_list .bootstrap-select .glyphicon.glyphicon-rate-EUR{
        background: url(/bitrix/templates/active/components/inside/converter/rates/images/flag-eur.png) no-repeat
    }
    div.currency_list .bootstrap-select .glyphicon.glyphicon-rate-GBP{
        background: url(/bitrix/templates/active/components/inside/converter/rates/images/flag-gbp.png) no-repeat
    }
    div.currency_list .bootstrap-select .glyphicon.glyphicon-rate-CNY{
        background: url(/bitrix/templates/active/components/inside/converter/rates/images/flag-cny.png) no-repeat
    }
    div.currency_list .bootstrap-select .glyphicon.glyphicon-rate-JPY{
        background: url(/bitrix/templates/active/components/inside/converter/rates/images/flag-jpy.png) no-repeat
    }
div.currency_list .bootstrap-select .btn{
    padding:8px !important;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    font-weight: bold
}
div.currency_list table{
    width:100%;
    margin-top:20px;
}
div.currency_list td{
    padding:0 0 8px !important;
}
div.currency_list td.input_form  input{
    height: 39px;
    padding:8px 15px;
    border:1px solid #cbcbcb;
    border-left:0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    width:100%;
    font-size: 20px;
}
div.currency_list em{
    color:#787878;
    font-size: 14px
}
/* End */


/* Start:/bitrix/templates/active/template_styles.css?1756848092168860*/
@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.
 */

@font-face {
	font-family: "MyriadProBold";
	src: url("/bitrix/templates/active/fonts/MyriadProBold/MyriadProBold.eot");
	src: url("/bitrix/templates/active/fonts/MyriadProBold/MyriadProBold.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/active/fonts/MyriadProBold/MyriadProBold.woff") format("woff"), url("/bitrix/templates/active/fonts/MyriadProBold/MyriadProBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

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

.sc-maxwidth {
	max-width: 1220px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: 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: 34px;
	}
}

.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: #3e3e3f;
	font-size: 14px;
}

.clear {
	clear: both;
}

.btn,
.site-wrapper a {
	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;
	transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
	white-space: nowrap;
	display:inline-block;
	vertical-align: middle;
	margin:10px 0;
}

.block-content .link-border{
	color:#656f80;
	border-color:#b2b7c0;
	font-size: 15px;
	position: relative;
	top:-5px;
}

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

.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;
	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: 20px;
}

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

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

@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: 34px;
		font-weight: bold
	}
}

.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;
	vertical-align: 2px;
	margin-right: 10px;
}

.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;
}
.home-block-content{
	margin-top:0;
	margin-bottom:0;
	padding-bottom:30px;
	border-bottom:1px solid #e8e3ee;
}
.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: #cf4141;
}

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

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

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

.form .btn {
	margin-top: 5px;
}

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

.form .upload-button {
	margin: 0;
	position: relative;
	overflow: hidden;
	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;
}

.search-dropdown {
	visibility: hidden;
	background: #fff;
	border: 2px solid;
	position: relative;
	opacity: 0;
	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 {
	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: 1;
	border-radius: 50%;
	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: 0.8;
}

@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 span span{
	white-space: nowrap;
}
.top-panel .item:first-child {
	margin-left: 0;
}

.top-panel .item a {
	text-decoration: none;
	color: inherit;
}
.header-phone{
	font-size: 16px;
	font-weight: bold
}
.header-phone span{
	color:#ababab;
	font-weight: normal;
}
#footer .header-phone span{
	font-weight: bold
}
.top-panel .item a .fa {
	margin-right: 10px;
}

.top-panel .item .btn {
	vertical-align: middle;
	font-size: 15px;
	padding:0 0 0 37px;
	margin-left:10px;
	position: relative;
}
.top-panel .item .btn:before{
	content:'';
	width:24px;
	height: 24px;
	background: url(/bitrix/templates/active/img/phone-white.png) no-repeat;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-12px;
}
.top-panel .item .btn:hover span{
	border-color:transparent;
}
.top-panel .item .btn span{
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	color:#FFF;
	border-bottom:1px dotted #FFF;
}
.s_top_panel_text_white .top-panel {
	color: #fff;
	background: #160a29 !important
}

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

.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;
	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;
	transition: opacity 0.3s ease;
}

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

@media screen and (min-width: 768px) {
	.mobile-search {
		display: none !important;
	}
}

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

@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;
		background: #896dae
	}
}

@media screen and (min-width: 768px) {
	.s_header_type_1 #header .row {
		min-height: 110px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		-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:300;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	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: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-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 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#160a29+0,160a29+100 */
	background: #160a29; /* Old browsers */
	background: -moz-linear-gradient(top,  #160a29 0%, #160a29 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #160a29 0%,#160a29 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #160a29 0%,#160a29 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#160a29', endColorstr='#160a29',GradientType=0 ); /* IE6-9 */
	margin-top: 40px;
	margin-bottom: -40px;
	color: #fff;
	padding:41px 0 30px;
}

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

.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;
	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 {
	-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;
	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;
	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: 45px;
	text-align: center;
	color: #896dae;
	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: #b38fe3 !important;
}

.content-slider.s_arrows_side .slick-arrow:hover .fa {
	color: #562c8d;
}

@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;
	transition: all 0.2s ease-out;
	-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;
	-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 {
	-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;
	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: 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;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	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: transparent;
}

.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-arrow {
		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%;
	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;
	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;
	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: 36px;
}

.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;
		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 {
		-ms-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-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 {
	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;
	transition: opacity 0.3s ease;
}

.ms-collapse.opened {
	opacity: 1;
	visibility: visible;
	height: auto;
}

@keyframes fixedMenubar {
	0% {
		opacity: 0;
		top: -54px;
	}
	100% {
		opacity: 1;
		top: 0;
	}
}

.menubar {
	position: relative;
	z-index: 4;
	overflow: hidden;
	font-size: 14px;
	margin-left:-25px;
}

.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;
	transition: none;
}

.menubar.initialized {
	overflow: visible;
}

.menubar.initialized .menu {
	opacity: 1;
}

.menu-wrapper.active .menu > li {
	letter-spacing: 0;
	margin-left:25px;
}
.menu-wrapper.active .header-menu-btn{
	display: block;
	position: relative;
	float: right;
	left:auto;
	right:auto;
	border:2px solid #FFF;
	margin:15px 15px 10px 0;
	float: right
}

@media screen and (max-width: 767px) {
	.menubar {
		border-radius: 0;
		background-image: none;
	}
	.menubar .menu-header {
		display: block;
	}
	.menubar .menu-wrapper {
		padding-left: 0;
		padding-right: 0;
		opacity: 0;
		height: 0;
		visibility: hidden;
		transition: opacity 0.3s ease;
	}
	.menubar .menu-wrapper.active {
		height: auto;
		visibility: visible;
		opacity: 1;
	}
	.menubar .menu a {
		color: #fff;
		font-size: 16px;
		line-height: 18px;
		min-height: 20px;
		display: block;
		padding: 15px;
		text-decoration: none;
	}
	.menubar .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;
	}
	.menubar .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;
		transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
	}
	.menubar .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;
		transition: opacity 0.15s ease;
	}
	.menubar .menu .js_sub_toggle + a {
		padding-right: 50px;
	}
	.menubar .menu li {
		position: relative;
		border-bottom-color: rgba(0, 0, 0, 0.2);
		display: block !important;
	}
	.menubar .menu li.menu-more {
		display: none !important;
	}
	.menubar .menu li > .link {
		position: relative;
	}
	.menubar .menu li > .link a {
		border-left: none;
		border-right: none;
	}
	.menubar .menu li > .link a .badge {
		display: inline-block;
		vertical-align: 2px;
	}
	.menubar .menu li .submenu {
		display: none;
	}
	.menubar .menu li.hassub > .link > a {
		padding-right: 60px;
	}
	.menubar .menu li.active > .link a {
		font-weight: bold;
		background: none;
	}
	.menubar .menu li.hassub.open {
		background: rgba(255, 255, 255, 0.07);
	}
	.menubar .menu li.active {
		background: rgba(0, 0, 0, 0.07);
	}
	.menubar .menu li.open > .link > .js_sub_toggle i:after {
		opacity: 0;
	}
	.menubar .menu li.open > .submenu {
		display: block;
	}
	.menubar .menu ul a {
		padding-left: 30px;
	}
	.menubar .menu ul ul a {
		font-size: 14px;
		padding-left: 45px;
	}
	.menubar .menu .submenu li {
		border-color: transparent;
	}
}

@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:inline-block;
		vertical-align: baseline;
		float: none;
		white-space: nowrap;
	}
	.menubar .menu > li.menu-more {
		letter-spacing: 0;
	}
	.menubar .menu > li > .link > a {
		font-weight: bold;
		display: block;
		padding: 0 20px 0 0;
		height:26px;
		line-height:26px;
		text-align: center;
		font-size: 15px;
	}
	.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:5px;
		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;
		box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
		-webkit-backface-visibility: hidden;
		opacity: 0;
		border: 2px solid transparent;
		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 .menu .submenu-double{
		width:500px;
	}
	.menubar .menu .submenu-double ul{
		font-size: 0;
		letter-spacing: -5px;
		white-space: normal;
	}
	.menubar .menu .submenu-double .column{
		padding:0 13px;
	}
	.menubar .menu .submenu-double li{
		width:100%;
		margin:0;
		float: none;
		display:inline-block;
		vertical-align: top;
		font-size: 14px;
		letter-spacing: normal;
		white-space: normal
	}
	.menubar .menu .submenu-double li .column{}
	.menubar .menu .submenu-double li > .link > a{
		white-space: normal
	}
}

.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: 9px;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 54px;
	transition: opacity 0.15s ease;
}

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

@media screen and (min-width: 768px) {
	.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:45px;
		height:45px;
		line-height:45px;
		margin:-9px 0 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;
	}
	.menubar-search .search-toggle .fa-search{
		display: none;
	}
	.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;
		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;
}
.header-menu-btn{
	height: 45px;
	width:190px;
	text-decoration: none;
	-moz-border-radius:45px;
	-webkit-border-radius: 45px;
	border-radius:45px;
	text-align: center;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	position: absolute;
	right:54px;
	top:-8px;
	z-index: 100;
	color:#FFF;
	background: #896dae
}
.bx-context-toolbar-empty-area{
	background: none
}
@media screen and (min-width: 768px) {
	.m_fixed_menu .menubar {
		background: #fff;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 5;
		box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
		padding-bottom: 0 !important;
		animation: fixedMenubar 0.4s both;
	}
}

@media screen and (min-width: 768px) {
	.s_menubar_underline .menubar .menu-wrapper-in {
		padding-right: 240px;
	}
	.s_menubar_underline .menubar .menu a {
		color: #684b8f;
	}
	.s_menubar_underline .menubar .menu > li > .link a {
		color: #684b8f;
		padding: 0 17px 0 0;
	}
	.s_menubar_underline .menubar .menu > li.active > .link > a {
		background: none;
	}
	.menu > li:before {
		background: #896dae;
		content: '';
		position: absolute;
		bottom: -2px;
		left:0;
		right:32px;
		height: 2px;
	}
	.menu > li.root-item:before{
		right:18px;
	}

	.s_menubar_underline .menubar .menu > li:first-child > .link a {
		padding-left: 0;
	}
}

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

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

@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 .menubar .menu > li.active > .link a,
	.s_menubar_white_2 .menubar .menu > li.active > .link a {
		background: none;
	}
}

@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;
	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);
	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 > li > .submenu {
	display: none;
}

.side-menu-accordion > li > .submenu .submenu {
	display: none;
}

.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;
	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 .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 > li .submenu {
	padding: 6px 0 6px 12px;
}

.side-menu-accordion > li .submenu li {
	border-top: none;
}

.side-menu-accordion > li .submenu li a {
	padding-top: 9px;
	padding-bottom: 9px;
}

.side-menu-accordion > li .submenu li:hover > .link a {
	background: none;
	box-shadow: none;
}

.side-menu-accordion > li .submenu li > .link a:hover {
	text-decoration: underline;
}

.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;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
	-webkit-backface-visibility: hidden;
	opacity: 0;
	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;
}

.homeslider {
	clear: both;
	overflow: hidden;
	position: relative;
}

.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;
	border-bottom:3px solid #FFF;
}

.homeslider .slick-dots {
	position: absolute;
	bottom: 3%;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
	display: none !important;
}

.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%;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}

.homeslider .slick-dots li.slick-active button {
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}

.homeslider .slick-dots li.slick-active button:before {
	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: 1;
	cursor: pointer;
	transition: all 0.2s ease-out;
}

.homeslider .slick-arrow i {
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	text-align: center;
	font-size:41px;
	margin-top: -30px;
	width:59px;
	height:59px;
	line-height:55px;
	top: 50%;
	position: absolute;
	opacity: 0.4;
	border:2px solid #FFF;
	-moz-border-radius: 59px;
	-webkit-border-radius: 59px;
	border-radius: 59px;
}

.homeslider .slick-arrow:hover i {
	opacity: 0.8;
}

.homeslider .slick-prev {
	left: 0
}

.homeslider .slick-next {
	right: 0;
	background-position: 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 .item-in {
	position: absolute;
	display: block;
	width: 1220px;
	padding:0 15px;
	height: 100%;
	left: 50%;
	top: 50%;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-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: 46%;
	height: 100%;
}

.homeslider .anim {
	opacity: 0;
	transition: all 0.5s ease;
}

.homeslider .anim_in-fade_in {
	opacity: 0;
}

.homeslider .anim_in-scale_in {
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.homeslider .anim_in-scale_out {
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.homeslider .anim_in-slide_down {
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.homeslider .anim_in-slide_up {
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.homeslider .anim_in-slide_left {
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.homeslider .anim_in-slide_right {
	-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:36px;
	line-height:1.3;
	margin: 0 0 10px;
	font-family: "MyriadProBold";
}

.homeslider .slide-text .text {
	font-size: 16px;
	line-height: 24px;
}

.homeslider .slide-text .btn-wrap {
	margin: 15px -5px 0;
}

.homeslider .slide-text .btn-wrap .btn {
	margin: 5px;
	text-transform: uppercase;
	padding:10px 24px;
	height: 45px;
	font-size: 18px;
	text-transform: none;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
}

.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;
	-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 {
	padding-top: 33px;
	padding-bottom:40px;
	margin-bottom: 30px;
	background: url(/bitrix/templates/active/img/homes-icons-block.jpg) no-repeat center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.homes-icons-block {
	color: #333333;
}
.homes-icons-block .item{
	text-align: center;
	font-size: 14px;
	padding-left:10px;
	padding-right:10px;
}
.homes-icons-block .item .item-title{
	font-size: 18px;
	font-weight: bold;
	margin:0 0 10px;
	text-decoration: none;
}
.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 {
	height: 145px;
	text-align: center;
	margin:0 0 -12px;
}
.homes-icons-block .item-icon:before{
	content:'';
	height: 100%;
	width:0;
}
.homes-icons-block .item-icon:before,
.homes-icons-block .item-icon img{
	display:inline-block;
	vertical-align: middle;
}
.homes-icons-block .item-icon .fa {
	font-size: 32px;
}

.homes-icons-block .item-icon img {
	height: auto;
	max-width:95%;
}

.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: 14px;
}

.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: 1200px) {
	.homes-icons-block .item-content {

	}
}
.home-services-icons .row{
	font-size: 0;
	letter-spacing: -5px
}

.home-services-icons .item {
	margin-top: 16px;
	margin-bottom:0;
	color: #6f6f6f;
	clear:none !important;
	float: none !important;
	display:inline-block;
	vertical-align: top;
	letter-spacing: normal;
	font-size: 0;
	letter-spacing: -5px
}

.home-services-icons .item a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.home-services-icons .item a:hover .item-title span{
	border-color:transparent;
}

.home-services-icons .item a:hover .item-title .link-border {
	border-color: transparent;
}

.home-services-icons a .item-icon {
	float: left;
	width: 70px;
	height: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
	text-align: center;
	border:2px solid #896dae;
	background: #896dae;
}
.home-services-icons a:hover .item-icon{
	background: none
}
.home-services-icons .item-icon .fa {
	display:inline-block;
	vertical-align: middle;
}

.home-services-icons .item-icon img {
	max-width: 95%;
	height: auto
}
.home-services-icons .item-icon img, .home-services-icons .item-icon:before,
.home-services-icons .item-content:before{
	height: 100%;
	width:0;
}
.home-services-icons .item-icon img, .home-services-icons .item-icon:before,
.home-services-icons .item:before, .home-services-icons .item-content:before,
.home-services-icons .item-icon .fa, .home-services-icons .item-title{
	display:inline-block;
	vertical-align: middle;
	content:'';
}
.home-services-icons .item a .item-icon .fa{
	border:0;
}
.home-services-icons .item a:hover .item-icon .fa.fa-avia{
	background: url(/bitrix/templates/active/img/home-services-icons1.png) no-repeat 0 bottom;
}
.home-services-icons .item a .item-icon .fa.fa-avia{
	width:43px;
	height:42px;
	background: url(/bitrix/templates/active/img/home-services-icons1.png) no-repeat;
	margin-left:5px;
}
.home-services-icons .item a .item-icon .fa.fa-auto{
	width:53px;
	height:26px;
	background: url(/bitrix/templates/active/img/home-services-icons2.png) no-repeat;
}
.home-services-icons .item a:hover .item-icon .fa.fa-auto{
	background: url(/bitrix/templates/active/img/home-services-icons2.png) no-repeat 0 bottom;
}
.home-services-icons .item a .item-icon .fa.fa-jelezo{
	width:44px;
	height:28px;
	background: url(/bitrix/templates/active/img/home-services-icons3.png) no-repeat;
}
.home-services-icons .item a:hover .item-icon .fa.fa-jelezo{
	background: url(/bitrix/templates/active/img/home-services-icons3.png) no-repeat 0 bottom;
}
.home-services-icons .item a .item-icon .fa.fa-sea{
	width:42px;
	height:46px;
	background: url(/bitrix/templates/active/img/home-services-icons4.png) no-repeat;
}
.home-services-icons .item a:hover .item-icon .fa.fa-sea{
	background: url(/bitrix/templates/active/img/home-services-icons4.png) no-repeat 0 bottom;
}
.home-services-icons .item a .item-icon .fa.fa-sbor{
	width:48px;
	height:44px;
	background: url(/bitrix/templates/active/img/home-services-icons5.png) no-repeat;
	margin-top:-8px;
}
.home-services-icons .item a:hover .item-icon .fa.fa-sbor{
	background: url(/bitrix/templates/active/img/home-services-icons5.png) no-repeat 0 bottom;
}
.home-services-icons .item a .item-icon .fa.fa-opasnie{
	width:38px;
	height:30px;
	background: url(/bitrix/templates/active/img/home-services-icons6.png) no-repeat;
	margin-top:-6px;
}
.home-services-icons .item a:hover .item-icon .fa.fa-opasnie{
	background: url(/bitrix/templates/active/img/home-services-icons6.png) no-repeat 0 bottom;
}
.home-services-icons .item a .item-icon .fa.fa-negabarit{
	width:33px;
	height:32px;
	background: url(/bitrix/templates/active/img/home-services-icons7.png) no-repeat;
}
.home-services-icons .item a:hover .item-icon .fa.fa-negabarit{
	background: url(/bitrix/templates/active/img/home-services-icons7.png) no-repeat 0 bottom;
}
.home-services-icons .item a .item-icon .fa.fa-cmr{
	width:57px;
	height:20px;
	background: url(/bitrix/templates/active/img/home-services-icons8.png) no-repeat;
}
.home-services-icons .item a:hover .item-icon .fa.fa-cmr{
	background: url(/bitrix/templates/active/img/home-services-icons8.png) no-repeat 0 bottom;
}
.home-services-icons .item-content {
	letter-spacing: -5px;
	font-size: 0;
	font-weight: bold;
	height: 70px;
	margin-left:86px;
}

.home-services-icons .item-title {
	letter-spacing: normal;
	max-width:97%;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.25;
	color: #000;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
.home-services-icons .item-title span{
	border-bottom:2px solid #232323;
}
.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;
	}
}

.home-logos-slider .item {
	height: 60px;
	text-align: center;
	transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
}

.home-logos-slider .item a {
	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;
	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;
	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;
	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;
	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:38px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	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 {
	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: 15px;
	color: #686868;
	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 a,
.items-view-slider .item-title a {
	display: block;
	font-weight: 600;
	color: #000;
	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;
	}
	.items-view-grid .item-img,
	.items-view-slider .item-img {
		margin: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 a,
	.items-view-slider .item-title a {
		font-size: 16px;
		font-weight: 600;
	}
}

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

.items-view-slider .item {
	float: left;
	width: 33.333%;
}

@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: 32%;
}
.items-view-list .item-img img{
	width:100%;
}

.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 {
	float: left;
	width: 68%;
	padding-left:25px;
}

.items-view-list .item-content > *:first-child {
	margin-top: 0;
}
.items-view-list .item-content p{
	margin:0;
}
.items-view-list .item-content .item-btns{
	margin-top:6px;
}
.items-view-list .item-content .item-text{
	margin-top:6px;
}
.items-view-list .item-content .item-title{
	margin-top:6px;
}
.items-view-list .item-content .item-title a{
	font-size: 17px;
	font-weight: bold;
	color:#272727
}
.items-view-list .item-content .item-btns .btn{
	padding:10px 20px;
	height: 40px;
	font-size: 15px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

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

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

.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;
	transition: none;
	color: #333333;
	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;
	font-weight: bold;
	color: #727272;
	vertical-align: -1px;
}

.contacts-page .contacts-info .phone strong{
	color:#272727;
}

.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 {
	padding:31px 0 60px;
	position: relative;
	margin:30px 0 -40px;
}
.contacts-page h2{
	margin-bottom:25px;
}
.contacts-page p{
	line-height:25px;
}
.contacts-page .contacts-form h2{
	margin-top:0;
	color:#FFF;
}
.contacts-page .contacts-form:before{
	position: absolute;
	content:'';
	z-index: 90;
	top:0;
	bottom:0;
	left:-1000px;
	right:-1000px;
	background: #896dae
}
.contacts-page .contacts-form-in{
	position: relative;
	z-index: 100
}


.contacts-page .contacts-form .btn {
	margin-top: 10px;
}

.contacts-page .contacts-form textarea {
	height: 203px;
}

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

.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 5px;
	font-size: 15px;
}

.side-managers-block .phone {
	font-weight: 700;
	font-size: 15px
}

.side-banner {
	width: 245px;
}

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

.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;
	transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 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:15px;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #b6b6b6;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	text-decoration: none;
	display: inline-block;
	margin: 0 15px 15px 0;
	padding: 10px 17px;
	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;
	transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 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;
	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 .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 {
	-ms-transform: scale(0.6);
	transform: scale(0.6);
	-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;
	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 {
		-ms-transform: scale(0.5);
		transform: scale(0.5);
		-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 {
	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 > .fa {
	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;
	}
	.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;
	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: 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;
	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;
	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;
	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;
	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;
	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;
	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;
	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;
	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;
	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;
	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: " ";
	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: 1360px) {
	.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: 1361px) {
	.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;
	transition: transform 0.2s ease-in, opacity 0.15s ease-in;
	opacity: 0;
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.modal_form.loaded .modal-dialog {
	opacity: 1;
	-ms-transform: scale(1);
	transform: scale(1);
}

.modal_form .modal-title {
	font-size: 18px;
	font-weight: 600;
}

.modal_form .modal-subtitle {
	margin-top: 10px;
	font-size: 13px;
	line-height: 18px;
}

.modal_form .modal-subtitle p {
	margin: 0;
}

.modal_form .captcha-block .captcha-img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.modal_form .captcha-block input {
	width: 185px;
}

.modal-dialog.modal-custom .wizard .form .row {
	margin: 0 -27px;
	padding-right: 30px;
}

.wizard .form .row .col.col-12 {
	width: 100%;
}

.modal-dialog.modal-custom.modal-small .wizard .form .row {
	margin: 0 -27px;
	padding-right: 0;
}

body .modal-dialog.modal-custom .wizard > .content {
	background: #fff;
	margin: 0;
	padding: 0px;
}

.header-menu-btn.static {
	position: static;
	display: inline-block;
	margin-top: 10px;
	width: 100%;
}

.header-menu-btn.inline {
	position: static;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}

body .modal-dialog.modal-custom .wizard > .content > .body {
	width: 100%;
	padding: 25px 15px 25px;
	position: relative;
	box-shadow: none;
}

.wizard > .content > .body {
	height: auto;
}

@media screen and (min-width: 440px) {
	.modal_form .modal-dialog {
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
	}

	.modal_form .modal-dialog.modal-lg {
		max-width: 900px;
	}
}

#filter_mobile_modal .modal-dialog {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

#filter_mobile_modal.in .modal-dialog {
	opacity: 1;
	-ms-transform: scale(1);
	transform: scale(1);
}

@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 */
.s_menubar_underline .menubar{
	min-height: 3px !important
}


.home-projects-slider{
	margin-top:13px;
}
.home-projects-slider .item-content{
	margin-top:-10px;
}
.home-projects-slider .items-view-slider .item-in{
	border:0;
	padding:0;
	text-align: center;
}
.home-projects-slider.content-slider .item{
	padding:0 11px 15px;
}
.home-projects-slider .items-view-slider .item-in .item-title a{
	text-decoration: none;
	border-bottom:2px solid #5c5c5c;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	display:inline;
}
.home-projects-slider .items-view-slider .item-in .item-title a:hover{
	border-color:transparent;
}
.items-view-slider .item{
	padding:0 10px 10px;
}
.items-view-slider .item .item-in{
	padding:0;
	background: #FFF
}
.items-view-slider .item .item-in .item-content{
	padding:20px;
}
.block-home-news{
	background: url(/bitrix/templates/active/img/block-logist-bg.png);
	padding-bottom:30px;
}
.block-home-news .item-in{
	border:0;
}
.block-home-news .item-in .item-content{
	border:1px solid #cccccc;
	border-top:0;
	height: 255px
}
.block-home-news .tabs-ctrl{
	margin-bottom:10px;
	margin-top:20px;
}
.block-home-news .content-slider-in{
	overflow: visible;
}
.block-home-news .content-slider .slider{
	margin:0 -10px;
}
.block-home-sertificate .block-title{
	margin-bottom:0;
}
.block-home-sertificate .content-slider{
	margin:0 45px;
}
.block-home-sertificate .content-slider .item{
	padding:0 5px;
}
.block-home-sertificate .content-slider .content-slider-in .slick-list{
	padding:10px;
}
.block-home-sertificate .content-slider .item .item-img{
	padding:5px;
}
.block-home-sertificate .content-slider .item .item-img a{
	padding:5px;
	-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 3px rgba(0, 0, 0, 0.3);
}
.block-home-sertificate .content-slider .item .item-img img{
	width:100%;
	height: auto
}
.block-home-sertificate .content-slider .item .item-img.img-middle:before{
	display: none;
}
.block-home-sertificate .content-slider .item  .img-middle-in{
	position: relative;
}
#header{
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.3);
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 500
}
.s_page_heading_texture .page-heading{
	background: #f0f0f0 !important
}
.page-heading h1, .page-heading .h1{
	font-size:34px
}
.contacts-page h2{
	font-size: 26px;
	text-transform: uppercase;
}
.contacts-page{
	font-size: 16px;
}
.contacts-page .form label{
	color:#FFF;
	font-size: 15px;
	font-weight: bold
}
.contacts-page .form label i{
	display: none;
}
.contacts-page .form label .red_star{
	color:#FFF;
}
.form .form-control{
	border:1px solid #cbcbcb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: none;
}
.contacts-page .form .btn{
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
	height: 45px;
	padding:0 25px;
	font-size: 18px;
	font-weight: bold;
	color:#FFF;
	background: #644f80;
	text-transform: none;
}
body{
	color:#272727;
}
.site-wrapper{
	/*overflow: hidden;*/
}
.prefooter .footer-title{
	font-size: 18px;
	font-weight: bold;
	margin:0 0 10px;
}
.prefooter .col{
	padding:0 15px;
	width:13%;
	float: left;
}
.prefooter .col-last{
	width:10%;
}
.prefooter .col2{
	width:19.25%;
}
.prefooter .footer-title a{
	color:#FFF;
	text-decoration: none;
}
.footer-menu{
	list-style: none;
	padding:0;
	margin:0
}
.footer-menu li{
	padding:0 0 5px;
	margin:0;
}
.footer-menu li a{
	color:#cab6e4;
	font-size: 13px;
	text-decoration: none;
}
#footer{
	background: #0d0716 !important;
	font-size: 13px;
}
.fecs-logo{
	float: left;
	margin-right:13px;
	text-align: right;
}
.fecs-logo a{
	color:#FFF;
	text-decoration: none;
}
.fecs-logo span{
	display: block;
}
.fecs-link{
	float: left;
	text-align: left;
}
.fecs-link a{
	font-size: 12px;
	color:#abb1b3;
	font-family: 'Trebuchet MS';
	text-decoration: none;
}
.fecs-link a:hover{
	text-decoration: underline;
}
.footer-addr{
	padding-left:60px;
	position: relative;
	width:28%;
	float: left;
}
.footer-addr a{
	text-decoration: none;
	color:#FFF;
	display:inline-block;
	vertical-align: middle;
	margin:0 0 10px;
}
.footer-addr .header-phone{
	color:#FFF;
}
.footer-addr .header-phone{
	font-size: 15px;
}
.footer-addr:before{
	width:45px;
	height: 65px;
	background: url(/bitrix/templates/active/img/footer-addr.png) no-repeat;
	position: absolute;
	left:0;
	top:0;
	content:'';
}
.footer-addr{
	width:28%;
}
.footer-social{
	width:27%;
}
.fecs-block{
	width:20%;
}
.fecs{
	display:inline-block;
	vertical-align: middle;
}
.footer-social, .fecs, .footer-copyright{
	float: left;
}
.footer-social, .fecs{
	text-align: right;
	float: left;
}
.footer-social .hidden-sm{
	display: block !important;
}
.footer-social .si{
	width:40px;
	height: 40px;
	border:2px solid #FFF;
	font-size: 0;
	letter-spacing: -5px;
	text-align: center;
	background: none;
}
.footer-social .social-icons li .si .fa-instagram{
	background: none
}
.footer-social .si:before{
	content:'';
	height: 100%;
	width:0;
	display:inline-block;
	vertical-align: middle;
}
.footer-social .social-icons .si .fa{
	font-size: 20px;
	letter-spacing: normal;
	display:inline-block;
	vertical-align: middle;
	color:#FFF;
}
.footer-social .social-icons .si .fa{
	font-size: 20px
}
.social-icons li .si{
	background: none
}
.social-icons li .si .fa-vk{
	color:#226ecc;
}
.social-icons li .si .fa-facebook{
	color:#1225e1
}
.social-icons li .si .fa-instagram{
	background: url(/bitrix/templates/active/img/social-instagram.png) no-repeat;
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align: middle;
	color:transparent;
}
.social-icons li .si .fa-linkedin{
	color:#597cbe
}
.rates-in-header{
	vertical-align: middle;
	font-size: 14px;
	margin-right:28px;
}
.rates-in-header > span:first-child:before,
.top-panel .in .header-time span.first:before{
	display: none;
}
.rates-in-header > span:before, .top-panel .in .header-time span:before{
	content:'';
	height: 12px;
	border-left:1px solid #5c546a;
	display:inline-block;
	vertical-align: middle;
	margin:0 14px 0 6px;
}
.rates-in-header > span span:before, .top-panel .in .header-time span span:before{
	display: none;
}
.top-panel .in .header-time span:before{
	margin-left:14px;
}
.top-panel .in .item .time-ico{
	background: url(/bitrix/templates/active/img/time-white-22x22.png) no-repeat;
	display:inline-block;
	vertical-align: middle;
	width:22px;
	height:22px;
	margin-right:9px;
}
.side-block .h3.item-title{
	font-size: 20px;
	text-transform: uppercase;
}

.sidebar-useful{
	width:100%;
}
.sidebar-useful .item{
	width:100%;
	margin:0 0 20px;
	overflow: hidden;
}
.sidebar-useful .item img{
	max-width:86px;
	position: relative;
	float: left;
}
.sidebar-useful .item .img-caption{
	position: relative;
	margin-left:100px;
	color:#252525;
	font-size: 14px;
	display: block;
	text-align: left;
	font-weight: normal;
}
.sidebar-useful .item .img-caption span{
	padding:0;
}
.sidebar-useful .item .img-caption-bg{
	display: none;
}
.menu.side-menu{
	border:1px solid #e1e1e1;
}
.menu.side-menu li{
	border:0;
}
.menu.side-menu li.root-item.active{
	background: #896dae
}
.menu.side-menu li.root-item.active a{
	color:#FFF;
}
.menu > li:before{
	left:0;
	right:16px;
	background:#684b8f;
	height:2px
}
.menu > li.hassub:before{
	right:32px;
}
.menu.side-menu > li:before{
	background: #e3e3e3;
	left:15px;
	right:15px;
	height: 1px;
}
.side-menu li > .link > a{
	font-weight: normal;
	padding-left:15px;
	padding-right:15px;
}
.service-banner{

}
.content .multicol-icons-block{
	border:5px solid #896dae;
	margin:30px 0 40px;
	padding:25px 25px 10px;
}
.content .multicol-icons-block .row{
	font-size: 0;
	letter-spacing: -5px
}
.content .multicol-icons-block .item{
	float: none;
	display:inline-block;
	vertical-align: top;
	font-size: 15px;
	letter-spacing: normal;
	margin:0 0 15px;
}
.multicol-icons-block .item .fa-benefits1{
	width:27px;
	height: 36px;
	background: url(/bitrix/templates/active/img/benefits1.png) no-repeat;
}
.multicol-icons-block .item .fa-benefits2{
	width:36px;
	height:35px;
	background: url(/bitrix/templates/active/img/benefits2.png) no-repeat;
}
.multicol-icons-block .item .fa-benefits3{
	width:32px;
	height:35px;
	background: url(/bitrix/templates/active/img/benefits3.png) no-repeat;
}
.multicol-icons-block .item .fa-benefits4{
	width:35px;
	height:36px;
	background: url(/bitrix/templates/active/img/benefits4.png) no-repeat;
}
.multicol-icons-block .item .fa-benefits5{
	width:40px;
	height:35px;
	background: url(/bitrix/templates/active/img/benefits5.png) no-repeat;
}
.multicol-icons-block .item .fa-benefits6{
	width:36px;
	height:35px;
	background: url(/bitrix/templates/active/img/benefits6.png) no-repeat;
}
.content .multicol-icons-block .item-content{
	font-size: 0;
	letter-spacing: -5px;
}
.content .multicol-icons-block .item-content:before,
.content .multicol-icons-block .item-content .item-text{
	display:inline-block;
	vertical-align: middle;
	font-size: 15px;
	letter-spacing: normal;
}
.content .multicol-icons-block .item-content:before{
	content:'';
	width:0;
	height:35px
}
.content .multicol-icons-block .item-content .item-text{
	max-width:99%;
}
.service-banner{
	margin:0 0 30px;
	padding:5px;
	position: relative;
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
}
.service-banner .service-img{
	position: relative;
	z-index: 90;
	float: left;
	width:100%;
	overflow: hidden;
	height: 100%
}
.service-banner .service-img img{
	height: 100%;
	float: right;
	/*min-width: 100%*/
}
.service-banner p{
	margin:0 0 17px;
	color:#505c69;
	font-size: 16px
}
.service-banner .item-title{
	font-size: 30px;
	font-weight: bold;
	margin:0 0 20px;
}
.service-banner .service-banner-caption{
	z-index: 100;
	padding:20px 440px 20px 20px;
	position: relative;
	float: left;
	width:100%;
	margin-left:-100%;
}
.content{
	font-size: 15px;
	line-height: 24px
}
.content h3{
	font-size: 20px;
}
.content h2{
	font-size: 26px;
}
.content-usluga ul{
	list-style: none;
	margin:0;
	padding:0;
}
.content-usluga ul li{
	padding-left:23px;
	position: relative;
}
.content-usluga ul li:before{
	width:9px;
	height: 9px;
	background: #896dae;
	position: absolute;
	left:0;
	top:8px;
	content:'';
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

.content-usluga .table-simple tr{
	position: relative;
}
.content-usluga .table-simple tr:before{
	position: absolute;
	content:'';
	left:57px;
	right:33px;
	height: 1px;
	background: #d7d7d7
}
.content-usluga .table-simple th{
	background: #896dae;
	color:#FFF;
}
.content-usluga .table-simple th, .content-usluga .table-simple td{
	padding:18px 22px;
	border:0;
	vertical-align: middle;
}
.content-usluga .table-simple td{
	background: #f0f0f0;
}
.content-usluga .table-simple tbody tr:first-child td{
	border-top:0;
}
.table-wrapper{
	overflow: auto
}
.checkbox, .radio{
	padding-left:30px;
	font-size: 15px;
	margin-bottom:8px;
}
.form .checkbox label, .form .radio label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 15px;
	padding-left:0;
}
.checkbox label::before, .radio label::before {
	content: "";
	display: inline-block;
	width:20px;
	height:20px;
	margin-left: -30px;
	margin-right:10px;
	top:1px;
	border:2px solid #c1c1c1;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	line-height: 16px;
	text-align: center;
	color:#FFF;
	font-size: 16px;
	position: absolute;
	font-family: "FontAwesome";
	content: "\f00c";
}
.radio label::before{
	border:2px solid #cacaca;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	top:50%;
	margin-top:-10px;
}
.radio label::before{
	content:'';
}
.hint-right{
	padding-right:30px;
}
.hint-right .hint{
	position: absolute;
	right:0;
	top:0;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
	opacity: 0;
	z-index: 1;
	cursor: pointer;
	position: absolute;
	left:-9999px;
}
.checkbox input[type="checkbox"]:checked + label::before,
.radio input[type="checkbox"]:checked + label::before{
	background: #896dae;
	border-color:#896dae;
}
.radio input[type="radio"]:checked + label::before{
	border:7px solid #8469a8;
}
.hint{
	background: #dae1e5;
	width:20px;
	height: 20px;
	text-align: center;
	background: url(/bitrix/templates/active/img/hint.png) no-repeat;
	display:inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-left:5px;
	margin-top:-3px;
}
.hint-right .hint{
	margin-top:0;
}
.tooltip{
	z-index: 10000;
	background: #896dae
}
.tooltip.top{
	margin-top:-8px;
	width:265px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:0;
}
.tooltip.in{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
	-moz-opacity: 1; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
	opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}
.tooltip.top .tooltip-arrow{
	position: absolute;
	left:50% !important;
	margin-left:-8px;
	bottom:-15px;
	border:8px solid transparent;
	border-top:7px solid #896dae;
}
.tooltip-inner{
	background: none;
	padding:5px;
	width:100%;
	max-width:none;
	-webkit-box-shadow:0 0 9px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 0 9px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 9px rgba(0, 0, 0, 0.3);
	font-size: 14px;
	color:#FFF;
	text-align: center;
}
.wizard .btn:hover{
	background: #644f80
}
.wizard{
	padding:15px 10px;
	position: relative;
	margin-top:-30px;
	overflow: visible;
}
.wizard section{
	width:100%;
}
.main.with-sidebar .wizard .content{
	width:100%;
	margin:0;
	padding:6px;
	float: none;
	clear:both;
	min-height: auto;
	background: #FFF;
	overflow: visible;
	line-height: 20px
}
.main.with-sidebar .wizard .content .wizard-step1  p{
	margin:0 0 5px;
}
.main.with-sidebar .wizard .content .wizard-step2 p{
	margin:0 0 25px;
}
.main.with-sidebar .wizard .content .wizard-step2 .form-group2 p{
	margin:0 0 5px;
}
.wizard > .content > .body label{
	margin-bottom:3px;
}
.main .wizard > .content > .body{
	width:100%;
	padding:25px 30px 84px;
	position: relative;
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
}
.main .wizard > .content h3{
	margin:0 0 12px;
	text-transform: uppercase;
}
.main .wizard ul li:before{
	display: none;
}
.main .wizard > .steps{
	display: none;
}
.main .wizard > .steps > ul > li{
	width:20% !important;
}
.main .wizard > .steps > ul > li a{
	margin:0 !important;
}
.main .wizard .actions{
	clear:both;
	position: absolute;
	bottom:25px;
	left:38px;
	bottom:45px;
	text-align: left;
}
.main .wizard .actions li{
	padding:0;
	margin:0 5px;
}
.wizard > .actions > ul > li.disabled{
	display: none;
}
.wizard > .actions > ul > li a,
.wizard > .actions > ul > li a:hover{
	background: #896dae;
	height: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
	padding:10px 25px;
}
.wizard > .actions > ul > li a:hover{
	background: #644f80;
}
.wizard > .actions > ul > li:first-child a{
	background: #644f80
}
.wizard .form .row{
	margin:0 -27px;
	padding-right:60px;
}
.wizard .form .row .col{
	padding-left:27px;
	padding-right:27px;
	width:50%;
	float: left;
}
.wizard-step2 .form .row .col{
	padding-bottom:15px;
}
.wizard .form .row .col-col{
	padding-left:27px;
	padding-right:27px;
	width:100%;
}
.wizard .form .grey-group .row .col{
	padding-right:34px;
	padding-left:27px;
}
.wizard .form .grey-group .row .col:first-child{
	padding-left:27px;
}
.wizard .form h4{
	font-size: 18px;
	margin:0 0 5px;
}
.wizard .form .col h4{
	margin-bottom:15px;
}
/*.wizard .col-path-start:before{
    border-top:1px solid #cbcfd1;
    position: absolute;
    content:'';
    left:27px;
    right:-43px;
    top:50%;
    margin-top:-7px;
    z-index: 90
  }*/
.wizard .col-path-start{
	position: relative;
}
.wizard .col-path-start h4{
	display:inline-block;
	vertical-align: middle;
	padding-right:10px;
	background: #FFF;
	position: relative;
	z-index: 100
}
.wizard label{
	font-size: 15px
}
.add-link{
	margin-left:20px;
	position: relative;
	border-bottom:1px dotted #896dae;
	display:inline;
	vertical-align: middle;
	color:#896dae;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px
}
.add-link:hover{
	border-color:transparent;
}
.add-link:before{
	content:'+';
	font-weight: bold;
	color:#896dae;
	position: absolute;
	left:-20px;
	top:0;
	font-size:26px
}
.file-attach{
	border:2px solid #8c70b0;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	height: 30px;
	padding:0 16px 0 28px;
	position: relative;
	width:164px;
	margin:0 0 15px;
}
.file-attach input{
	position: absolute;
	left:0;
	top:0;
	height: 100%;
	width:100%;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE 5.5+*/
	-moz-opacity: 0; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0; /* Konqueror 3.1, Safari 1.1 */
	opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
	z-index: 100;
	cursor: pointer;
}
.file-attach:before{
	z-index: 90;
	content:'';
	width:10px;
	height: 20px;
	background: url(/bitrix/templates/active/img/file-attach.png) no-repeat;
	position: absolute;
	left:12px;
	top:50%;
	margin-top:-10px;
}
/*.file-attach:after{
    content:'Загрузить файл';
    line-height:26px;
    color:#896dae;
    font-size:14px;
    position: absolute;
    right:16px;
    z-index: 90
  }*/
.bootstrap-file-uploader .btn{
	display: none;
}
.wizard > .content > .body .bootstrap-file-uploader input{
	background: none;
	border:0;
	padding:0 10px 0 30px;
	color:#8c70b0;
	outline: none
}
.wizard > .content > .body .add-wrapper .inline{
	vertical-align: top
}
.wizard > .content > .body .add-wrapper label.inline{
	margin-top:4px !important;
}
.wizard hr{
	border-top:1px solid #dadada;
	margin:25px -30px;
	height: 0
}
.wizard .form-control, .wizard .form .form-group{
	margin-bottom:10px;
}
.wizard .form .form-group2{
	margin-bottom:25px;
}
.wizard .form .form-group .form-control,
.wizard .form .form-group2 .form-control{
	margin-bottom:0;
}
.wizard .form .row .row{
	margin-left:-15px;
	margin-right:-15px;
	padding-right:0;
}
.wizard > .content > .body .inline{
	display:inline-block;
	vertical-align: middle;
	margin:0 15px 5px 0;
}
.wizard > .content > .body em{
	color:#8a8a8a;
}
.strong{
	font-weight: bold
}
.wizard > .content > .body .element-caption-wrap{
	padding-right:40px !important;
	position: relative;
}
.wizard > .content > .body .element-caption{
	position: absolute;
	right:-7px;
	top:8px;
	width:40px;
	white-space: nowrap;
	font-size: 12px
}
.nowrap{
	white-space: nowrap;
}
.wizard > .content > .body .grey-group{
	background: #f0f0f0;
	padding:28px 24px;
}
.wizard > .content > .body .grey-group{
	font-size: 14px
}
.wizard > .content > .body .grey-group > .row{
	padding-right:34px;
}
.wizard > .content > .body .grey-group > .row2{
	margin:0 -10px;
	padding-right:40px;
}
.wizard > .content > .body .grey-group > .row .col:first-child{
	padding-right:39px;
}
.wizard > .content > .body .grey-group .baseline{
	padding-top:8px !important;
}
.wizard > .content > .body .grey-group .bootstrap-select.btn-group .dropdown-toggle .filter-option,
.wizard > .content > .body .grey-group .bootstrap-select.btn-group .dropdown-menu.inner li a,
.wizard > .content > .body .grey-group .bootstrap-select .btn,
.wizard > .content > .body .grey-group .form-control{
	font-size: 13px;
	background: #f0f0f0
}
.warning{
	margin:0 0 15px;
	padding:10px 15px;
}
.warning p{
	margin:0;
}
.warning.pink{
	background: #efdede
}
.wizard > .content > .body .grey-group .col-str-1{
	width:4%;
}
.wizard > .content > .body .grey-group .form-control{
	padding-left:10px;
	padding-right:10px;
}
.wizard > .content > .body .grey-group .col-str-2{
	width:17.44%;
}
.wizard > .content > .body .grey-group .col-str-1,
.wizard > .content > .body .grey-group .col-str-2,
.wizard > .content > .body .grey-group .col-str-3,
.wizard > .content > .body .grey-group .col-str-4,
.wizard > .content > .body .grey-group .col-str-01,
.wizard > .content > .body .grey-group .col-str-02,
.wizard > .content > .body .grey-group .col-str-03{
	padding:0 10px;
	float: left;
}
.wizard > .content > .body .grey-group .col-str-3{
	width:26.16%;
}
.wizard > .content > .body .grey-group .col-str-01{
	width:13.9%;
}
.wizard > .content > .body .grey-group .col-str-02{
	width:16.9%;
}
.wizard > .content > .body .grey-group .col-str-03{
	width:23%;
}
.wizard > .content > .body .grey-group .col-str-4{
	width:34.88%;
}
.wizard > .content > .body textarea.form-control{
	height: 90px
}
textarea.form-control{
	resize: none;
}
.wizard > .content > .body .comment-textarea.form-control{
	height: 100px
}
.wizard > .content > .body .grey-group .col-link{
	padding-left:27px;
	clear:both;
}
.wizard > .content > .body label.error, label.error{
	margin:-5px 0 10px;
	display: block;
	font-size: 13px;
	color:red;
	font-weight: normal;
	float: left;
	width:100%;
	clear:both;
}
.wizard > .content > .body .form-group2 label.error, .form-group2 label.error,
.wizard > .content > .body .form-group label.error, .form-group label.error{
	margin-top:5px !important;
}
.bootstrap-select label.error{
	margin-top:5px !important;
}
.grey-group label.error{
	margin-top:5px !important;
}
.homeslider .slick-arrow{
	width:0;
	height: 0;
	position: static;
}
.homeslider .slick-arrow .fa{
	left:50%;
	margin-left:-710px;
	top:50%;
	margin-top:-30px;
	z-index: 100;
	right:auto;
}
.homeslider .slick-next .fa{
	right:50%;
	left:auto;
	margin-left:0;
	margin-right:-710px;
}
@media screen and (max-width:1444px){

	.homeslider .slick-arrow .fa{
		left:10px;
		margin-left:0;
		margin-right:0;
	}
	.homeslider .slick-next .fa{
		right:10px;
		left:auto;
	}
}
@media screen and (max-width:1320px){
	.homeslider .slide-text{
		padding-left:50px;
	}
	.wizard > .content > .body .grey-group > .row2,
	.wizard > .content > .body .grey-group > .row{

		padding-right:0;
	}
}
@media screen and (max-width:1199px){
	#footer-in .footer-social{
		width:22%;
	}
	.fecs-block{
		float: right;
		width:22%;
	}
	.content-usluga .table-simple tr:before{
		left:33px;
	}
	.wizard > .content > .body .grey-group .nowrap{
		white-space: normal
	}
	.wizard > .content > .body .grey-group > .row .col:first-child{
		padding-right:10px;
	}
}
@media screen and (max-width:1149px){
	.homeslider .slide-text{
		padding-left:0;
	}
}
@media screen and (max-width:1100px){
	.prefooter .col{
		width:16.66%;
	}
	.service-banner .service-banner-caption{
		padding-right:120px;
		z-index: 100;
		color:#FFF;
	}
	.service-banner .service-banner-caption p{
		color:#FFF;
	}
	.service-banner .service-img{
		z-index: 80
	}
	.service-banner:before{
		z-index: 90;
		content:'';
		background: #000;
		position: absolute;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
		-moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
		-khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
		opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
		left:0;
		width:100%;
		height: 100%;
		top:0;
		border:5px solid #FFF;
	}
}
@media screen and (max-width:991px){
	.prefooter .col2, .prefooter .col{
		width:33.33%;
		padding-bottom:15px;
	}
	.prefooter .col-last{
		width:16%;
	}
	.footer-addr, .footer-copyright,
	#footer-in .footer-social, .fecs-block{
		width:50%;
		text-align: left;
		padding-bottom:15px;
	}
	.homes-icons-block .item-icon{
		width:100%;
	}
	.wizard .form .row .col{
		width:100%;
	}
	.wizard > .content > .body .grey-group > .row3 .col{
		width:50%;
	}
	.wizard .col-path-start:before{
		display: none;
	}
	.wizard-step3 .form .row .col{
		margin:0 0 20px;
	}
	.wizard > .content > .body .grey-group > .row3 .col{
		width:100%;
		padding-right:30px !important;
	}
	.wizard > .content > .body .grey-group .col{
		padding-left:27px !important;
	}
	.wizard > .content > .body .grey-group .add-one{
		margin-bottom:10px;
	}
	.wizard > .content > .body .grey-group .col-xs-6{
		width:58.33333%;
		margin-bottom:10px;
	}
	.wizard > .content > .body .grey-group .col-str-4,
	.wizard > .content > .body .grey-group .col-str-3,
	.wizard > .content > .body .grey-group .col-str-2,
	.wizard > .content > .body .grey-group .col-str-01,
	.wizard > .content > .body .grey-group .col-str-02,
	.wizard > .content > .body .grey-group .col-str-03{
		width:58.33333%;
		margin-bottom:10px;
		padding-left:0;
	}
}
@media screen and (max-width:767px){
	.prefooter .col{
		width:33%;
		text-align: left;
	}
	.prefooter .col2{
		text-align: left;
	}
	.homeslider .slide-text{
		padding-left:50px;
	}
	.sidebar{
		clear:both;
	}
}
@media screen and (max-width:620px){
	.homeslider .slide-text{
		padding-left:50px;
	}
	.homeslider .slide-text, .homeslider .slide-img{
		width:90%;
	}
	.content .multicol-icons-block .item{
		width:100%;
	}
	.homeslider .slick-arrow i{
		width:36px;
		height: 36px;
		font-size: 30px;
		line-height: 30px
	}
}
@media screen and (max-width:520px){
	.wizard > .content > .body .grey-group .col-xs-7,
	.wizard > .content > .body .grey-group .col-xs-5,
	.wizard > .content > .body .grey-group .col-xs-full{
		width:100%;
	}
	.wizard .form-control, .wizard .form .form-group{
		margin-bottom:0;
	}
	.wizard > .content > .body .grey-group > .row3 .col-link{
		margin-top:20px;
	}
	.wizard > .content > .body .grey-group .add-one{
		margin-bottom:10px;
	}
	.wizard > .content > .body .grey-group .col-str-4,
	.wizard > .content > .body .grey-group .col-str-3,
	.wizard > .content > .body .grey-group .col-str-2,
	.wizard > .content > .body .grey-group .col-str-01,
	.wizard > .content > .body .grey-group .col-str-02,
	.wizard > .content > .body .grey-group .col-str-03{
		width:100%;
		padding-left:15px;
	}
	.wizard > .content > .body .grey-group .col.hidden-lg .col-xs-5{
		width:20px;
		padding-right:0;
	}
	.wizard > .content > .body .grey-group .col.hidden-lg .col-xs-7{
		width:50px;
	}
}
@media screen and (max-width:479px){
	.prefooter .col{
		width:50%;
		text-align: left;
	}
	.footer-addr{
		margin-left:15px;
	}
	.footer-addr, .footer-copyright,
	#footer-in .footer-social, .fecs-block{
		width:100%;
	}
	.home-services-icons .item{
		margin-bottom:0;
		width:100%;
	}
	.wizard .form .row{
		padding-right:0;
	}
	.home-projects-slider.content-slider .item{
		padding:0 2px;
	}
	.home-projects-slider.content-slider .items-view-slider .item .item-in .item-content{
		padding:20px 5px;
	}
}
.grey-group .add-one{
	clear:both;
}
.group-elements .element, .group-elements .file-attach,
.group-elements2 .element2, .group-elements2 .file-attach{
	background: #f0f0f0 !important;
	border:1px solid #ccc !important;
}
.group-elements .bootstrap-select.element .btn,
.group-elements2 .bootstrap-select.element2 .btn{
	background: #f0f0f0 !important;
}
.group-elements .file-attach,
.group-elements2 .file-attach,
.group-elements.active .group-elements2 .file-attach{
	background: #f0f0f0 !important;
}
.group-elements .checkbox.element,
.group-elements2 .checkbox.element2{
	background: none !important;
	border:0 !important;
}
.group-elements .checkbox.element label::before,
.group-elements2 .checkbox.element2 label::before{
	background: #f0f0f0 !important
}
.group-elements.active .checkbox.element label::before,
.group-elements2.active .checkbox.element2 label::before{
	background: #FFF !important
}
.group-elements.active .checkbox input[type="checkbox"]:checked + label::before,
.group-elements2.active .checkbox input[type="checkbox"]:checked + label::before{
	background: #896dae !important
}

.group-elements.active .element, .group-elements.active .file-attach, .group-elements.active .bootstrap-select.element .btn,
.group-elements2.active .element2, .group-elements2.active .file-attach, .group-elements2.active .bootstrap-select.element2 .btn,
.group-elements.active .group-elements2.active .file-attach{
	background: #FFF !important;
}
.group-elements .bootstrap-select.element,
.group-elements .bootstrap-select.element2{
	background: none !important;
	border:0 !important;
}
.group-elements label.error,
.group-elements2 label.error{
	display: none !important;
}
.group-elements.active label.error,
.group-elements2.active label.error{
	display: block !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
	background: none !important
}
.currency_list .bootstrap-select select{
	left:-9999px;
}
.block-content .currency_list{
	padding:27px 30px;
	border:1px solid #cccccc;
	margin-top:12px;
}
.block-content .block-title .currency_head p{
	font-size: 20px;
	padding:0 0 5px;
}
.stavka-info{font-size:11px;line-height:normal;}
.stavka-info p{margin:10px 0;}
.stavka-info ul, .stavka-info ol{margin:10px 0;}

.group-hide-wrapper1 .group-hide1, .group-hide-wrapper2 .group-hide2{
	position: absolute;
	left:-9999px;
}
.group-hide-wrapper1.actived .group-hide1, .group-hide-wrapper2.actived .group-hide2{
	position: relative;
	left:0;
}

.buy-block.well {
	padding: 20px 25px;
	margin: 0 35px 20px 0;
	float: left;
}
.tabs { width: 100%; padding: 0px; margin: 0 auto; }
.tabs>input { display:none; }
.tabs>div { display: none;
	padding: 12px;
	border: 0px solid #C0C0C0;
	background: #FFFFFF;
}
.tabs>label {
	display: inline-block;
	padding: 12px;
	margin: 0 -5px -1px 0;
	text-align: center;
	color: #896dae;
	border: 0px solid #ffffff;
	background: #f0f0f0;
	cursor: pointer;
}
.tabs>input:checked + label {
	color: #ffffff;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #896dae;
}
#tab_1:checked ~ #txt_1,
#tab_2:checked ~ #txt_2,
#tab_3:checked ~ #txt_3,
#tab_4:checked ~ #txt_4,
#tab_5:checked ~ #txt_5,
#tab_6:checked ~ #txt_6,
#tab_7:checked ~ #txt_7,
#tab_8:checked ~ #txt_8,
#tab_9:checked ~ #txt_9 { display: block; }

.has-error .form-control {
	border-color: #e82e05!important;
}

input[type="checkbox"].checkbox-check {
	vertical-align: top;
	width: 16px;
	height: 16px;
	margin: 2px 0 0;
}

.contacts-form input[type="checkbox"].checkbox-check {
	margin: 4px 0 0;
}
#marinetraffic{
	height: 600px!important;
}
.w_200{
	width: 200px;
}
.display-inline {
	display: inline-block!important;
	vertical-align: middle;
}
.m0{
	margin: 0!important;
}
.js-response > * {
	margin-top: 20px;
}
.w_169 {
	width: 169px;
}
.add-one{
	position: relative;
}
.remove-punkt {
	position: absolute;
	top: 0;
}
.modal_form .modal-dialog {
	left: 50%;
	margin-left: -117px;
}
.hint-right-fieldset{
	position: relative;
}
.hint-right-fieldset .hint {
	position: absolute;
	top: 38px;
	right: -30px
}
.small-about{
	font-size: 12px;
	margin-top: -12px;
	margin-bottom: 10px;
	display: block;
}

/* End */
/* /bitrix/templates/active/css/bootstrap.custom.css?1679381472108561 */
/* /bitrix/templates/active/css/font-awesome.min.css?167938147228665 */
/* /bitrix/templates/active/css/bootstrap-select.css?16793814728863 */
/* /bitrix/templates/active/css/jquery.steps.css?16793814725641 */
/* /bitrix/templates/active/components/inside/converter/line_template_rates/style.css?16793814722356 */
/* /bitrix/templates/active/components/inside/converter/rates/style.css?16793814724969 */
/* /bitrix/templates/active/template_styles.css?1756848092168860 */
