

/* Start:/bitrix/templates/autocity_default/assets/lib/fancybox/jquery.fancybox.css?15127331124895*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

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

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

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

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/autocity_default/assets/lib/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/templates/autocity_default/assets/lib/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/autocity_default/assets/lib/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/templates/autocity_default/assets/lib/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/templates/autocity_default/assets/lib/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/templates/autocity_default/assets/lib/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/autocity_default/assets/css/style.css?1779353439155154*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

.wrapper *,
.fancybox-wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.wrapper *:before,
.wrapper *:after,
.fancybox-wrap *:before,
.fancybox-wrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.38462;
  color: #333;
  background-color: #fff; }

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

a {
  color: #4ba82e;
  text-decoration: none; }
  a:hover, a:focus {
    color: #306c1e;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-rounded {
  border-radius: 6px; }

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

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

hr {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 19px;
  margin-bottom: 9.5px; }
  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: 9.5px;
  margin-bottom: 9.5px; }
  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: 25px; }

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

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

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

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

p {
  margin: 0 0 9.5px; }

.lead {
  margin-bottom: 19px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #4ba82e; }

a.text-primary:hover {
  color: #398023; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #4ba82e; }

a.bg-primary:hover {
  background-color: #398023; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 8.5px;
  margin: 38px 0 19px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 9.5px; }
  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: 19px; }

dt,
dd {
  line-height: 1.38462; }

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: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

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

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote, .blockquote-leftline {
  padding: 9.5px 19px;
  margin: 0 0 19px;
  font-size: 14px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child, .blockquote-leftline p:last-child,
  blockquote ul:last-child, .blockquote-leftline ul:last-child,
  blockquote ol:last-child, .blockquote-leftline ol:last-child {
    margin-bottom: 0; }
  blockquote footer, .blockquote-leftline footer,
  blockquote small, .blockquote-leftline small,
  blockquote .small, .blockquote-leftline .small {
    display: block;
    font-size: 80%;
    line-height: 1.38462;
    color: #777777; }
    blockquote footer:before, .blockquote-leftline footer:before,
    blockquote small:before, .blockquote-leftline small:before,
    blockquote .small:before, .blockquote-leftline .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 19px;
  font-style: normal;
  line-height: 1.38462; }

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

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

pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  font-size: 13px;
  line-height: 1.38462;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px; }
  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, .b-page.has-sidebar, .b-page .b-page__title {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .b-page.has-sidebar:before, .b-page .b-page__title:before, .container:after, .b-page.has-sidebar:after, .b-page .b-page__title:after {
    content: " ";
    display: table; }
  .container:after, .b-page.has-sidebar:after, .b-page .b-page__title:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, .b-page.has-sidebar, .b-page .b-page__title {
      width: 100%; } }
  @media (min-width: 992px) {
    .container, .b-page.has-sidebar, .b-page .b-page__title {
      width: 100%; } }
  @media (min-width: 1210px) {
    .container, .b-page.has-sidebar, .b-page .b-page__title {
      width: 1190px; } }

.container-fluid, .b-page:not(.has-sidebar) .b-page__title {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .b-page:not(.has-sidebar) .b-page__title:before, .container-fluid:after, .b-page:not(.has-sidebar) .b-page__title:after {
    content: " ";
    display: table; }
  .container-fluid:after, .b-page:not(.has-sidebar) .b-page__title: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, .b-page.has-sidebar .b-page__sidebar, .col-md-3, .b-page.has-sidebar .b-page__sidebar, .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, .b-page.has-sidebar .b-page__content, .col-md-9, .b-page.has-sidebar .b-page__content, .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, .b-page.has-sidebar .b-page__sidebar, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .b-page.has-sidebar .b-page__content, .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, .b-page.has-sidebar .b-page__sidebar {
    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, .b-page.has-sidebar .b-page__content {
    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, .b-page.has-sidebar .b-page__sidebar, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .b-page.has-sidebar .b-page__content, .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, .b-page.has-sidebar .b-page__sidebar {
    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, .b-page.has-sidebar .b-page__content {
    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: 1210px) {
  .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 30px;
  padding-bottom: 12px 30px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 19px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 12px 30px;
    line-height: 1.38462;
    vertical-align: top;
    border-top: 1px solid #bbc0c7; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #bbc0c7; }
  .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 #bbc0c7; }
  .table .table {
    background-color: #fff; }

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

.table-bordered {
  border: 1px solid #bbc0c7; }
  .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 #bbc0c7; }
  .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: 14.25px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #bbc0c7; }
      .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: 19px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

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

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 12.5px;
  font-size: 14px;
  line-height: 1.38462;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 11.5px 14px;
  font-size: 14px;
  line-height: 1.38462;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bbc0c7;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #333;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 51, 51, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 51, 51, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 44px; }
    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm
    input[type="month"] {
      line-height: 30px; }
    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg
    input[type="month"] {
      line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 19px;
    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 {
  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: 12.5px;
  padding-bottom: 12.5px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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

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

.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

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

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

.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 55px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  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 {
  width: 46px;
  height: 46px;
  line-height: 46px; }

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

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

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

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

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

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

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

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

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

.has-feedback label ~ .form-control-feedback {
  top: 24px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12.5px; }

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

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

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

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 11.5px 14px;
  font-size: 14px;
  line-height: 1.38462;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #4ba82e; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #367821; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #4ba82e; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #4ba82e;
  border-color: #4ba82e; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #398023;
    border-color: #367821; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #4ba82e;
    border-color: #4ba82e; }
  .btn-primary .badge {
    color: #4ba82e;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #4ba82e;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #306c1e;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none;
  visibility: hidden; }
  .collapse.in {
    display: block;
    visibility: visible; }

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

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

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  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 #bbc0c7;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 8.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.38462;
    color: #333;
    white-space: nowrap; }

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

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

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

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.38462;
  color: #333;
  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 solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 992px) {
  .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-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

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

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-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-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: 11.5px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #bbc0c7;
  border-radius: 0px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    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: 11.5px 10px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #4ba82e; }
  .nav .nav-divider {
    height: 1px;
    margin: 8.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #bbc0c7; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.38462;
      border: 1px solid transparent;
      border-radius: 0px 0px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #bbc0c7 #bbc0c7 #bbc0c7; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #fff;
      background-color: #4ba82e;
      border: 1px solid #4ba82e;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0px; }
  .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: #4ba82e; }

.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: 0px; }
  .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: 0px 0px 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;
  visibility: hidden; }

.tab-content > .active {
  display: block;
  visibility: visible; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 35px;
  margin-bottom: 19px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 992px) {
    .navbar {
      border-radius: 0px; } }

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

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

@media (min-width: 992px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 992px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header, .b-page.has-sidebar > .navbar-header, .b-page .b-page__title > .navbar-header,
.container > .navbar-collapse, .b-page.has-sidebar > .navbar-collapse, .b-page .b-page__title > .navbar-collapse,
.container-fluid > .navbar-header, .b-page:not(.has-sidebar) .b-page__title > .navbar-header,
.container-fluid > .navbar-collapse, .b-page:not(.has-sidebar) .b-page__title > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 992px) {
    .container > .navbar-header, .b-page.has-sidebar > .navbar-header, .b-page .b-page__title > .navbar-header,
    .container > .navbar-collapse, .b-page.has-sidebar > .navbar-collapse, .b-page .b-page__title > .navbar-collapse,
    .container-fluid > .navbar-header, .b-page:not(.has-sidebar) .b-page__title > .navbar-header,
    .container-fluid > .navbar-collapse, .b-page:not(.has-sidebar) .b-page__title > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 992px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 992px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 8px 15px;
  font-size: 18px;
  line-height: 19px;
  height: 35px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 992px) {
    .navbar > .container .navbar-brand, .navbar > .b-page.has-sidebar .navbar-brand, .b-page .navbar > .b-page__title .navbar-brand,
    .navbar > .container-fluid .navbar-brand, .b-page:not(.has-sidebar)
    .navbar > .b-page__title .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 0.5px;
  margin-bottom: 0.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 4px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 19px; }
  @media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 19px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 8px;
          padding-bottom: 8px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -4.5px;
  margin-bottom: -4.5px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 991px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: -4.5px;
  margin-bottom: -4.5px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 2.5px;
    margin-bottom: 2.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 6.5px;
    margin-bottom: 6.5px; }

.navbar-text {
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 992px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #4ba82e;
  border-color: #fff; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #fff; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #398023; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #fff; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #398023;
    color: #fff; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #398023; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 19px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: /\00a0;
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 19px 0;
  border-radius: 0px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 11.5px 14px;
      line-height: 1.38462;
      text-decoration: none;
      color: #4ba82e;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #306c1e;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #4ba82e;
    border-color: #4ba82e;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

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

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

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

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

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

.pager {
  padding-left: 0;
  margin: 19px 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 {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .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: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #4ba82e; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #398023; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

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

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #4ba82e;
    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: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron, .b-page.has-sidebar .jumbotron, .b-page .b-page__title .jumbotron,
  .container-fluid .jumbotron, .b-page:not(.has-sidebar) .b-page__title .jumbotron {
    border-radius: 6px; }
  .jumbotron .container, .jumbotron .b-page.has-sidebar, .jumbotron .b-page .b-page__title, .b-page .jumbotron .b-page__title {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding: 48px 0; }
      .container .jumbotron, .b-page.has-sidebar .jumbotron, .b-page .b-page__title .jumbotron,
      .container-fluid .jumbotron, .b-page:not(.has-sidebar) .b-page__title .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 19px;
  line-height: 1.38462;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333; }

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

.alert {
  padding: 15px;
  margin-bottom: 19px;
  border: 1px solid transparent;
  border-radius: 0px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 19px;
  margin-bottom: 19px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  background-color: #4ba82e;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-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: 0px;
    border-top-left-radius: 0px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #4ba82e;
  border-color: #4ba82e; }
  .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: #c3ebb7; }

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

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

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

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

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

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 19px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 20px 39px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 0px 0px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

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

.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: -1px;
    border-top-left-radius: -1px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px; }

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

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

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

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

.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: 19px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px; }
    .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 #bbc0c7; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #bbc0c7; }

.panel-default {
  border-color: #bbc0c7; }
  .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #bbc0c7; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bbc0c7; }
    .panel-default > .panel-heading .badge {
      color: #fff;
      background-color: #333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bbc0c7; }

.panel-primary {
  border-color: #4ba82e; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #4ba82e;
    border-color: #4ba82e; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #4ba82e; }
    .panel-primary > .panel-heading .badge {
      color: #4ba82e;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #4ba82e; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote, .well .blockquote-leftline {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

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

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.38462px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.38462; }

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  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;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px; }

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.38462;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        perspective: 1000; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.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;
  visibility: hidden !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; }
  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; }
  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: 1209px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

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

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

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

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

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

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

@media (min-width: 1210px) {
  .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: 1209px) {
  .hidden-md {
    display: none !important; } }

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

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  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; } }

@font-face {
  font-family: 'FontAwesome';
  src: url("/bitrix/templates/autocity_default/assets/css/../fonts/awesome/fontawesome-webfont.eot?v=4.3.0");
  src: url("/bitrix/templates/autocity_default/assets/css/../fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("/bitrix/templates/autocity_default/assets/css/../fonts/awesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("/bitrix/templates/autocity_default/assets/css/../fonts/awesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("/bitrix/templates/autocity_default/assets/css/../fonts/awesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("/bitrix/templates/autocity_default/assets/css/../fonts/awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

.robotolight {
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

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

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1-5 {
  width: 20%;
  float: left; }

.col-xs-2-5 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20% !important;
    float: left; }
  .col-sm-2-5 {
    width: 40% !important;
    float: left; } }

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20% !important;
    float: left; }
  .col-md-2-5 {
    width: 40% !important;
    float: left; } }

@media (min-width: 1210px) {
  .col-lg-1-5 {
    width: 20% !important;
    float: left; }
  .col-lg-2-5 {
    width: 40% !important;
    float: left; } }

.row.no-gutter {
  margin-left: 0;
  margin-right: 0; }

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 15px;
  margin-bottom: 15px; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    text-decoration: none;
    color: #333; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
      text-decoration: none;
      color: #4ba82e; }

h4, .h4, h6, .h6 {
  color: #4ba82e; }

.fancybox-title {
  font-size: 22px;
  padding: 30px 35px 15px;
  background-color: #4ba82e;
  color: #fff;
  min-height: 90px;
  position: relative;
  z-index: 1; }

.fancybox-skin {
  background: #fff;
  border: none;
  text-shadow: none;
  position: relative;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.49); }

.fancybox-close {
  position: absolute;
  top: 0px;
  right: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  font-weight: 100;
  z-index: 2;
  width: auto;
  height: auto;
  background-image: none; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.7); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

.fancybox-lock body {
  overflow: hidden !important; }

.blockquote-leftline {
  border-left-width: 3px;
  border-left-color: #4ba82e; }

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

#bx-admin-prefix label {
  font-weight: normal; }

small {
  color: #b8b8b8; }

.label {
  padding: .10em .7em .17em;
  font-size: 100%;
  font-weight: normal;
  border-radius: 0px; }

.label-success {
  background-color: #87a245; }

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

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

img.floatleftcorner {
  float: left;
  margin: 0px 30px 30px 0px; }

img.floatleft {
  float: left;
  margin: 30px 30px 30px 0px; }

img.floatrightcorner {
  float: right;
  margin: 0px 0px 30px 30px; }

img.floatright {
  float: right;
  margin: 30px 0px 30px 30px; }

ul, ol {
  list-style: none;
  padding-left: 50px; }
  ul > li, ol > li {
    position: relative;
    list-style-type: none;
    line-height: 19px; }
    ul > li:before, ol > li:before {
      content: '\2022';
      position: absolute;
      top: 0px;
      left: -31px;
      font-size: 14pt;
      line-height: 1em;
      color: #4ba82e; }

ol {
  counter-reset: list 0; }
  ol > li:before {
    counter-increment: list;
    content: counter(list) "";
    font-size: 10pt;
    margin-top: 4px; }

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

ul.list-unstyled, ol.list-unstyled {
  list-style: none;
  padding-left: 0px;
  counter-reset: list 0; }
  ul.list-unstyled > li, ol.list-unstyled > li {
    position: static;
    list-style-type: none; }
    ul.list-unstyled > li:before, ol.list-unstyled > li:before {
      position: static;
      left: 0px;
      content: ''; }

a {
  text-decoration: underline;
  color: #333; }
  a:hover {
    text-decoration: none;
    color: #333; }

a.btn {
  text-decoration: none; }

html .aprimary {
  color: #4ba82e; }

html a.aprimary {
  color: #333;
  text-decoration: none; }
  html a.aprimary:hover {
    text-decoration: underline; }

html .btn {
  border-radius: 0px; }
  html .btn:focus, html .btn.focus, html .btn:active:focus, html .btn:active.focus, html .btn.active:focus, html .btn.active.focus {
    outline: none;
    outline-offset: 0px; }

html .btn-default:hover, html .btn-default:focus, html .btn-default.focus, html .btn-default:active, html .btn-default.active,
.open > html .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #398023;
  border-color: #398023; }

.rsform {
  overflow: hidden;
  height: 100%; }
  .rsform .field-wrap {
    margin-top: 0px;
    margin-bottom: 15px; }
  .rsform .form-control {
    height: 45px;
    background: #fafafa; }
  .rsform__bottom-button {
    text-align: left; }
  .rsform__all-field {
    height: 100%;
    width: 100%;
    border-bottom: 1px solid #bbc0c7;
    margin: 10px 0 20px; }
  .rsform__captcha-input {
    margin: 0 0 10px; }
  .rsform textarea.form-control {
    width: 100%;
    max-width: 100%;
    min-height: 45px; }
  .rsform__bottom-ps {
    margin: 0 0 10px; }
  .rsform input[type="submit"] {
    padding: 0.5em 1.8em; }
  .rsform .field-wrap label {
    display: block;
    margin-bottom: 5px;
    padding-left: 0px;
    font-weight: 500;
    cursor: pointer;
    font-size: 12px;
    color: #000; }
  .rsform__captcha-image img {
    height: 45px; }
  .rsform .form-control:focus,
  .rsform .form-control:active {
    border-color: #000;
    box-shadow: none; }
  .rsform__license_work {
    margin: 1em 0; }
  .rsform__license_footer a {
    color: #fff; }

.fancybox-skin .rsform .form-control {
  min-width: 300px; }

.fancybox-skin .rsform {
  padding: 10px 35px 22px; }

.fancybox-skin .rsform .rsform__captcha-input .form-control {
  min-width: 50px; }

.mainform .inner-wrap {
  border-bottom: 2px solid #4ba82e; }

.mainform .mainform .dropdown .btn.btn-default {
  text-align: left;
  width: 111%;
  border-color: #bbc0c7;
  height: 36px; }

.mainform .form-control {
  height: 45px;
  background: #fafafa; }

.mainform .label-wrap {
  font-size: 0.9em;
  color: #000; }

.mainform .field-height {
  height: 83px; }

.hidden_form .mainform {
  display: none; }

/*
html .form-control {
  height: 44px;
  border-color: $stable-input-border-color;
  border-radius: 0px;
  @include box-shadow(none);
  &:focus {
    border-color: darken($stable-color, 10%);
    @include box-shadow(inset 1px 1px 1px $stable-color);
  }
}
html .input-group-addon{
  padding-right: 9px;
  padding-left: 9px;
  background-color: transparent;
  border-color: transparent;
} */
table.table {
  border-top: 1px solid #bbc0c7;
  border-bottom: 1px solid #bbc0c7; }
  table.table > thead > tr > th {
    color: #000;
    vertical-align: middle;
    font-weight: normal; }
  table.table > tbody > tr > td {
    color: #585f69;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff; }
  table.table > thead > tr > th,
  table.table > tbody > tr > td {
    border-top: 1px solid #bbc0c7;
    border-bottom: none; }
  table.table td.middle {
    vertical-align: middle; }

.nav-tabs {
  margin-bottom: 17px;
  border-bottom: none; }
  .nav-tabs > li > a {
    text-decoration: none;
    margin-right: 10px;
    border: 1px solid #bbc0c7; }
  .nav-tabs > li:before {
    content: none; }

.panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.panel-group .panel + .panel {
  margin-top: -1px;
  border-width: none; }

.panel-default > .panel-heading {
  border: none; }
  .panel-default > .panel-heading a {
    position: relative;
    display: block;
    padding: 11.5px 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.38462;
    text-decoration: none;
    border: 1px solid #bbc0c7;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .panel-default > .panel-heading a:hover {
      color: #333;
      border: 1px solid #b8b8b8;
      z-index: 110; }
    .panel-default > .panel-heading a:after {
      top: 10px;
      right: 9px;
      font-size: 18px;
      content: "\f107";
      position: absolute;
      font-weight: normal;
      display: inline-block;
      font-family: 'FontAwesome'; }
    .panel-default > .panel-heading a.collapsed:after {
      right: 10px;
      content: "\f105"; }
    .panel-default > .panel-heading a .right {
      float: right;
      margin-right: 40px; }

@media (max-width: 992px) {
  .panel-default > .panel-heading a .right {
    float: none;
    margin-left: 20px; }
    .panel-default > .panel-heading a .right:before {
      position: relative;
      right: 10px;
      display: inline-block;
      font-size: 12px;
      content: "\2212"; } }

.panel-group .panel-heading + .panel-collapse:after {
  display: table;
  content: " "; }

.panel-group .panel-heading + .panel-collapse > .panel-body {
  margin-bottom: 10px;
  border-top: none;
  border-right: 1px solid #bbc0c7;
  border-bottom: 1px solid #bbc0c7;
  border-left: 1px solid #bbc0c7; }

.wrapper label,
.wrapper label,
.wrapper .bx_filter_param_text,
.fancybox-inner label,
.fancybox-inner label,
.fancybox-inner .bx_filter_param_text {
  position: relative; }

.wrapper .js-compare,
.fancybox-inner .js-compare {
  position: relative;
  margin-left: 15px;
  text-decoration: none; }
  .wrapper .js-compare span:first-child,
  .fancybox-inner .js-compare span:first-child {
    border-bottom: 1px dashed #333; }
  .wrapper .js-compare span:last-child,
  .fancybox-inner .js-compare span:last-child {
    color: #c3c3c3; }
  .wrapper .js-compare:hover span:first-child,
  .fancybox-inner .js-compare:hover span:first-child {
    border-bottom: 1px dashed transparent; }

.wrapper input[type="radio"],
.wrapper input[type="checkbox"],
.fancybox-inner input[type="radio"],
.fancybox-inner input[type="checkbox"] {
  left: -9999px;
  position: absolute; }

.wrapper input[type="radio"] + label:before,
.wrapper input[type="checkbox"] + label:before,
.wrapper input[type="radio"]:checked + label:before,
.wrapper input[type="checkbox"]:checked + label:before,
.wrapper input[type="checkbox"] + .bx_filter_param_text:before,
.wrapper input[type="checkbox"]:checked + .bx_filter_param_text:before,
.wrapper input[type="radio"] + .bx_filter_param_text:before,
.wrapper input[type="radio"]:checked + .bx_filter_param_text:before,
.wrapper .js-compare:before,
.fancybox-inner input[type="radio"] + label:before,
.fancybox-inner input[type="checkbox"] + label:before,
.fancybox-inner input[type="radio"]:checked + label:before,
.fancybox-inner input[type="checkbox"]:checked + label:before,
.fancybox-inner input[type="checkbox"] + .bx_filter_param_text:before,
.fancybox-inner input[type="checkbox"]:checked + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"] + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"]:checked + .bx_filter_param_text:before,
.fancybox-inner .js-compare:before {
  position: absolute;
  left: -16px;
  font-family: "FontAwesome";
  color: #b8b8b8;
  font-size: 14px; }

.wrapper input[type="radio"] + label:before,
.wrapper input[type="radio"] + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"] + label:before,
.fancybox-inner input[type="radio"] + .bx_filter_param_text:before {
  content: "\f10c"; }

.wrapper input[type="radio"]:checked + label:before,
.wrapper input[type="radio"]:checked + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"]:checked + label:before,
.fancybox-inner input[type="radio"]:checked + .bx_filter_param_text:before {
  color: #a8a8a8; }

.wrapper input[type="radio"]:checked + label:after,
.wrapper input[type="radio"]:checked + .bx_filter_param_text:after,
.fancybox-inner input[type="radio"]:checked + label:after,
.fancybox-inner input[type="radio"]:checked + .bx_filter_param_text:after {
  position: absolute;
  left: -16px;
  font-family: "FontAwesome";
  font-size: 14px;
  color: #a8a8a8;
  content: "\f10c"; }

.wrapper input[type="radio"]:checked + label:before,
.wrapper input[type="radio"]:checked + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"]:checked + label:before,
.fancybox-inner input[type="radio"]:checked + .bx_filter_param_text:before {
  content: "\f192";
  color: #4ba82e;
  font-size: 14px; }

.wrapper input[type="checkbox"] + label:before,
.wrapper input[type="checkbox"] + .bx_filter_param_text:before,
.wrapper .js-compare:before,
.fancybox-inner input[type="checkbox"] + label:before,
.fancybox-inner input[type="checkbox"] + .bx_filter_param_text:before,
.fancybox-inner .js-compare:before {
  content: "\f096"; }

.wrapper input[type="checkbox"]:checked + label:before,
.wrapper input[type="checkbox"]:checked + .bx_filter_param_text:before,
.wrapper .js-compare.checked:before,
.fancybox-inner input[type="checkbox"]:checked + label:before,
.fancybox-inner input[type="checkbox"]:checked + .bx_filter_param_text:before,
.fancybox-inner .js-compare.checked:before {
  color: #a8a8a8; }

.wrapper input[type="checkbox"]:checked + label:after,
.wrapper input[type="checkbox"]:checked + .bx_filter_param_text:after,
.wrapper .js-compare.checked:after,
.fancybox-inner input[type="checkbox"]:checked + label:after,
.fancybox-inner input[type="checkbox"]:checked + .bx_filter_param_text:after,
.fancybox-inner .js-compare.checked:after {
  position: absolute;
  top: 1px;
  left: -15px;
  font-family: "FontAwesome";
  font-size: 11px;
  color: #4ba82e;
  content: "\f00c"; }

.dropdown-toggle > i {
  margin-left: 7px; }
  .dropdown-toggle > i:after {
    content: "\f105"; }

.dropdown-menu {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 2px solid #4ba82e;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .dropdown-menu > li {
    position: relative;
    display: block;
    height: 35px;
    margin-left: -1px;
    border-left: 1px solid #bbc0c7;
    border-right: 1px solid #bbc0c7; }
    .dropdown-menu > li.open > a {
      border-color: #bbc0c7; }
    .dropdown-menu > li > a {
      display: block;
      padding: 7px 25px;
      color: #333;
      text-decoration: none;
      margin-top: -1px;
      border-top: 1px solid #bbc0c7;
      border-bottom: 1px solid #bbc0c7; }
      .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #eee; }

.mid-line {
  position: relative;
  margin-top: 29px; }
  .mid-line__hr {
    position: absolute;
    top: 50%;
    left: -21px;
    right: -21px;
    height: 1px;
    margin-top: -1px;
    background-color: #bbc0c7;
    z-index: 50; }
  .mid-line__around {
    position: relative;
    background-color: #fff;
    padding: 0 21px;
    z-index: 100; }

@media (max-width: 1269px) {
  .mid-line__hr {
    left: 21px;
    right: 21px; } }

body .form-control:focus {
  box-shadow: none; }

/* disable selection */
.disableSelection {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

/* universal block top and bottom margin */
.block-margin {
  margin-top: 25px;
  margin-bottom: 25px; }
  .block-margin-top {
    margin-top: 25px; }
  .block-margin-bottom {
    margin-bottom: 25px; }

.invisible {
  visibility: hidden; }

.area2darken {
  cursor: default !important;
  opacity: 0.5; }

.preloader {
  width: 32px;
  height: 32px;
  background: transparent url("/bitrix/templates/autocity_default/assets/css/../img/ajax-loader.gif") center center no-repeat; }

.blackMode .preloader {
  background-image: url("/bitrix/templates/autocity_default/assets/css/../img/ajax-loader2.gif"); }

body {
  overflow-y: scroll;
  -webkit-font-smoothing: subpixel-antialiased; }

.notmain {
  margin-top: 17px; }

/* page header */
html .page-header {
  padding-bottom: 0px;
  margin: 15px 0px 44px 0px;
  border-bottom: none; }
  html .page-header h1 {
    margin: 0px; }

@media (min-width: 992px) {
  html.detailprodpage .js-brcrtitle,
  html.detailprodpage .js-ttl {
    display: none; } }

@media (max-width: 991px) {
  html.detailprodpage .js-detail .brcrtitle .brcr,
  html.detailprodpage .js-detail .brcrtitle .ttl {
    display: none; }
  html .page-header {
    margin: 15px 0px 44px 0px; } }

html span.starrequired, html span.required {
  color: #c90d0d; }

.b-page:not(.has-sidebar) {
  width: 100%; }

.b-page.has-sidebar {
  padding: 0; }

.b-page__sidebar {
  display: none; }

.b-page.has-sidebar .b-page__sidebar {
  margin-top: 19px; }

.b-page:not(.has-sidebar) .b-page__title {
  margin-top: 19px; }

.b-page .b-page__title {
  margin-top: 19px; }

.b-page.has-sidebar .b-page__content .container, .b-page.has-sidebar .b-page__content .b-page.has-sidebar, .b-page.has-sidebar .b-page__content .b-page__title,
.b-page.has-sidebar .b-page__content .container-fluid,
.b-page.has-sidebar .b-page__content .b-page:not(.has-sidebar) .b-page__title, .b-page:not(.has-sidebar)
.b-page.has-sidebar .b-page__content .b-page__title {
  width: 100%;
  padding: 0; }

@media (min-width: 768px) {
  .b-page.has-sidebar .b-page__title {
    width: 75%;
    float: right; }
  .b-page.has-sidebar .b-page__sidebar {
    display: block; } }

/*# sourceMappingURL=style.css.map */
.b-header__contacts {display: table-cell;}
.b-header__logo img{ max-height: 74px }

.mark_block {
  display:flex;
  flex-wrap:wrap;
}

.mark_block a{
  width: 14%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 10px;
}

.mark_block a img{
  max-width: 80px;
  max-height: 56px;
  }
.mark_block a p{
  width: 100%;
}


.mini_banner__link {
  position: relative;
    display: block;
    overflow: hidden;
    border: solid 1px #ababab36;
    padding: 15px;
}

.mini_banner__info {
    height: 20px!important;
    color: #000!important;
    line-height: 16px!important;
    padding: 0px!important;
    background-color: transparent!important;
}


.mini_banner__imgdiv {
   position: relative!important;
    height: 80px!important;
    overflow: hidden!important;
}

.mini_banner__info>span {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: clip;
    font-weight: 700!important;
}


.mini_banner__link:hover .mini_banner__info {
    background-color: transparent;
}

.mid-line__hr {
    position: absolute;
    top: 50%;
    left: -21px;
    right: -21px;
    height: 1px;
    margin-top: -1px;
    background-color: #ededed!important;
    z-index: 50;
}

.price_mini {
  font-size: 12px;
}

@media(max-width:  970px) {
  .b-header__logo img {
    max-height: 42px;
}

.icon_phone svg {
  width: 40px;
  height: 40px;
}

.mini_banner__imgdiv {
    position: relative!important;
    height: 80px!important;
    overflow: hidden!important;
}


.mini_banner__info {
    height: 38px!important;
    color: #000!important;
    line-height: 16px!important;
    padding: 0px!important;
    background-color: transparent!important;
    font-size: 13px
}

.price_mini {
  font-size: 12px;
}

}

.business-review-view__author-info {
  margin-left: 50px;
}


@media (max-width: 994px) {
  .table-shina,
  .table_descr_detail {
    display: block;
    overflow: scroll;
  }
  #form-kalc .right-cal {
    margin-left: 0px !important;
  }
  #form-kalc .all-calc {
    display: block;
  }
  #form-kalc .right-cal input {
    width: 100%;
  }
  a.viber {
    display: inline !important;
  }
}


.table-shina {
  width: 100%;
}
.table-shina tr, .table-shina td {
    border: 1px solid #eee;
    padding: 10px;
    text-align: center;
}
.table-shina thead th {
    padding: 10px;
    background-color: #eb8209;
    color: #fff;
    text-align: center;
}

/* End */


/* Start:/bitrix/templates/autocity_default/assets/css/owl.carousel.min.css?151273311213407*/
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{width:auto;height:auto}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}@media (max-width:767px){.owl .owl-nav{display:none}}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/bitrix/templates/autocity_default/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale .1s ease;transition:scale .1s ease}.owl .owl-item,.owl_banners .owl-item,.owl_banners2 .owl-item,.owlslider .owl-item,.withdots .owl-dots .owl-dot span{-webkit-backface-visibility:visible}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl .owl-item,.owlslider .owl-item{padding-bottom:1px;padding-left:1px}.owl>.item>a>video,.owl_banners2>.item>a>video,.owl_banners>.item>a>video,.owlslider>.item>a>video{display:block}.owl .owl-nav div,.owl_banners .owl-nav div,.owl_banners2 .owl-nav div,.owlslider .owl-nav div{display:inline-block;cursor:pointer;color:#fff;background-color:#bbc0c7;-webkit-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s}.owl .owl-nav div:hover,.owl_banners .owl-nav div:hover,.owl_banners2 .owl-nav div:hover,.owlslider .owl-nav div:hover{color:#fff;background-color:#4ba82e}.owl .owl-nav div span,.owl_banners .owl-nav div span,.owl_banners2 .owl-nav div span,.owlslider .owl-nav div span{display:inline-block;font-family:FontAwesome;font-weight:400;font-style:normal;font-size:16px;padding:4px 12px}.owl .owl-nav div.prev span:after,.owl_banners .owl-nav div.prev span:after,.owl_banners2 .owl-nav div.prev span:after,.owlslider .owl-nav div.prev span:after{content:"\f104"}.owl .owl-nav div.next,.owl_banners .owl-nav div.next,.owl_banners2 .owl-nav div.next,.owlslider .owl-nav div.next{margin-left:8px}.owl .owl-nav div.next span:after,.owl_banners .owl-nav div.next span:after,.owl_banners2 .owl-nav div.next span:after,.owlslider .owl-nav div.next span:after{content:"\f105"}@media (max-width:1209px){.owl_banners .owl-item .item.text .info,.owl_banners2 .owl-item .item.text .info{width:70%}.owl_banners .owl-item .item.text .info .name,.owl_banners2 .owl-item .item.text .info .name{font-size:3.5vw}.owl_banners .owl-item .item.text .info .name p,.owl_banners2 .owl-item .item.text .info .name p{line-height:5.5vw}.owl_banners .owl-item .item.text .info .descr,.owl_banners2 .owl-item .item.text .info .descr{display:none}}@media (max-width:991px){.owl_banners .owl-item .item img,.owl_banners2 .owl-item .item img{height:250px;max-width:none}.owl_banners .owl-item .item.text .info,.owl_banners2 .owl-item .item.text .info{width:100%}}@media (max-width:767px){.owl_banners .owl-item .item img,.owl_banners2 .owl-item .item img{height:175px;max-width:none}}.owl .owl-dots{display:none}.owl .mobilename,.owl_banners .mobilename,.owl_banners2 .mobilename{display:none;text-align:center;width:100%;height:100%;font-size:5vw;line-height:7.5vw}.owl .mobilename p,.owl_banners .mobilename p,.owl_banners2 .mobilename p{display:table-cell;vertical-align:middle}.owl .mobilename p span,.owl_banners .mobilename p span,.owl_banners2 .mobilename p span{text-transform:uppercase;padding-right:7px;background-color:rgba(255,255,255,.8);border-top:4px solid transparent;border-bottom:4px solid transparent;text-decoration:none}.owl .owl-nav,.owl_banners .owl-nav,.owl_banners2 .owl-nav{text-align:right;margin-top:10px}.owl .owl-nav div,.owl_banners .owl-nav div,.owl_banners2 .owl-nav div{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.owl .disabled,.owl_banners .disabled,.owl_banners2 .disabled{opacity:.5;cursor:default}.owl.noscroll .owl-nav,.owl_banners.noscroll .owl-nav,.owl_banners2.noscroll .owl-nav{display:none}.owl_banners .owl-nav,.owl_banners2 .owl-nav{position:relative}.owl_banners .owl-nav div,.owl_banners2 .owl-nav div{position:absolute;border-radius:27px}.owl_banners .owl-nav div.prev,.owl_banners2 .owl-nav div.prev{left:0}.owl_banners .owl-nav div.prev>span,.owl_banners2 .owl-nav div.prev>span{padding:5px 22px 7px 18px}.owl_banners .owl-nav div.next,.owl_banners2 .owl-nav div.next{right:0}.owl_banners .owl-nav div.next>span,.owl_banners2 .owl-nav div.next>span{padding:5px 18px 7px 22px}.owl_banners .owl-nav div:hover,.owl_banners2 .owl-nav div:hover{background-color:#bbc0c7}.owl_banners .owl-nav div span,.owl_banners2 .owl-nav div span{font-size:39px;color:#fff;padding:5px 19px}@media (min-width:992px){.owl_banners,.owl_banners2{margin-bottom:26px}}.withdots{position:relative;height:310px}.withdots .owl-dots{text-align:center;width:100%}.withdots .owl-dots .owl-dot{display:inline-block;padding:5px;zoom:1}.withdots .owl-dots .owl-dot.active span{background:#398023}.withdots .owl-dots .owl-dot:hover span{background:#4ba82e}.withdots .owl-dots .owl-dot span{width:10px;height:10px;background:#bbc0c7;display:block;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;border-radius:30px}.owl_banners,.owl_banners2{border-bottom:2px solid #4ba82e;position:relative}.owl_banners .owl-dots,.owl_banners .owl-nav div,.owl_banners2 .owl-dots,.owl_banners2 .owl-nav div{text-align:center;opacity:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.owl_banners .owl-nav,.owl_banners2 .owl-nav{margin:0 auto}.owl_banners .owl-dots,.owl_banners2 .owl-dots{position:absolute;bottom:0;width:100%}.owl_banners .owl-dots .owl-dot,.owl_banners2 .owl-dots .owl-dot{display:inline-block;padding:5px;zoom:1}.owl_banners .owl-dots .owl-dot.active span,.owl_banners2 .owl-dots .owl-dot.active span{background:#398023}.owl_banners .owl-dots .owl-dot:hover span,.owl_banners2 .owl-dots .owl-dot:hover span{background:#4ba82e}.owl_banners .owl-dots .owl-dot span,.owl_banners2 .owl-dots .owl-dot span{width:10px;height:10px;background:#bbc0c7;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;border-radius:30px}@media (min-width:768px){.owl_banners2:hover .owl-nav,.owl_banners:hover .owl-nav,.withdots .owl-nav{margin-top:0}.owl_banners2:hover .owl-nav div,.owl_banners:hover .owl-nav div,.withdots .owl-nav div{opacity:.5}.owl_banners2:hover .owl-nav div:hover,.owl_banners:hover .owl-nav div:hover,.withdots .owl-nav div:hover{opacity:.9}.owl_banners2:hover .owl-dots,.owl_banners:hover .owl-dots,.withdots .owl-dots{opacity:1}.withdots{height:300px}.withdots .owl-dots{display:none}}@media (min-width:1325px){.owl_banners .owl-nav div.prev,.owl_banners2 .owl-nav div.prev{left:-54px}.owl_banners .owl-nav div.next,.owl_banners2 .owl-nav div.next{right:-54px}}.owl_banners .owl-item .container.abs,.owl_banners2 .owl-item .container.abs{position:absolute;top:0;left:0}.owl_banners .owl-item .info,.owl_banners .owl-item .pic,.owl_banners2 .owl-item .info,.owl_banners2 .owl-item .pic{float:left}.owl_banners .owl-item .info,.owl_banners2 .owl-item .info{width:40%;padding-top:2%}.owl_banners .owl-item .info .name,.owl_banners2 .owl-item .info .name{display:block;font-size:35px;color:#4ba82e;margin-bottom:2%;overflow:hidden}.owl_banners .owl-item .info .descr,.owl_banners2 .owl-item .info .descr{margin-bottom:1%}.owl_banners .owl-item .pic,.owl_banners2 .owl-item .pic{width:60%}.owl_banners .owl-item .item.text .descr,.owl_banners .owl-item .item.text .name,.owl_banners2 .owl-item .item.text .descr,.owl_banners2 .owl-item .item.text .name{overflow:hidden}.owl_banners .owl-item .item.text .descr p,.owl_banners .owl-item .item.text .name p,.owl_banners2 .owl-item .item.text .descr p,.owl_banners2 .owl-item .item.text .name p{position:relative;display:inline;white-space:pre-wrap}.owl_banners .owl-item .item.text .descr p>span,.owl_banners .owl-item .item.text .name p>span,.owl_banners2 .owl-item .item.text .descr p>span,.owl_banners2 .owl-item .item.text .name p>span{position:relative;z-index:1}.owl_banners .owl-item .item.text .name p,.owl_banners2 .owl-item .item.text .name p{line-height:56px}.owl_banners .owl-item .item.text .name p>span,.owl_banners2 .owl-item .item.text .name p>span{text-transform:uppercase;padding-right:7px;background-color:rgba(255,255,255,.8);border-top:4px solid transparent;border-bottom:4px solid transparent}.owl_banners .owl-item .item.text .descr,.owl_banners2 .owl-item .item.text .descr{padding-left:.3em;max-height:116px;overflow:hidden}.owl_banners .owl-item .item.text .descr p,.owl_banners2 .owl-item .item.text .descr p{color:#fff;font-size:18px;line-height:22px;border-left:none;background-color:rgba(0,0,0,.5)}.owl_banners .owl-item .item.text .descr p:after,.owl_banners2 .owl-item .item.text .descr p:after{content:"";position:absolute;top:-.05em;right:100%;bottom:-.05em;width:.4em;background-color:rgba(0,0,0,.5)}.owl_banners .owl-item .item.product a .info .descr,.owl_banners .owl-item .item.product a .info .price,.owl_banners2 .owl-item .item.product a .info .descr,.owl_banners2 .owl-item .item.product a .info .price{color:#333}.owl_banners .owl-item .item.product a .info .buy,.owl_banners2 .owl-item .item.product a .info .buy{line-height:28px}.owl_banners .owl-item .item.product a .info .price,.owl_banners2 .owl-item .item.product a .info .price{float:left;font-size:28px;color:#000;margin-right:28px;padding-top:3px}.owl_banners .owl-item .item.product .mobiletext,.owl_banners2 .owl-item .item.product .mobiletext{font-size:24px;height:35px}.owl_banners .owl-item .item.product .mobiletext .text,.owl_banners2 .owl-item .item.product .mobiletext .text{display:block;width:100%;overflow:hidden}.owl_banners .owl-item .item.video video,.owl_banners2 .owl-item .item.video video{display:block;width:100%}@media (min-width:1210px){.owl_banners .owl-item .container.abs,.owl_banners2 .owl-item .container.abs{left:50%;margin-left:-585px}}@media (min-width:992px) and (max-width:1209px){.owl_banners .owl-item .container.abs,.owl_banners2 .owl-item .container.abs{left:50%;margin-left:-485px}}@media (min-width:768px) and (max-width:991px){.owl_banners .owl-item .container.abs,.owl_banners2 .owl-item .container.abs{left:50%;margin-left:-375px}}.owl_banners2 .owl-item .heighter{height:400px}.owl_banners2 .owl-item .item.banner .image,.owl_banners2 .owl-item .item.text .image{background-position:center center;background-size:cover}.owl_banners2 .owl-item .item.product .info{width:80%}.owl_banners2 .owl-item .item.product img{max-height:400px}@media (max-width:991px){.owl_banners2 .owl-item .heighter{height:250px}.owl_banners2 .owl-item .item.product .info{width:100%}.owl_banners2 .owl-item .item.product img{max-height:250px}}@media (max-width:767px){.owl_banners2 .mobilename{display:table}.owl_banners2{margin-bottom:25px}.owl_banners2 .owl-dots{position:absolute;opacity:1;bottom:-40px}.owl_banners2 .owl-item .heighter{height:175px}.owl_banners2 .owl-item .item.product .heighter{height:140px}.owl_banners2 .owl-item .item.product .info{width:100%}.owl_banners2 .owl-item .item.product .img{height:140px;line-height:140px}.owl_banners2 .owl-item .item.product .img img{display:inline-block;width:auto;height:auto;max-width:100%;max-height:140px}}
/* End */


/* Start:/bitrix/templates/autocity_default/assets/css/header.css?168672743112277*/
@font-face {
  font-family: 'PFDinTextCompPro-Bold';
  src: url("/bitrix/templates/autocity_default/assets/css/../fonts/PFDinTextCompPro-Bold/PFDinTextCompPro-Bold.eot");
  src: local("?"), url("/bitrix/templates/autocity_default/assets/css/../fonts/PFDinTextCompPro-Bold/PFDinTextCompPro-Bold.woff") format("woff"), url("/bitrix/templates/autocity_default/assets/css/../fonts/PFDinTextCompPro-Bold/PFDinTextCompPro-Bold.ttf") format("truetype"), url("/bitrix/templates/autocity_default/assets/css/../fonts/PFDinTextCompPro-Bold/PFDinTextCompPro-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

#svg-icons {
  display: none !important; }

.b-header {
  display: table;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; 
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;



}

.phone_block {
  display: flex!important;
  align-items: center;
}

.icon_phone {
  margin-right: 10px;
}

.b-accontacts__phone {
  font-weight: 800;
    font-size: 14px;
    color: black;
    display: flex;
    flex-direction: column;
}

.b-accontacts__phone a{
  color: #000;
}


.b-accontacts__adress {
  font-size: 14px;
    font-weight: 700;
    color: black;
}

.b-accontacts__mail {
  font-size: 12px;
}


#recall_header svg {
  display: none;
}

 
  .b-header:after {
    clear: both; }
  .b-header a {
    text-decoration: none; }
  .b-header > div {
    display: table-cell;
    vertical-align: middle; }
  .b-header .b-header__contacts .icon-svg,
  .b-header .b-header__recall .icon-svg {
    width: 30px;
    height: 30px;
    fill: #4ba82e; }

  .b-header .b-header__recall-text {
    display: none; }
  .b-header .b-header__recall-text {
      margin-left: 0px;
    float: none;
    margin-top: 0;
    line-height: 1;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 15px;
    position: relative;
    background: #eb8715;
    border-radius: 50px;
    display: block; }
  .b-header .b-header__contacts .b-accontacts {
    color: #777777; }
  .b-header .b-header__contacts .icon-svg,
  .b-header .b-header__recall .icon-svg {
    transition: transform .2s; }
  .b-header .b-header__contacts .icon-svg:hover,
  .b-header .b-header__recall .icon-svg:hover {
    transform: translateY(-5px); }
  @media (min-width: 768px) {
    .b-header > div {
      vertical-align: top; }
    
    .b-header .b-header__recall-text {

    margin-left: 0px;
    float: none;
    margin-top: 0;
    line-height: 1;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 15px;
    position: relative;
    background: #eb8715;
    border-radius: 50px;
    display: block;


    }
    .b-header .b-header__recall { position: relative;}
    #recall_header {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 999;
    }
      .b-header .b-header__recall:before, .b-header .b-header__recall:after {
        content: " ";
        display: table; }
      .b-header .b-header__recall:after {
        clear: both; }
    .b-header .b-header__recall .icon-svg {
      display: block;
      float: left; } }
  @media (min-width: 992px) {
    .b-header {
      width: 100%; }
      
      .b-header .b-header__contacts .b-accontacts {
        display: block; }
      .b-header .b-header__contacts .icon-svg {
        float: left; }
      .b-header .b-header__contacts .b-accontacts {
        display: block;
        float: left;
        margin-left: 15px; } }
  @media (min-width: 1210px) {
    .b-header {
      width: 1190px; } }
  @media (max-width: 991px) {
    .b-header {
      width: 100%;
      margin: 0;
      border-top: 2px solid #000; }
       .b-header .b-header__contacts .b-accontacts {
    float: right;
    font-size: 12px;
    padding-left: 8px
  }
  .b-accontacts .b-accontacts__phone {font-size: 18px !important}
    }
  @media (min-width: 992px) {
    .b-header {
      padding-top: 14px;
      padding-bottom: 15px; }
      .b-header:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-top: 4px solid #292e30; } }

.b-aclogo {
  display: block;
  text-decoration: none; }
  .b-aclogo .b-aclogo__icon,
  .b-aclogo .b-aclogo__text {
    display: inline-block;
    vertical-align: middle; }
  .b-aclogo .b-aclogo__text {
    margin-left: 10px; }
  .b-aclogo .b-aclogo__descr,
  .b-aclogo .b-aclogo__title {
    text-transform: uppercase;
    line-height: 1; }
  .b-aclogo .b-aclogo__title {
    font-weight: bold;
    font-size: 30px;
    font-family: 'PFDinTextCompPro-Bold', arial;
    letter-spacing: 0x; }
  .b-aclogo .b-aclogo__descr {
    color: #777777;
    display: none;
    letter-spacing: 0.3px;
    margin-left: -1px; }
  .b-aclogo .b-aclogo__icon .icon-svg {
    width: 80px;
    height: 80px; }
  @media (max-width: 360px) {
    
    .b-aclogo .b-aclogo__icon .icon-svg {
      width: 50px;
      height: 50px; }
    .b-aclogo .b-aclogo__title {
      font-size: 26px; } }
  @media (min-width: 768px) {
    .b-aclogo .b-aclogo__text {
      margin-left: 16px;
      margin-top: -8px; }
    .b-aclogo .b-aclogo__descr {
      display: block; } }


 
 

.b-mmenu {
  background: #4ba82e;
  position: relative; }
  .b-mmenu .col {
    padding: 0; }
  .b-mmenu .b-mmenu__toggle {
    background: #4ba82e;
    color: #fff;
    width: 100%;
    position: relative;
    border: 1px solid transparent;
    padding: 17px 20px;
    text-align: left;
    float: none;
    margin-right: 0;
    margin-left: 0; }
  .b-mmenu .icon-toggle {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
  .b-mmenu .icon-toggle .icon-bar {
    background-color: #fff;
    width: 18px; }
  .b-mmenu .search {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    color: #fff;
    cursor: pointer; }
  .b-mmenu .search.lupa:before,
  .b-mmenu .search.remove:before {
    content: '\f002'; }
  .b-mmenu .navbar-nav {
    margin-top: 0; }
  .b-mmenu .search-bar {
    margin: 0; }
  .b-mmenu.navbar-default .dropdown-menu > li > a,
  .b-mmenu.navbar-default .navbar-nav > li > a {
    padding: 17.5px 27.5px;
    text-decoration: none;
    background-color: #4ba82e;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 0;
    transition: background 0.1s ease-out; }
  .b-mmenu.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff; }
  .b-mmenu .dropdown-menu > li {
    height: 55px;
    border: 0; }
  .b-mmenu .navbar-collapse {
    border-top: 0;
    box-shadow: none; }
  .b-mmenu .b-mmenu__toggle:focus,
  .b-mmenu .b-mmenu__toggle:hover,
  .b-mmenu.navbar-default .navbar-nav .dropdown-menu > li > a:hover,
  .b-mmenu.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .b-mmenu.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .b-mmenu.navbar-default .navbar-nav > .open > a:focus,
  .b-mmenu.navbar-default .navbar-nav > .open > a:hover,
  .b-mmenu.navbar-default .navbar-nav li:hover > a {
    background: #398023;
    color: #fff; }
  .b-mmenu.navbar-default .nav ul > li {
    position: relative;
    display: block;
    height: auto; }
  .b-mmenu .nav.main-menu-nav .other {
    float: right;
    display: block;
    border-left: none; }
  .b-mmenu .navbar-nav li > a > span {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 0 20px;
    text-align: center; }
  .b-mmenu .navbar-nav li > a > span > i {
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 55px; }
  .b-mmenu .search-remove {
    display: none; }
  @media (max-width: 991px) {
    .b-mmenu .b-mmenu__toggle {
      display: block; }
    .b-mmenu .search-open {
      display: none;
      position: absolute;
      top: 0;
      width: 85%; }
    .b-mmenu .search-open .input-group {
      margin-top: 6px; }
    .b-mmenu .search-open .form-control {
      width: 100%;
      margin-left: 5px; }
    .b-mmenu .search.remove:before {
      content: '\f00d'; }
    .b-mmenu .navbar-nav li > a > span > i:before {
      content: "\2b"; }
    .b-mmenu.navbar-default .navbar-nav li.open > a > span > i:before {
      content: "\2212"; }
    .b-mmenu .navbar-collapse {
      position: absolute;
      width: 100%;
      z-index: 999;
      left: 15px; }
    .b-mmenu.navbar-default .navbar-nav .open .dropdown-menu > li > a {
      padding-left: 40px; }
    .b-mmenu.navbar-default .navbar-nav .open .dropdown-menu > li > ul > li > a {
      padding-left: 55px; }
    .b-mmenu .open > .dropdown-menu {
      display: block; }
    .b-mmenu.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .b-mmenu.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .b-mmenu.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .b-mmenu.navbar-default .navbar-nav > .open > a:focus,
    .b-mmenu.navbar-default .navbar-nav > .open > a:hover {
      background: #398023;
      color: #fff; } }
  @media (min-width: 992px) {
    .b-mmenu .dropdown-menu {
      border-right: 0; }
    .b-mmenu .navbar-collapse {
      padding-left: 0;
      padding-right: 0;
      padding-right: 25px;
      position: relative; }
    .b-mmenu.navbar-default .search-bar {
      position: relative;
      width: 100%;
      margin-top: -55px;
      height: 0; }
    .b-mmenu.navbar-default .container .dropdown-menu > li > a {
      padding: 12px 27.5px;
      background: #fff;
      color: #333;
      border-top: 1px solid #eeeeee;
      border-left: 1px solid #eeeeee;
      border-right: 1px solid #eeeeee; }
    .b-mmenu .search-bar .search-open {
      display: none;
      position: absolute;
      top: 65px;
      padding: 15px;
      background-color: #fff;
      width: 100%;
      z-index: 999;
      border-bottom: 3px solid #4ba82e;
      box-shadow: 0 4px 8px -3px rgba(0, 0, 0, 0.5);
      border: 1px solid #bbc0c6; }
    .b-mmenu .search {
      padding: 20px; }
    .b-mmenu .search-close {
      display: table-cell;
      width: 45px;
      vertical-align: middle;
      text-align: center;
      cursor: pointer;
      position: relative; }
    .b-mmenu .search-close:before {
      content: "\f00d";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      transform: translate(0, 0);
      text-align: center;
      color: #333;
      line-height: 44px; }
    .b-mmenu .search-open .btn {
      padding-left: 50px;
      padding-right: 50px; }
    .b-mmenu .navbar-nav > li.dropdown:hover > .dropdown-menu {
      display: block;
      left: auto;
      min-width: 220px; }
    .b-mmenu .dropdown-submenu:hover > .dropdown-menu {
      display: block;
      top: -2px;
      left: 100%; }
    .b-mmenu .dropdown-submenu > a:after {
      top: 10px;
      right: 16px;
      font-size: 18px;
      content: "\f105";
      position: absolute;
      font-weight: normal;
      display: inline-block;
      font-family: 'FontAwesome'; }
    .b-mmenu.navbar-default .navbar-nav > li > a {
      border-top-color: transparent; }
    .b-mmenu .navbar-nav {
      height: 55px; }
    .b-mmenu .nav.main-menu-nav .other {
      margin-right: 38px; }
    .b-mmenu.navbar-default .dropdown-menu.left {
      left: 0;
      transform: translateX(-100%); } }

/*# sourceMappingURL=header.css.map */


@media (max-width:  970px) {
  .b-header__contacts {
    width: 100%;
    margin-top: 10px;
    border-top: solid 1px #00000012;
    padding-top: 5px;
}

.b-accontacts__adress {
    font-size: 10px;
    font-weight: 600;
    color: black;
    font-family: 'Inter';
}

.b-accontacts__mail {
    font-size: 8px;
    color: black;
}

.b-header .b-header__contacts .b-accontacts {
    
    padding-left: 0px; 
    text-align: right;
}


.b-header .b-header__recall {
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: right;
    margin-top: 15px;
    position: relative;
}

.b-header .b-header__recall-text {
    
    padding: 10px 15px;
    position: relative;
}

#recall_header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
}
}
/* End */


/* Start:/bitrix/templates/autocity_default/assets/css/sidebar.min.css?15127331122353*/
#sidebar{padding-top:7px}ul.nav-sidebar{list-style:none;padding-left:0;margin-bottom:20px;counter-reset:list 0;line-height:1.38462}ul.nav-sidebar.nav{border:1px solid #eee}ul.nav-sidebar li{display:block}ul.nav-sidebar li:before{position:static;left:0;content:''}ul.nav-sidebar li.dropdown-submenu i{position:relative;display:block;float:left;width:0;height:15px;font-style:normal}ul.nav-sidebar li.dropdown-submenu i:before{position:absolute;top:0;left:-22px;font-size:24px;font-weight:400;color:#333;display:inline-block;font-family:FontAwesome;content:"\2212"}ul.nav-sidebar li.dropdown-submenu i.collapsed:before{content:"\2b"}ul.nav-sidebar li.dropdown-submenu.showed>a{color:#4ba82e;background-color:#fff}ul.nav-sidebar li a:hover,ul.nav-sidebar li.dropdown-submenu.showed>a:hover{background-color:#eee}ul.nav-sidebar li.active>a{color:#4ba82e}ul.nav-sidebar li:last-child a{border-bottom:none}ul.nav-sidebar li a{display:block;padding:11.5px 27.5px;color:#333;text-decoration:none;margin-top:-1px;border-top:1px solid #eee;border-bottom:1px solid #eee}ul.nav-sidebar .dropdown-submenu>ul{padding-left:0;background-color:#f3f3f3}ul.nav-sidebar .lvl2>li>a{padding-left:35px}ul.nav-sidebar .lvl3>li>a{padding-left:45px}ul.nav-sidebar .lvl4>li>a{padding-left:55px}ul.nav-sidebar .lvl5>li>a{padding-left:65px}ul.nav-sidebar .lvl6>li>a{padding-left:75px}ul.nav-sidebar .lvl7>li>a{padding-left:85px}ul.nav-sidebar .lvl8>li>a{padding-left:95px}.side__widget a{display:block;margin-bottom:9px;padding:18px 0;text-decoration:none;border:2px dashed #bbc0c7;-webkit-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s}.side__widget a svg{-webkit-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s}.side__widget a:hover{border-color:#777}.side__widget a:hover svg{fill:#4ba82e}.side__widget-icon{display:inline-block;vertical-align:middle}.side__widget-icon svg{display:block;float:left;width:35px;height:auto;max-height:40px;text-align:center;font-weight:400;font-style:normal;line-height:normal;vertical-align:baseline;fill:#bbc0c7;margin:0 20px}.side__widget-text{display:inline-block;vertical-align:middle;max-width:155px;font-size:16px;font-weight:600;color:#4ba82e}@media (max-width:1209px){.side__widget-icon svg{width:100%;margin:0 auto}.side__widget-text{text-align:center;width:100%;max-width:300px;margin:10px 0 0}}
/* End */


/* Start:/bitrix/templates/autocity_default/assets/css/footer.min.css?16869303551976*/
footer{margin-top:30px;padding-bottom:20px;padding-top:30px;border-top:5px solid #4ba82e;background-image:url(/bitrix/templates/autocity_default/assets/css/../img/bckg_footer.png);color:#838383;font-size:12px}footer .container{padding-top:18px}footer .svg-location{width:30px;height:30px;fill:#4ba82e;margin-top:1em}footer .social_icons div{margin-bottom:10px}footer .social_icons img{-webkit-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s}footer .social_icons img:hover{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}footer .other_buttons_wrap{width:60%;text-align:center;margin:15px auto}footer .other_buttons_wrap .btn{width:100%;margin-bottom:5px}footer .block_logo{max-width:255px}footer .block_logo .footer_logo_wrap{max-width:265px;height:100px}footer .block_logo .footer_logo_wrap svg{max-width:85%;max-height:100px}footer .block_logo .footer_logo_wrap img{max-height:90%;margin-bottom:10px}footer .contacts{margin-top:10px}footer .contacts .phone{font-size:20px}footer .contacts .phone a{text-decoration:none;color:#fff}footer .contacts a{color:#838383;text-decoration:none}footer .footer_copyright{border-top:1px solid #fff;margin-top:30px}footer .bottom_subs .form-control{background:0 0;border-color:#fff}footer .bottom_subs .form-control:focus{background:#fff;color:#000}@media (max-width:560px){footer .social_icons{float:left}footer .foot-xxs-12{width:100%}footer .foot-xxs-2{width:10%}footer .foot-xxs-10{width:90%}}.flpl{fill:#4ba82e}.footer-fil3,.frpl{fill:#BBC0C7}.footer-fil2{fill:#fff}@media (max-width:1209px){footer .other_buttons_wrap{width:100%}}@media (max-width:991px){.sm-top_footer{margin-bottom:30px}.footer_copyright{padding:15px 0;line-height:20px}#bx-composite-banner{display:inline-block;margin-top:10px;margin-bottom:10px}}@media (min-width:992px){.footer_copyright .alright{text-align:right}}@media (max-width:767px){.alfa_title{display:none}.sm-top_footer{margin-bottom:0}footer .col-sm-12 .col{margin-bottom:20px}}
/* End */


/* Start:/bitrix/templates/autocity_default/assets/css/content.min.css?151273311293711*/
.container,.container-fluid,.mainbanners.mainbanners--center,.mainbanners.mainbanners--wide .mainbanners_info-container,.mainbanners.mainbanners--wide .mainbanners_item.product,.mainbanners.mainbanners--wide .owl-carousel .owl-nav{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container-fluid:after,.container-fluid:before,.container:after,.container:before,.mainbanners.mainbanners--center:after,.mainbanners.mainbanners--center:before,.mainbanners.mainbanners--wide .mainbanners_info-container:after,.mainbanners.mainbanners--wide .mainbanners_info-container:before,.mainbanners.mainbanners--wide .mainbanners_item.product:after,.mainbanners.mainbanners--wide .mainbanners_item.product:before,.mainbanners.mainbanners--wide .owl-carousel .owl-nav:after,.mainbanners.mainbanners--wide .owl-carousel .owl-nav:before,.row:after,.row:before{content:" ";display:table}.container-fluid:after,.container:after,.mainbanners.mainbanners--center:after,.mainbanners.mainbanners--wide .mainbanners_info-container:after,.mainbanners.mainbanners--wide .mainbanners_item.product:after,.mainbanners.mainbanners--wide .owl-carousel .owl-nav:after,.row:after{clear:both}.feature,.features{background-color:#292e30}.feature,.feature:focus{color:#fff}#breadcrumbs li a,.feature{text-decoration:none}@media (min-width:768px){.container,.mainbanners.mainbanners--center,.mainbanners.mainbanners--wide .mainbanners_info-container,.mainbanners.mainbanners--wide .mainbanners_item.product,.mainbanners.mainbanners--wide .owl-carousel .owl-nav{width:100%}}@media (min-width:992px){.container,.mainbanners.mainbanners--center,.mainbanners.mainbanners--wide .mainbanners_info-container,.mainbanners.mainbanners--wide .mainbanners_item.product,.mainbanners.mainbanners--wide .owl-carousel .owl-nav{width:100%}}@media (min-width:1210px){.container,.mainbanners.mainbanners--center,.mainbanners.mainbanners--wide .mainbanners_info-container,.mainbanners.mainbanners--wide .mainbanners_item.product,.mainbanners.mainbanners--wide .owl-carousel .owl-nav{width:1190px}}.row{margin-left:-15px;margin-right:-15px}#breadcrumbs .main a,#breadcrumbs .main span,#breadcrumbs li,.feature{display:block}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{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-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{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-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{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:1210px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{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%}}.features .owl{max-height:65px;overflow:hidden}.feature{line-height:1.2;padding:16px}.feature:hover{color:#fff;background-color:#141617}.feature__icon{float:left;max-width:32px;max-height:32px;fill:#4ba82e}.feature__icon:hover{fill:#4ba82e}.feature__name{height:32px;padding-left:19px;overflow:hidden}#breadcrumbs{padding-bottom:2px}#breadcrumbs li{position:relative;float:left;min-height:15px;margin-right:5px}#breadcrumbs li:before{position:absolute}#breadcrumbs li a:hover{text-decoration:underline;color:#fa5100}#breadcrumbs .main a,.section-item__name a{text-decoration:none}#breadcrumbs .main li{margin-right:3px}#breadcrumbs .main a{font-size:13px}#breadcrumbs .main a i{position:relative;display:block;float:left;width:13px}#breadcrumbs .main a i:before{position:absolute;top:0;left:0;display:inline-block;content:"\f015";font-weight:400;font-style:normal;color:#585f69;font-family:FontAwesome}html nav{text-align:center}html .pagination>li.allShower>a{margin-left:20px}html .pagination>li>a{color:#333}.section-item{padding:0 0 20px;margin:0 0 20px;border-bottom:1px solid #bbc0c6}.section-item__pic{text-align:center;display:block;position:relative;height:210px;line-height:210px}.section-item .section-item__img{display:inline-block;vertical-align:middle;max-height:100%}.b-fresh-item,.price__num{display:block}.section-item__name{font-weight:700;margin:0 0 15px;color:#000;font-size:1.2em}.section-item__name a:hover{text-decoration:underline;color:#fa5100}.section-item__descr{max-height:60px;overflow:hidden;margin:0 0 20px}.section-item__button-buy{padding:.5em 1.8em;text-decoration:none;color:#fff}.section-item__button-buy:hover{color:#fff}.section-item__button-detail{padding:.5em 1.8em;text-decoration:none;color:#000}.section-item .price,.section-item__props{margin:0 0 15px}.section-item__props .price{float:left}.section-item-prop{float:left;margin:0 20px 0 0}.section-item-prop__value{font-weight:700;font-size:1.3em;color:#bbc0c7}.section-item-prop-wrap{float:left}@media (max-width:481px){.section-item-prop-wrap{margin:0 0 0 50px;float:left}}#doyouknow{padding:20px;box-sizing:border-box;border:2px solid #bdc0c7}#doyouknow .know_title{font-size:1.3em;font-weight:700;font-style:italic;margin-bottom:20px;color:#000;padding:0 10px;text-align:center}#doyouknow .know_title svg{float:left;fill:#ffb401;width:30px;height:30px}#doyouknow .know_main{text-align:center;font-style:italic}#doyouknow .know_link{font-size:12px;text-align:left;color:#000;margin-top:20px;display:block}.price__discount_profit span,.price__num span{font-size:1.3em;font-weight:700}.price .svg-wallet{height:30px;float:left;width:30px;margin:8px 20px 0 0;fill:#4ba82e}.price__now{float:left;margin:0 20px 0 0}.price .price__wd{text-decoration:line-through;color:#777}.b-fresh-item,.docs__name a{text-decoration:none}.price__discount_profit span{color:#cd4343}.docs__main-title{margin-bottom:29px}.docs__item{min-height:70px;margin:0 0 10px}.docs__folder{max-width:30%;float:left}.docs__folder-bottom{height:33px;color:#fff;background-color:#50575a;border-radius:3px;text-align:center;line-height:33px;font-weight:700;text-transform:uppercase;float:left;padding:0 5px;max-width:100%;box-sizing:border-box}.docs__folder-top{height:9px;width:25px;background-color:#bbc0c6;margin:0 0 1px 2px;border-top-left-radius:3px;border-top-right-radius:3px}.docs .docs__word-color{background-color:#1b69ab}.docs .docs__xls-color{background-color:#2ea86b}.docs .docs__pdf-color{background-color:#c8482b}.docs__name{float:left;margin:0 0 0 15px;width:70%;overflow:hidden}.docs__title{font-weight:600;margin-bottom:7px}.docs__size{font-size:12px}@media (max-width:480px){.docs__name{margin:10px 0 0}.docs__folder{max-width:none;min-width:50%}}.b-fresh-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;width:220px}.b-fresh-item:active,.b-fresh-item:focus,.b-fresh-item:hover{color:inherit;text-decoration:none}.b-fresh-item__img{max-width:80%}.b-fresh-item__name{font-weight:700;height:20px;overflow:hidden;white-space:nowrap;position:relative;margin-top:5px;margin-bottom:2px}.b-fresh-item__desc{margin-bottom:2px}.b-fresh-item__price{margin-top:5.5px}.b-fresh-item__name:after{content:'';position:absolute;top:0;right:0;height:20px;width:40px;background:-webkit-linear-gradient(left,transparent 0,#fff);background:linear-gradient(to right,transparent 0,#fff)}@media (min-width:480px){.b-fresh-item{width:auto}}.b-fresh-item-price__icon,.b-fresh-item-price__value{display:inline-block}.b-expert .b-expert__footerman,.b-expert .b-expert__left{display:none}.b-fresh-item-price__icon{vertical-align:middle}.b-fresh-item-price__icon .svg-icon{width:20px;height:20px;fill:#4ba82e}.b-fresh-item-price__value{margin-left:5px}.b-fresh-item-price__price{font-weight:700;font-size:1.1em}.b-expert{margin:15px 0;position:relative}.b-expert .b-expert__right{background:#292e30;color:#fff;padding:20px 27.5px;position:relative;z-index:2}.b-expert .b-expert__quest-title{color:#e84242;font-size:22px;max-width:350px}.b-expert .b-expert__quest-descr{padding:15px 0;max-width:350px}.b-expert .b-expert__quest-icon{float:left;margin-left:-45px;display:none}.b-expert .b-expert__quest-icon .icon-svg{width:30px;height:30px;fill:#fff}.b-expert .b-expert__btn,.b-expert .b-expert__input{background-color:transparent;border-color:#fff;color:#fff;-webkit-transition:.15s ease-in;transition:.15s ease-in}.b-expert .b-expert__input:focus{background:#fff;color:#333}.b-expert .b-expert__btn:focus,.b-expert .b-expert__btn:hover{border-color:#4ba82e;background:#4ba82e}@media (min-width:480px){.b-page:not(.has-sidebar) .b-expert{overflow:hidden}.b-page:not(.has-sidebar) .b-expert:after,.b-page:not(.has-sidebar) .b-expert:before{content:" ";display:table}.b-page:not(.has-sidebar) .b-expert:after{clear:both}.b-page:not(.has-sidebar) .b-expert .b-expert__right{width:80%;float:right}.b-page:not(.has-sidebar) .b-expert .b-expert__left{display:block;position:absolute;width:60%;top:50px;bottom:-30px;background:#4ba82e;z-index:1}.b-page:not(.has-sidebar) .b-expert .b-expert__left:before,.b-page:not(.has-sidebar) .b-expert .b-expert__right:before{content:" ";z-index:-1;width:100%;position:absolute;height:100%;top:0}.b-page:not(.has-sidebar) .b-expert .b-expert__right:before{left:-95px;-webkit-transform:skew(-35deg);-ms-transform:skew(-35deg);transform:skew(-35deg);background-color:#292e30}.b-page:not(.has-sidebar) .b-expert .b-expert__left:before{right:-95px;-webkit-transform:skew(35deg);-ms-transform:skew(35deg);transform:skew(35deg);background-color:#4ba82e}.b-page:not(.has-sidebar) .b-expert .b-expert__quest-icon{display:block}}@media (min-width:768px){.b-page:not(.has-sidebar) .b-expert{overflow:initial;margin:30px 0 90px}.b-page:not(.has-sidebar) .b-expert .b-expert__right{width:45%}.b-page:not(.has-sidebar) .b-expert .b-expert__left:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/bitrix/templates/autocity_default/assets/css/../img/polygons.png) center center no-repeat;background-size:cover}.b-page:not(.has-sidebar) .b-expert .b-expert__footerman{position:absolute;z-index:3;bottom:-30px;left:-450px;height:125%;max-width:100%;display:block}.b-page.has-sidebar .b-expert{overflow:hidden}.b-page.has-sidebar .b-expert:after,.b-page.has-sidebar .b-expert:before{content:" ";display:table}.b-page.has-sidebar .b-expert:after{clear:both}.b-page.has-sidebar .b-expert .b-expert__right{width:80%;float:right}.b-page.has-sidebar .b-expert .b-expert__left{display:block;position:absolute;width:60%;top:50px;bottom:-30px;background:#4ba82e;z-index:1}.b-page.has-sidebar .b-expert .b-expert__left:before,.b-page.has-sidebar .b-expert .b-expert__right:before{content:" ";z-index:-1;width:100%;position:absolute;height:100%;top:0}.b-page.has-sidebar .b-expert .b-expert__right:before{left:-95px;-webkit-transform:skew(-35deg);-ms-transform:skew(-35deg);transform:skew(-35deg);background-color:#292e30}.b-page.has-sidebar .b-expert .b-expert__left:before{right:-95px;-webkit-transform:skew(35deg);-ms-transform:skew(35deg);transform:skew(35deg);background-color:#4ba82e}.b-page.has-sidebar .b-expert .b-expert__quest-icon{display:block}.b-page.has-sidebar .b-expert .b-expert__quest-title{line-height:1}.b-page.has-sidebar .b-expert .b-expert__quest-descr{padding-top:10px;padding-bottom:10px;line-height:1.1}}@media (min-width:1190px){.b-page.has-sidebar .b-expert{overflow:initial;margin:30px 0 90px}.b-page.has-sidebar .b-expert .b-expert__right{width:45%}.b-page.has-sidebar .b-expert .b-expert__left:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/bitrix/templates/autocity_default/assets/css/../img/polygons.png) center center no-repeat;background-size:cover}.b-page.has-sidebar .b-expert .b-expert__footerman{position:absolute;z-index:3;bottom:-30px;left:-450px;height:125%;max-width:100%;display:block}}@media (min-width:480px) and (max-width:767px){.b-page.has-sidebar .b-expert{overflow:hidden}.b-page.has-sidebar .b-expert:after,.b-page.has-sidebar .b-expert:before{content:" ";display:table}.b-page.has-sidebar .b-expert:after{clear:both}.b-page.has-sidebar .b-expert .b-expert__right{width:80%;float:right}.b-page.has-sidebar .b-expert .b-expert__left{display:block;position:absolute;width:60%;top:50px;bottom:-30px;background:#4ba82e;z-index:1}.b-page.has-sidebar .b-expert .b-expert__left:before,.b-page.has-sidebar .b-expert .b-expert__right:before{content:" ";z-index:-1;width:100%;position:absolute;height:100%;top:0}.b-page.has-sidebar .b-expert .b-expert__right:before{left:-95px;-webkit-transform:skew(-35deg);-ms-transform:skew(-35deg);transform:skew(-35deg);background-color:#292e30}.b-page.has-sidebar .b-expert .b-expert__left:before{right:-95px;-webkit-transform:skew(35deg);-ms-transform:skew(35deg);transform:skew(35deg);background-color:#4ba82e}.b-page.has-sidebar .b-expert .b-expert__quest-icon{display:block}}@media (min-width:1190px){.b-page.has-sidebar .b-expert{top:40px}}@media (max-width:767px){.b-page.has-sidebar .b-expert{margin-left:-15px;margin-right:-15px}}.service-detail{padding:5px 0 15px;text-decoration:center}.service-detail .service-detail__head{border-top:2px solid #4ba82e;border-bottom:2px solid #4ba82e;padding:20px 0}.service-detail .service-detail__detailimg{margin:auto;display:block;max-width:100%}.service-detail .service-detail__head-preview{font-weight:700;padding:20px 0}.service-detail .service-detail__order{text-align:center;padding:25px 0;border:2px dashed #bbc0c7;margin-top:15px}.service-detail .service-detail__order .btn{padding-left:70px;padding-right:70px}.service-detail .service-detail__causes{border-bottom:1px solid #bbc0c7;padding:15px 0}@media (min-width:480px){.service-detail .service-detail__causes .service-causes{padding-left:75px}.service-detail .service-detail__specialists{padding-left:50px}}@media (min-width:992px){.service-detail .service-detail__head-preview{padding-right:80px;padding-top:25px;padding-bottom:45px}.service-detail .service-detail__head-preview:after{content:"";position:absolute;top:0;font-size:0;right:15px;line-height:0;width:0;border-top:30px solid #4ba82e;border-left:30px solid transparent}}@media (min-width:1210px){.service-detail .service-detail__head-right{padding-left:30px;padding-right:40px}}.service-prop{padding:9px 0 15px}.service-prop .service-prop__icon{margin-bottom:7px}.service-prop .service-prop__icon .icon-svg{height:30px;width:30px;fill:#4ba82e}.service-prop .service-prop__block,.service-prop .service-prop__icon{display:inline-block;vertical-align:middle}.service-prop .service-prop__block{margin-left:20px;text-align:left;margin-top:-16px;color:#777}.service-prop .service-prop__block-group{display:inline-block}.service-prop .service-prop__name,.service-prop .service-prop__value{line-height:1}.service-prop .service-prop__value{font-size:16px}.service-prop .service-prop__value span{font-weight:700;font-size:18px;color:#333}.service-prop .service-prop__value.is-old-price span{color:#777;text-decoration:line-through}.b-cars-pages__link,.b-cars-pages__link:focus,.b-cars-pages__link:hover,.b-cars-pages__link:hover .b-cars-pages__linktext,.b-service-advantage a,.mini_banner__info,.mini_banner__link,.news-list__link,.news-list__section,.news-list__text{text-decoration:none}.service-prop .service-prop__value.is-now-price span{color:#c7482a}@media (min-width:992px){.service-prop .service-prop__value{font-size:22px}.service-prop .service-prop__value span{font-size:26px}}.service-causes{padding-top:15px;padding-bottom:15px}.service-causes>li{font-style:italic;font-size:15px;line-height:1.38462;color:#585f69;padding:2px 0}.service-causes>li:before{font-style:normal;font-size:35px;line-height:25px}.service-specialist{display:table;width:100%;padding:15px 0}.service-specialist .service-specialist__img{display:table-cell;vertical-align:middle}.service-specialist .service-specialist__img img{max-width:90px;max-height:90px}.service-specialist .service-specialist__main{display:table-cell;white-space:normal;vertical-align:middle;padding-left:20px;width:100%}.service-specialist .service-specialist__name{font-size:16px;color:#4ba82e;font-weight:700}.service-specialist .service-specialist__contacts{margin-top:7.5px}.service-specialist .service-specialist__contacts a{color:#333;text-decoration:none}.service-specialist .service-specialist__ask,.service-specialist .service-specialist__phone{display:inline-block}.service-specialist .service-specialist__phone{margin-right:15px}.service-specialist .service-specialist__ask a:before,.service-specialist .service-specialist__phone a:before{font-family:FontAwesome;color:#4ba82e;margin-right:10px}.service-specialist .service-specialist__phone a:before{content:"\f095"}.service-specialist .service-specialist__ask a:before{content:"\f003"}.b-service-advantages{padding:4px 0 15px;border-bottom:1px solid #bbc0c7}.b-service-advantage{text-align:center;cursor:pointer;margin-top:40px;-webkit-transition:-webkit-transform .15s;transition:-webkit-transform .15s;transition:transform .15s;transition:transform .15s,-webkit-transform .15s}.b-service-advantage .b-service-advantage__icon .icon-svg{width:40px;height:40px;color:#333}.b-service-advantage .b-service-advantage__title{color:#4ba82e;padding:5px 25px 3px;font-weight:600;font-size:16px}.b-service-advantage:hover{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.cars-detail{padding:0 0 15px}.cars-detail__head{border-bottom:2px solid #4ba82e;padding:0 0 20px}.cars-detail__dashed{text-align:center;padding:20px 0;border:2px dashed #bbc0c7;margin-top:22px}.cars-detail__dashed:after{content:"";position:absolute;top:15px;right:30px;font-size:0;line-height:0;width:0;border-top:30px solid #4ba82e;border-left:30px solid transparent}.cars-detail__btn{margin-top:15px}.cars-detail__btn .btn{min-width:220px}.cars-detail__table{width:100%}.cars-detail__table td{padding:5px 10px}.cars-detail__table>tbody>tr:nth-of-type(even){background-color:#f9f9f9}.cars-detail__prop-name{font-size:11px}.cars-detail__carousel{margin-top:7.5px}.cars-detail__detailimg{display:none}.cars-detail__text{margin-top:25px}@media (min-width:992px){.cars-detail__dashed{margin-top:0}.cars-detail__detailimg{display:block}.b-infoline__slogan{float:right}}.cars-price__block,.cars-price__icon{display:inline-block}.cars-price__icon .svg-icon{height:30px;width:30px;fill:#4ba82e}.cars-price__block{padding-left:20px;text-align:left;line-height:1}.cars-price__price{font-weight:700;font-size:20px;color:#333}.b-cars-pages{display:table;width:100%;margin:35px 0 50px}.b-cars-pages__next,.b-cars-pages__position,.b-cars-pages__previous{display:table-cell}.b-cars-pages__position{text-align:center}.b-cars-pages__next{text-align:right}.b-cars-pages__circle{padding:5px 11px;border-radius:100%;background-color:#4ba82e;color:#fff;-webkit-transition:background .1s;transition:background .1s}.b-cars-pages__circle.is-stable{background-color:#bbc0c7}.b-cars-pages__link:hover .b-cars-pages__circle{background:#398023}.b-cars-pages__link.is-not-allowed{cursor:not-allowed}.b-cars-pages__link.is-not-allowed .b-cars-pages__linktext{color:#777}.b-cars-pages__linktext{color:#29628d;position:relative;display:none}.b-cars-pages__linktext:after{position:absolute;content:"";bottom:0;width:100%;border-bottom:1px dashed;left:0}.b-cars-pages__link:hover .b-cars-pages__linktext:after{border-color:transparent}.b-cars-pages__previous .b-cars-pages__linktext{margin-left:10px}.b-cars-pages__next .b-cars-pages__linktext{margin-right:10px}.b-cars-pages__car{margin:0 10px}@media (min-width:540px){.b-cars-pages__linktext{display:inline}}.b-infoline__p1,.b-infoline__p2{display:inline-block;color:#333;font-size:22px;font-weight:300;line-height:19px;text-transform:uppercase;margin-top:3px}.b-infoline__big_number{color:#bbc0c7;font-size:60px;font-weight:800;line-height:41px;margin-right:3px}.b-infoline__slogan{font-size:22px;line-height:1.1;color:#a9a9a9;padding:0 0 0 17px}.b-infoline__slogan>strong{color:#333}.b-infoline__button{margin-top:3px}@media (min-width:1210px){.b-infoline__p1{margin-right:18px}}@media (min-width:992px) and (max-width:1209px){.b-infoline__slogan{font-size:18px;padding:6px 0 0 17px}}.mini_banners .row{margin-left:-2px;margin-right:-2px}.mini_banner{padding:2px}.mini_banner__link{position:relative;display:block;overflow:hidden}.mini_banner__link:hover .mini_banner__img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.mini_banner__link:hover .mini_banner__info{color:#fff;background-color:#398023}.mini_banner__imgdiv{position:relative;height:200px;overflow:hidden}.mini_banner__img,.mini_banner__info{-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.mini_banner__img{position:absolute;top:-999px;bottom:-999px;left:-999px;right:-999px;min-width:100%;min-height:100%;max-width:none;margin:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden}.mini_banner__info{height:52px;color:#fff;line-height:52px;padding:0 12px;background-color:#4ba82e}.mini_banner__info>span{position:relative;display:block;overflow:hidden;text-overflow:clip}@media (max-width:767px){.mini_banner__imgdiv{height:120px}}.rsform{overflow:hidden;height:100%}.rsform .field-wrap{margin-top:0;margin-bottom:15px}.rsform .form-control{height:45px;background:#fafafa}.rsform__bottom-button{text-align:left}.rsform__all-field{height:100%;width:100%;border-bottom:1px solid #bbc0c7;margin:10px 0 20px}.rsform__bottom-ps,.rsform__captcha-input{margin:0 0 10px}.rsform textarea.form-control{width:100%;max-width:100%;min-height:45px}.rsform input[type=submit]{padding:.5em 1.8em}.rsform .field-wrap label{display:block;margin-bottom:5px;padding-left:0;font-weight:500;cursor:pointer;font-size:12px;color:#000}.rsform__captcha-image img{height:45px}.rsform .form-control:active,.rsform .form-control:focus{border-color:#000;box-shadow:none}.fancybox-skin .rsform .form-control{min-width:300px}.fancybox-skin .rsform{padding:10px 35px 22px}.fancybox-skin .rsform .rsform__captcha-input .form-control{min-width:50px}.mainform .inner-wrap{border-bottom:2px solid #4ba82e}.mainform .mainform .dropdown .btn.btn-default{text-align:left;width:111%;border-color:#bbc0c7;height:36px}.mainform .form-control{height:45px;background:#fafafa}.mainform .label-wrap{font-size:.9em;color:#000}.mainform .field-height{height:83px}.hidden_form .mainform{display:none}.map-sidebar{width:100%;height:100%;margin-top:20px;position:relative;overflow:hidden}.map-sidebar__message{position:absolute;z-index:2;width:60%;height:50%;top:0;left:0;bottom:0;margin:auto;background-color:#4ba82e;color:#fff;right:0;min-height:130px;min-width:130px}.map-sidebar__message-inner{width:100%;height:100%;position:relative}.map-sidebar__message-inner:after{border:14px solid #4ba82e;content:"";bottom:-26px;display:block;position:absolute;border-right:17px solid transparent;border-bottom:12px solid transparent}.map-sidebar .svg-location{max-width:30px;max-height:30px;fill:#fff;margin-bottom:10px}.map-sidebar__inner-block{padding:15% 10% 0 20%}.map-sidebar img{-webkit-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s}.map-sidebar:hover img{-webkit-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}.map-sidebar__shadow{position:absolute;width:100%;height:100%;top:0;left:0;box-shadow:inset 0 0 7px 0 rgba(0,0,0,.5)}@media (min-width:992px){.reviews .owl .owl-nav{position:relative;bottom:32px}}.review__message{position:relative;font-size:15px;font-style:italic;line-height:1.6;letter-spacing:-1px;padding:53px 35px 19px}.review__message:after,.review__message:before{position:absolute;font-size:112px;font-weight:700;color:#4ba82e}.review__message:before{top:-37px;left:0;content:'\0022'}.review__message:after{right:12px;bottom:-122px;content:'\0022'}.review__cut{max-height:120px;overflow:hidden}.review__author{color:#585f69;max-width:375px;margin:0 auto}.review__face{float:left;width:88px;height:88px;padding:5px;margin-right:38px;border:1px solid #bbc0c7;border-radius:50%}.review__face>span{display:block;border-radius:50%;overflow:hidden}.review__name{position:relative;font-size:16px;font-weight:700;color:#202020;padding-top:17px;padding-bottom:6px}.review__name:before{position:absolute;top:18px;left:96px;display:block;width:20px;height:20px;content:' ';background-color:#4ba82e;border-radius:50%}.review__job{line-height:1.2;color:#585f69}.review__picture{position:relative;margin-right:25px}.review__picture:after,.review__picture:before{position:absolute;display:block;width:0;height:0;content:' '}.review__picture:before{top:0;left:0;border:48px solid transparent;border-left:102px solid #fff;border-top:22px solid #fff}.review__picture:after{right:0;bottom:0;border:48px solid transparent;border-right:102px solid #fff;border-bottom:22px solid #fff}.review__picture_img{max-width:500px}.b-gallery{padding:4px 0 5px}.b-gallery .owl-item{padding-left:0;padding-bottom:0}.b-gallery-item{line-height:0;position:relative}.b-gallery-item.is-full{overflow:hidden}.b-gallery-item.is-full .b-gallery-item__info{position:absolute;background:#4ba82e;color:#fff;bottom:20px;line-height:1.38462;padding:10px 20px;max-width:60%;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;-webkit-backface-visibility:hidden}.b-gallery-item.is-full .b-gallery-item__title{max-height:40px;overflow:hidden}.b-gallery-item.is-full .b-gallery-item__img{-webkit-transition:all .24s ease-in-out;transition:all .24s ease-in-out;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-backface-visibility:hidden;width:100%}.b-gallery-item.is-full:hover .b-gallery-item__img{-webkit-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}.b-gallery-item.is-full:hover .b-gallery-item__info{background:#398023}.b-gallery-item.is-reduced{overflow:hidden}.b-gallery-item.is-reduced .b-gallery-item__info{visibility:hidden;background:0 0;-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-backface-visibility:hidden}.b-gallery-item.is-reduced .b-gallery-item__title{color:#fff;line-height:1.38462;-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-align:center;position:relative;top:50%;padding:0 10px}.b-gallery-item.is-reduced:focus .b-gallery-item__title,.b-gallery-item.is-reduced:hover .b-gallery-item__title{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.b-gallery-item.is-reduced .b-gallery-item__img{-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-backface-visibility:hidden;width:100%}.b-gallery-item.is-reduced:hover .b-gallery-item__img{-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)}.b-gallery-item.is-reduced:focus .b-gallery-item__info,.b-gallery-item.is-reduced:hover .b-gallery-item__info{visibility:visible;background:rgba(0,0,0,.8);-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.news-list .mid-line:first-child{margin-bottom:42px}.news-list__item{margin-bottom:23px}.news-list__link:hover,.news-list__text:hover{text-decoration:underline;color:#fa5100}.news-list__section{display:inline-block;padding:6px 16px 8px;margin-right:5px}.news-list__link{display:block;max-height:41px;color:#202020;font-weight:600;font-size:16px;line-height:1.2;margin-top:12px;margin-bottom:6px;overflow:hidden}.news-list__link:hover{text-decoration:underline}.b-g-item,.b-g-item:hover,.brands_list a,.mainbanners_item a,.sidebanners a{text-decoration:none}.news-list__text{display:block;max-height:99px;line-height:20px;overflow:hidden}.news-list__link-detail{color:#333;font-size:12px;font-family:Arial}.news-list__hr{width:100%;height:1px;margin-top:19px;background-color:#bbc0c7}.partner__link{display:table-cell;width:100%;height:100px;text-align:center}.partner__link:hover .partner__img{opacity:1}.partner__around_pic{height:100px;padding:10px}.partner__pic{display:table;width:100%;height:100px;line-height:100px}.partner__img{display:inline;max-width:100%;max-height:100px;vertical-align:middle;opacity:.7;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.partners .partner .partner__around_pic .partner__img{width:auto}.partners .owl-item{max-height:100px;text-align:center}.b-backshare{margin-top:10px;margin-bottom:10px}.b-backshare .b-backshare__backlink{text-decoration:none;display:inline-block;margin-top:8px}.b-backshare .b-backshare__backtext{padding-left:10px}.b-backshare .b-backshare__backtext,.b-backshare .b-backshare__icon,.b-backshare .b-backshare__sharetext,.b-backshare .ya-share2{display:inline-block;vertical-align:middle}.b-backshare .b-backshare__icon{width:30px;height:30px;fill:#4ba82e}.b-backshare .b-backshare__backlink:hover .b-backshare__icon{fill:#398023}.b-backshare .b-backshare__sharetext{padding-right:15px}.b-backshare .ya-share2__item:before{content:initial}.b-backshare .ya-share2 .ya-share2__icon{width:40px;height:40px}.b-backshare .ya-share2__badge{border-radius:50%}@media (min-width:992px){.b-backshare .b-backshare__yashare{text-align:right}}.carbrands .mid-line{margin-top:0}.carbrands .mid-line__around{display:inline-block}.carbrands .mid-line__around h3{display:inline-block;max-width:450px;line-height:29px;padding:11px 0 2px;background-color:#fff}.carbrands__around_pic{height:130px;padding:10px}.carbrands__around_pic:hover .carbrands__img{top:0;-webkit-filter:none;filter:none}.carbrands__pic{display:table;width:100%;height:110px;line-height:100px}.carbrands__inpic{display:table-cell;width:100%;height:100px;text-align:center}.carbrands__img{position:relative;top:10px;display:inline;max-width:100%;max-height:100px;vertical-align:middle;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:all .3s;transition:all .3s}@media (max-width:1209px){.carbrands .mid-line{margin-top:0}.carbrands .mid-line__around{padding:0}}.brands_list-img{margin:10px 10px 10px 0;width:60px;height:60px;display:inline-block;text-align:center;line-height:60px}.brands_list-img img{max-width:60px;max-height:60px;width:auto;height:auto}.brands_detail .service-detail__head-left{display:inline-block;width:25%;text-align:center;vertical-align:middle;padding:0}@media (max-width:480px){.brands_detail .service-detail__head-left{width:100%;max-height:150px;min-height:100px}}.brands_detail .service-detail__head-left .brands_detail-logo_img{position:relative}.brands_detail .service-detail__head-right{display:inline-block;width:74%;vertical-align:middle;padding:0}.brands_detail .brands_detail-name{font-weight:400;position:relative}.brands_detail .brands_detail-img{margin:20px 0 30px}.brands_detail h2{margin:10px 0 20px}.brands_detail .brands_detail-logo img{max-width:150px;max-height:100px;position:absolute;top:0;bottom:0;left:0;right:0}@media (max-width:480px){.brands_detail .service-detail__head-right{width:100%;padding:0 20px}.brands_detail .brands_detail-logo img{position:relative}}.brands_detail .brands_detail-table{margin:0 0 30px}.brands_detail .brands_detail-table table{width:100%}.brands_detail .brands_detail-table td{border-color:#eee;padding:5px 18px;min-width:100px;font-weight:600;width:100%/6}.brands_detail .brands_detail-name{padding:20px 80px 20px 0}.gmap .bx-yandex-view-map{position:relative}.gmap .bx-yandex-view-map:after,.gmap .bx-yandex-view-map:before{position:absolute;display:block;width:100%;height:6px;content:' ';z-index:250}.gmap .bx-yandex-view-map:before{top:0;box-shadow:inset 0 3px 5px #ccc}.gmap .bx-yandex-view-map:after{bottom:0;box-shadow:inset 0 -3px 5px #ccc}.gmap .gmap-pointer__icon{float:left}.gmap .gmap-pointer__body,.gmap .gmap-pointer__title{margin-left:40px}@media (max-width:768px){#contacts .bx-google-map{height:200px!important}}.gmap-pointer-parent{position:relative}.gmap-pointer{position:absolute;top:50px;left:50%;width:100%;max-width:350px;padding:28px 25px;margin:auto auto auto 15px;background-color:#4ba82e}.gmap-pointer__title{font-weight:700;margin-bottom:15px}.gmap-pointer__body,.gmap-pointer__body a{color:#fff}.gmap-pointer__icon .svg-location{max-width:30px;max-height:30px;fill:#fff;margin-bottom:10px}.gmap-pointer:after{position:absolute;bottom:-30px;left:0;display:block;content:' ';border:16px solid #4ba82e;border-right:19px solid transparent;border-bottom:14px solid transparent}.b-detail-subs .b-detail-subs__footerman,.b-detail-subs .b-detail-subs__left{display:none}#contacts .gmap-pointer{max-width:40%}.b-detail-subs{margin:15px 0;position:relative}.b-detail-subs .b-detail-subs__right{background:#292e30;color:#fff;padding:20px 27.5px;position:relative;z-index:2}.b-detail-subs .b-detail-subs__quest-title{color:#e84242;font-size:22px;max-width:350px}.b-detail-subs .b-detail-subs__quest-descr{padding:15px 0;max-width:350px}.b-detail-subs .b-detail-subs__quest-icon{float:left;margin-left:-45px;display:none}.b-detail-subs .b-detail-subs__quest-icon .icon-svg{width:30px;height:30px;fill:#fff}.b-detail-subs .b-detail-subs__btn,.b-detail-subs .b-detail-subs__input{background-color:transparent;border-color:#fff;color:#fff;-webkit-transition:.15s ease-in;transition:.15s ease-in}.b-detail-subs .b-detail-subs__input:focus{background:#fff;color:#333}.b-detail-subs .b-detail-subs__btn:focus,.b-detail-subs .b-detail-subs__btn:hover{border-color:#4ba82e;background:#4ba82e}@media (min-width:480px){.b-page:not(.has-sidebar) .b-detail-subs{overflow:hidden}.b-page:not(.has-sidebar) .b-detail-subs:after,.b-page:not(.has-sidebar) .b-detail-subs:before{content:" ";display:table}.b-page:not(.has-sidebar) .b-detail-subs:after{clear:both}.b-page:not(.has-sidebar) .b-detail-subs .b-detail-subs__right{width:80%;float:right}.b-page:not(.has-sidebar) .b-detail-subs .b-detail-subs__left{display:block;position:absolute;width:60%;top:50px;bottom:-30px;background:#4ba82e;z-index:1}.b-page:not(.has-sidebar) .b-detail-subs .b-detail-subs__left:before,.b-page:not(.has-sidebar) .b-detail-subs .b-detail-subs__right:before{content:" ";z-index:-1;width:100%;position:absolute;height:100%;top:0}.b-page:not(.has-sidebar) .b-detail-subs .b-detail-subs__right:before{left:-95px;-webkit-transform:skew(-35deg);-ms-transform:skew(-35deg);transform:skew(-35deg);background-color:#292e30}.b-page:not(.has-sidebar) .b-detail-subs .b-detail-subs__left:before{right:-95px;-webkit-transform:skew(35deg);-ms-transform:skew(35deg);transform:skew(35deg);background-color:#4ba82e}.b-page:not(.has-sidebar) .b-detail-subs .b-detail-subs__quest-icon{display:block}}@media (min-width:768px){.b-page:not(.has-sidebar) .b-detail-subs{overflow:initial;margin:30px 0 90px}.b-page:not(.has-sidebar) .b-detail-subs .b-detail-subs__right{width:45%}.b-page:not(.has-sidebar) .b-detail-subs .b-detail-subs__left:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/bitrix/templates/autocity_default/assets/css/../img/polygons.png) center center no-repeat;background-size:cover}.b-page:not(.has-sidebar) .b-detail-subs .b-detail-subs__footerman{position:absolute;z-index:3;bottom:-30px;left:-450px;height:125%;max-width:100%;display:block}.b-page.has-sidebar .b-detail-subs{overflow:hidden}.b-page.has-sidebar .b-detail-subs:after,.b-page.has-sidebar .b-detail-subs:before{content:" ";display:table}.b-page.has-sidebar .b-detail-subs:after{clear:both}.b-page.has-sidebar .b-detail-subs .b-detail-subs__right{width:80%;float:right}.b-page.has-sidebar .b-detail-subs .b-detail-subs__left{display:block;position:absolute;width:60%;top:50px;bottom:-30px;background:#4ba82e;z-index:1}.b-page.has-sidebar .b-detail-subs .b-detail-subs__left:before,.b-page.has-sidebar .b-detail-subs .b-detail-subs__right:before{content:" ";z-index:-1;width:100%;position:absolute;height:100%;top:0}.b-page.has-sidebar .b-detail-subs .b-detail-subs__right:before{left:-95px;-webkit-transform:skew(-35deg);-ms-transform:skew(-35deg);transform:skew(-35deg);background-color:#292e30}.b-page.has-sidebar .b-detail-subs .b-detail-subs__left:before{right:-95px;-webkit-transform:skew(35deg);-ms-transform:skew(35deg);transform:skew(35deg);background-color:#4ba82e}.b-page.has-sidebar .b-detail-subs .b-detail-subs__quest-icon{display:block}.b-page.has-sidebar .b-detail-subs .b-detail-subs__quest-title{line-height:1}.b-page.has-sidebar .b-detail-subs .b-detail-subs__quest-descr{padding-top:10px;padding-bottom:10px;line-height:1.1}}@media (min-width:1190px){.b-page.has-sidebar .b-detail-subs{overflow:initial;margin:30px 0 90px}.b-page.has-sidebar .b-detail-subs .b-detail-subs__right{width:45%}.b-page.has-sidebar .b-detail-subs .b-detail-subs__left:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/bitrix/templates/autocity_default/assets/css/../img/polygons.png) center center no-repeat;background-size:cover}.b-page.has-sidebar .b-detail-subs .b-detail-subs__footerman{position:absolute;z-index:3;bottom:-30px;left:-450px;height:125%;max-width:100%;display:block}}@media (min-width:480px) and (max-width:767px){.b-page.has-sidebar .b-detail-subs{overflow:hidden}.b-page.has-sidebar .b-detail-subs:after,.b-page.has-sidebar .b-detail-subs:before{content:" ";display:table}.b-page.has-sidebar .b-detail-subs:after{clear:both}.b-page.has-sidebar .b-detail-subs .b-detail-subs__right{width:80%;float:right}.b-page.has-sidebar .b-detail-subs .b-detail-subs__left{display:block;position:absolute;width:60%;top:50px;bottom:-30px;background:#4ba82e;z-index:1}.b-page.has-sidebar .b-detail-subs .b-detail-subs__left:before,.b-page.has-sidebar .b-detail-subs .b-detail-subs__right:before{content:" ";z-index:-1;width:100%;position:absolute;height:100%;top:0}.b-page.has-sidebar .b-detail-subs .b-detail-subs__right:before{left:-95px;-webkit-transform:skew(-35deg);-ms-transform:skew(-35deg);transform:skew(-35deg);background-color:#292e30}.b-page.has-sidebar .b-detail-subs .b-detail-subs__left:before{right:-95px;-webkit-transform:skew(35deg);-ms-transform:skew(35deg);transform:skew(35deg);background-color:#4ba82e}.b-page.has-sidebar .b-detail-subs .b-detail-subs__quest-icon{display:block}}@media (max-width:767px){.b-page.has-sidebar .b-detail-subs{margin-left:-15px;margin-right:-15px}}.b-detail-subs .input-group{max-width:350px;margin-top:10px;margin-bottom:10px}.b-detail-subs .b-detail-subs__input{color:#bbc0c7;border-color:#bbc0c7}@media (min-width:768px){.b-detail-subs .b-detail-subs__right{width:65%!important}}@media (min-width:1190px){.b-page.has-sidebar .b-detail-subs{top:40px}.b-detail-subs{margin-top:15px!important}}.b-popupgallery{padding:10px 35px;margin-bottom:10px;border-bottom:1px solid #bbc0c7}.b-popupgallery .b-popupgallery__navigations{position:relative}.b-popupgallery .b-popupgallery__nav{position:absolute;top:50%;display:inline-block;color:#000;cursor:pointer;margin-top:-27px;background-color:#bbc0c7;border-radius:27px;opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.b-popupgallery .b-popupgallery__nav:hover{color:#fff;background-color:#bbc0c7}.b-popupgallery .b-popupgallery__nav.prev{left:15px}.b-popupgallery .b-popupgallery__nav.prev>span{padding:5px 22px 7px 18px}.b-popupgallery .b-popupgallery__nav.prev>span:after{content:"\f104"}.b-popupgallery .b-popupgallery__nav.next{right:15px}.b-popupgallery .b-popupgallery__nav.next>span{padding:5px 18px 7px 22px}.b-popupgallery .b-popupgallery__nav.next>span:after{content:"\f105"}.b-popupgallery .b-popupgallery__nav>span{font-family:FontAwesome;font-weight:400;font-style:normal;font-size:39px;color:#fff}.b-popupgallery .b-popupgallery__navigations:hover .b-popupgallery__nav{opacity:.5}.b-popupgallery .b-popupgallery__navigations:hover .b-popupgallery__nav:hover{opacity:.9}.b-popupgallery .b-popupgallery__around{display:table;width:100%}.b-popupgallery .b-popupgallery__img-wrap{display:table-cell;width:100%;height:550px;text-align:center;vertical-align:middle}.b-popupgallery .b-popupgallery__img-wrap img{display:inline;cursor:pointer;max-height:520px}.b-popupgallery .b-popupgallery__img-wrap .date{display:inline-block;width:100%;margin-top:5px;margin-bottom:5px;text-align:right}.b-popupgallery .b-popupgallery__description{height:20px;overflow:hidden}.b-popupgallery .thumbs{max-height:428px;margin-top:15px;overflow-x:hidden;overflow-y:auto}.b-popupgallery .thumbs .thumb{width:45%;float:left;margin-right:4%;margin-bottom:15px}.b-popupgallery .thumbs .thumb:nth-child(odd){margin-right:6%}.b-popupgallery .preview{position:relative;max-height:112px;overflow:hidden}.b-popupgallery .preview:before{position:absolute;right:0;bottom:0;width:30%;height:20px;content:'';background-image:-webkit-linear-gradient(left,rgba(250,250,250,.5),#fafafa);background-image:linear-gradient(to right,rgba(250,250,250,.5),#fafafa)}.b-g-item{display:block;margin-bottom:15px}.b-g-item .b-g-item__wrap{position:relative;padding-bottom:50px}.b-g-item .b-g-item__image{text-align:center}.b-g-item .b-g-item__image img{width:100%}.b-g-item .b-g-item__data{background:#4ba82e;color:#fff;max-height:55px;overflow:hidden;padding:0 15px 10px;-webkit-transition:max-height .2s ease-in-out;transition:max-height .2s ease-in-out;position:absolute;width:100%;bottom:0;will-change:auto}.b-g-item .b-g-item__name{font-size:14px;line-height:18px;padding:10px 0;height:49px;overflow:hidden}.b-g-item .b-g-item__preview{border-top:1px solid #fff;padding-top:10px;max-height:110px;overflow:hidden;margin-top:10px}@media (min-width:768px){.b-g-item.has-preview .b-g-item__data:hover{max-height:183px}}.mainbanners_items{display:none;border-bottom:2px solid #4ba82e;margin-bottom:15px;position:relative}.mainbanners_item.product .text1{width:100%;position:absolute;bottom:0;text-align:center;height:35px;font-size:24px;margin-left:15px;word-break:break-all}.mainbanners_item.product img{max-height:140px;width:auto}.mainbanners_image{height:175px;background-size:cover;background-position:center center}.mainbanners_preloader{height:175px;text-align:center;width:100%}.mainbanners_info-container{display:table;height:100%;margin:0 auto}.mainbanners_info-container .info{display:table-cell;vertical-align:middle;text-align:center}.mainbanners_info-container .info p{display:inline;white-space:pre-wrap;position:relative}.mainbanners_info-container .info>.text1{font-size:5vw;line-height:8vw;text-transform:uppercase}.mainbanners_info-container .info>.text1 p{background-color:rgba(255,255,255,.8);border-top:.7vw solid transparent;border-bottom:.7vw solid transparent}.mainbanners_info-container .info>.text2{max-height:116px;overflow:hidden;color:#fff;line-height:22px;font-size:18px;padding-left:.3em;display:none}.mainbanners_info-container .info>.text2 p{background-color:rgba(0,0,0,.5);border-left:none}.mainbanners_info-container .info>.text2 p span:after{content:"";position:absolute;top:0;right:100%;bottom:0;width:.4em;background-color:rgba(0,0,0,.5)}.mainbanners.mainbanners--center .mainbanners_info-container,.mainbanners.mainbanners--wide{width:100%}.mainbanners_info-container .info>.cost{display:none}.mainbanners_info-container .info>.cost p{font-size:30px;color:#fff;font-weight:500}.mainbanners.mainbanners--center .owl-carousel .owl-nav>div.prev{left:54px}.mainbanners.mainbanners--center .owl-carousel .owl-nav>div.next{right:54px}.mainbanners.mainbanners--center.extended .mainbanners_sidebanners{display:none;position:relative;background-color:#bbc0c7}.mainbanners .owl-carousel .owl-item{-webkit-backface-visibility:visible;backface-visibility:visible}.mainbanners .owl-carousel .owl-dots{text-align:center;width:100%;-webkit-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s;margin-top:5px;position:absolute}.mainbanners .owl-carousel .owl-dots .owl-dot{display:inline-block;padding:7px 5px;zoom:1}.mainbanners .owl-carousel .owl-dots .owl-dot.active span{background:#398023}.mainbanners .owl-carousel .owl-dots .owl-dot span{width:10px;height:10px;background:#bbc0c7;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;border-radius:30px}.mainbanners .owl-carousel .owl-dots .owl-dot span:hover{background:#4ba82e}.mainbanners .owl-carousel .owl-nav{margin:0 auto;position:relative;display:none}.mainbanners .owl-carousel .owl-nav div{text-align:center;background-color:#bbc0c7;display:inline-block;cursor:pointer;position:absolute;border-radius:27px;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s}.mainbanners .owl-carousel .owl-nav div span{font-family:FontAwesome;font-weight:400;font-size:38px;font-style:normal;color:#fff}.mainbanners .owl-carousel .owl-nav div.prev{left:-7px}.mainbanners .owl-carousel .owl-nav div.prev>span{padding:5px 22px 7px 18px}.mainbanners .owl-carousel .owl-nav div.prev>span:after{content:"\f104"}.mainbanners .owl-carousel .owl-nav div.next{right:-7px}.mainbanners .owl-carousel .owl-nav div.next span{padding:5px 18px 7px 22px}.mainbanners .owl-carousel .owl-nav div.next span:after{content:"\f105"}.mainbanners .owl-carousel .owl-nav div:hover{color:#fff;background-color:#bbc0c7}@media (min-width:768px){.mainbanners_items{margin-bottom:0}.mainbanners_image,.mainbanners_preloader{height:250px}.mainbanners_info-container{margin:0}.mainbanners_info-container .info{text-align:left;margin-bottom:2%}.mainbanners_info-container .info>.text1{font-size:3.5vw;line-height:5.5vw}.mainbanners_info-container .info>.text1 p{border-width:.5vw}.mainbanners_item.product .text1{width:50%;bottom:0;top:0;text-align:left;height:100%;margin:auto;font-size:35px;display:table;word-break:break-word}.mainbanners_item.product .text1 p{width:80%}.mainbanners_item.product img{max-height:100%}.mainbanners_item.product .mainbanners_image-container{margin-left:50%}.mainbanners--center .mainbanners_info-container .info,.mainbanners--wide .mainbanners_info-container .info{padding-right:30%}.mainbanners--center .mainbanners_info-container .info,.mainbanners--center .mainbanners_item.product .text1{padding-left:5%}.mainbanners:hover .owl-carousel .owl-dots{opacity:1;filter:alpha(opacity=100)}.mainbanners:hover .owl-carousel .owl-nav div{opacity:.5;filter:alpha(opacity=50)}.mainbanners .owl-carousel .owl-dots{margin-top:0;bottom:0;opacity:0;filter:alpha(opacity=0)}.mainbanners .owl-carousel .owl-nav{display:block}.mainbanners .owl-carousel .owl-nav>div:hover{opacity:.9;filter:alpha(opacity=90)}}@media (min-width:992px){.mainbanners_image,.mainbanners_preloader{height:400px}.mainbanners.mainbanners--center.extended{position:relative}.mainbanners.mainbanners--center.extended .mainbanners_sidebanners.js-show{height:400px;width:250px;overflow:hidden;display:block}.mainbanners.mainbanners--center.extended .mainbanners_sidebanners.left{float:left}.mainbanners.mainbanners--center.extended .mainbanners_sidebanners.left+.mainbanners_items,.mainbanners.mainbanners--center.extended .mainbanners_sidebanners.left+.mainbanners_items.owl-carousel .owl-dots{padding-left:250px}.mainbanners.mainbanners--center.extended .mainbanners_sidebanners.right{float:right}.mainbanners.mainbanners--center.extended .mainbanners_sidebanners.right+.mainbanners_items,.mainbanners.mainbanners--center.extended .mainbanners_sidebanners.right+.mainbanners_items.owl-carousel .owl-dots{padding-right:250px}.mainbanners.mainbanners--center.extended .mainbanners_info-container .info{padding-right:40%}.mainbanners--htype3 .info{padding-right:30%;padding-left:5%}}@media (min-width:1210px){.mainbanners_info-container .info>.text1{font-size:36px;line-height:56px}.mainbanners_info-container .info>.text1 p{border-width:4px}.mainbanners_info-container .info>.cost,.mainbanners_info-container .info>.text2{display:block}.mainbanners--center .mainbanners_info-container .info,.mainbanners--wide .mainbanners_info-container .info{padding-right:60%}.mainbanners--htype3 .info{padding-right:40%}}@media (min-width:1325px){.mainbanners.mainbanners--wide .owl-carousel .owl-nav>div.prev{left:-54px}.mainbanners.mainbanners--wide .owl-carousel .owl-nav>div.next{right:-54px}}.sidebanners{position:absolute;z-index:3;background-color:#bbc0c7}.sidebanners .sidebanner{padding:11px 20px;border-bottom:1px solid #fff}.sidebanners .sidebanner h4{margin:0 0 10px;max-height:50px}.sidebanners .sidebanner p{font-size:14px;line-height:14px;height:42px;overflow:hidden;text-overflow:ellipsis}.sidebanners .sidebanner:last-child{border-bottom:0}.price.old{text-decoration:line-through}.about_us,.action,.customerreviews,.docs,.gallery,.honors,.newslistcol,.services,.smallbanners,.staff{margin-top:15px;padding-bottom:15px}.owl.action .item,.owl.services .item,.owl.staff .item,.smallbanners .item{margin-left:1px}.customerreviews .item{margin-bottom:15px}.customerreviews .item .review{position:relative;padding:12px 21px;background-color:#f6f6f6;border:1px solid #f6f6f6}.customerreviews .item .review .in{overflow:hidden}.customerreviews .item .review .arrow{position:absolute;top:100%;left:74px;width:0;height:0;border:10px solid transparent;border-color:#f6f6f6 transparent transparent #f6f6f6}.customerreviews .item .review .arrow>span{position:absolute;top:-10px;left:-9px;width:0;height:0;border:9px solid transparent;border-color:#f6f6f6 transparent transparent #f6f6f6}.customerreviews .item .author{padding-top:15px}.customerreviews .item .author .image{float:left;width:58px;height:58px;margin:0 8px;border:1px solid #bbc0c7}.customerreviews .item .author img{width:auto;max-width:60px;max-height:60px}.customerreviews .item .author .text{margin-left:78px;padding-top:7px}.customerreviews .item .author .name{padding-bottom:1px}.customerreviews.owl .item{min-height:200px}.customerreviews.owl .item .in{height:94px}.action .item a,.services .item a{display:block;border:1px solid #fff;-webkit-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s}.gallery .item .data,.gallery .item a{-webkit-transition:all .2s ease-in-out 0s}.action .item a:hover,.services .item a:hover{border-color:#a8a8a8}@media (max-width:767px){.smallbanners .owl-item{padding-left:0}}.smallbanners .item .smallbanner{position:relative;display:inline-block;width:100%;overflow:hidden}.smallbanners .item .smallbanner .name{position:absolute;bottom:5px;color:#fff;max-width:50%;background:rgba(0,0,0,.6);word-break:break-word;padding:5px 7px 5px 5px;font-size:18px}.about_us .item .image a,.honors .item .image a,.newslistcol .item .image a{display:block;border:1px solid #bbc0c7}.about_us .item .image a:hover,.honors .item .image a:hover,.newslistcol .item .image a:hover{border-color:#a8a8a8}.about_us .item,.docs .item,.honors .item,.newslistcol .item{margin-bottom:15px;min-height:105px}.about_us .item .image,.docs .item .image,.honors .item .image,.newslistcol .item .image{float:left;width:100px;height:100px;text-align:center}.about_us .item .image+.data,.docs .item .image+.data,.honors .item .image+.data,.newslistcol .item .image+.data{margin-left:111px}.about_us .item .image img,.docs .item .image img,.honors .item .image img,.newslistcol .item .image img{max-height:98px}.about_us .item .data .info,.docs .item .data .info,.honors .item .data .info,.newslistcol .item .data .info{max-height:100px;overflow:hidden}.about_us .item .data .info.smaller,.docs .item .data .info.smaller,.honors .item .data .info.smaller,.newslistcol .item .data .info.smaller{height:80px}.about_us .item .data .descr a,.docs .item .data .descr a,.honors .item .data .descr a,.newslistcol .item .data .descr a{text-decoration:none}.about_us .item .data .descr a:hover,.docs .item .data .descr a:hover,.honors .item .data .descr a:hover,.newslistcol .item .data .descr a:hover{text-decoration:underline}.about_us .item .data .date,.about_us .item .data .info,.about_us .item .data .name,.docs .item .data .date,.docs .item .data .info,.docs .item .data .name,.honors .item .data .date,.honors .item .data .info,.honors .item .data .name,.newslistcol .item .data .date,.newslistcol .item .data .info,.newslistcol .item .data .name{margin-bottom:5px}.newslistcol .owl-item .item .data .name a{-webkit-backface-visibility:hidden;backface-visibility:hidden}.about_us .item{min-height:103px}.about_us .item .descr a{color:#333}.about_us .item .publish{max-height:18px;overflow:hidden}.about_us .item .publish:after{position:absolute;right:0;bottom:0;width:15%;height:18px;content:"";text-align:right;background:-webkit-linear-gradient(left,rgba(255,255,255,0),#fff 50%);background:linear-gradient(to right,rgba(255,255,255,0),#fff 50%)}.docs .item .image{position:relative;border:1px solid #bbc0c7}.docs .item .image:hover{border-color:#a8a8a8}.docs .item .image span{position:absolute;bottom:-4px;right:5px;color:#333;font-size:23px;font-weight:700;text-transform:uppercase}.newslistcol .item .image img{display:block;width:auto;max-width:100%;margin:0 auto}.newslistcol .item .data{height:141px;overflow:hidden}.action .item a,.services .item a{padding:9px;text-decoration:none}@media (min-width:992px){.action .item a,.services .item a{min-height:308px}.staff .item .data{height:111px;overflow:hidden}}.action .item .data,.services .item .data{height:111px;overflow:hidden}.action .item .image,.services .item .image,.staff .item .image{margin-bottom:4px;text-align:center}.action .item .image img,.services .item .image img,.staff .item .image img{display:block;width:auto;max-width:100%;margin:0 auto;border:1px solid #bbc0c7}.action .item .data .name,.services .item .data .name,.staff .item .data .name{max-height:48px;font-size:20px;line-height:24px;overflow:hidden}.action .item .data .markers,.action .item .data .name,.services .item .data .markers,.services .item .data .name,.staff .item .data .markers,.staff .item .data .name{margin-bottom:8px}.gallery .item,.staff .item{margin-bottom:15px}@media (min-width:991px){.staff .item .data.row{height:115px;overflow:hidden}}.gallery.row{padding-bottom:0}.gallery .item a{display:block;min-height:245px;text-decoration:none;border:1px solid #bbc0c7;transition:all .2s ease-in-out 0s}.gallery .item a:hover{border-color:#a8a8a8}.gallery .item .image{text-align:center}.gallery .item .info{position:relative;min-height:54px}.gallery .item .data{position:absolute;right:15px;bottom:4px;left:15px;max-height:56px;min-height:56px;padding-top:4px;background-color:#fff;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:all .2s ease-in-out 0s}.backshare .detailback i,.shops .shops_list .item:hover,.timeline.row:before{background-color:#bbc0c7}.gallery .item .data .descr,.gallery .item .data .name{margin:0 12px}.gallery .item .data .name{max-height:48px;font-size:20px;line-height:24px;overflow:hidden}.gallery .item .data .descr{padding-top:8px}.gallery .item .data:hover{max-height:171px}.gallery .item img{max-width:100%}.action .name{max-height:47px;overflow:hidden}.action.owl .item a{min-height:298px}.action.owl .item .data{height:138px}.action.owl .item .markers .marker{position:relative;display:inline-block;color:#fff;margin-right:10px;padding:0 30px 0 10px}.action.owl .item .markers .marker:after{position:absolute;top:0;right:0;display:block;content:' ';border:19px solid transparent;border-left:11px solid transparent;border-bottom-color:#fff;border-right:0;border-top:0}.action.owl .item .markers .action_date{display:inline-block;font-size:12px;white-space:nowrap}.action.row{margin-right:-5px;margin-left:-5px}.action.row .item{padding:5px;margin-bottom:10px}.action.row .item.col-md-4 .data .markers{margin-bottom:6px}.action.row .item a{padding:9px 9px 14px;text-decoration:none}.action.row .item .data.row{height:141px}.action.row .item .markers .marker{position:relative;display:inline-block;color:#fff;font-size:18px;margin-right:10px;padding:0 30px 0 10px}.action.row .item .markers .marker:after{position:absolute;top:0;right:0;display:block;content:' ';border:26px solid transparent;border-left:16px solid transparent;border-bottom-color:#fff;border-right:0;border-top:0}.action.row .item .markers .action_date{display:inline-block;font-size:12px;white-space:nowrap}.faq .filter,.vacancies .filter{margin-bottom:20px}.faq .filter .btn,.vacancies .filter .btn{margin-right:10px;margin-bottom:10px}.faq .filter .btn.btn-default,.vacancies .filter .btn.btn-default{border-color:#bbc0c7}.faq .yashare,.vacancies .yashare{margin-top:5px}@media (min-width:991px){.vacancies .yashare{margin-top:0;text-align:right}}.news .item .image,.newsdetail .pic{text-align:center}.timeline.row{position:relative;margin-right:-25px;margin-bottom:90px;margin-left:-25px}.timeline.row:before{position:absolute;top:0;bottom:0;left:50%;display:block;width:2px;min-height:100px;content:" ";margin-left:-1px}.timeline.row>.col{padding-right:25px;padding-left:25px}.timeline.row .item{position:relative;margin-bottom:26px}.timeline.row .item:nth-child(even){position:relative;top:90px}.timeline.row .item:hover .body{border-color:#a8a8a8}.timeline.row .item:hover .pointer.right{border-left-color:#a8a8a8}.timeline.row .item:hover .pointer.left{border-right-color:#a8a8a8}.timeline.row .item .body{display:block;height:353px;padding:9px;text-decoration:none;border:1px solid #bbc0c7;-webkit-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s}.timeline.row .item .body .date,.timeline.row .item .body .image,.timeline.row .item .body .name{margin-bottom:6px}.timeline.row .item .body .image{height:209px;text-align:center}.timeline.row .item .body .name{font-size:20px;line-height:24px}.timeline.row .item .body .date{font-size:18px;line-height:22px}.timeline.row .item .body .data{max-height:115px;overflow:hidden}.timeline.row .item .pointer{position:absolute;top:15px;display:inline-block;width:0;height:0;border:13px solid transparent;-webkit-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s}.timeline.row .item .pointer.right{left:100%;margin-left:-25px;border-left:14px solid #bbc0c7;border-right:0}.timeline.row .item .pointer.right>div{left:-15px;border-left:14px solid #fff;border-right:0}.timeline.row .item .pointer.right span{left:5px}.timeline.row .item .pointer.left{right:100%;margin-right:-25px;border-right:14px solid #bbc0c7;border-left:0}.timeline.row .item .pointer.left>div{right:-15px;border-right:14px solid #fff;border-left:0}.timeline.row .item .pointer.left span{right:5px}.timeline.row .item .pointer>div{position:absolute;top:-13px;border:13px solid transparent}.timeline.row .item .pointer span{position:absolute;top:-6px;display:block;width:12px;height:12px;background-color:#bbc0c7;border:2px solid #fff;border-radius:8px}.detailGallery .pic img,.news .item .image img,.newsdetail .pic img{width:auto;max-width:100%}@media (max-width:767px){html .timeline.row:before{left:auto;right:24px}html .timeline.row .item{margin-right:25px}html .timeline.row .item:nth-child(even){top:auto}html .timeline.row .item .pointer{border-left-color:#a8a8a8;border-right-color:transparent}html .timeline.row .item .pointer.left{left:100%;right:auto;margin-left:-25px;border-left:14px solid #bbc0c7;border-right:0}html .timeline.row .item .pointer.left>div{left:-15px;border-left:14px solid #fff;border-right:0}html .timeline.row .item .pointer.left span{left:5px}}.shops .filter,.shops .map,.shops .search_city,.shops .shops_list{margin-bottom:20px}.news .item,.news .item .image{margin-bottom:15px}.shops .search_city{position:relative}.shops .search_city .input-group .fa:before{content:'\f002'}.shops .search_city ul.cities_list{right:15px;left:15px}.shops .filter button{margin-right:10px}.shops .shops_list{max-height:350px;border:1px solid #bbc0c7;overflow-x:hidden;overflow-y:scroll}.shops .shops_list .item{padding:9px 10px}.shops .shops_list .item.cityempty,.shops .shops_list .item.typeempty{display:none}.shops .shops_list .item .name{font-weight:700}.news{margin-top:44px}.news .item .image img{display:inline-block}.news .item .data .date,.news .item .data .name{margin-bottom:5px}.news .item .data .descr a{text-decoration:none}.newsdetail{margin-bottom:45px}.newsdetail .markers{margin-bottom:15px}.newsdetail .markers .marker{position:relative;display:inline-block;color:#fff;font-size:18px;margin-right:10px;margin-bottom:5px;padding:0 30px 0 10px}.newsdetail .markers .marker:after{position:absolute;top:0;right:0;display:block;content:' ';border:26px solid transparent;border-left:16px solid transparent;border-bottom-color:#fff;border-right:0;border-top:0}.backshare .detailback span,.yashare-auto-init,.yashare>span{display:inline-block}.newsdetail .markers .action_date{display:inline-block;white-space:nowrap}.newsdetail .pic{margin-bottom:25px}.backshare{margin-bottom:30px}.backshare .detailback{text-decoration:none}.backshare .detailback:hover i{color:#4ba82e}.backshare .detailback i{padding:10px 10px 9px 9px;color:#fff;border:1px solid #bbc0c7}.backshare .detailback i:before{content:"\f112"}.backshare .detailback span{padding-top:9px;padding-left:10px}@media (min-width:992px){.backshare .yashare{text-align:right}}@media (max-width:991px){.shops .shops_list{max-height:200px}.backshare .yashare{margin-top:10px}}.detailGallery{margin-bottom:45px}.detailGallery .pic{margin-bottom:10px;text-align:center}.detailGallery .pic img{max-height:600px}.b-share .b-share-icon{width:28px;height:28px}.b-share .b-share-icon.b-share-icon_facebook{background:url(/bitrix/templates/autocity_default/assets/css/../img/icon_facebook.png) no-repeat}.b-share .b-share-icon.b-share-icon_twitter{background:url(/bitrix/templates/autocity_default/assets/css/../img/icon_twitter.png) no-repeat}.b-share .b-share-icon.b-share-icon_gplus{background:url(/bitrix/templates/autocity_default/assets/css/../img/icon_googleplus.png) no-repeat}.b-share .b-share__handle{height:28px;padding:0 3px 5px 2px!important}.yashare>span{padding-top:9px;padding-right:10px}.overflower{overflow:hidden}.mainform .required{font-size:18px;color:#c90d0d;display:inline;line-height:14px}.mainform .field-wrap{min-height:58px;margin-top:15px}.mainform .field-wrap.req{padding-top:0}.mainform .field-wrap textarea{resize:vertical}.mainform .buttons,.mainform input[type=submit]{float:right;text-align:right}.mainform input.must-be-filled:-moz-placeholder,.mainform input.must-be-filled:-ms-input-placeholder,.mainform input.must-be-filled::-moz-placeholder,.mainform input.must-be-filled::-webkit-input-placeholder{color:#881f1f}.mainform .buttons span{display:block;margin-top:0;margin-bottom:10px}.mainform .buttons span.required{display:inline}.mainform .captcha_wrap .reloadCaptcha{float:left;margin-left:15px;margin-top:7px;cursor:pointer;text-decoration:none;border-bottom:1px dashed #333}.mainform .captcha_wrap .reloadCaptcha:hover{text-decoration:none;border-bottom-color:transparent}.mainform .captchaImg{height:45px;width:185px;padding-left:0;border:1px solid #ebebeb}.mainform .buttons{margin-top:15px;margin-bottom:15px}.mainform .buttons .starrequired{float:left;line-height:14px}.webform{border-top:1px solid #bbc0c7;border-bottom:1px solid #bbc0c7;padding-bottom:20px}.webform.noborder{border-top:0}.mainform textarea{width:100%;border-color:#bbc0c7}.mainform textarea:active,.mainform textarea:focus{border-color:#a8a8a8}.mainform .text-triangle{border:9px solid transparent;border-left:10px solid #bbc0c7;border-top:10px solid #bbc0c7;position:absolute;margin-left:85px}.mainform .text-triangle.focused{border-left:10px solid #a8a8a8;border-top:10px solid #a8a8a8}.mainform .inner-triangle{border:9px solid transparent;border-left:9px solid #fff;border-top:9px solid #fff;position:absolute;top:-11px;left:-9px}.mainform .load-avatar{padding-top:15px;padding-left:25px}.mainform .load-avatar a{line-height:60px;margin-left:5px}.mainform .avatar-wrap{width:60px;height:60px;border:1px solid #bbc0c7;float:left}.mainform .req-input.must-be-filled.rating-border,.mainform input.almost-filled.form-control{border-color:#881f1f}.field-wrap{min-height:58px;margin-top:15px}.mainform .captcha_wrap{float:left}.mainform input.must-be-filled{border-color:#881f1f;background-color:#fff6f6}.mainform input.must-be-filled::-webkit-input-placeholder{color:#881f1f}.mainform input.must-be-filled::-moz-placeholder{color:#881f1f}.mainform input.must-be-filled:-moz-placeholder{color:#881f1f}.mainform input.must-be-filled:-ms-input-placeholder{color:#881f1f}.mainform .calendar-wrap a:before{content:'\f073'}.mainform .calendar-wrap a{font-family:FontAwesome;font-size:20px;position:absolute;right:25px;top:31px;color:#a8a8a8}.mainform .calendar-wrap.req a{top:34px}.mainform .calendar-wrap a:hover,.mainform .rating .rating-icon.hover,.mainform .rating .rating-icon:hover{cursor:pointer;color:#4ba82e}.mainform .rating .rating-icon:before{content:'\f006'}.mainform .rating .rating-icon.selected:before{content:'\f005'}.mainform .rating .rating-icon{color:#a8a8a8;font-size:15px;font-family:FontAwesome;float:left;padding-right:5px;text-decoration:none}.js-detail .buyblock .yashare .yashare-auto-init,.right-arrow-caret{float:right}.mainform .field-wrap.rating .stars{margin-top:14px}.field-wrap .label-wrap,.field-wrap label{display:block;margin-bottom:5px;padding-left:0;font-size:1.38462;font-weight:100;cursor:pointer}.field-wrap .label-wrap .required,.field-wrap label .required{display:inline;font-size:18px;color:#c90d0d;line-height:14px}.right-arrow-caret:before{content:"\f105";font-family:FontAwesome;font-size:9px;font-weight:700}.mainform .field-wrap.dropdown .btn-group.open .dropdown-toggle{background-color:#fff;border-color:#a8a8a8;box-shadow:none}.mainform .field-wrap.dropdown .btn-group .dropdown-toggle:hover{background-color:#fff;border-color:#a8a8a8;color:#333}.mainform .field-wrap input.hidden_input{position:absolute;top:0;visibility:hidden}.mainform .file_upload{position:relative;overflow:hidden;font-size:1em;height:2em;line-height:2em}.mainform .file_upload input[type=file]{position:absolute;top:0;visibility:hidden}.products,.products .item,.sectiondescription{margin-bottom:15px}.products .item .in{border:1px solid #bbc0c7;-webkit-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s}.products .item .in:hover{border-color:#a8a8a8}.products .item .price.cool{font-size:18px;line-height:17px}.products .item .stores .empty{color:#dd2808}.products .item .stores .isset{color:#080}.products.showcase .item{min-height:326px}.products.showcase .item .pic{height:190px;line-height:190px;text-align:center}.products.showcase .item .pic img{max-width:100%;max-height:190px;margin-top:-3px}.products.showcase .item .data{margin:7px 9px 0}.products.showcase .item .bot,.products.showcase .item .buy,.products.showcase .item .name{margin-bottom:8px}.products.showcase .item .name{height:48px;font-size:20px;line-height:24px;overflow:hidden}.products.list .item{min-height:115px}.products.list .item .part.part1{padding-right:6px}.products.list .item .part.part2{padding-left:6px}.products.list .item .pic{height:115px;line-height:115px}.products.list .item .pic img{position:relative;top:-1px;max-height:115px}.products.list .item .data{margin:6px 11px 6px 0}.products.list .item .name{max-height:37px;overflow:hidden}.products.list .item .limiter,.products.list .item .name{margin-bottom:5px}.products.list .item .price{display:inline-block}.products.list .item .article,.products.list .item .quantity{display:inline-block;padding-right:15px}.products.list.little .item{min-height:68px}.products.list.little .item .pic{height:68px;line-height:68px}.products.list.little .item .pic img{top:-2px;max-height:68px}.products.list.little .item .limiter{height:37px;margin-bottom:0}.products.list.little .item .descr{display:none}@media (min-width:768px){.products.list .item .limiter{height:79px;overflow:hidden}.products.list .item .buybtn,.products.list .item .prices{display:table;width:100%}.products.list .item .buybtn>div,.products.list .item .prices>div{display:table-cell;height:103px;vertical-align:middle}.products.list.little .buybtn>div,.products.list.little .prices>div{height:56px}}@media (max-width:767px){.products.list .item .price.old{margin-right:20px}.products.list .item .bot{margin-bottom:5px}.products.list .item .article,.products.list .item .quantity{display:block}.products.list.little .item .bot{display:none}}.js-detail .buyblock .stores,.js-detail .pic,.js-detail .previewtext,.js-detail .prices{margin-bottom:15px}.js-detail{margin-top:32px}.js-detail .pic .changeFromSlider{display:block;height:300px;line-height:300px;text-align:center}.js-detail .pic .changeFromSlider img{max-height:300px}.js-detail .prices .discount{margin-left:20px;color:#b12a2a}.js-detail .prices .price.old{font-size:14px}.js-detail .prices .price.cool{font-size:18px}.js-detail .previewtext .moreprops,.js-detail .previewtext .moretext,.js-detail .proptable .moreprops,.js-detail .proptable .moretext{position:relative;text-decoration:none;border-bottom:1px dashed #333}.js-detail .previewtext .moreprops:hover,.js-detail .previewtext .moretext:hover,.js-detail .proptable .moreprops:hover,.js-detail .proptable .moretext:hover{border-bottom-color:transparent}.js-detail .previewtext .moreprops:after,.js-detail .previewtext .moretext:after,.js-detail .proptable .moreprops:after,.js-detail .proptable .moretext:after{position:absolute;top:-3px;right:-16px;font-size:18px;content:"\f105";font-weight:400;display:inline-block;font-family:FontAwesome}.js-detail .buyblock{padding:14px 18px;border:1px solid #bbc0c7}.js-detail .buyblock .stores .empty{color:#dd2808}.js-detail .buyblock .stores .isset{color:#080}.js-detail .buyblock .buybtns a{display:block;width:100%;margin-bottom:8px;text-align:center;text-decoration:none}.js-detail .buyblock .buybtns a:last-child{margin-bottom:0}.js-detail .buyblock .delivery{margin-top:15px}.js-detail .buyblock .yashare{margin-top:30px}.js-detail .buyblock .yashare>span{padding-top:7px;padding-right:0}.js-detail .buyblock .yashare .yashare-auto-init .b-share{padding-right:0!important;padding-left:0!important}.js-detail .buyblock .yashare .yashare-auto-init .b-share a:last-child{padding-right:0!important}.js-detail .part2{margin-top:50px}.js-detail .proptable table{width:100%}.js-detail .proptable table .name{width:50%;position:relative}.js-detail .proptable table .name:before{content:"";position:absolute;width:100%;height:10px;border-bottom:1px dashed #ebebeb;z-index:1;top:0;margin:auto;bottom:0}.js-detail .proptable table .name>span{padding-right:7px;z-index:2}.js-detail .proptable table .val{width:50%;word-break:break-all;padding-left:20px}.js-detail .proptable table td{padding:5px 0}.js-detail .proptable table td>span{position:relative;background-color:#fff}.smartfilter{background-color:#fff}.smartfilter ul{margin-bottom:0}.smartfilter ul>li{margin-bottom:10px}.smartfilter ul .bx_filter_prop label:last-child,.smartfilter ul>li:last-child{margin-bottom:0}.smartfilter ul .bx_filter_prop{position:relative;border:1px solid #bbc0c7}.smartfilter ul .bx_filter_prop.active>.name:after{content:"\f107"}.smartfilter ul .bx_filter_prop.active>.body{display:block;border-top:1px solid #bbc0c7;z-index:2}.smartfilter ul .bx_filter_prop>.name{position:relative;padding:8px 25px;line-height:18px;cursor:pointer}.smartfilter ul .bx_filter_prop>.name:after{top:8px;right:17px;font-size:18px;content:"\f105";position:absolute;font-weight:400;display:inline-block;font-family:FontAwesome}.smartfilter ul .bx_filter_prop>.name .hint{position:relative}.smartfilter ul .bx_filter_prop>.name .hint:hover .text{display:block}.smartfilter ul .bx_filter_prop>.name .hint .fa{margin-left:7px}.smartfilter ul .bx_filter_prop>.name .hint .fa:before{font-size:14px;content:"\f1db"}.smartfilter ul .bx_filter_prop>.name .hint .fa:after{position:relative;top:-2px;right:7px;font-size:8px;content:"\f129"}.smartfilter ul .bx_filter_prop>.name .hint .text{position:absolute;top:25px;left:0;display:none;min-width:250px;padding:8px 10px;vertical-align:middle;line-height:18px;color:#333;background-color:#fafafa;border:1px solid #a8a8a8;box-shadow:0 6px 12px rgba(0,0,0,.175);z-index:10}.smartfilter ul .bx_filter_prop>.body{display:none;padding:10px 25px;background-color:#fff;z-index:1}.smartfilter ul .bx_filter_prop label{display:block;font-weight:400}.smartfilter ul .buttons{padding:19px 10px}.smartfilter .bx_ui_slider_track{position:relative;height:9px;margin:15px 0;border:1px solid #bbc0c7;background:0 0}.smartfilter .bx_ui_slider_part{display:none;position:absolute;top:-6px;width:1px;height:17px;background:#a2bfc7}.smartfilter .bx_ui_slider_part.p1{left:-1px}.smartfilter .bx_ui_slider_part.p2{left:25%}.smartfilter .bx_ui_slider_part.p3{left:50%}.smartfilter .bx_ui_slider_part.p4{left:75%}.smartfilter .bx_ui_slider_part.p5{right:-1px}.smartfilter .bx_ui_slider_part.p2 span,.smartfilter .bx_ui_slider_part.p3 span,.smartfilter .bx_ui_slider_part.p4 span{color:#6b8086}.smartfilter .bx_ui_slider_part span{font-size:11px;font-weight:700;position:absolute;top:-16px;left:50%;display:block;width:100px;margin-left:-50px;text-align:center;color:#000}.smartfilter .bx_ui_slider_pricebar,.smartfilter .bx_ui_slider_pricebar_V,.smartfilter .bx_ui_slider_pricebar_VD,.smartfilter .bx_ui_slider_pricebar_VN,.smartfilter .bx_ui_slider_range{position:absolute;top:0;bottom:0;box-sizing:border-box}.smartfilter .bx_ui_slider_range{z-index:90}.smartfilter .bx_ui_slider_pricebar{z-index:80}.smartfilter .bx_ui_slider_pricebar_VD{z-index:40;background-color:#b7b7b7}.smartfilter .bx_ui_slider_pricebar_VN{z-index:50;background-color:transparent}.smartfilter .bx_ui_slider_pricebar_V{z-index:60;background-color:#4ba82e}.smartfilter .bx_ui_slider_handle{position:absolute;top:-6px;display:inline-block;cursor:pointer;color:#000;background-color:#bbc0c7;text-decoration:none}.smartfilter .bx_ui_slider_handle:hover{color:#fff;background-color:#4ba82e}.smartfilter .bx_ui_slider_handle span{font-family:FontAwesome;font-weight:400;font-style:normal;font-size:16px;padding:3px 8px}.smartfilter .bx_ui_slider_handle.left{left:0}.smartfilter .bx_ui_slider_handle.left span:after{content:"\f104"}.smartfilter .bx_ui_slider_handle.right{right:0}.smartfilter .bx_ui_slider_handle.right span:after{content:"\f105"}.smartfilter .bx_filter_parameters_box .polovinka{width:50%;float:left}.smartfilter .bx_filter_parameters_box_container_block input{text-align:right;padding-right:5px;padding-left:5px}.smartfilter .bx_filter_calendar_container{position:relative}.smartfilter .bx_filter_calendar_container.from{margin-right:5px}.smartfilter .bx_filter_calendar_container.to{margin-left:5px}.smartfilter .bx_filter_calendar_container input{text-align:left}.smartfilter .bx_filter_calendar_container .calendar-icon{position:absolute;top:7px;right:3px}.smartfilter .bx_filter_calendar_container .calendar-icon i:after{content:'\f073'}.smartfilter .bx_filter_container_modef{position:relative;display:block}.smartfilter .bx_filter_container_modef .bx_filter_popup_result{position:absolute;top:-46px;left:100%}.smartfilter .bx_filter_popup_result{position:relative;display:block;min-width:150px;white-space:nowrap;margin-right:15px;margin-left:43px;padding:8px 10px 7px 13px;vertical-align:middle;line-height:18px;color:#333;text-decoration:none;background-color:#fafafa;border-top:1px solid #a8a8a8;border-right:1px solid #a8a8a8;border-bottom:1px solid #a8a8a8;z-index:1}.smartfilter .bx_filter_popup_result:hover{border-color:#4ba82e}.smartfilter .bx_filter_popup_result:hover .arrow{border-right-color:#4ba82e}.smartfilter .bx_filter_popup_result .arrow{position:absolute;top:-1px;left:-35px;border:18px solid transparent;border-right:18px solid #a8a8a8}.smartfilter .bx_filter_popup_result .arrow span{position:absolute;top:-16px;left:-14px;border:16px solid transparent;border-right:16px solid #fafafa}.smartfilter .bx_filter_popup_result #modef_num{margin-right:15px}.smartfilter .body .bx_filter_param_label.cwp:after,.smartfilter .body .bx_filter_param_label.cwp:before,.smartfilter .body .bx_filter_param_label.cwpal:after,.smartfilter .body .bx_filter_param_label.cwpal:before,.smartfilter .body .bx_filter_param_label.dwpal:after,.smartfilter .body .bx_filter_param_label.dwpal:before{content:''}.bx_filter_param_label{cursor:pointer}.smartfilter .bx_filter_param_label.disabled,body .popup-window .bx_filter_param_label.disabled{cursor:default}.bx_filter_param_label.cwp{float:left;margin-right:4px}.bx_filter_param_label.cwpal .bx_filter_param_btn,.bx_filter_select_block .bx_filter_select_text .bx_filter_btn_color_icon{margin-right:5px;float:left}.bx_filter_param_label.c,.bx_filter_param_label.rb{margin-left:17px}.bx_filter_param_label.cwpal .bx_filter_param_text{display:inline-block;margin-top:3px}.bx_filter_param_btn{display:block;padding:2px;border:1px solid transparent}.bx_filter_param_label.active .bx_filter_param_btn,.bx_filter_param_label:hover .bx_filter_param_btn{border-color:#4ba82e}.bx_filter_param_label.disabled:hover .bx_filter_param_btn{border-color:transparent}.bx_filter_param_text .role_count{color:#c3c3c3}.bx_filter_btn_color_icon{display:block;line-height:18px;width:18px;height:18px;vertical-align:middle;border:1px solid #a8a8a8;background-size:cover}.bx_filter_select_block .bx_filter_select_text{display:block;text-align:left;border-color:#bbc0c7}body .popup-window.smartFilterSelectbox{background:0 0;border:none;box-shadow:none}body .popup-window.smartFilterSelectbox .popup-window-bottom-row,body .popup-window.smartFilterSelectbox .popup-window-left-column,body .popup-window.smartFilterSelectbox .popup-window-right-column,body .popup-window.smartFilterSelectbox .popup-window-top-row{display:none}body .popup-window.smartFilterSelectbox .popup-window-center-column{background:0 0}body .popup-window.smartFilterSelectbox .popup-window-content{margin:0}body .popup-window.smartFilterSelectbox .popup-window-content ul{display:block;min-width:160px;padding:0;margin:2px 0 0;font-size:14px;text-align:left;background-color:#fff;border:1px solid #bbc0c7;border-bottom:2px solid #4ba82e;border-radius:0;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}body .popup-window.smartFilterSelectbox .popup-window-content li{display:block;height:35px;margin-left:-1px;border-left:1px solid #bbc0c7;border-right:1px solid #bbc0c7}body .popup-window.smartFilterSelectbox .popup-window-content label{display:block;padding:7px 25px;cursor:pointer;color:#333;text-decoration:none;margin-top:-1px;margin-bottom:0;border-top:1px solid #bbc0c7;border-bottom:1px solid #bbc0c7}body .popup-window.smartFilterSelectbox .popup-window-content label:hover{text-decoration:none;color:#333;background-color:#eee}body .popup-window.smartFilterSelectbox .popup-window-content label.disabled:hover{background-color:transparent}body .popup-window.smartFilterSelectbox .popup-window-content .bx_filter_btn_color_icon{float:left;margin-right:5px}.bx_filter_select_popup ul li label{font-weight:400}.bx_filter_btn_color_icon.all{position:relative;border: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 #a8a8a8}.bx_filter_btn_color_icon.all:before{top:0;left:0}.bx_filter_btn_color_icon.all:after{right:0;bottom:0}.bx_filter_param_label.disabled{opacity:.5;cursor:default}@media (max-width:991px){.aroundfilter{position:relative}.aroundfilter .smartfilter{display:none}.aroundfilter .smartfilter.open{position:absolute;top:50px;left:0;right:0;display:block;z-index:5;padding:15px;border:1px solid #bbc0c7;box-shadow:0 6px 12px rgba(0,0,0,.175)}.aroundfilter .smartfilter .name .hint{display:none}}@media (min-width:992px){.smartfilter.ftype1{margin-bottom:10px}.smartfilter.ftype2 ul .bx_filter_prop>.body{position:absolute;top:38px;right:0;left:0;border-top:1px solid #bbc0c7;border-bottom:2px solid #4ba82e;box-shadow:0 6px 12px rgba(0,0,0,.175)}.smartfilter.ftype2 ul .buttons{text-align:right}.smartfilter.ftype2 .bx_filter_container_modef .bx_filter_popup_result{left:auto;right:0}}.comparelist .btn{border-color:#bbc0c7}.comparelist .btn .fa:after{content:"\f080"}.catalogsorter{margin-bottom:20px;border-bottom:1px solid #bbc0c7}.catalogsorter .dropdown>.btn-default.dropdown-toggle,.catalogsorter .showfilter{border-color:#bbc0c7}.catalogsorter>div{margin-top:10px;margin-bottom:10px}.catalogsorter .template i.showcase:before,.catalogsorter .templateDrop i.showcase:before{content:"\f00a"}.catalogsorter .template i.list:before,.catalogsorter .templateDrop i.list:before{content:"\f00b"}.catalogsorter .template i.list_little:before,.catalogsorter .templateDrop i.list_little:before{content:"\f03a"}.catalogsorter .template a{display:inline-block;margin-left:10px;padding:9px 12px 7px 13px;color:#b8b8b8;background-color:#bbc0c7}.catalogsorter .template a.selected,.catalogsorter .template a:hover{color:#4ba82e}.catalogsorter .template a:first-child,.catalogsorter .templateDrop .fa{margin-left:0}.catalogsorter .templateDrop .dropdown-toggle .fa:after{content:''}.catalogsorter .templateDrop .dropdown-menu{min-width:60px}.catalogsorter .dropdown.open>.btn-default.dropdown-toggle{background-color:transparent}.catalogsorter .dropdown .arrowright{margin-left:7px}.catalogsorter .dropdown .arrowright:after{content:"\f105"}.catalogsorter .comparising,.catalogsorter .filterbtn,.catalogsorter .output,.catalogsorter .sortby{margin-right:10px}.catalogsorter .output .dropdown,.catalogsorter .output .title{display:inline-block}.catalogsorter .output .title{margin-right:3px}.catalogsorter .output .fileicon{margin-left:0;margin-right:3px}.catalogsorter .output .fileicon:before{content:"\f016"}.catalogsorter .output .fileicon:after{content:''}.catalogsorter .showfilter i{margin-left:0}.catalogsorter .showfilter i:before{content:"\f0b0"}.catalogsorter .showfilter i:after{content:' '}@media (min-width:501px){.comparising{float:right}}@media (max-width:500px){.catalogsorter .filterbtn,.catalogsorter .output,.catalogsorter .sortby{margin-right:0}.catalogsorter .filterbtn+.output button,.catalogsorter .filterbtn+.sortby button,.catalogsorter>div:first-child button{border-right:none}.catalogsorter .comparising .btn{position:relative;left:-1px}}@media (max-width:991px){.catalogsorter .sortby .fa.name:after,.catalogsorter .sortby .fa.price:after,.catalogsorter .sortby .fa.sort:after{margin-left:3px}.catalogsorter .sortby .fa.name.asc:after,.catalogsorter .sortby .fa.price.asc:after,.catalogsorter .sortby .fa.sort.asc:after{content:"\f106"}.catalogsorter .sortby .fa.name.desc:after,.catalogsorter .sortby .fa.price.desc:after,.catalogsorter .sortby .fa.sort.desc:after{content:"\f107"}.catalogsorter .sortby .fa.sort:before{content:"\f005"}.catalogsorter .sortby .fa.price:before{content:"\f158"}.catalogsorter .sortby .dropdown-menu{min-width:60px}.catalogsorter .sortby .dropdown-menu>li a{padding:7px 15px}}.bx_compare .bx_sort_container{margin-bottom:15px}.bx_compare .bx_sort_container .sorttext{margin-right:7px}.bx_compare .table_compare .empty>div,.bx_compare .table_compare .item{min-width:260px}.bx_compare .table_compare .empty{padding:0}.bx_compare .table_compare .product{padding:15px}.bx_compare .table_compare .item .del{position:relative;min-height:5px}.bx_compare .table_compare .item .del a{position:absolute;top:-11px;right:-11px;display:block;width:15px;height:15px}.bx_compare .table_compare .item .del .fa{font-size:18px}.bx_compare .table_compare .item .del .fa:after{content:"\f014"}.bx_compare .table_compare .item .pic{height:190px;line-height:190px;text-align:center}.bx_compare .table_compare .item .pic img{max-width:100%;max-height:190px}.bx_compare .table_compare .item .data{margin:7px 9px 0}.bx_compare .table_compare .item .del,.bx_compare .table_compare .item .name{margin-bottom:8px}.bx_compare .table_compare .item .name{height:48px;font-size:20px;line-height:24px;overflow:hidden}.erorpage .errorpagein{width:100%;vertical-align:middle}.erorpage .errorpagein .errorcode{margin-top:50px;font-size:200px}.erorpage .errorpagein .errortext{position:relative;top:-40px;font-size:30px}.erorpage .errorpagein .errorbutton{margin-top:10px;margin-bottom:120px}.subscription .field-wrap{min-height:45px;margin-top:0;margin-bottom:15px}.subscription .field-wrap label{margin-bottom:0}.subscription .field-wrap .rubric{margin-bottom:20px}.subscription .field-wrap .rubric>div{margin-top:3px;color:#a4a4a4;font-size:11px}.subscription .padleft{margin-top:12px;padding-left:30px}.subscription .btns{margin-top:15px}.subscription .required{font-size:18px;color:#c90d0d;display:inline;line-height:14px}.thumbs{margin-bottom:25px}.thumbs .thumb a{position:relative;display:block;height:100px;line-height:100px;text-align:center;border:1px solid #bbc0c7;background-size:cover;background-position:center center;background-repeat:no-repeat}.thumbs .thumb.checked a .fa,.thumbs .thumb.checked a .overlay{display:block}.thumbs .thumb .overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:none;background-color:#fff;opacity:.7;filter:alpha(opacity=70)}.thumbs .thumb .fa{position:absolute;top:50%;left:50%;display:none;margin-top:-16px;margin-left:-17px;font-size:35px}.thumbs .thumb .fa:before{content:"\f002";color:#fff}.thumbs .owl-nav{margin-top:10px;text-align:right}.changeFromSlider{cursor:pointer}.popupgallery{margin-bottom:30px;padding-bottom:4px;border-bottom:1px solid #bbc0c7}.popupgallery .navigations{position:relative}.popupgallery .navigations:hover>.nav{opacity:.5;filter:alpha(opacity=50)}.popupgallery .navigations:hover>.nav:hover{opacity:.9;filter:alpha(opacity=90)}.popupgallery .navigations>.nav{position:absolute;top:50%;display:inline-block;color:#000;cursor:pointer;margin-top:-27px;background-color:#bbc0c7;border-radius:27px;opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.popupgallery .navigations>.nav:hover{color:#fff;background-color:#bbc0c7}.popupgallery .navigations>.nav.prev{left:15px}.popupgallery .navigations>.nav.prev>span{padding:5px 22px 7px 18px}.popupgallery .navigations>.nav.prev>span:after{content:"\f104"}.popupgallery .navigations>.nav.next{right:15px}.popupgallery .navigations>.nav.next>span{padding:5px 18px 7px 22px}.popupgallery .navigations>.nav.next>span:after{content:"\f105"}.popupgallery .navigations>.nav>span{font-family:FontAwesome;font-weight:400;font-style:normal;font-size:39px;color:#fff}.popupgallery .around_changeit{display:table;width:100%}.popupgallery .changeit{display:table-cell;width:100%;height:550px;text-align:center;vertical-align:middle}.popupgallery .changeit img{display:inline;cursor:pointer;max-height:520px}.popupgallery .changeit .date{display:inline-block;width:100%;margin-top:5px;margin-bottom:5px;text-align:right}.popupgallery .description{height:20px}.popupgallery .thumbs{max-height:428px;margin-top:15px;overflow-x:hidden;overflow-y:scroll}.popupgallery .thumbs .thumb{width:45%;float:left;margin-right:4%;margin-bottom:15px}.popupgallery .thumbs .thumb:nth-child(odd){margin-right:6%}.popupgallery .preview{position:relative;max-height:112px;overflow:hidden}.popupgallery .preview:before{position:absolute;right:0;bottom:0;width:30%;height:20px;content:'';background-image:-webkit-linear-gradient(left,rgba(250,250,250,.5),#fafafa);background-image:linear-gradient(to right,rgba(250,250,250,.5),#fafafa)}
/* End */


/* Start:/include/color.css?168665857914127*/
.text-primary,
.btn-link,
.btn-primary .badge,
.pagination > li > a,.pagination > li > span,
.list-group-item.active > .badge,.nav-pills > .active > a > .badge,
.panel-primary > .panel-heading .badge,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover,
h4, .h4, h6, .h6,
html .aprimary,
html a.aprimary,
ul.nav-sidebar li.active > a,
.service-specialist .service-specialist__phone a:before,
.service-specialist .service-specialist__ask a:before,
body .banner_title_whitewrap,
.banner_desc_whitewrap
{
  color: #eb8715;
}
.bg-primary,
.btn-primary,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus,
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus,
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,.pagination > .active > span,.pagination > .active > span:hover,.pagination > .active > span:focus,
.label-primary,
.progress-bar,
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus,
.panel-primary > .panel-heading,
.fancybox-title,
.b-page:not(.has-sidebar) .b-expert .b-expert__left:before,
body .rs-banners-container .owl-theme .owl-dots .owl-dot.active span,
body .rs-banners-container .owl-theme .owl-dots .owl-dot:hover span,
body .owl .owl-nav div:hover, .owl_banners .owl-nav div:hover,
body .owl_banners2 .owl-nav div:hover, .owlslider .owl-nav div:hover
{
  background-color: #eb8715;
}
.btn-default,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active,
.btn-primary,
.btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active,
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
.cars-detail__head
{
  border-color: #eb8715;
}
.b-page.has-sidebar .b-expert .b-expert__left {background: #eb8715;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {border: 1px solid #eb8715;}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,.pagination > .active > span,.pagination > .active > span:hover,.pagination > .active > span:focus {border-color: #eb8715;}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {border-color: #eb8715; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {border-color: #eb8715; }
.panel-primary {border-color: #eb8715; }
.panel-primary > .panel-heading {border-color: #eb8715; }
.panel-primary > .panel-heading + .panel-collapse > .panel-body {border-top-color: #eb8715; }
.panel-primary > .panel-footer + .panel-collapse > .panel-body {border-bottom-color: #eb8715; }
.blockquote-leftline {border-left-color: #eb8715; }
ul > li:before, ol > li:before {color: #eb8715; }
.mainform .inner-wrap {border-bottom: 2px solid #eb8715; }
.wrapper input[type="radio"]:checked + label:before,.wrapper input[type="radio"]:checked + .bx_filter_param_text:before,.fancybox-inner input[type="radio"]:checked + label:before,.fancybox-inner input[type="radio"]:checked + .bx_filter_param_text:before {color: #eb8715;}
.wrapper input[type="checkbox"]:checked + label:after,.wrapper input[type="checkbox"]:checked + .bx_filter_param_text:after,.wrapper .js-compare.checked:after,.fancybox-inner input[type="checkbox"]:checked + label:after,.fancybox-inner input[type="checkbox"]:checked + .bx_filter_param_text:after,.fancybox-inner .js-compare.checked:after { color: #eb8715;}
.dropdown-menu {border-bottom: 2px solid #eb8715;}
.price .svg-wallet {fill: #eb8715; }
.b-expert .b-expert__btn:focus, .b-expert .b-expert__btn:hover {border-color: #eb8715;background: #eb8715; }
.b-page:not(.has-sidebar) .b-expert .b-expert__left {    background: #eb8715;}
@media (min-width: 768px) {
  .b-page.has-sidebar .b-detail-subs .b-detail-subs__left {background: #eb8715;}
  .b-page.has-sidebar .b-expert .b-expert__left {background: #eb8715;}
  .b-page.has-sidebar .b-detail-subs .b-detail-subs__left:before {background-color: #eb8715; }
  .b-page.has-sidebar .b-expert .b-expert__left:before {background-color: #eb8715;}
}
@media (min-width: 480px) and (max-width: 767px) {
  .b-page.has-sidebar .b-expert .b-expert__left {background: #eb8715;}
  .b-page.has-sidebar .b-expert .b-expert__left:before {background-color: #eb8715; }
}
.service-detail .service-detail__head { border-top: 2px solid #eb8715;border-bottom: 2px solid #eb8715;}
@media (min-width: 992px) {
  .service-detail .service-detail__head-preview:after { border-top: 30px solid #eb8715;}
}
.service-prop .service-prop__icon .icon-svg {fill: #eb8715; }
.service-specialist .service-specialist__name {color: #eb8715;}
.service-specialist .service-specialist__ask a:before { color: #eb8715;}
.b-service-advantage .b-service-advantage__title {color: #eb8715;}
.mini_banner__info {background-color: #eb8715; }
.mainform .inner-wrap {border-bottom: 2px solid #eb8715; }
.map-sidebar__message {background-color: #eb8715;}
.map-sidebar__message-inner:after {border: 14px solid #eb8715;border-right: 17px solid transparent;border-bottom: 12px solid transparent;}
.review__message:before, .review__message:after {color: #eb8715; }
.review__name:before {background-color: #eb8715;}
.b-gallery-item.is-full .b-gallery-item__info {background: #eb8715;}
.b-backshare .b-backshare__icon {fill: #eb8715; }
.gmap-pointer { background-color: #eb8715; }
.gmap-pointer:after { border: 16px solid #eb8715;border-right: 19px solid transparent;border-bottom: 14px solid transparent;}
.b-detail-subs .b-detail-subs__btn:hover { border-color: #eb8715; background: #eb8715; }
@media (min-width: 480px) {
  .b-page:not(.has-sidebar) .b-detail-subs .b-detail-subs__left {background: #eb8715;}
  .b-page:not(.has-sidebar) .b-detail-subs .b-detail-subs__left:before {background-color: #eb8715; }
  .b-page:not(.has-sidebar) .b-expert .b-expert__left:before {background-color: #eb8715;}
}
@media (min-width: 480px) and (max-width: 767px) {
  .b-page.has-sidebar .b-detail-subs .b-detail-subs__left { background: #eb8715;}
  .b-page.has-sidebar .b-detail-subs .b-detail-subs__left:before {background-color: #eb8715; }

}
.b-g-item .b-g-item__data {background: #eb8715;}
.mainbanners_items {border-bottom: 2px solid #eb8715;}
.mainbanners .owl-carousel .owl-dots .owl-dot span:hover {background: #eb8715; }
.backshare .detailback:hover i {color: #eb8715; }
.mainform .rating .rating-icon.hover {color: #eb8715; }
.smartfilter .bx_ui_slider_pricebar_V { background-color: #eb8715; }
.smartfilter .bx_ui_slider_handle:hover { background-color: #eb8715; }
.smartfilter .bx_filter_popup_result:hover {border-color: #eb8715; }
.smartfilter .bx_filter_popup_result:hover .arrow { border-right-color: #eb8715; }
.bx_filter_param_label.active .bx_filter_param_btn,.bx_filter_param_label:hover .bx_filter_param_btn { border-color: #eb8715; }
body .popup-window.smartFilterSelectbox .popup-window-content ul {border-bottom: 2px solid #eb8715;}
@media (min-width: 992px) {
  .smartfilter.ftype2 ul .bx_filter_prop > .body {border-bottom: 2px solid #eb8715;}
}
.catalogsorter .template a:hover, .catalogsorter .template a.selected { color: #eb8715; }
.b-header .b-header__contacts .icon-svg, .b-header .b-header__recall .icon-svg {fill:#eb8715;}
.b-mmenu {background: #eb8715;}
.b-mmenu .b-mmenu__toggle {background: #eb8715;}
.b-mmenu.navbar-default .dropdown-menu > li > a,.b-mmenu.navbar-default .navbar-nav > li > a { background-color: #eb8715}
 @media (min-width: 992px) {
  .b-mmenu .search-bar .search-open {
    border-bottom: 3px solid #eb8715;
  }
}
footer {border-color: #eb8715;}
footer .svg-location,
.flpl,
.feature__icon,
.feature__icon:hover,
.side__widget a:hover svg,
.cars-price__icon .svg-icon,
.b-fresh-item-price__icon .svg-icon {
  fill: #eb8715;
}
.side__widget-text {
  color:#eb8715;
}





a.text-primary:hover {color: #ffab39; }
a.bg-primary:hover { background-color: #ffab39; }
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {background-color: #e6e6e6;border-color: #ffab39; }
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle{background-color: #ffab39;border-color: #ffab39; }
.btn-link:hover, .btn-link:focus{color: #ffab39;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {background-color: #ffab39; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {background-color: #ffab39;}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {background-color: #ffab39; }
.pagination > li > a:hover, .pagination > li > a:focus,.pagination > li > span:hover,.pagination > li > span:focus {color: #ffab39;}
.label-primary[href]:hover, .label-primary[href]:focus {background-color: #ffab39; }
.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: #ffab39; }
html .btn-default:hover, html .btn-default:focus, html .btn-default.focus, html .btn-default:active, html .btn-default.active,.open > html .btn-default.dropdown-toggle {background-color: #ffab39;border-color: #ffab39; }
.mini_banner__link:hover .mini_banner__info {background-color: #ffab39; }
.b-gallery-item.is-full:hover .b-gallery-item__info {background: #ffab39; }
.b-backshare .b-backshare__backlink:hover .b-backshare__icon {fill: #ffab39; }
.mainbanners .owl-carousel .owl-dots .owl-dot.active span {background: #ffab39; }
.b-mmenu .b-mmenu__toggle:focus,
  .b-mmenu .b-mmenu__toggle:hover,
  .b-mmenu.navbar-default .navbar-nav .dropdown-menu > li > a:hover,
  .b-mmenu.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .b-mmenu.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .b-mmenu.navbar-default .navbar-nav > .open > a:focus,
  .b-mmenu.navbar-default .navbar-nav > .open > a:hover,
  .b-mmenu.navbar-default .navbar-nav li:hover > a {   background: #ffab39;}

.b-mmenu.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .b-mmenu.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .b-mmenu.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .b-mmenu.navbar-default .navbar-nav > .open > a:focus,
    .b-mmenu.navbar-default .navbar-nav > .open > a:hover {background: #ffab39;}






.map-sidebar__message,
.b-mmenu .b-mmenu__toggle,
.b-mmenu.navbar-default .dropdown-menu > li > a,
.b-mmenu.navbar-default .navbar-nav > li > a ,
.b-mmenu.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.b-mmenu .b-mmenu__toggle:focus,
.b-mmenu .b-mmenu__toggle:hover,
.b-mmenu.navbar-default .navbar-nav .dropdown-menu > li > a:hover,
.b-mmenu.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.b-mmenu.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.b-mmenu.navbar-default .navbar-nav > .open > a:focus,
.b-mmenu.navbar-default .navbar-nav > .open > a:hover,
.b-mmenu.navbar-default .navbar-nav li:hover > a,
.b-mmenu.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.b-mmenu.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.b-mmenu.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.b-mmenu.navbar-default .navbar-nav > .open > a:focus,
.b-mmenu.navbar-default .navbar-nav > .open > a:hover,
.btn-primary,
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle,
.mini_banner__info,
.mini_banner__link:hover .mini_banner__info,
html .btn-default:hover,
html .btn-default:focus,
html .btn-default.focus,
html .btn-default:active,
html .btn-default.active,
.open > html .btn-default.dropdown-toggle,
.owl .owl-nav div:hover,
.owl_banners .owl-nav div:hover,
.owl_banners2 .owl-nav div:hover,
.owlslider .owl-nav div:hover,
.b-gallery-item.is-full .b-gallery-item__info,
.label,
.gmap-pointer__body,
.gmap-pointer__body a,
.fancybox-title,
.fancybox-close,
.b-mmenu .search,
.b-g-item .b-g-item__data
{
  color: #ffffff;
}
.b-mmenu .b-mmenu__toggle:hover,
  .b-mmenu.navbar-default .navbar-nav .dropdown-menu > li > a:hover,
  .b-mmenu.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .b-mmenu.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .b-mmenu.navbar-default .navbar-nav > .open > a:focus,
  .b-mmenu.navbar-default .navbar-nav > .open > a:hover,
  .b-mmenu.navbar-default .navbar-nav li:hover > a {
    color:#ffffff;
  }
.map-sidebar .svg-location,
.gmap-pointer__icon .svg-location {fill: #ffffff;}
.b-mmenu .icon-toggle .icon-bar,.btn-primary .badge  {background-color: #ffffff;}
.b-g-item .b-g-item__preview {border-top-color:#ffffff;}
body .cars-detail__dashed:after { border-top-color: #eb8715; }
/* End */


/* Start:/bitrix/templates/autocity_default/styles.css?172286357516021*/
.rs-banners-container {
  line-height: 1;
}

@-moz-document url-prefix() {
  .rs-banners-container {
    line-height: 1.3;
  }
}

.banner_title_nowrap,
.banner_title_whitewrap,
.banner_title_blackwrap,
.banner_desc_nowrap,
.banner_desc_blackwrap,
.banner_desc_whitewrap {
  display: inline;
  word-break: normal;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  position: relative;
  font-weight: 300;
}

.banner_title_nowrap,
.banner_title_whitewrap,
.banner_title_blackwrap {
  font-size: 36px;
  line-height: 56px;
  color: #4ba82e;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.banner_desc_nowrap,
.banner_desc_blackwrap,
.banner_desc_whitewrap {
  line-height: 22px;
  font-size: 18px;
  color: #fff;
  padding-top: 1px;
  padding-bottom: 1px;
}

.banner_title_whitewrap {
  background-color: rgba(255, 255, 255, 0.8);
  color: #4ba82e;
  box-shadow: 18px 0 0 rgba(255, 255, 255, 0.8),
              -10px 0 0 rgba(255, 255, 255, 0.8);
}

.banner_title_blackwrap {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  box-shadow: 18px 0 0 rgba(0, 0, 0, 0.5),
              -10px 0 0 rgba(0, 0, 0, 0.5);
}

.banner_desc_blackwrap {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  box-shadow: 18px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
}

.banner_desc_whitewrap {
  background-color: rgba(255, 255, 255, 0.8);
  color: #4ba82e;
  box-shadow: 18px 0 0 rgba(255, 255, 255, 0.8), -10px 0 0 rgba(255, 255, 255, 0.8);
}

.table_descr_detail {
  border: none;
}
.table_descr_detail_td_center {
  text-align: center;
}
.table_descr_detail_bold_tr {
  font-weight: bold;
}
.table_descr_detail_gr_bckg {
  background-color: #f9f9f9;
}
.table_descr_detail td {
  padding: 10px 18px;
  vertical-align: top;
}
.table_descr_for_car {
  border: none;
  vertical-align: bottom !important;
  text-align: center;
}

@media(max-width: 992px) {
  .banner_title_whitewrap {
    box-shadow: 1.76vw 0 0 rgba(255, 255, 255, 0.8),
              -1vw 0 0 rgba(255, 255, 255, 0.8);
    padding: 0.5vw 0;
  }
  .banner_title_blackwrap {
    box-shadow: 1.76vw 0 0 rgba(0, 0, 0, 0.5),
              -1vw 0 0 rgba(0, 0, 0, 0.5);
    padding: 0.5vw 0;
  }
  .banner_desc_blackwrap,
  .banner_desc_whitewrap {
    padding-top: 0.2vw;
    padding-bottom: 0.2vw;
    line-height: 3.8vw;
  }
}
  .rating_radio {display:  none}
.sells-desc__stars._5 > * {
    width: 105px;
}
.sells-desc__stars > * {
    background: url(/images/stars.png) repeat-x 0 0;
    height: 19px;
    display: block;
}
.sells-desc__stars._4 > * {
    width: 84px;
}
.sells-desc__stars._3 > * {
    width: 63px;
}
.sells-desc__stars._2 > * {
    width: 42px;
}
.sells-desc__stars._1 > * {
    width: 21px;
}
.wordRating {
  color: #c60;
  font-weight: 700;
  margin-left: -5px;
}

.acidjs-rating-stars,
.acidjs-rating-stars label::before
{
    display: inline-block;
}
.acidjs-rating-stars  {text-align: left;}
.acidjs-rating-stars label:hover,
.acidjs-rating-stars label:hover ~ label
{
    color: #189800;
}

.acidjs-rating-stars *
{
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.acidjs-rating-stars input
{
    display: none;
}

.acidjs-rating-stars
{
    unicode-bidi: bidi-override;
    direction: rtl;
    float: right;
    margin-top: 15px;
}

.acidjs-rating-stars label
{
    color: #ccc;
}

.acidjs-rating-stars label::before
{
     content: "\2605" !important;
    width: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 25px !important;
    cursor: pointer;
    left: auto !important;
    position: relative !important;
}
.acidjs-rating-stars label::after {
  content: "" !important
}
.wrapper input[type="radio"] + label::before,
.wrapper input[type="radio"]:checked + label::before { color: inherit; }
.acidjs-rating-stars input[type="radio"]:checked ~ label
{
    color: #f5b301 !important;
}

.acidjs-rating-disabled
{
    opacity: .50;

    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}
.success_rating {color: green; direction: ltr;}
.textRating {direction: ltr;}

iframe {
  max-width: 100%;
}

.dropdown-submenu.open .dropdown-menu.list-unstyled {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
    color: black;
    background: #eeeeee;
    border-bottom: solid 1px white;
}


.dropdown-submenu.open .dropdown-menu.list-unstyled a{
  
    color: black!important;
    font-size: 12px;
    padding-left: 50px!important;
}


.b-mmenu.navbar-default .dropdown-submenu.open .dropdown-menu.list-unstyled a{
  
    color: black!important;
    font-size: 14px;
    padding-left: 50px!important;
}

.b-mmenu.navbar-default .dropdown-submenu.open .dropdown-menu.list-unstyled a:hover{
  
    color: #fff!important;
    
}



.dropdown-submenu.open a .hidden-md.hidden-lg {
  display: none;
}

.collapsein {
  padding-left: 0px;
}

.carbrands .mid-line__around h3 {
      display: inline-block;
    max-width: 550px;
    line-height: 34px;
    padding: 2px 0 2px;
    background-color: #fff;
    font-weight: 900;
    font-size: 34px;
}

.review-item {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding: 15px;
    border: solid 0px #e9f4fe;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
    min-height: 300px;
    background: #f7f7f7;
}

.spoiler-view__text {
    max-height: 215px!important;
    padding: 10px;
    color: black;
    font-size: 12px;
    font-weight: 400;
}

.business-review-view__user-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 15px;
    top: 15px;
    text-decoration: none;
}

.user-icon-view__icon {
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    background: center/cover no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #2e2e2e;
}

.business-review-view__author {
    font-size: 14px;
}

.business-review-view__info .business-review-view__author {
    padding-left: 50px;
}

.business-review-view__author-profession {
    display: none;
}

.business-review-view__info .business-review-view__date {
    padding-left: 50px;
}

.business-review-view__reactions-container {
    display: none;
}

.yandex_rew:after {
    content: '';
    background: url(https://1akb.by/images/Yandeks_logo.png);
    position: absolute;
    right: 18px;
    bottom: 13px;
    opacity: 1;
    width: 55px;
    height: 16px;
    background-size: contain;
}

.business-review-view__author a {
  text-decoration: none;
  font-weight: 600;
}

.service-prop .service-prop__value {
    font-size: 14px;
}


.reviews_image {
  display: flex;
  align-items: center;
  justify-content: start;
}

.reviews_image img {
  width: 40px;
  border-radius: 50%;
}


.name_span {
  display: grid;
  margin-left: 10px;
}


.review-author {
  font-family: 'Gotham Pro Medium';
  font-size: 14px;
}


.google_rew::after {
  content: '';
  background: url(https://1akb.by/images/google_map.png);
    background-size: auto;
  position: absolute;
    right: 18px;
    bottom: 13px;
    opacity: 1;
    width: 49px;
    height: 16px;
    background-size: contain;
}

.review-text {
    max-height: 215px!important;
    padding: 10px;
    color: black;
    font-size: 12px;
    font-weight: 400;
}


.review-author {
    text-decoration: none;
    font-weight: 600;
}

footer .contacts .phone a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-family: 'Inter';
}

footer {
    color: #e3e3e3;
}

@media (max-width:  970px) {
  .carbrands .mid-line__around h3 {
    display: inline-block;
    max-width: 550px;
    line-height: 30px;
    padding: 2px 0 2px;
    background-color: #fff;
    font-weight: 900;
    font-size: 30px;
}

.carbrands .mid-line__around h3 {
    display: inline-block;
    max-width: 550px;
    line-height: 30px;
    padding: 2px 0 2px;
    background-color: #fff;
    font-weight: 900;
    font-size: 30px;
}
}

.soputka {
  margin-top: 35px;
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
}

.soputka a {
  padding: 5px;
    border: solid 1px #d7d7d7;
    border-radius: 0px;
    text-decoration: none;
    margin: 5px;
    width: 32%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title_soputka {
  font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 50px;
}

.form_cost {
  display: flex;
    flex-wrap: wrap;
    padding: 30px;
    background: rgb(203 203 203 / 16%);
    border-radius: 0px;
    margin-top: 35px;
    margin-bottom: 35px;
    padding-left: 440px;
    border-radius: 10px;
}

.form_consult textarea {
  border: solid 1px rgb(0 0 0 / 10%);
}

.form_cost .form-input {
  display: flex;
    flex-direction: column;
    width: 50%;
    padding: 5px;
}

.form_cost label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #000;
    font-weight: normal;
    font-size: 14px;
}

.form_cost input {
    padding: 5px;
    border: solid 1px rgb(0 0 0 / 10%);
    height: 48px;
}

.form_cost .form-input-submit {
  display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}

.form_cost .form-input-submit input{
  padding: 14px 20px;
    color: #fff;
    background: #eb8209;
    border-color: #ffffff;
    border: solid 2px;
}

.mini_banner__img, .mini_banner__info {
  -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}


.mini_banner__link:hover {
  background: #eb8715;
}

.mini_banner__link:hover i path {
    fill: #fff;
}

.mini_banner__link:hover .price_mini {
    font-size: 12px;
    color: white;
}

.mini_banner__link:hover .mini_banner__info {
 
    color: #fff!important;
    line-height: 16px!important;
    padding: 0px!important;
    background-color: transparent!important;
}

.form_consult {
  position: relative;

}

.form_consult img {
  position: absolute;
  bottom: 0px;
  left: -50px;
  filter: grayscale(0.5);
}

.form_cost .form-input-submit input {
    padding: 14px 35px;
    color: #fff;
    background: #eb8209;
    border-color: #eb8209!important;
    border: solid 2px;
}

.side__widget a {
  display: block;
    margin-bottom: 9px;
    padding: 18px 0;
    text-decoration: none;
    border: 0px dashed #bbc0c7;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    background: #f7f7f7;
    border-radius: 8px;
}


.side__widget-text {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
}

.side__widget-icon svg {
    display: block;
    float: left;
    width: 24px;
    height: auto;
    max-height: 40px;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    vertical-align: baseline;
    fill: #333;
    margin: 0 20px;
}

footer {
    margin-top: 30px;
    padding-bottom: 20px;
    padding-top: 30px;
    border-top: 0px solid #4ba82e;
    background-image: url(/bitrix/templates/autocity_default/assets/css/../img/bckg_footer.png);
    color: #838383;
    font-size: 12px;
    background: #2e2e2e;
}

.service-detail__text ul > li, ol > li {
    position: relative;
    list-style-type: none;
    line-height: 18px;
    margin-bottom: 14px;
}

ul > li:before, ol > li:before {
    color: #2e2e2e;
}

footer .footer_copyright {
    border-top: 1px solid rgb(255 255 255 / 15%);
    margin-top: 30px;
}

.footer-menu  {
    list-style: none;
    padding-left: 0px;
}


.footer-menu li {
    position: relative;
    list-style-type: none;
    line-height: 18px;
    margin-bottom: 2px;
}

.footer-menu a {
    text-decoration: none;
    color: #fff;
}


.acidjs-rating-stars {
    unicode-bidi: bidi-override;
    direction: rtl;
    float: none;
    margin-top: 0px;
    padding: 10px;
}

.social_icons a {
  margin-right: 5px;
}


.b-header__photo {
    position: relative;
    margin-bottom: 5px;
}

.b-header__photo a{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.b-mmenu.navbar-default .dropdown-menu > li > a, .b-mmenu.navbar-default .navbar-nav > li > a {

    padding: 17.5px 17.5px;
}

.service-prop__name {
    font-size: 18px;
    margin-bottom: 6px;
    color: black;
    font-weight: 600;
}


.price__now {
    float: left;
    margin: 0 20px 0 0;
    font-size: 18px;
    font-weight: 600;
    color: black;
}

.b-fresh-item, .price__num {
    display: block;
    font-size: 14px;
}

.form_consult {
    position: relative;
    min-height: 467px;
}


.b-header .b-header__recall-text {
    margin-left: 0px;
    float: none;
    margin-top: 0;
    line-height: 1;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 15px;
    position: relative;
    background: #eb8715;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (max-width: 970px) {

    .b-header__button {
    width: 100%;
    display: flex!important;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.b-header .b-header__recall-text {
    padding: 10px 10px;
    position: relative;
    font-size: 12px;
    text-align: center;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 165px;
}

.b-header__photo {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
}

.b-header .b-header__recall {
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: right;
    margin-top: 0px!important;
    position: relative;
}


  .soputka a {
    padding: 5px;
    border: solid 1px #d7d7d7;
    border-radius: 0px;
    text-decoration: none;
    margin: 5px;
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_cost .form-input {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5px;
}

.form_cost .form-input-submit input {
    padding: 14px 20px;
    color: #fff;
    background: #eb8209;
    border-color: #ffffff;
    border: solid 2px;
    width: 100%;
}

.form_cost {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    background: rgb(203 203 203 / 16%);
    border-radius: 0px;
    margin-top: 35px;
    margin-bottom: 35px;
    padding-left: 30px;
    border-radius: 10px;
}


.review-item {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding: 15px;
    border: solid 0px #e9f4fe;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
    min-height: 330px;
    background: #f7f7f7;
}

.form_consult img {
  display: none;
}

.footer-menu {
    list-style: none;
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 10px;
    border-top: solid 1px #6e6e6e;
    border-bottom: solid 1px #6e6e6e;
}


.table.table-bordered {
    display: none;
}
}

/* Custom css*/
.gmap-pointer {
  top: 180px !important;
  left: 0px !important;
}
.gmap-pointer:after {
  display: none !important;
}
.map-main-comp {
  position: relative;
}

.mainform .form-control {
  background: #fff;
  border-radius: 10px;
}
.input-field .label-wrap,
.field-wrap .label-wrap {
  font-size: 17px;
  cursor: default;
}

.block-cont-s {
  background: #f9f9f9;
  padding: 20px;
  width: 100%;;
  margin: 10px;
  transition: 0.5s;
  border-radius: 10px;
}
.block-cont-s:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.table-shina tr,
.table-shina td {
  border: 1px solid #eee;
  padding: 10px;
  text-align: center;
}

.table-shina tr:nth-child(even) {
  background-color: #eee;
}

.table-shina tr.non-hov {
  background: #fff;
}

.service-detail__head-right .service-prop:nth-child(2)::after {
  display: none !important;
}
/* End */
/* /bitrix/templates/autocity_default/assets/lib/fancybox/jquery.fancybox.css?15127331124895 */
/* /bitrix/templates/autocity_default/assets/css/style.css?1779353439155154 */
/* /bitrix/templates/autocity_default/assets/css/owl.carousel.min.css?151273311213407 */
/* /bitrix/templates/autocity_default/assets/css/header.css?168672743112277 */
/* /bitrix/templates/autocity_default/assets/css/sidebar.min.css?15127331122353 */
/* /bitrix/templates/autocity_default/assets/css/footer.min.css?16869303551976 */
/* /bitrix/templates/autocity_default/assets/css/content.min.css?151273311293711 */
/* /include/color.css?168665857914127 */
/* /bitrix/templates/autocity_default/styles.css?172286357516021 */
