

/* Start:/bitrix/templates/evoltronic/assets/lib/fancybox/jquery.fancybox.css?16516875814895*/
/*! 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/evoltronic/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/evoltronic/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/evoltronic/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/evoltronic/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/evoltronic/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/evoltronic/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/evoltronic/assets/css/style.css?1703775399159793*/
<div>/*! 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; }

.js-ttl .page-header{margin:0px 0px 10px;}

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: <a href="https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css">https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css</a> */
@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 &gt; .caret,
  .dropup &gt; .btn &gt; .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: "Open Sans", 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 &gt; 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 &gt; thead &gt; tr &gt; th,
  .table &gt; thead &gt; tr &gt; td,
  .table &gt; tbody &gt; tr &gt; th,
  .table &gt; tbody &gt; tr &gt; td,
  .table &gt; tfoot &gt; tr &gt; th,
  .table &gt; tfoot &gt; tr &gt; td {
    padding: 12px 30px;
    line-height: 1.38462;
    vertical-align: top;
    border-top: 1px solid #bbc0c7; }
  .table &gt; thead &gt; tr &gt; th {
    vertical-align: bottom;
    border-bottom: 2px solid #bbc0c7; }
  .table &gt; caption + thead &gt; tr:first-child &gt; th,
  .table &gt; caption + thead &gt; tr:first-child &gt; td,
  .table &gt; colgroup + thead &gt; tr:first-child &gt; th,
  .table &gt; colgroup + thead &gt; tr:first-child &gt; td,
  .table &gt; thead:first-child &gt; tr:first-child &gt; th,
  .table &gt; thead:first-child &gt; tr:first-child &gt; td {
    border-top: 0; }
  .table &gt; tbody + tbody {
    border-top: 2px solid #bbc0c7; }
  .table .table {
    background-color: #fff; }

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

.table-bordered {
  border: 1px solid #bbc0c7; }
  .table-bordered &gt; thead &gt; tr &gt; th,
  .table-bordered &gt; thead &gt; tr &gt; td,
  .table-bordered &gt; tbody &gt; tr &gt; th,
  .table-bordered &gt; tbody &gt; tr &gt; td,
  .table-bordered &gt; tfoot &gt; tr &gt; th,
  .table-bordered &gt; tfoot &gt; tr &gt; td {
    border: 1px solid #bbc0c7; }
  .table-bordered &gt; thead &gt; tr &gt; th,
  .table-bordered &gt; thead &gt; tr &gt; td {
    border-bottom-width: 2px; }

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

.table-hover &gt; tbody &gt; 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 &gt; thead &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active,
.table &gt; thead &gt; tr.active &gt; td,
.table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; th {
  background-color: #f5f5f5; }

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

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

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

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

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

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

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

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

.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .danger,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; 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 &gt; .table {
        margin-bottom: 0; }
        .table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
        .table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
        .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
        .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
        .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
        .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
          white-space: nowrap; }
      .table-responsive &gt; .table-bordered {
        border: 0; }
        .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
        .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
          border-left: 0; }
        .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
        .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
          border-right: 0; }
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; 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-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #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 &gt; input[type="date"].form-control,
    .input-group-sm &gt; input[type="date"].input-group-addon,
    .input-group-sm &gt; .input-group-btn &gt; input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm &gt; input[type="time"].form-control,
    .input-group-sm &gt; input[type="time"].input-group-addon,
    .input-group-sm &gt; .input-group-btn &gt; input[type="time"].btn,
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm &gt; input[type="datetime-local"].form-control,
    .input-group-sm &gt; input[type="datetime-local"].input-group-addon,
    .input-group-sm &gt; .input-group-btn &gt; input[type="datetime-local"].btn,
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm &gt; input[type="month"].form-control,
    .input-group-sm &gt; input[type="month"].input-group-addon,
    .input-group-sm &gt; .input-group-btn &gt; input[type="month"].btn,
    .input-group-sm
    input[type="month"] {
      line-height: 30px; }
    input[type="date"].input-lg, .input-group-lg &gt; input[type="date"].form-control,
    .input-group-lg &gt; input[type="date"].input-group-addon,
    .input-group-lg &gt; .input-group-btn &gt; input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg &gt; input[type="time"].form-control,
    .input-group-lg &gt; input[type="time"].input-group-addon,
    .input-group-lg &gt; .input-group-btn &gt; input[type="time"].btn,
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg &gt; input[type="datetime-local"].form-control,
    .input-group-lg &gt; input[type="datetime-local"].input-group-addon,
    .input-group-lg &gt; .input-group-btn &gt; input[type="datetime-local"].btn,
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg &gt; input[type="month"].form-control,
    .input-group-lg &gt; input[type="month"].input-group-addon,
    .input-group-lg &gt; .input-group-btn &gt; 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 &gt; .form-control-static.form-control,
  .input-group-lg &gt; .form-control-static.input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; .form-control-static.btn, .form-control-static.input-sm, .input-group-sm &gt; .form-control-static.form-control,
  .input-group-sm &gt; .form-control-static.input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

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

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

textarea.input-sm, .input-group-sm &gt; textarea.form-control,
.input-group-sm &gt; textarea.input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; textarea.btn,
select[multiple].input-sm,
.input-group-sm &gt; select[multiple].form-control,
.input-group-sm &gt; select[multiple].input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; 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 &gt; .form-control,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

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

textarea.input-lg, .input-group-lg &gt; textarea.form-control,
.input-group-lg &gt; textarea.input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; textarea.btn,
select[multiple].input-lg,
.input-group-lg &gt; select[multiple].form-control,
.input-group-lg &gt; select[multiple].input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; 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 &gt; .form-control + .form-control-feedback,
.input-group-lg &gt; .input-group-addon + .form-control-feedback,
.input-group-lg &gt; .input-group-btn &gt; .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm &gt; .form-control + .form-control-feedback,
.input-group-sm &gt; .input-group-addon + .form-control-feedback,
.input-group-sm &gt; .input-group-btn &gt; .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 &gt; .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 &gt; .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #367821; }
  .btn-default:active, .btn-default.active,
  .open &gt; .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 &gt; .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #398023;
    border-color: #367821; }
  .btn-primary:active, .btn-primary.active,
  .open &gt; .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 &gt; .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:active, .btn-success.active,
  .open &gt; .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 &gt; .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:active, .btn-info.active,
  .open &gt; .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 &gt; .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:active, .btn-warning.active,
  .open &gt; .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 &gt; .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:active, .btn-danger.active,
  .open &gt; .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 &gt; .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

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

.btn-xs, .btn-group-xs &gt; .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 &gt; li &gt; a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.38462;
    color: #333;
    white-space: nowrap; }

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

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

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

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

.open &gt; .dropdown-menu {
  display: block; }

.open &gt; 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 &gt; .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 &gt; .btn,
  .btn-group-vertical &gt; .btn {
    position: relative;
    float: left; }
    .btn-group &gt; .btn:hover, .btn-group &gt; .btn:focus, .btn-group &gt; .btn:active, .btn-group &gt; .btn.active,
    .btn-group-vertical &gt; .btn:hover,
    .btn-group-vertical &gt; .btn:focus,
    .btn-group-vertical &gt; .btn:active,
    .btn-group-vertical &gt; .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 &gt; .btn,
  .btn-toolbar &gt; .btn-group,
  .btn-toolbar &gt; .input-group {
    margin-left: 5px; }

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

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

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

.btn-group &gt; .btn-group {
  float: left; }

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

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

.btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .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 &gt; .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

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

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

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

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

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

.btn-group-vertical &gt; .btn-group &gt; .btn {
  float: none; }

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

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

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

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

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

.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .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 &gt; .btn,
  .btn-group-justified &gt; .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified &gt; .btn-group .btn {
    width: 100%; }
  .btn-group-justified &gt; .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn input[type="checkbox"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn-group &gt; .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 &gt; .input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg &gt; .input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; .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 &gt; .btn,
.input-group-btn:first-child &gt; .btn-group &gt; .btn,
.input-group-btn:first-child &gt; .dropdown-toggle,
.input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .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 &gt; .btn,
.input-group-btn:last-child &gt; .btn-group &gt; .btn,
.input-group-btn:last-child &gt; .dropdown-toggle,
.input-group-btn:first-child &gt; .btn:not(:first-child),
.input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .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 &gt; .btn {
    position: relative; }
    .input-group-btn &gt; .btn + .btn {
      margin-left: -1px; }
    .input-group-btn &gt; .btn:hover, .input-group-btn &gt; .btn:focus, .input-group-btn &gt; .btn:active {
      z-index: 2; }
  .input-group-btn:first-child &gt; .btn,
  .input-group-btn:first-child &gt; .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child &gt; .btn,
  .input-group-btn:last-child &gt; .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 &gt; li {
    position: relative;
    display: block; }
    .nav &gt; li &gt; a {
      position: relative;
      display: block;
      padding: 11.5px 10px; }
      .nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav &gt; li.disabled &gt; a {
      color: #777777; }
      .nav &gt; li.disabled &gt; a:hover, .nav &gt; li.disabled &gt; a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus {
    background-color: #eeeeee;
    border-color: #4ba82e; }
  .nav .nav-divider {
    height: 1px;
    margin: 8.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav &gt; li &gt; a &gt; img {
    max-width: none; }

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

.nav-pills &gt; li {
  float: left; }
  .nav-pills &gt; li &gt; a {
    border-radius: 0px; }
  .nav-pills &gt; li + li {
    margin-left: 2px; }
  .nav-pills &gt; li.active &gt; a, .nav-pills &gt; li.active &gt; a:hover, .nav-pills &gt; li.active &gt; a:focus {
    color: #fff;
    background-color: #4ba82e; }

.nav-stacked &gt; li {
  float: none; }
  .nav-stacked &gt; li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified &gt; li, .nav-tabs.nav-justified &gt; li {
    float: none; }
    .nav-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified &gt; .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified &gt; li, .nav-tabs.nav-justified &gt; li {
      display: table-cell;
      width: 1%; }
      .nav-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
        margin-bottom: 0; } }

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

.tab-content &gt; .tab-pane {
  display: none;
  visibility: hidden; }

.tab-content &gt; .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 &gt; .navbar-header, .b-page.has-sidebar &gt; .navbar-header, .b-page .b-page__title &gt; .navbar-header,
.container &gt; .navbar-collapse, .b-page.has-sidebar &gt; .navbar-collapse, .b-page .b-page__title &gt; .navbar-collapse,
.container-fluid &gt; .navbar-header, .b-page:not(.has-sidebar) .b-page__title &gt; .navbar-header,
.container-fluid &gt; .navbar-collapse, .b-page:not(.has-sidebar) .b-page__title &gt; .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 992px) {
    .container &gt; .navbar-header, .b-page.has-sidebar &gt; .navbar-header, .b-page .b-page__title &gt; .navbar-header,
    .container &gt; .navbar-collapse, .b-page.has-sidebar &gt; .navbar-collapse, .b-page .b-page__title &gt; .navbar-collapse,
    .container-fluid &gt; .navbar-header, .b-page:not(.has-sidebar) .b-page__title &gt; .navbar-header,
    .container-fluid &gt; .navbar-collapse, .b-page:not(.has-sidebar) .b-page__title &gt; .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 &gt; img {
    display: block; }
  @media (min-width: 992px) {
    .navbar &gt; .container .navbar-brand, .navbar &gt; .b-page.has-sidebar .navbar-brand, .b-page .navbar &gt; .b-page__title .navbar-brand,
    .navbar &gt; .container-fluid .navbar-brand, .b-page:not(.has-sidebar)
    .navbar &gt; .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 &gt; li &gt; 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 &gt; li &gt; a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        line-height: 19px; }
        .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
          background-image: none; } }
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav &gt; li {
        float: left; }
        .navbar-nav &gt; li &gt; 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 &gt; .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 &gt; li &gt; .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav &gt; li &gt; .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 &gt; .navbar-btn.btn {
    margin-top: 2.5px;
    margin-bottom: 2.5px; }
  .navbar-btn.btn-xs, .btn-group-xs &gt; .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 &gt; li &gt; a {
    color: #777; }
    .navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
    color: #fff;
    background-color: #398023; }
  .navbar-default .navbar-nav &gt; .disabled &gt; a, .navbar-default .navbar-nav &gt; .disabled &gt; a:hover, .navbar-default .navbar-nav &gt; .disabled &gt; 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 &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
    background-color: #398023;
    color: #fff; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
      color: #fff;
      background-color: #398023; }
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; 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 &gt; li &gt; a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav &gt; li &gt; a:hover, .navbar-inverse .navbar-nav &gt; li &gt; a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav &gt; .active &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav &gt; .disabled &gt; a, .navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover, .navbar-inverse .navbar-nav &gt; .disabled &gt; 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 &gt; .open &gt; a, .navbar-inverse .navbar-nav &gt; .open &gt; a:hover, .navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; 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 &gt; li {
    display: inline-block; }
    .breadcrumb &gt; li + li:before {
      content: /\00a0;
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb &gt; .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 19px 0;
  border-radius: 0px; }
  .pagination &gt; li {
    display: inline; }
    .pagination &gt; li &gt; a,
    .pagination &gt; li &gt; 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 &gt; li:first-child &gt; a,
    .pagination &gt; li:first-child &gt; span {
      margin-left: 0;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px; }
    .pagination &gt; li:last-child &gt; a,
    .pagination &gt; li:last-child &gt; span {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px; }
  .pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; a:focus,
  .pagination &gt; li &gt; span:hover,
  .pagination &gt; li &gt; span:focus {
    color: #306c1e;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination &gt; .active &gt; a, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; a:focus,
  .pagination &gt; .active &gt; span,
  .pagination &gt; .active &gt; span:hover,
  .pagination &gt; .active &gt; span:focus {
    z-index: 2;
    color: #fff;
    background-color: #4ba82e;
    border-color: #4ba82e;
    cursor: default; }
  .pagination &gt; .disabled &gt; span,
  .pagination &gt; .disabled &gt; span:hover,
  .pagination &gt; .disabled &gt; span:focus,
  .pagination &gt; .disabled &gt; a,
  .pagination &gt; .disabled &gt; a:hover,
  .pagination &gt; .disabled &gt; a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

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

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

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

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

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

.pagination-sm &gt; li:last-child &gt; a,
.pagination-sm &gt; li:last-child &gt; 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 &gt; a,
    .pager li &gt; span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li &gt; a:hover,
    .pager li &gt; a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next &gt; a,
  .pager .next &gt; span {
    float: right; }
  .pager .previous &gt; a,
  .pager .previous &gt; span {
    float: left; }
  .pager .disabled &gt; a,
  .pager .disabled &gt; a:hover,
  .pager .disabled &gt; a:focus,
  .pager .disabled &gt; 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 &gt; .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active &gt; .badge,
  .nav-pills &gt; .active &gt; a &gt; .badge {
    color: #4ba82e;
    background-color: #fff; }
  .list-group-item &gt; .badge {
    float: right; }
  .list-group-item &gt; .badge + .badge {
    margin-right: 5px; }
  .nav-pills &gt; li &gt; a &gt; .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 &gt; 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 &gt; img,
  .thumbnail a &gt; 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 &gt; p,
  .alert &gt; ul {
    margin-bottom: 0; }
  .alert &gt; 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 &gt; .pull-right {
  padding-left: 10px; }

.media-left,
.media &gt; .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 &gt; small,
  .list-group-item.active .list-group-item-heading &gt; .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading &gt; small,
  .list-group-item.active:hover .list-group-item-heading &gt; .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading &gt; small,
  .list-group-item.active:focus .list-group-item-heading &gt; .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 &gt; .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title &gt; a,
  .panel-title &gt; small,
  .panel-title &gt; .small,
  .panel-title &gt; small &gt; a,
  .panel-title &gt; .small &gt; 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 &gt; .list-group,
.panel &gt; .panel-collapse &gt; .list-group {
  margin-bottom: 0; }
  .panel &gt; .list-group .list-group-item,
  .panel &gt; .panel-collapse &gt; .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel &gt; .list-group:first-child .list-group-item:first-child,
  .panel &gt; .panel-collapse &gt; .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px; }
  .panel &gt; .list-group:last-child .list-group-item:last-child,
  .panel &gt; .panel-collapse &gt; .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 &gt; .table,
.panel &gt; .table-responsive &gt; .table,
.panel &gt; .panel-collapse &gt; .table {
  margin-bottom: 0; }
  .panel &gt; .table caption,
  .panel &gt; .table-responsive &gt; .table caption,
  .panel &gt; .panel-collapse &gt; .table caption {
    padding-left: 20px 39px;
    padding-right: 20px 39px; }

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

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

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

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

.panel &gt; .table-bordered,
.panel &gt; .table-responsive &gt; .table-bordered {
  border: 0; }
  .panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
  .panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
  .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
  .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
    border-left: 0; }
  .panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
  .panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
  .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
  .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
    border-right: 0; }
  .panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
  .panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
  .panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
  .panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th {
    border-bottom: 0; }
  .panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
  .panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th {
    border-bottom: 0; }

.panel &gt; .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 &gt; .panel-body,
    .panel-group .panel-heading + .panel-collapse &gt; .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 &gt; .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #bbc0c7; }
    .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #bbc0c7; }
    .panel-default &gt; .panel-heading .badge {
      color: #fff;
      background-color: #333; }
  .panel-default &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #bbc0c7; }

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

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

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

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

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger &gt; .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger &gt; .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger &gt; .panel-footer + .panel-collapse &gt; .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 &gt; .arrow, .popover &gt; .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

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

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

.popover.top &gt; .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 &gt; .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right &gt; .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 &gt; .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom &gt; .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 &gt; .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left &gt; .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 &gt; .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 &gt; .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 &gt; .item &gt; img,
    .carousel-inner &gt; .item &gt; a &gt; img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner &gt; .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 &gt; .item.next, .carousel-inner &gt; .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner &gt; .item.prev, .carousel-inner &gt; .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner &gt; .item.next.left, .carousel-inner &gt; .item.prev.right, .carousel-inner &gt; .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner &gt; .active,
  .carousel-inner &gt; .next,
  .carousel-inner &gt; .prev {
    display: block; }
  .carousel-inner &gt; .active {
    left: 0; }
  .carousel-inner &gt; .next,
  .carousel-inner &gt; .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner &gt; .next {
    left: 100%; }
  .carousel-inner &gt; .prev {
    left: -100%; }
  .carousel-inner &gt; .next.left,
  .carousel-inner &gt; .prev.right {
    left: 0; }
  .carousel-inner &gt; .active.left {
    left: -100%; }
  .carousel-inner &gt; .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/evoltronic/assets/css/../fonts/awesome/fontawesome-webfont.eot?v=4.3.0");
  src: url("/bitrix/templates/evoltronic/assets/css/../fonts/awesome/fontawesome-webfont.eot?#iefix&amp;v=4.3.0") format("embedded-opentype"), url("/bitrix/templates/evoltronic/assets/css/../fonts/awesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("/bitrix/templates/evoltronic/assets/css/../fonts/awesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("/bitrix/templates/evoltronic/assets/css/../fonts/awesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("/bitrix/templates/evoltronic/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 &gt; li, ol &gt; li {
    position: relative;
    list-style-type: none;
    line-height: 19px; }
    ul &gt; li:before, ol &gt; li:before {
      content: '\2022';
      position: absolute;
      top: 0px;
      left: -31px;
      font-size: 14pt;
      line-height: 1em;
      color: #4ba82e; }

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

ul.list-ok &gt; li:before, ol.list-ok &gt; 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 &gt; li, ol.list-unstyled &gt; li {
    position: static;
    list-style-type: none; }
    ul.list-unstyled &gt; li:before, ol.list-unstyled &gt; 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 &gt; 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);
  &amp;: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 &gt; thead &gt; tr &gt; th {
    color: #000;
    vertical-align: middle;
    font-weight: normal; }
  table.table &gt; tbody &gt; tr &gt; td {
    color: #585f69;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff; }
  table.table &gt; thead &gt; tr &gt; th,
  table.table &gt; tbody &gt; tr &gt; 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 &gt; li &gt; a {
    text-decoration: none;
    margin-right: 10px;
    border: 1px solid #bbc0c7; }
  .nav-tabs &gt; 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 &gt; .panel-heading {
  border: none; }
  .panel-default &gt; .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 &gt; .panel-heading a:hover {
      color: #333;
      border: 1px solid #b8b8b8;
      z-index: 110; }
    .panel-default &gt; .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 &gt; .panel-heading a.collapsed:after {
      right: 10px;
      content: "\f105"; }
    .panel-default &gt; .panel-heading a .right {
      float: right;
      margin-right: 40px; }

@media (max-width: 992px) {
  .panel-default &gt; .panel-heading a .right {
    float: none;
    margin-left: 20px; }
    .panel-default &gt; .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 &gt; .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 &gt; i {
  margin-left: 7px; }
  .dropdown-toggle &gt; 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 &gt; li {
    position: relative;
    display: block;
    height: 35px;
    margin-left: -1px;
    border-left: 1px solid #bbc0c7;
    border-right: 1px solid #bbc0c7; }
    .dropdown-menu &gt; li.open &gt; a {
      border-color: #bbc0c7; }
    .dropdown-menu &gt; li &gt; 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 &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; 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/evoltronic/assets/css/../img/ajax-loader.gif") center center no-repeat; }

.blackMode .preloader {
  background-image: url("/bitrix/templates/evoltronic/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 */

.smart_table{*border-collapse: collapse; /* Äëÿ IE7 è ñòàðøå */
    border-spacing: 0;
    width: 100%;
    font-family:Calibri, Arial, sans-serif;
    font-size: 14px;
    color: #333;}  
.smart_table {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;   
    width: 97%;
    margin-left: 15px;
    margin-bottom: 19px;	
}

.smart_table tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.smart_table td, .smart_table th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.smart_table th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.smart_table td:first-child, .smart_table th:first-child {
    border-left: none;
}

.smart_table th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.smart_table th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.smart_table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.smart_table tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}</div><div><br></div><div><br></div><br><div><br></div>
/* End */


/* Start:/bitrix/templates/evoltronic/assets/css/owl.carousel.min.css?165168758213407*/
.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/evoltronic/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/evoltronic/assets/css/header.min.css?17038426538144*/
.b-aclogo,.b-header a{text-decoration:none}@font-face{font-family:PFDinTextCompPro-Bold;src:url(/bitrix/templates/evoltronic/assets/css/../fonts/PFDinTextCompPro-Bold/PFDinTextCompPro-Bold.eot);src:local("?"),url(/bitrix/templates/evoltronic/assets/css/../fonts/PFDinTextCompPro-Bold/PFDinTextCompPro-Bold.woff) format("woff"),url(/bitrix/templates/evoltronic/assets/css/../fonts/PFDinTextCompPro-Bold/PFDinTextCompPro-Bold.ttf) format("truetype"),url(/bitrix/templates/evoltronic/assets/css/../fonts/PFDinTextCompPro-Bold/PFDinTextCompPro-Bold.svg) format("svg");font-weight:400;font-style:normal}#svg-icons{display:none!important}.b-header{display:table;margin:0 auto;padding:15px}.b-header:after,.b-header:before{content:" ";display:table}.b-header:after{clear:both}.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;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.b-header .b-header__contacts .b-accontacts,.b-header .b-header__recall-text{display:none}.b-header .b-header__recall-text{width:120px;margin-left:15px;float:left;margin-top:0;line-height:1;color:#777;font-size:13px}.b-header .b-header__contacts .b-accontacts{color:#777}.b-header .b-header__contacts .icon-svg:hover,.b-header .b-header__recall .icon-svg:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}@media (min-width:768px){.b-header>div{vertical-align:top}.b-header .b-header__contacts,.b-header .b-header__recall{padding-top:22px}.b-header .b-header__recall-text{display:block}.b-header .b-header__recall{width:190px}.b-header .b-header__recall:after,.b-header .b-header__recall:before{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{width:271px}.b-header .b-header__contacts .b-accontacts{display:block;float:left;margin-left:15px}.b-header .b-header__contacts .icon-svg{float:left}}@media (min-width:1210px){.b-header{width:1190px}}@media (max-width:991px){.b-header{width:100%;margin:0;border-top:2px solid #000}}@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-mmenu,.b-mmenu .b-mmenu__toggle{background:#4ba82e;position:relative}.b-aclogo{display:block}.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:700;font-size:30px;font-family:PFDinTextCompPro-Bold,arial;letter-spacing:0x}.b-aclogo .b-aclogo__descr{color:#777;display:none;letter-spacing:.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-accontacts{line-height:1;font-size:13px;margin-top:-4px;max-width:226px}.b-accontacts .b-accontacts__phone{color:#333;font-size:22px;font-weight:600}.b-accontacts .b-accontacts__phone a{color:#333}.b-mmenu .col{padding:0}.b-mmenu .b-mmenu__toggle{color:#fff;width:100%;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;-webkit-transition:background .1s ease-out;transition:background .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 li:hover>a,.b-mmenu.navbar-default .navbar-nav>.open>a:focus,.b-mmenu.navbar-default .navbar-nav>.open>a:hover{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:400;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: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 #eee;border-left:1px solid #eee;border-right:1px solid #eee}.b-mmenu .search-bar .search-open{display:none;position:absolute;top:65px;padding:15px;background-color:#fff;width:100%;z-index:999;box-shadow:0 4px 8px -3px rgba(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;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);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:400;display:inline-block;font-family:FontAwesome}.b-mmenu.navbar-default .navbar-nav>li>a{border-top-color:transparent}.b-mmenu .navbar-nav{min-height:55px}.b-mmenu .nav.main-menu-nav .other{/*margin-right:38px*/}.b-mmenu.navbar-default .dropdown-menu.left{left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}}
/* End */


/* Start:/bitrix/templates/evoltronic/assets/css/sidebar.min.css?16516875822353*/
#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/evoltronic/assets/css/footer.css?17038343833041*/
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);*/
	background-image: url(/bitrix/templates/evoltronic/assets/img/bckg_footer.png);
    color: #ffffff;
    font-size: 15px;
    }
@media (min-width: 905px) {
  footer {
    background-size: 100% 240%;
    background-repeat: no-repeat; 
  }
}
  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 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; }
    footer .social_icons img:hover {
      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-width: 85%;
        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: transparent;
    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; }

.frpl {
  fill: #BBC0C7; }

.footer-fil3 {
  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 0px;
    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; } }

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

/* End */


/* Start:/bitrix/templates/evoltronic/assets/css/content.css?1701774484125867*/
.container, .mainbanners.mainbanners--wide .owl-carousel .owl-nav, .mainbanners.mainbanners--wide .mainbanners_info-container, .mainbanners.mainbanners--wide .mainbanners_item.product, .mainbanners.mainbanners--center {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .mainbanners.mainbanners--wide .owl-carousel .owl-nav:before, .mainbanners.mainbanners--wide .mainbanners_info-container:before, .mainbanners.mainbanners--wide .mainbanners_item.product:before, .mainbanners.mainbanners--center:before, .container:after, .mainbanners.mainbanners--wide .owl-carousel .owl-nav:after, .mainbanners.mainbanners--wide .mainbanners_info-container:after, .mainbanners.mainbanners--wide .mainbanners_item.product:after, .mainbanners.mainbanners--center:after {
    content: " ";
    display: table; }
  .container:after, .mainbanners.mainbanners--wide .owl-carousel .owl-nav:after, .mainbanners.mainbanners--wide .mainbanners_info-container:after, .mainbanners.mainbanners--wide .mainbanners_item.product:after, .mainbanners.mainbanners--center:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, .mainbanners.mainbanners--wide .owl-carousel .owl-nav, .mainbanners.mainbanners--wide .mainbanners_info-container, .mainbanners.mainbanners--wide .mainbanners_item.product, .mainbanners.mainbanners--center {
      width: 100%; } }
  @media (min-width: 992px) {
    .container, .mainbanners.mainbanners--wide .owl-carousel .owl-nav, .mainbanners.mainbanners--wide .mainbanners_info-container, .mainbanners.mainbanners--wide .mainbanners_item.product, .mainbanners.mainbanners--center {
      width: 100%; } }
  @media (min-width: 1210px) {
    .container, .mainbanners.mainbanners--wide .owl-carousel .owl-nav, .mainbanners.mainbanners--wide .mainbanners_info-container, .mainbanners.mainbanners--wide .mainbanners_item.product, .mainbanners.mainbanners--center {
      width: 1190px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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%; } }

.features {
  background-color: #292e30; }
  .features .owl {
    max-height: 65px;
    overflow: hidden; }

.feature {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  padding: 16px;
  background-color: #292e30; }
  .feature:hover {
    color: #fff;
    background-color: #141617; }
  .feature:focus {
    color: #fff; }
  .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;
    display: block;
    float: left;
    min-height: 15px;
    margin-right: 5px; }
    #breadcrumbs li:before {
      position: absolute; }
    #breadcrumbs li a {
      text-decoration: none; }
      #breadcrumbs li a:hover {
        text-decoration: underline;
        color: #fa5100; }
  #breadcrumbs .main li {
    margin-right: 3px; }
  #breadcrumbs .main a,
  #breadcrumbs .main span {
    display: block; }
  #breadcrumbs .main a {
    font-size: 13px;
    text-decoration: none; }
    #breadcrumbs .main a i {
      position: relative;
      display: block;
      float: left;
      width: 13px; }
      #breadcrumbs .main a i:before {
        position: absolute;
        top: 0px;
        left: 0px;
        display: inline-block;
        content: "\f015";
        font-weight: normal;
        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%; }
  .section-item__name {
    font-weight: bold;
    margin: 0 0 15px;
    color: #000;
    font-size: 1.2em; }
    .section-item__name a {
      text-decoration: none; }
      .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: 0.5em 1.8em;
    text-decoration: none;
    color: #fff; }
    .section-item__button-buy:hover {
      color: #fff; }
  .section-item__button-detail {
    padding: 0.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: bold;
    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: bold;
    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 .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__num {
  display: block; }
  .price__num span {
    font-weight: bold;
    font-size: 1.3em; }

.price .price__wd {
  color: red;
  text-decoration: line-through;
  color: #777; }

.price__discount_profit span {
  font-weight: bold;
  font-size: 1.3em;
  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: bold;
    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__name a {
    text-decoration: none; }

.docs__title {
  font-weight: 600;
  margin-bottom: 7px; }

.docs__size {
  font-size: 12px; }

@media (max-width: 480px) {
  .docs__name {
    margin: 10px 0 0 0; }
  .docs__folder {
    max-width: none;
    min-width: 50%; } }

.b-fresh-item {
  display: block;
  text-decoration: none;
  backface-visibility: hidden;
  width: 220px; }
  .b-fresh-item:hover, .b-fresh-item:focus, .b-fresh-item:active {
    color: inherit;
    text-decoration: none; }
  .b-fresh-item__img {
    max-width: 80%; }
  .b-fresh-item__name {
    font-weight: bold;
    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: linear-gradient(to right, transparent 0, #ffffff); }
  @media (min-width: 480px) {
    .b-fresh-item {
      width: auto; } }

.b-fresh-item-price__icon, .b-fresh-item-price__value {
  display: inline-block; }

.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: bold;
  font-size: 1.1em; }

.b-expert {
  margin: 15px 0;
  position: relative; }
  .b-expert .b-expert__left {
    display: none; }
  .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;
    transition: 0.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; }
  .b-expert .b-expert__footerman {
    display: none; }
  @media (min-width: 480px) {
    .b-page:not(.has-sidebar) .b-expert {
      overflow: hidden; }
      .b-page:not(.has-sidebar) .b-expert:before, .b-page:not(.has-sidebar) .b-expert:after {
        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%;
        background: #f00;
        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;
        transform: skew(-35deg);
        background-color: #292e30; }
      .b-page:not(.has-sidebar) .b-expert .b-expert__left:before {
        right: -95px;
        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/evoltronic/assets/css/../img/polygons.png");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat; }
      .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; } }
  @media (min-width: 768px) {
    .b-page.has-sidebar .b-expert {
      overflow: hidden; }
      .b-page.has-sidebar .b-expert:before, .b-page.has-sidebar .b-expert:after {
        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%;
        background: #f00;
        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;
        transform: skew(-35deg);
        background-color: #292e30; }
      .b-page.has-sidebar .b-expert .b-expert__left:before {
        right: -95px;
        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 {
      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/evoltronic/assets/css/../img/polygons.png");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat; }
      .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:before, .b-page.has-sidebar .b-expert:after {
        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%;
        background: #f00;
        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;
        transform: skew(-35deg);
        background-color: #292e30; }
      .b-page.has-sidebar .b-expert .b-expert__left:before {
        right: -95px;
        transform: skew(35deg);
        background-color: #4ba82e; }
      .b-page.has-sidebar .b-expert .b-expert__quest-icon {
        display: block; } }
  @media (min-width: 768px) {
    .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 {
      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: bold;
    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: #777777; }
  .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: bold;
    font-size: 18px;
    color: #333; }
  .service-prop .service-prop__value.is-old-price span {
    color: #777777;
    text-decoration: line-through; }
  .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;
    width: auto;
    vertical-align: middle;
    padding-left: 20px;
    width: 100%; }
  .service-specialist .service-specialist__name {
    font-size: 16px;
    color: #4ba82e;
    font-weight: bold; }
  .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;
  transition: 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 a {
    text-decoration: none; }
  .b-service-advantage:hover {
    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; } }

.cars-price__icon {
  display: inline-block; }

.cars-price__icon .svg-icon {
  height: 30px;
  width: 30px;
  fill: #4ba82e; }

.cars-price__block {
  display: inline-block;
  padding-left: 20px;
  text-align: left;
  line-height: 1; }

.cars-price__price {
  font-weight: bold;
  font-size: 20px;
  color: #333; }

.b-cars-pages {
  display: table;
  width: 100%;
  margin: 35px 0 50px; }
  .b-cars-pages__previous, .b-cars-pages__position, .b-cars-pages__next {
    display: table-cell; }
  .b-cars-pages__position {
    text-align: center; }
  .b-cars-pages__next {
    text-align: right; }
  .b-cars-pages__link, .b-cars-pages__link:hover, .b-cars-pages__link:focus {
    text-decoration: none; }
  .b-cars-pages__circle {
    padding: 5px 11px;
    border-radius: 100%;
    background-color: #4ba82e;
    color: #fff;
    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: #777777; }
  .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__link:hover .b-cars-pages__linktext {
    text-decoration: none; }
  .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: 0px 0px 0px 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) {
  .b-infoline__slogan {
    float: right; } }

@media (min-width: 992px) and (max-width: 1209px) {
  .b-infoline__slogan {
    font-size: 18px;
    padding: 6px 0px 0px 17px; } }

.mini_banners .row {
  margin-left: -2px;
  margin-right: -2px; }

.mini_banner {
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px; }
  .mini_banner__link {
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden; }
    .mini_banner__link:hover .mini_banner__img {
      transform: scale(1.1); }
    .mini_banner__link:hover .mini_banner__info {
      color: #fff;
      background-color: #398023; }
  .mini_banner__imgdiv {
    position: relative;
    height: 145px;
    overflow: hidden; }
  .mini_banner__img, .mini_banner__info {
    transition: all 0.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;
    backface-visibility: hidden; }
  .mini_banner__info {
    height: 52px;
    color: #fff;
    line-height: 52px;
    text-decoration: none;
    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: 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;
} */
.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 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; }
  .map-sidebar:hover img {
    transform: scale(1.15); }
  .map-sidebar__shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: inset 0px 0px 7px 0px rgba(0, 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 35px; }
  .review__message:before, .review__message:after {
    position: absolute;
    font-size: 112px;
    font-weight: bold;
    color: #4ba82e; }
  .review__message:before {
    top: -37px;
    left: 0px;
    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: bold;
  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:before, .review__picture:after {
    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%;
    transition: all 0.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 {
    transition: all 0.24s ease-in-out;
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    width: 100%; }
  .b-gallery-item.is-full:hover .b-gallery-item__img {
    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: transparent;
    transition: all 0.35s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: center;
    -webkit-backface-visibility: hidden; }
  .b-gallery-item.is-reduced .b-gallery-item__title {
    color: #fff;
    line-height: 1.38462;
    transition: all 0.35s ease-in-out;
    transform: translateY(-50%);
    text-align: center;
    position: relative;
    top: 50%;
    padding: 0 10px; }
  .b-gallery-item.is-reduced:hover .b-gallery-item__title,
  .b-gallery-item.is-reduced:focus .b-gallery-item__title {
    transform: translateY(-50%); }
  .b-gallery-item.is-reduced .b-gallery-item__img {
    transition: all 0.35s ease-in-out;
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    width: 100%; }
  .b-gallery-item.is-reduced:hover .b-gallery-item__img {
    transform: scale(1.5); }
  .b-gallery-item.is-reduced:hover .b-gallery-item__info,
  .b-gallery-item.is-reduced:focus .b-gallery-item__info {
    visibility: visible;
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1); }

.news-list .mid-line:first-child {
  margin-bottom: 42px; }

.news-list__item {
  margin-bottom: 23px; }

.news-list__section, .news-list__link, .news-list__text {
  text-decoration: none; }

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

.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 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: 0.7;
  transition: all 0.25s ease-in-out;
  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__sharetext,
  .b-backshare .ya-share2,
  .b-backshare .b-backshare__icon {
    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;
  transform-style: preserve-3d;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s; }

@media (max-width: 1209px) {
  .carbrands .mid-line {
    margin-top: 0; }
    .carbrands .mid-line__around {
      padding: 0; } }

.brands_list a {
  text-decoration: none; }

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

.brands_detail .service-detail__head-right {
  display: inline-block;
  width: 74%;
  vertical-align: middle;
  padding: 0; }
  @media (max-width: 480px) {
    .brands_detail .service-detail__head-right {
      width: 100%;
      padding: 0 20px; } }

.brands_detail .brands_detail-name {
  font-weight: normal;
  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 .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: #eeeeee;
    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:before, .gmap .bx-yandex-view-map:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 6px;
    content: ' ';
    z-index: 250; }
  .gmap .bx-yandex-view-map:before {
    top: 0;
    box-shadow: inset 0px 3px 5px #ccc; }
  .gmap .bx-yandex-view-map:after {
    bottom: 0;
    box-shadow: inset 0px -3px 5px #ccc; }

.gmap .gmap-pointer__icon {
  float: left; }

.gmap .gmap-pointer__title, .gmap .gmap-pointer__body {
  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;
  margin-left: 15px;
  background-color: #4ba82e; }
  .gmap-pointer__title {
    font-weight: bold;
    margin-bottom: 15px; }
  .gmap-pointer__body {
    color: #fff; }
    .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; }

#contacts .gmap-pointer {
  max-width: 40%; }

.b-detail-subs {
  margin: 15px 0;
  position: relative; }
  .b-detail-subs .b-detail-subs__left {
    display: none; }
  .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;
    transition: 0.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; }
  .b-detail-subs .b-detail-subs__footerman {
    display: none; }
  @media (min-width: 480px) {
    .b-page:not(.has-sidebar) .b-detail-subs {
      overflow: hidden; }
      .b-page:not(.has-sidebar) .b-detail-subs:before, .b-page:not(.has-sidebar) .b-detail-subs:after {
        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%;
        background: #f00;
        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;
        transform: skew(-35deg);
        background-color: #292e30; }
      .b-page:not(.has-sidebar) .b-detail-subs .b-detail-subs__left:before {
        right: -95px;
        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/evoltronic/assets/css/../img/polygons.png");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat; }
      .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; } }
  @media (min-width: 768px) {
    .b-page.has-sidebar .b-detail-subs {
      overflow: hidden; }
      .b-page.has-sidebar .b-detail-subs:before, .b-page.has-sidebar .b-detail-subs:after {
        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%;
        background: #f00;
        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;
        transform: skew(-35deg);
        background-color: #292e30; }
      .b-page.has-sidebar .b-detail-subs .b-detail-subs__left:before {
        right: -95px;
        transform: skew(35deg);
        background-color: #4ba82e; }
      .b-page.has-sidebar .b-detail-subs .b-detail-subs__quest-icon {
        display: block; } }
  @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/evoltronic/assets/css/../img/polygons.png");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat; }
      .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:before, .b-page.has-sidebar .b-detail-subs:after {
        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%;
        background: #f00;
        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;
        transform: skew(-35deg);
        background-color: #292e30; }
      .b-page.has-sidebar .b-detail-subs .b-detail-subs__left:before {
        right: -95px;
        transform: skew(35deg);
        background-color: #4ba82e; }
      .b-page.has-sidebar .b-detail-subs .b-detail-subs__quest-icon {
        display: block; } }
  @media (min-width: 768px) {
    .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 {
      top: 40px; } }
  @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-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;
    transition: opacity 200ms 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: normal;
    font-style: normal;
    font-size: 39px;
    color: #fff; }
  .b-popupgallery .b-popupgallery__navigations:hover .b-popupgallery__nav {
    opacity: 0.5; }
  .b-popupgallery .b-popupgallery__navigations:hover .b-popupgallery__nav:hover {
    opacity: 0.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, 0.5), #fafafa);
      background-image: linear-gradient(to right, rgba(250, 250, 250, 0.5), #fafafa); }

.b-g-item {
  text-decoration: none;
  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;
    transition: max-height .2s ease-in-out;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-bottom: 10px;
    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; }
  .b-g-item:hover {
    text-decoration: none; }
  @media (min-width: 768px) {
    .b-g-item.has-preview .b-g-item__data:hover {
      max-height: 183px; } }

/* Main Banners*/
.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_item a {
  text-decoration: none; }

.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, 0.8);
        border-top: 0.7vw solid transparent;
        border-bottom: 0.7vw solid transparent; }
    .mainbanners_info-container .info > .text2 {
      max-height: 116px;
      overflow: hidden;
      color: #fff;
      line-height: 22px;
      font-size: 18px;
      padding-left: 0.3em;
      display: none; }
      .mainbanners_info-container .info > .text2 p {
        background-color: rgba(0, 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: 0.4em;
          background-color: rgba(0, 0, 0, 0.5); }
    .mainbanners_info-container .info > .cost {
      display: none; }
      .mainbanners_info-container .info > .cost p {
        font-size: 30px;
        color: #fff;
        font-weight: 500; }

.mainbanners.mainbanners--wide {
  width: 100%; }

.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 .mainbanners_info-container {
  width: 100%; }

.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 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;
  margin-top: 5px;
  position: absolute; }
  .mainbanners .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    padding: 7px 5px;
    zoom: 1;
    *display: inline; }
    .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 200ms ease;
      -moz-transition: opacity 200ms ease;
      -ms-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      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 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; }
    .mainbanners .owl-carousel .owl-nav div span {
      font-family: "FontAwesome";
      font-weight: normal;
      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: 0.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--wide .mainbanners_info-container .info,
  .mainbanners--center .mainbanners_info-container .info {
    padding-right: 30%; }
  .mainbanners--center .mainbanners_info-container .info {
    padding-left: 5%; }
  .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: 0.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: 0.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 {
        padding-left: 250px; }
        .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 {
        padding-right: 250px; }
        .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 > .text2 {
    display: block; }
  .mainbanners_info-container .info > .cost {
    display: block; }
  .mainbanners--wide .mainbanners_info-container .info,
  .mainbanners--center .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 */
.sidebanners {
  position: absolute;
  z-index: 3;
  background-color: #bbc0c7; }
  .sidebanners a {
    text-decoration: none; }
  .sidebanners .sidebanner {
    padding: 11px 20px;
    border-bottom: 1px solid #fff; }
    .sidebanners .sidebanner h4 {
      margin: 0 0 10px 0;
      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,
.docs,
.honors,
.gallery,
.newslistcol,
.customerreviews,
.services,
.smallbanners,
.action,
.staff {
  margin-top: 15px;
  padding-bottom: 15px; }

.owl.services .item,
.owl.staff .item,
.smallbanners .item,
.owl.action .item {
  margin-left: 1px;
  /* fix for stupid owl */ }

/* review */
.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: 0px 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; }

/* /review */
/* staff & services & action */
.services .item a,
.action .item a {
  display: block;
  text-decoration: none;
  border: 1px solid #fff;
  -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; }
  .services .item a:hover,
  .action .item a:hover {
    border-color: #a8a8a8; }

/* /staff & services & action */
/* small banners */
@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, 0.6);
    word-break: break-word;
    padding: 5px 7px 5px 5px;
    font-size: 18px; }

/* /small banners */
/* docs & honors & about_us & news */
.honors .item .image a,
.about_us .item .image a,
.newslistcol .item .image a {
  display: block;
  border: 1px solid #bbc0c7; }
  .honors .item .image a:hover,
  .about_us .item .image a:hover,
  .newslistcol .item .image a:hover {
    border-color: #a8a8a8; }

.docs .item,
.honors .item,
.about_us .item,
.newslistcol .item {
  margin-bottom: 15px;
  min-height: 105px; }
  .docs .item .image,
  .honors .item .image,
  .about_us .item .image,
  .newslistcol .item .image {
    float: left;
    width: 100px;
    height: 100px;
    text-align: center; }
    .docs .item .image + .data,
    .honors .item .image + .data,
    .about_us .item .image + .data,
    .newslistcol .item .image + .data {
      margin-left: 111px; }
    .docs .item .image img,
    .honors .item .image img,
    .about_us .item .image img,
    .newslistcol .item .image img {
      max-height: 98px; }
  .docs .item .data .info,
  .honors .item .data .info,
  .about_us .item .data .info,
  .newslistcol .item .data .info {
    max-height: 100px;
    overflow: hidden; }
    .docs .item .data .info.smaller,
    .honors .item .data .info.smaller,
    .about_us .item .data .info.smaller,
    .newslistcol .item .data .info.smaller {
      height: 80px; }
  .docs .item .data .descr a,
  .honors .item .data .descr a,
  .about_us .item .data .descr a,
  .newslistcol .item .data .descr a {
    text-decoration: none; }
    .docs .item .data .descr a:hover,
    .honors .item .data .descr a:hover,
    .about_us .item .data .descr a:hover,
    .newslistcol .item .data .descr a:hover {
      text-decoration: underline; }
  .docs .item .data .date,
  .docs .item .data .name,
  .docs .item .data .info,
  .honors .item .data .date,
  .honors .item .data .name,
  .honors .item .data .info,
  .about_us .item .data .date,
  .about_us .item .data .name,
  .about_us .item .data .info,
  .newslistcol .item .data .date,
  .newslistcol .item .data .name,
  .newslistcol .item .data .info {
    margin-bottom: 5px; }

.newslistcol .owl-item .item .data .name a {
  backface-visibility: hidden; }

/* about_us */
.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: linear-gradient(to right, rgba(255, 255, 255, 0), white 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: bold;
    text-transform: uppercase; }

/* /docs & honors & about_us & news */
/* news */
.newslistcol .item .image img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto; }

.newslistcol .item .data {
  height: 141px;
  overflow: hidden; }

/* /news */
/* services & staff & action */
.services .item a,
.action .item a {
  padding: 9px;
  text-decoration: none; }

@media (min-width: 992px) {
  .services .item a,
  .action .item a {
    min-height: 308px; }
  .staff .item .data {
    height: 111px;
    overflow: hidden; } }

.services .item .data,
.action .item .data {
  height: 111px;
  overflow: hidden; }

.services .item .image,
.staff .item .image,
.action .item .image {
  margin-bottom: 4px;
  text-align: center; }
  .services .item .image img,
  .staff .item .image img,
  .action .item .image img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #bbc0c7; }

.services .item .data .name,
.staff .item .data .name,
.action .item .data .name {
  max-height: 48px;
  font-size: 20px;
  line-height: 24px;
  overflow: hidden; }

.services .item .data .name,
.services .item .data .markers,
.staff .item .data .name,
.staff .item .data .markers,
.action .item .data .name,
.action .item .data .markers {
  margin-bottom: 8px; }

.staff .item {
  margin-bottom: 15px; }

@media (min-width: 991px) {
  .staff .item .data.row {
    height: 115px;
    overflow: hidden; } }

/* /services & staff & action */
/* gallery */
.gallery.row {
  padding-bottom: 0px; }

.gallery .item {
  margin-bottom: 15px; }
  .gallery .item a {
    display: block;
    min-height: 245px;
    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; }
    .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;
    backface-visibility: hidden;
    -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; }
    .gallery .item .data .name,
    .gallery .item .data .descr {
      margin: 0px 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%; }

/* /gallery */
/* action */
.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: 0px 30px 0px 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 9px;
      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: 0px 30px 0px 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; }

/* /action */
/* vacancies & faq */
.vacancies .filter,
.faq .filter {
  margin-bottom: 20px; }
  .vacancies .filter .btn,
  .faq .filter .btn {
    margin-right: 10px;
    margin-bottom: 10px; }
  .vacancies .filter .btn.btn-default,
  .faq .filter .btn.btn-default {
    border-color: #bbc0c7; }

.vacancies .yashare,
.faq .yashare {
  margin-top: 5px; }

@media (min-width: 991px) {
  .vacancies .yashare {
    margin-top: 0px;
    text-align: right; } }

/* /vacancies & faq */
/* timeline */
.timeline.row {
  position: relative;
  margin-right: -25px;
  margin-bottom: 90px;
  margin-left: -25px; }
  .timeline.row:before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    display: block;
    width: 2px;
    min-height: 100px;
    content: " ";
    margin-left: -1px;
    background-color: #bbc0c7; }
  .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 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; }
      .timeline.row .item .body .image,
      .timeline.row .item .body .name,
      .timeline.row .item .body .date {
        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: 0px;
      height: 0px;
      border: 13px solid transparent;
      -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; }
      .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; }

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

/* /timeline */
/* shops */
.shops .search_city,
.shops .filter,
.shops .shops_list,
.shops .map {
  margin-bottom: 20px; }

.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:hover {
      background-color: #bbc0c7; }
    .shops .shops_list .item.cityempty, .shops .shops_list .item.typeempty {
      display: none; }
    .shops .shops_list .item .name {
      font-weight: bold; }

@media (max-width: 991px) {
  .shops .shops_list {
    max-height: 200px; } }

/* /shops */
/* news */
.news {
  margin-top: 44px; }
  .news .item {
    margin-bottom: 15px; }
    .news .item .image {
      margin-bottom: 15px;
      text-align: center; }
      .news .item .image img {
        display: inline-block;
        width: auto;
        max-width: 100%; }
    .news .item .data .date,
    .news .item .data .name {
      margin-bottom: 5px; }
    .news .item .data .descr a {
      text-decoration: none; }

/* /news */
/* news.detail */
.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: 0px 30px 0px 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; }
    .newsdetail .markers .action_date {
      display: inline-block;
      white-space: nowrap; }
  .newsdetail .pic {
    margin-bottom: 25px;
    text-align: center; }
    .newsdetail .pic img {
      width: auto;
      max-width: 100%; }

.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;
      background-color: #bbc0c7;
      border: 1px solid #bbc0c7; }
      .backshare .detailback i:before {
        content: "\f112"; }
    .backshare .detailback span {
      display: inline-block;
      padding-top: 9px;
      padding-left: 10px; }

@media (min-width: 992px) {
  .backshare .yashare {
    text-align: right; } }

@media (max-width: 991px) {
  .backshare .yashare {
    margin-top: 10px; } }

.detailGallery {
  margin-bottom: 45px; }
  .detailGallery .pic {
    margin-bottom: 10px;
    text-align: center; }
    .detailGallery .pic img {
      width: auto;
      max-width: 100%;
      max-height: 600px; }

/* /news.detail */
/* yandex share */
.yashare-auto-init {
  display: inline-block; }

.b-share .b-share-icon {
  width: 28px;
  height: 28px; }
  .b-share .b-share-icon.b-share-icon_facebook {
    background: url("/bitrix/templates/evoltronic/assets/css/../img/icon_facebook.png") 0px 0px no-repeat; }
  .b-share .b-share-icon.b-share-icon_twitter {
    background: url("/bitrix/templates/evoltronic/assets/css/../img/icon_twitter.png") 0px 0px no-repeat; }
  .b-share .b-share-icon.b-share-icon_gplus {
    background: url("/bitrix/templates/evoltronic/assets/css/../img/icon_googleplus.png") 0px 0px no-repeat; }

.b-share .b-share__handle {
  height: 28px;
  padding: 0px 3px 5px 2px !important; }

.yashare > span {
  display: inline-block;
  padding-top: 9px;
  padding-right: 10px; }

/* /yandex share */
/* forms */
.overflower {
  overflow: hidden; }

.mainform .required {
  font-size: 18px;
  color: #c90d0d;
  display: inline;
  line-height: 14px; }

.mainform textarea {
  width: 100%;
  border-color: #ebebeb; }
  .mainform textarea:active, .mainform textarea:focus {
    border-color: #b8b8b8; }

.mainform .text-triangle {
  border: 9px solid transparent;
  border-left: 10px solid #ebebeb;
  border-top: 10px solid #ebebeb;
  position: absolute;
  margin-left: 85px; }
  .mainform .text-triangle.focused {
    border-left: 10px solid #b8b8b8;
    border-top: 10px solid #b8b8b8; }

.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 {
  float: left;
  width: 60px;
  height: 60px;
  border: 1px solid #ebebeb; }

.mainform .field-wrap {
  min-height: 58px;
  margin-top: 15px; }
  .mainform .field-wrap.req {
    padding-top: 0px; }
  .mainform .field-wrap textarea {
    resize: vertical; }

.mainform .captcha_wrap {
  float: left; }

.mainform .buttons,
.mainform input[type="submit"] {
  float: right;
  text-align: right; }

.mainform input.must-be-filled {
  border-color: #881f1f;
  background-color: #fff6f6; }
  .mainform input.must-be-filled::-webkit-input-placeholder, .mainform input.must-be-filled::-moz-placeholder, .mainform input.must-be-filled:-moz-placeholder, .mainform input.must-be-filled:-ms-input-placeholder {
    color: #881f1f; }

.mainform input.almost-filled.form-control {
  border-color: #881f1f; }

.mainform .buttons span {
  display: block;
  margin-top: 0px;
  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: 0px;
  border: 1px solid #ebebeb; }

.mainform .buttons {
  margin-top: 15px;
  margin-bottom: 15px; }
  .mainform .buttons .starrequired {
    float: left;
    line-height: 14px; }

/* webforms */
.webform {
  border-top: 1px solid #bbc0c7;
  border-bottom: 1px solid #bbc0c7;
  padding-bottom: 20px; }

.webform.noborder {
  border-top: 0px; }

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

.field-wrap {
  min-height: 58px;
  margin-top: 15px; }

/* .mainform .captcha_wrap img{
  margin-top: 18px;
} */
.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; }

/* Firefox 19+ */
.mainform input.must-be-filled:-moz-placeholder {
  color: #881f1f; }

/* Firefox 18- */
.mainform input.must-be-filled:-ms-input-placeholder {
  color: #881f1f; }

.mainform input.almost-filled.form-control {
  border-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; }

.mainform .field-wrap.rating .stars {
  margin-top: 14px; }

.mainform .req-input.must-be-filled.rating-border {
  border-color: #881f1f; }

.field-wrap label,
.field-wrap .label-wrap {
  display: block;
  margin-bottom: 5px;
  padding-left: 0px;
  font-size: 1.38462;
  font-weight: 100;
  cursor: pointer; }
  .field-wrap label .required,
  .field-wrap .label-wrap .required {
    display: inline;
    font-size: 18px;
    color: #c90d0d;
    line-height: 14px; }

.right-arrow-caret {
  float: right; }

.right-arrow-caret:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 9px;
  font-weight: bold; }

.mainform .field-wrap.dropdown .btn-group.open .dropdown-toggle {
  background-color: white;
  border-color: #a8a8a8;
  -webkit-box-shadow: none;
  box-shadow: none; }

.mainform .field-wrap.dropdown .btn-group .dropdown-toggle:hover {
  background-color: white;
  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;
  /* example */
  height: 2em;
  /* example */
  line-height: 2em; }

.mainform .file_upload input[type=file] {
  position: absolute;
  top: 0;
  visibility: hidden; }

/******************************************************************************/
/* /forms */
/* catalog */
.sectiondescription {
  margin-bottom: 15px; }

/* /catalog */
/* catalog.section -> showcase & list */
.products {
  margin-bottom: 15px; }
  .products .item {
    margin-bottom: 15px; }
    .products .item .in {
      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; }
      .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: #008800; }
  .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 0px 9px; }
    .products.showcase .item .name,
    .products.showcase .item .buy,
    .products.showcase .item .bot {
      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 0px; }
    .products.list .item .name {
      max-height: 37px;
      overflow: hidden; }
    .products.list .item .name,
    .products.list .item .limiter {
      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: 0px; }
    .products.list.little .item .descr {
      display: none; }

@media (min-width: 768px) {
  .products.list .item .limiter {
    height: 79px;
    overflow: hidden; }
  .products.list .item .prices,
  .products.list .item .buybtn {
    display: table;
    width: 100%; }
    .products.list .item .prices > div,
    .products.list .item .buybtn > div {
      display: table-cell;
      height: 103px;
      vertical-align: middle; }
  .products.list.little .prices > div,
  .products.list.little .buybtn > 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; } }

/* /catalog.section -> showcase & list */
/* catalog.element */
.js-detail {
  margin-top: 32px; }
  .js-detail .pic {
    margin-bottom: 15px; }
    .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 {
    margin-bottom: 15px; }
    .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 {
    margin-bottom: 15px; }
  .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: normal;
      display: inline-block;
      font-family: 'FontAwesome'; }
  .js-detail .buyblock {
    padding: 14px 18px;
    border: 1px solid #bbc0c7; }
    .js-detail .buyblock .stores {
      margin-bottom: 15px; }
    .js-detail .buyblock .stores .empty {
      color: #dd2808; }
    .js-detail .buyblock .stores .isset {
      color: #008800; }
    .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: 0px; }
    .js-detail .buyblock .delivery {
      margin-top: 15px; }
    .js-detail .buyblock .yashare {
      margin-top: 30px; }
      .js-detail .buyblock .yashare > span {
        padding-top: 7px;
        padding-right: 0px; }
      .js-detail .buyblock .yashare .yashare-auto-init {
        float: right; }
        .js-detail .buyblock .yashare .yashare-auto-init .b-share {
          padding-right: 0px !important;
          padding-left: 0px !important; }
          .js-detail .buyblock .yashare .yashare-auto-init .b-share a:last-child {
            padding-right: 0px !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; }

/* /catalog.element */
/* catalog.smart.filter */
.smartfilter {
  background-color: #fff;
  /*Track*/
  /* modf */ }
  .smartfilter ul {
    margin-bottom: 0px; }
    .smartfilter ul > li {
      margin-bottom: 10px; }
      .smartfilter ul > li:last-child {
        margin-bottom: 0px; }
    .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: normal;
          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: 0px;
            display: none;
            min-width: 250px;
            padding: 8px 10px;
            vertical-align: middle;
            line-height: 18px;
            color: #333;
            background-color: #fafafa;
            border: 1px solid #a8a8a8;
            -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 6px 12px rgba(0, 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: normal; }
        .smartfilter ul .bx_filter_prop label:last-child {
          margin-bottom: 0px; }
    .smartfilter ul .buttons {
      padding: 19px 10px; }
  .smartfilter .bx_ui_slider_track {
    position: relative;
    height: 9px;
    margin: 15px 0px;
    border: 1px solid #bbc0c7;
    background: transparent; }
  .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: bold;
      position: absolute;
      top: -16px;
      left: 50%;
      display: block;
      width: 100px;
      margin-left: -50px;
      text-align: center;
      color: #000; }
  .smartfilter .bx_ui_slider_range,
  .smartfilter .bx_ui_slider_pricebar,
  .smartfilter .bx_ui_slider_pricebar_VD,
  .smartfilter .bx_ui_slider_pricebar_VN,
  .smartfilter .bx_ui_slider_pricebar_V {
    position: absolute;
    top: 0px;
    bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: normal;
      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:before, .smartfilter .body .bx_filter_param_label.cwp:after,
  .smartfilter .body .bx_filter_param_label.cwpal:before,
  .smartfilter .body .bx_filter_param_label.cwpal:after,
  .smartfilter .body .bx_filter_param_label.dwpal:before,
  .smartfilter .body .bx_filter_param_label.dwpal:after {
    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.c,
.bx_filter_param_label.rb {
  margin-left: 17px; }

.bx_filter_param_label.cwpal .bx_filter_param_btn {
  float: left;
  margin-right: 5px; }

.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;
  -webkit-background-size: cover;
  background-size: cover; }

.bx_filter_select_block .bx_filter_select_text {
  display: block;
  text-align: left;
  border-color: #bbc0c7; }
  .bx_filter_select_block .bx_filter_select_text .bx_filter_btn_color_icon {
    float: left;
    margin-right: 5px; }

body .popup-window.smartFilterSelectbox {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  body .popup-window.smartFilterSelectbox .popup-window-top-row,
  body .popup-window.smartFilterSelectbox .popup-window-bottom-row,
  body .popup-window.smartFilterSelectbox .popup-window-left-column,
  body .popup-window.smartFilterSelectbox .popup-window-right-column {
    display: none; }
  body .popup-window.smartFilterSelectbox .popup-window-center-column {
    background: transparent; }
  body .popup-window.smartFilterSelectbox .popup-window-content {
    margin: 0px; }
    body .popup-window.smartFilterSelectbox .popup-window-content ul {
      display: block;
      min-width: 160px;
      padding: 5px 0;
      margin: 2px 0 0;
      padding-top: 0px;
      padding-bottom: 0px;
      font-size: 14px;
      text-align: left;
      background-color: #fff;
      border: 1px solid #bbc0c7;
      border-bottom: 2px solid #4ba82e;
      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; }
    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: 0px;
      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: normal; }

.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: " ";
  -webkit-box-shadow: inset 0 0 0 1px #a8a8a8;
  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: 0px;
        right: 0px;
        display: block;
        z-index: 5;
        padding: 15px;
        border: 1px solid #bbc0c7;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 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: 0px;
    left: 0px;
    border-top: 1px solid #bbc0c7;
    border-bottom: 2px solid #4ba82e;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .smartfilter.ftype2 ul .buttons {
    text-align: right; }
  .smartfilter.ftype2 .bx_filter_container_modef .bx_filter_popup_result {
    left: auto;
    right: 0px; } }

/* /catalog.smart.filter */
/* catalog.compare.list */
.comparelist .btn {
  border-color: #bbc0c7; }
  .comparelist .btn .fa:after {
    content: "\f080"; }

/* /catalog.compare.list */
/* catalog.sorter */
.catalogsorter {
  margin-bottom: 20px;
  border-bottom: 1px solid #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:hover, .catalogsorter .template a.selected {
      color: #4ba82e; }
    .catalogsorter .template a:first-child {
      margin-left: 0px; }
  .catalogsorter .templateDrop .fa {
    margin-left: 0px; }
  .catalogsorter .templateDrop .dropdown-toggle .fa:after {
    content: ''; }
  .catalogsorter .templateDrop .dropdown-menu {
    min-width: 60px; }
  .catalogsorter .dropdown > .btn-default.dropdown-toggle {
    border-color: #bbc0c7; }
  .catalogsorter .dropdown.open > .btn-default.dropdown-toggle {
    background-color: transparent; }
  .catalogsorter .dropdown .arrowright {
    margin-left: 7px; }
    .catalogsorter .dropdown .arrowright:after {
      content: "\f105"; }
  .catalogsorter .filterbtn,
  .catalogsorter .output,
  .catalogsorter .sortby,
  .catalogsorter .comparising {
    margin-right: 10px; }
  .catalogsorter .output .title,
  .catalogsorter .output .dropdown {
    display: inline-block; }
  .catalogsorter .output .title {
    margin-right: 3px; }
  .catalogsorter .output .fileicon {
    margin-left: 0px;
    margin-right: 3px; }
    .catalogsorter .output .fileicon:before {
      content: "\f016"; }
    .catalogsorter .output .fileicon:after {
      content: ''; }
  .catalogsorter .showfilter {
    border-color: #bbc0c7; }
    .catalogsorter .showfilter i {
      margin-left: 0px; }
      .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: 0px; }
  .catalogsorter > div:first-child button {
    border-right: none; }
  .catalogsorter .filterbtn + .output button,
  .catalogsorter .filterbtn + .sortby button {
    border-right: none; }
  .catalogsorter .comparising .btn {
    position: relative;
    left: -1px; } }

@media (max-width: 991px) {
  .catalogsorter .sortby .fa.sort:after, .catalogsorter .sortby .fa.name:after, .catalogsorter .sortby .fa.price:after {
    margin-left: 3px; }
  .catalogsorter .sortby .fa.sort.asc:after, .catalogsorter .sortby .fa.name.asc:after, .catalogsorter .sortby .fa.price.asc:after {
    content: "\f106"; }
  .catalogsorter .sortby .fa.sort.desc:after, .catalogsorter .sortby .fa.name.desc:after, .catalogsorter .sortby .fa.price.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; } }

/* /catalog.sorter */
/* catalog.compare.result */
.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: 0px; }

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

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

/* /catalog.compare.result */
/* 404 not found */
.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; }

/* /404 not found */
/* subscribe */
.subscription .field-wrap {
  min-height: 45px;
  margin-top: 0px;
  margin-bottom: 15px; }
  .subscription .field-wrap label {
    margin-bottom: 0px; }
  .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; }

/* /subscribe */
/* universal slider */
.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 .overlay,
  .thumbs .thumb.checked a .fa {
    display: block; }
  .thumbs .thumb .overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: none;
    background-color: #fff;
    opacity: 0.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; }

/* /universal slider */
/* popup gallery */
.popupgallery {
  margin-bottom: 30px;
  padding-bottom: 4px;
  border-bottom: 1px solid #bbc0c7; }
  .popupgallery .navigations {
    position: relative; }
    .popupgallery .navigations:hover > .nav {
      opacity: 0.5;
      filter: alpha(opacity=50); }
      .popupgallery .navigations:hover > .nav:hover {
        opacity: 0.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;
      -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;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: opacity 200ms ease;
      -moz-transition: opacity 200ms ease;
      -ms-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms 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: normal;
        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: 0px;
      bottom: 0px;
      width: 30%;
      height: 20px;
      content: '';
      background-image: -webkit-linear-gradient(left, rgba(250, 250, 250, 0.5), #fafafa);
      background-image: linear-gradient(to right, rgba(250, 250, 250, 0.5), #fafafa); }

/* /popup gallery */

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


.custom-md-8 {
	width: 100% ;
	}








/* End */


/* Start:/bitrix/templates/evoltronic/assets/css/content1.css?1702452138154*/
.form_services {
   background: #333!important;
}

ul.pick_auto-c {
   background: #333!important;
}

.form_services ul {
padding: 21px 70px!important;

}
/* End */


/* Start:/include/color.css?170367633513994*/
.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: #20262a;
}

.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: #20262a;
}
.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: #20262a;
}
.b-page.has-sidebar .b-expert .b-expert__left {background: #20262a;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {border: 1px solid #20262a;}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,.pagination > .active > span,.pagination > .active > span:hover,.pagination > .active > span:focus {border-color: #20262a;}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {border-color: #20262a; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {border-color: #20262a; }
.panel-primary {border-color: #20262a; }
.panel-primary > .panel-heading {border-color: #20262a; }
.panel-primary > .panel-heading + .panel-collapse > .panel-body {border-top-color: #20262a; }
.panel-primary > .panel-footer + .panel-collapse > .panel-body {border-bottom-color: #20262a; }
.blockquote-leftline {border-left-color: #20262a; }
ul > li:before, ol > li:before {color: #20262a; }
.mainform .inner-wrap {border-bottom: 2px solid #20262a; }
.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: #20262a;}
.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: #20262a;}
.dropdown-menu {border-bottom: 2px solid #20262a;}
.price .svg-wallet {fill: #20262a; }
.b-expert .b-expert__btn:focus, .b-expert .b-expert__btn:hover {border-color: #20262a;background: #20262a;color:red; }
.b-page:not(.has-sidebar) .b-expert .b-expert__left {    background: #20262a;}
@media (min-width: 768px) {
  .b-page.has-sidebar .b-detail-subs .b-detail-subs__left {background: #20262a;}
  .b-page.has-sidebar .b-expert .b-expert__left {background: #20262a;}
  .b-page.has-sidebar .b-detail-subs .b-detail-subs__left:before {background-color: #20262a; }
  .b-page.has-sidebar .b-expert .b-expert__left:before {background-color: #20262a;}
}
@media (min-width: 480px) and (max-width: 767px) {
  .b-page.has-sidebar .b-expert .b-expert__left {background: #20262a;}
  .b-page.has-sidebar .b-expert .b-expert__left:before {background-color: #20262a; }
}
.service-detail .service-detail__head { border-top: 2px solid #20262a;border-bottom: 2px solid #20262a;}
@media (min-width: 992px) {
  .service-detail .service-detail__head-preview:after { border-top: 30px solid #20262a;}
}
.service-prop .service-prop__icon .icon-svg {fill: #20262a; }
.service-specialist .service-specialist__name {color: #20262a;}
.service-specialist .service-specialist__ask a:before { color: #20262a;}
.b-service-advantage .b-service-advantage__title {color: #20262a;}
.mini_banner__info {background-color: #20262a; }
.mainform .inner-wrap {border-bottom: 2px solid #20262a; }
.map-sidebar__message {background-color: #20262a;}
.map-sidebar__message-inner:after {border: 14px solid #20262a;border-right: 17px solid transparent;border-bottom: 12px solid transparent;}
.review__message:before, .review__message:after {color: #20262a; }
.review__name:before {background-color: #20262a;}
.b-gallery-item.is-full .b-gallery-item__info {background: #20262a;}
.b-backshare .b-backshare__icon {fill: #20262a; }
.gmap-pointer { background-color: #20262a; }
.gmap-pointer:after { border: 16px solid #20262a;border-right: 19px solid transparent;border-bottom: 14px solid transparent;}
.b-detail-subs .b-detail-subs__btn:hover { border-color: #20262a; background: #20262a; }
@media (min-width: 480px) {
  .b-page:not(.has-sidebar) .b-detail-subs .b-detail-subs__left {background: #20262a;}
  .b-page:not(.has-sidebar) .b-detail-subs .b-detail-subs__left:before {background-color: #20262a; }
  .b-page:not(.has-sidebar) .b-expert .b-expert__left:before {background-color: #20262a;}
}
@media (min-width: 480px) and (max-width: 767px) {
  .b-page.has-sidebar .b-detail-subs .b-detail-subs__left { background: #20262a;}
  .b-page.has-sidebar .b-detail-subs .b-detail-subs__left:before {background-color: #20262a; }

}
.b-g-item .b-g-item__data {background: #20262a;}
.mainbanners_items {border-bottom: 2px solid #20262a;}
.mainbanners .owl-carousel .owl-dots .owl-dot span:hover {background: #20262a; }
.backshare .detailback:hover i {color: #20262a; }
.mainform .rating .rating-icon.hover {color: #20262a; }
.smartfilter .bx_ui_slider_pricebar_V { background-color: #20262a; }
.smartfilter .bx_ui_slider_handle:hover { background-color: #20262a; }
.smartfilter .bx_filter_popup_result:hover {border-color: #20262a; }
.smartfilter .bx_filter_popup_result:hover .arrow { border-right-color: #20262a; }
.bx_filter_param_label.active .bx_filter_param_btn,.bx_filter_param_label:hover .bx_filter_param_btn { border-color: #20262a; }
body .popup-window.smartFilterSelectbox .popup-window-content ul {border-bottom: 2px solid #20262a;}
@media (min-width: 992px) {
  .smartfilter.ftype2 ul .bx_filter_prop > .body {border-bottom: 2px solid #20262a;}
}
.catalogsorter .template a:hover, .catalogsorter .template a.selected { color: #20262a; }
.b-header .b-header__contacts .icon-svg, .b-header .b-header__recall .icon-svg {fill:#20262a;}
.b-mmenu {background: #20262a;}
.b-mmenu .b-mmenu__toggle {background: #20262a;}
.b-mmenu.navbar-default .dropdown-menu > li > a,.b-mmenu.navbar-default .navbar-nav > li > a { background-color: #20262a}
 @media (min-width: 992px) {
  .b-mmenu .search-bar .search-open {
    border-bottom: 3px solid #20262a;
  }
}
footer {border-color: #20262a;}
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:#20262a;
}
.side__widget-text {
  color:#20262a;
}
a:hover .side__widget-icon .icon-svg{fill:#FF0000;}
.feature clearfix:hover .feature__icon .icon-svg{fill:#FF0000;}




a.text-primary:hover {color: #000408; }
a.bg-primary:hover { background-color: #000408; }
.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: #000408; }
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle{background-color: #000408;border-color: #000408; }
.btn-link:hover, .btn-link:focus{color: #000408;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {background-color: #000408; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {background-color: #000408;}
.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: #000408; }
.pagination > li > a:hover, .pagination > li > a:focus,.pagination > li > span:hover,.pagination > li > span:focus {color: #000408;}
.label-primary[href]:hover, .label-primary[href]:focus {background-color: #000408; }
.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: #000408; }
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: #000408;border-color: #000408; }
.mini_banner__link:hover .mini_banner__info {background-color: #000408; }
.b-gallery-item.is-full:hover .b-gallery-item__info {background: #000408; }
.b-backshare .b-backshare__backlink:hover .b-backshare__icon {fill: #000408; }
.mainbanners .owl-carousel .owl-dots .owl-dot.active span {background: #000408; }
.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: #000408;}

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






.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: #20262a; }
/* End */


/* Start:/bitrix/templates/evoltronic/components/arturgolubev/search.title/template1/style.css?170962646914766*/
/* div.title-search-result {
	display: block !important;
} */

.bx_smart_searche, .bx_smart_searche *, .bx-searchtitle, .bx-searchtitle * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;rd
}

.bx-searchtitle {
	margin: 20px 0 20px;
}
.bx-searchtitle-history {
	margin-top: 5px;
}
	.bx-searchtitle-history a {
		color: #222;
		text-decoration: underline;
	}
	.bx-searchtitle-history a:hover {
		text-decoration: none;
	}
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 44px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f8fafc;
	border: 1px solid #d5dadc !important;
	border-right: none;
	border-radius: 1px 0 0 1px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-searchtitle .bx-input-group .bx-form-control:focus {
	background-color: #fff;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	line-height: normal;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: url(/bitrix/templates/evoltronic/components/arturgolubev/search.title/template1/images/search-icon.png) center center no-repeat #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:0;
	border-radius: 0 1px 1px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	height: 34px;
	width: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background-color: #1484CE;
}


div.title-search-result {
	border:0 none !important;
	border-top: 0 none;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 200px;
	margin-top: 3px;
	background-color: #FFF;
	/* border-top: 0 none; */
	border-radius: 2px;
	box-shadow: 0px 0px 7px -2px #d6d6d6;
	
	/* display: block !important; */
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/evoltronic/components/arturgolubev/search.title/template1/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_smart_searche {
	padding-top:8px;
	
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche .bx_info_wrap{
	margin-left: 85px;
}
.bx_smart_searche .bx_img_element{
	float: left;
	padding: 5px;
	width: 75px;
	text-align: center;
}
.bx_smart_searche .bx_item_block{
	min-height: 65px;
	position: relative;
}
.bx_smart_searche .bx_image{
	/* width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8; */
	display: inline-block;
	max-width: 100%;
}
.bx_smart_searche .bx_image.empty_image{
	background-image: url(/bitrix/templates/evoltronic/components/arturgolubev/search.title/template1/image/noimg.png);
}
.bx_smart_searche .bx_item_element{
	padding: 8px 0;
}
.bx_smart_searche .bx_item_element_all_result {
	text-align: center;
}
.bx_smart_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_smart_searche .bx_item_element a{
	margin-top: 5px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{color: #000;}
.bx_smart_searche .bx_item_element a:hover,
.bx_smart_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_smart_searche .bx_item_preview_text{
	font-size:13px;
	padding: 5px 10px 5px 0;
}
.bx_smart_searche .bx_price{
	font-weight:bold;
	font-size:15px;
	margin-top: 5px;
}
.bx_smart_searche .bx_price .old{
	font-weight: normal;
	text-decoration: line-through;
	color: #636363;
	font-size: 12px;
	vertical-align: middle;
}
.bx_smart_searche .bx_item_block.all_result{min-height:0}
.bx_smart_searche .bx_item_block.others_result{
	min-height: 0;
	line-height: 12px;
	padding: 0;
}
.bx_smart_searche .bx_item_block.all_result .all_result_button{
	display: inline-block;
	font-size: 14px;
	background-color: #1485CE;
	border: 1px solid;
	border-color: #1485CE;
	color: #FFF;
	padding: 0 22px;
	height: 34px;
	text-decoration: none;
	border-radius: 2px;
	margin: 0 0 8px;
	
	line-height: 34px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5px;
}
.bx_smart_searche .bx_item_block_href {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 8px;
	line-height: 14px;
}
.bx_smart_searche .bx_item_block_href:hover {
	background-color: #feeed2;
}
.bx_smart_searche .bx_item_block_hrline {
	border-bottom: 1px solid #f5a61c;
	margin: 0 8px 5px;
}
.bx_item_block_item_clear {
	display: block;
	clear:both;
}
.bx_smart_searche .bx_item_block_item_info_wrap {
	display: block;
}
.bx_smart_searche .bx_item_block_item_info_wrap.wpic {
	padding-left: 39px;
}
.bx_smart_searche .bx_item_block_item_info {
	display: block;
}
.bx_smart_searche .bx_item_block_href_category_title {
	color: #a2a2a2;
	/* font-weight: bold; */
}
.bx_smart_searche .bx_item_block_href_category_name {
	color: #f5a61c;
	font-weight: bold;
	text-transform: uppercase;
}
.bx_smart_searche .bx_item_block_item_image {
	width: 34px;
	height: 34px;
	float:left;
	margin-right: 5px;
	position: relative;
}
	.bx_smart_searche .bx_item_block_item_image img {
		position: absolute;
		top: 0;
		left:0;
		right:0;
		bottom:0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}
.bx_smart_searche .bx_item_block_item_name {
	color: #333;
	overflow: hidden;
	height: 34px;
	display: block;
	line-height: 17px;
	display: flex;
}
.bx_smart_searche .bx_item_block_item_name_flex_align {
	margin: auto 0;
}
.bx_smart_searche .bx_item_block_item_simple_name {
	color: #333;
	display: block;
	line-height: 17px;
}
.bx_smart_searche .bx_item_block_item_name b, .bx_smart_searche .bx_item_block_item_simple_name b {
	color: #f5a61c;
}
.bx_smart_searche .bx_item_block_item_price {
	float:right;
	text-align: right;
	color: #333;
	line-height: 17px;
	padding-left: 5px;
}
.bx_smart_searche .bx_item_block_item_price.bx_item_block_item_price_only_one {
	line-height: 34px;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_new {
	white-space: nowrap;
	font-weight: bold;
	display: block;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_old {
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_smart_searche .bx_item_block_item_text {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_props {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_text.wpic, .bx_smart_searche .bx_item_block_item_props.wpic {
	/* padding-left: 39px; */
}
.bx_item_block_item_prop_item {
	display: block;
}
.bx_smart_no_result_find {
	padding: 0 8px 8px;
}


/* preloader base */
.bx-searchtitle .bx-searchtitle-preloader {
	position: absolute;
	top: 2px;
	right: 110%;
	width: 30px;
	height: 30px;
	z-index: 5;
	display: none;
	/* display: block; */
}
.bx-searchtitle .bx-searchtitle-preloader.view {
	background: url(/bitrix/templates/evoltronic/components/arturgolubev/search.title/template1/images/loader_orange.gif) center center no-repeat;
}



/* blue */
.bx-searchtitle.theme-blue .bx-input-group .bx-form-control {
	border-color:#0083d1;
}
.bx-searchtitle.theme-blue .bx-searchtitle-preloader.view {
	background-image: url(/bitrix/templates/evoltronic/components/arturgolubev/search.title/template1/images/loader_blue.gif);
}
.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button{
	background-color: #0083d1;
	border-color: #0083d1;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button {
	background-color: #0083d1;
	border-color: #0083d1;
	color: #FFF;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button:hover, .bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button:hover {
	background-color: #5ca6e4;
	border-color: #5ca6e4;
	text-decoration: none;
}
.bx_smart_searche.theme-blue .bx_item_element a b{
	color: #5ca6e4;
}
.bx_smart_searche.theme-blue .bx_item_block_href:hover {
	background-color: #b2d9f1;
}
.bx_smart_searche.theme-blue .bx_item_block_href_category_name {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_item_name b, .bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_hrline {
	border-color: #0083d1;
}
/* black */
.bx-searchtitle.theme-black .bx-input-group .bx-form-control {
	border-color:#333;
}
.bx-searchtitle.theme-black .bx-searchtitle-preloader.view {
	background-image: url(/bitrix/templates/evoltronic/components/arturgolubev/search.title/template1/images/loader_black.gif);
}
.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button{
	background-color: #333;
	border-color: #333;
}
.bx-searchtitle.theme-black .bx-input-group-btn button {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}
.bx-searchtitle.theme-black .bx-input-group-btn button:hover, .bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button:hover {
	background-color: #5c5c5c;
	border-color: #5c5c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-black .bx_item_element a b{
	color: #5c5c5c;
}
.bx_smart_searche.theme-black {
	/* border:1px solid #333; */
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche.theme-black .bx_item_block_href:hover {
	background-color: #eaeaea;
}
.bx_smart_searche.theme-black .bx_item_block_href_category_name {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_item_name b, .bx_smart_searche.theme-black .bx_item_block_item_simple_name b {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_hrline {
	border-color: #333;
}
/* green */
.bx-searchtitle.theme-green .bx-input-group .bx-form-control {
	border-color:#159ebb;
}
.bx-searchtitle.theme-green .bx-searchtitle-preloader.view {
	background-image: url(/bitrix/templates/evoltronic/components/arturgolubev/search.title/template1/images/loader_green.gif);
}
.bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button{
	background-color: #159ebb;
	border-color: #159ebb;
}
.bx-searchtitle.theme-green .bx-input-group-btn button {
	background-color: #159ebb;
	border-color: #159ebb;
	color: #FFF;
}
.bx-searchtitle.theme-green .bx-input-group-btn button:hover, .bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button:hover {
	background-color: #44b1c9;
	border-color: #44b1c9;
	text-decoration: none;
}
.bx_smart_searche.theme-green .bx_item_element a b{
	color: #44b1c9;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #d0ebf1;
}
.bx_smart_searche.theme-green .bx_item_block_href_category_name {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_item_name b, .bx_smart_searche.theme-green .bx_item_block_item_simple_name b {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_hrline {
	border-color: #159ebb;
}
/* red */
.bx-searchtitle.theme-red .bx-input-group .bx-form-control {
	border-color:#E22B2B;
}
.bx-searchtitle.theme-red .bx-searchtitle-preloader.view {
	background-image: url(/bitrix/templates/evoltronic/components/arturgolubev/search.title/template1/images/loader_red.gif);
}
.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button{
	background-color: #E22B2B;
	border-color: #E22B2B;
}
.bx-searchtitle.theme-red .bx-input-group-btn button {
	background-color: #E22B2B;
	border-color: #E22B2B;
	color: #FFF;
}
.bx-searchtitle.theme-red .bx-input-group-btn button:hover, .bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button:hover {
	background-color: #e95c5c;
	border-color: #e95c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-red .bx_item_element a b{
	color: #e95c5c;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #f9d4d4;
}
.bx_smart_searche.theme-red .bx_item_block_href_category_name {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_item_name b, .bx_smart_searche.theme-red .bx_item_block_item_simple_name b {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_hrline {
	border-color: #E22B2B;
}
/* yellow */
.bx-searchtitle.theme-yellow .bx-input-group .bx-form-control {
	border-color:#F9A91D;
}
.bx-searchtitle.theme-yellow .bx-searchtitle-preloader.view {
	background-image: url(/bitrix/templates/evoltronic/components/arturgolubev/search.title/template1/images/loader_yellow.gif);
}
.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button{
	background-color: #F9A91D;
	border-color: #F9A91D;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button {
	background-color: #F9A91D;
	border-color: #F9A91D;
	color: #FFF;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button:hover, .bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button:hover {
	background-color: #faba4a;
	border-color: #faba4a;
	text-decoration: none;
}
.bx_smart_searche.theme-yellow .bx_item_element a b{
	color: #faba4a;
}
.bx_smart_searche.theme-yellow .bx_item_block_href_category_name {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_item_name b, .bx_smart_searche.theme-yellow .bx_item_block_item_simple_name b {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_hrline {
	border-color: #F9A91D;
}



.bx_smart_searche.theme-blue .bx_item_block_href_category_name {
    color: #20262a;
}
.bx_smart_searche.theme-blue .bx_item_block_hrline {
    border-color: #20262a;
}
.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button {
    background-color: #20262a;
    border-color: #20262a;
}

.bx_smart_searche.theme-blue .bx_item_block_href:hover {
    background-color: #f0f3f5;
}
.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button:hover {
    background-color: red;
    border-color: red;
}
.bx_smart_searche.theme-blue .bx_item_block_item_name b, .bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
    color: #20262a;
}
/* End */


/* Start:/bitrix/templates/evoltronic/components/bitrix/news.list/rs_banners/styles/redsign_banners.css?16516875824190*/
.rs-banners-container {
  width: 100%;
  position: relative; }

.rs-banners {
  display: none;
  overflow: hidden; }
  .rs-banners_background {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover; }
  .rs-banners_link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 5;
    top: 0; }
  .rs-banners_wrap {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto; }
  .rs-banners_banner .rs-banners_product {
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    height: 100%; }
    .rs-banners_banner .rs-banners_product img {
      max-width: 100%;
      width: auto;
      max-height: 100%;
      display: inline-block; }
  .rs-banners_infowrap {
    height: 100%;
    width: 50%;
    display: table;
    margin-left: 15px;
    word-break: break-word; }
    .rs-banners_infowrap.rs-banners_infovideo {
      width: 100%;
      text-align: center; }
  .rs-banners_infowrap .rs-banners_info {
    display: table-cell;
    vertical-align: middle;
    word-break: break-word; }
  .rs-banners_infowrap .rs-banners_button {
    display: inline-block;
    position: relative;
    padding: 8px 40px;
    background-color: #0084c9;
    color: #FFF;
    text-decoration: none;
    margin-top: 10px;
    z-index: 9;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s; }
    .rs-banners_infowrap .rs-banners_button:hover {
      opacity: 0.7; }
    .rs-banners_infowrap .rs-banners_button:focus {
      outline: none; }
  .rs-banners_infowrap .rs-banners_info .rs-banners_title,
  .rs-banners_infowrap .rs-banners_info .rs-banners_desc,
  .rs-banners_infowrap .rs-banners_info .rs-banners_price {
    font-family: arial;
    font-size: 18px;
    display: block;
    padding: 10px 15px;
    word-break: break-word; }
    .rs-banners_infowrap .rs-banners_info .rs-banners_title.rs-banners_video-blockwrap,
    .rs-banners_infowrap .rs-banners_info .rs-banners_desc.rs-banners_video-blockwrap,
    .rs-banners_infowrap .rs-banners_info .rs-banners_price.rs-banners_video-blockwrap {
      padding: 1vw 4vw;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      margin-bottom: 20px; }
  .rs-banners_infowrap .rs-banners_info .rs-banners_desc {
    display: none; }
  .rs-banners.__product-reverse .rs-banners_banner .rs-banners_product {
    left: 0;
    right: auto; }
  .rs-banners.__product-reverse .rs-banners_banner .rs-banners_infowrap {
    right: 0;
    left: auto;
    position: absolute; }
  .rs-banners_bottom-line {
    display: none; }
  .rs-banners_video {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000; }
    .rs-banners_video video {
      height: 100%;
      width: 100%; }
  .rs-banners_video-play {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 9; }

@media (min-width: 992px) {
  .rs-banners_infowrap .rs-banners_info .rs-banners_desc {
    display: inline-block; } }

@media (max-width: 992px) {
  .rs-banners_infowrap .rs-banners_info .rs-banners_title {
    font-size: 4vw !important;
    line-height: 6.2vw !important; }
    .rs-banners_infowrap .rs-banners_info .rs-banners_title *, .rs-banners_infowrap .rs-banners_info .rs-banners_title span, .rs-banners_infowrap .rs-banners_info .rs-banners_title p {
      font-size: 4vw !important;
      line-height: 6.2vw !important; }
  .rs-banners_infowrap .rs-banners_info .rs-banners_price {
    font-size: 4vw !important;
    line-height: 3vw; }
    .rs-banners_infowrap .rs-banners_info .rs-banners_price *, .rs-banners_infowrap .rs-banners_info .rs-banners_price span, .rs-banners_infowrap .rs-banners_info .rs-banners_price p {
      font-size: 4vw !important;
      line-height: 3vw; }
  .rs-banners_infowrap .rs-banners_info .rs-banners_desc {
    font-size: 3vw !important; }
    .rs-banners_infowrap .rs-banners_info .rs-banners_desc *, .rs-banners_infowrap .rs-banners_info .rs-banners_desc span, .rs-banners_infowrap .rs-banners_info .rs-banners_desc p {
      font-size: 3vw !important; } }

/* End */


/* Start:/bitrix/templates/evoltronic/components/bitrix/news.list/rs_banners/styles/theme.css?16516875828070*/
/* 
 * 	Default theme - Owl Carousel CSS File
 */
.rs-banners-container .owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .rs-banners-container .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background-color: #ebebeb;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .rs-banners-container .owl-theme .owl-nav [class*='owl-']:hover {
      background-color: #4ba82e;
      color: #FFF;
      text-decoration: none; }
  .rs-banners-container .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.rs-banners-container .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.rs-banners-container .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .rs-banners-container .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .rs-banners-container .owl-theme .owl-dots .owl-dot span {
      width: 13px;
      height: 13px;
      margin: 8px 6px;
      background-color: #333;
      border: 1px solid #ccc;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -moz-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .rs-banners-container .owl-theme .owl-dots .owl-dot.active span, .rs-banners-container .owl-theme .owl-dots .owl-dot:hover span {
      background-color: #4ba82e; }

.rs-banners-container .owl-dots {
  bottom: 0;
  margin-top: 5px; }

.rs-banners-container .owl-theme .owl-item {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  overflow: hidden; }

.rs-banners-container .owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  height: 0.1px;
  margin: auto;
  top: 0;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  -moz-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s; }
  .rs-banners-container .owl-theme .owl-nav .owl-prev,
  .rs-banners-container .owl-theme .owl-nav .owl-next {
    position: absolute;
    opacity: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 45px;
    width: 38px;
    border-radius: 27px;
    color: transparent; }
    .rs-banners-container .owl-theme .owl-nav .owl-prev:hover,
    .rs-banners-container .owl-theme .owl-nav .owl-next:hover {
      background-color: #ebebeb;
      color: transparent; }
    .rs-banners-container .owl-theme .owl-nav .owl-prev:before,
    .rs-banners-container .owl-theme .owl-nav .owl-next:before {
      color: #fff;
      position: absolute;
      width: 100%;
      font-size: 24px;
      left: 0;
      text-align: center;
      line-height: 45px; }
  .rs-banners-container .owl-theme .owl-nav .owl-prev {
    left: 10px; }
    .rs-banners-container .owl-theme .owl-nav .owl-prev {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUycHgiIGhlaWdodD0iNTJweCIgdmlld0JveD0iMCAwIDkyIDkyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5MiA5MiI+CjxwYXRoIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iIzY2NiIgaWQ9IlhNTElEXzQyM18iIGQ9Ik02MS44LDY4LjFjMS42LDEuNSwxLjYsNC4xLDAuMSw1LjdDNjEuMSw3NC42LDYwLDc1LDU5LDc1Yy0xLDAtMi0wLjQtMi44LTEuMWwtMjYtMjUgIEMyOS40LDQ4LjEsMjksNDcuMSwyOSw0NnMwLjQtMi4xLDEuMi0yLjlsMjYtMjVjMS42LTEuNSw0LjEtMS41LDUuNywwLjFjMS41LDEuNiwxLjUsNC4xLTAuMSw1LjdMMzguOCw0Nkw2MS44LDY4LjF6Ii8+Cjwvc3ZnPg==);
      background-position: -3px;
      background-repeat: no-repeat;
      background-size: contain;
      }
  .rs-banners-container .owl-theme .owl-nav .owl-next {
    right: 10px; }
    .rs-banners-container .owl-theme .owl-nav .owl-next {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iOTJweCIgaGVpZ2h0PSI5MnB4IiB2aWV3Qm94PSIwIDAgOTIgOTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDkyIDkyIiBmaWxsPSIjNjY2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggaWQ9IlhNTElEXzQzOV8iIGQ9Ik02Myw0NmMwLDEuMS0wLjQsMi4xLTEuMiwyLjlsLTI2LDI1QzM1LDc0LjYsMzQsNzUsMzMsNzVjLTEuMSwwLTIuMS0wLjQtMi45LTEuMmMtMS41LTEuNi0xLjUtNC4xLDAuMS01LjcKCWwyMy0yMi4xbC0yMy0yMi4xYy0xLjYtMS41LTEuNi00LjEtMC4xLTUuN2MxLjUtMS42LDQuMS0xLjYsNS43LTAuMWwyNiwyNUM2Mi42LDQzLjksNjMsNDQuOSw2Myw0NnoiLz4KPC9zdmc+);
      background-position: 3px;
      background-repeat: no-repeat;
      background-size: contain;
      }

.rs-banners-container:hover .owl-theme .owl-nav .owl-prev,
.rs-banners-container:hover .owl-theme .owl-nav .owl-next {
  opacity: 0.3; }

.rs-banners-container .owl-theme .owl-nav .owl-prev:hover,
.rs-banners-container .owl-theme .owl-nav .owl-next:hover {
  opacity: 0.9; }

@media (min-width: 992px) {
  .rs-banners-container .owl-theme .owl-nav {
    display: block; }
  .rs-banners-container .owl-theme .owl-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

@media (min-width: 1200px) {
  .rs-banners-container .owl-dots {
    opacity: 0; }
  .rs-banners-container:hover .owl-dots {
    opacity: 0.9; } }

.rs-banners-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .rs-banners-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .rs-banners-container .owl-carousel {
    display: block;
    width: 100%; }
  .rs-banners-container.__wide {
    width: 100%; }
  .rs-banners-container.__center {
    width: 100%;
    margin: auto; }
  .rs-banners-container.__leftbanner, .rs-banners-container.__rightbanner {
    width: 100%; }
  .rs-banners-container.__leftbanner .owl-theme .owl-nav,
  .rs-banners-container.__leftbanner .rs-banners .rs-banners_wrap, .rs-banners-container.__rightbanner .owl-theme .owl-nav,
  .rs-banners-container.__rightbanner .rs-banners .rs-banners_wrap {
    width: 100%; }
  .rs-banners-container .rs-banners-sidebanner {
    position: absolute;
    width: 250px;
    overflow: hidden; }
    .rs-banners-container .rs-banners-sidebanner.__left {
      left: 0; }
    .rs-banners-container .rs-banners-sidebanner.__right {
      right: 0; }
  .rs-banners-container .rs-banners.owl-theme .owl-nav .owl-prev,
  .rs-banners-container .rs-banners.owl-theme .owl-nav .owl-next {
    height: 52px;
    width: 52px;
    -webkit-transition: all, 0.2s, ease-in-out 0s;
    -moz-transition: all, 0.2s, ease-in-out 0s;
    transition: all, 0.2s, ease-in-out 0s; }
  .rs-banners-container .rs-banners.owl-theme .owl-dots {
    -webkit-transition: all, 0.2s, ease-in-out 0s;
    -moz-transition: all, 0.2s, ease-in-out 0s;
    transition: all, 0.2s, ease-in-out 0s; }
  .rs-banners-container .rs-banners.owl-theme.owl-carousel .owl-item img {
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0; }
  .rs-banners-container .rs-banners.owl-theme.owl-carousel .owl-video-play-icon {
    background: url("/bitrix/templates/evoltronic/components/bitrix/news.list/rs_banners/styles/owl.video.play.png") no-repeat; }
  .rs-banners-container .rs-banners.owl-theme.owl-carousel .owl-video-tn {
    background-size: cover; }

@media (min-width: 768px) {
  .__leftbanner {
    padding-left: 250px; }
  .__rightbanner {
    padding-right: 250px; }
  .__leftbanner.__rightbanner {
    padding-right: 250px;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .__leftbanner.__rightbanner {
    padding-right: 250px;
    padding-left: 250px; }
  .rs-banners-container.__center {
    width: 1140px; }
  .rs-banners-container.__wide .rs-banners_wrap {
    width: 1140px; }
  .rs-banners-container.__wide .owl-theme .owl-nav {
    width: 1140px; } }

/* End */


/* Start:/bitrix/templates/evoltronic/styles.css?176944893011628*/
.main-menu-nav{
    overflow: visible;
    z-index: 20;
    position: relative;
    display: flex;
}
.rs-banners-container {
  line-height: 1;
}
.dropdown .dropdown-menu {margin: 0px 0px 0px !important; }
@-moz-document url-prefix() { 
  .rs-banners-container {
    line-height: 1.3;
  }
}
.text-nowrap {
    font-size: 20px;
}
.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;
}
.head_top-adres p {
    color: #9fa2a7;
    text-align: center;
}
.head_top-callback p {
    color: #9fa2a7;
    text-align: center;
}
.head_top-tel {
    margin-bottom: 8px;
}
.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;
}
.wrapper {
	padding-top: 0px;
}
@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;
  }
}


/* Header */

/* Header top */
.header {
	/*height: 156px;*/
    width: 95vw;/*61%*/
    margin: auto;
    height: 120px;
	max-width: 1161px;
}
.header_top {
	padding: 15px 0px;
	box-shadow: 0 0 8px 1px rgba(0,1,26,.24);
}
.head_top-vk a img{
	background-color: #3b8fc7;
	height: 40px;
	vertical-align: text-top;
}
.head_top-vk a img:hover{
	background-color: #0380fc;
}
.head_top-adres a{
	font-weight: 700;
  color: #9fa2a7;
}
.head_top-adres a:hover{
	font-weight: 700;
  color: #ff8000;
}
.head_top-info p{
	color: #9fa2a7;
	text-align: center;
}
@media (min-width: 1000px) {
.head_top-info {
	width: 30%;
}
}
.head_top-tel {
	text-align: right;
}
.head_top-tel img {
	width: 20px;
	background-color: #ff8100;
}
.head_top-tel a{
	font-weight: 700;
  color: #9fa2a7;
}
.head_top-tel a:hover{
	font-weight: 700;
  color: #ff8000;
}
.head_top-callback {
	text-align: -webkit-right;
}
.head_top-callback div{
	outline: 2px solid #ff8000;
	outline-offset: -2px;
	width: 200px;
	text-align: center;
}
.head_top-callback div:hover{
	background-color: #ff8000;
	cursor: pointer;
	transition: 0.8s;
}
.head_top-callback a{
	display: block;
	padding: 8px;
	color: #ff8000;
}
.head_top-callback a:hover{
	color: white;
	text-decoration: none;
}

/* Header-bottom */
.header_bottom {
	padding: 5px 0;
}
.head_bottom-logo {
	padding: 0px;
	width: 35%;
}
 /* 95% было */
@media (min-width: 50px) and (max-width: 1200px) {
	.head_bottom-logo img{
	width: 158px;
	cursor: pointer;
    }
}
@media (min-width: 1000px) {
.head_bottom-logo img{
	width: 70%;
	cursor: pointer;
}
}
.head_bottom-info {
	font-weight: 500;
	color: #9fa2a7;
	letter-spacing: .7px;
	margin-top: 17px;
  font-size: 14px;
}
.head_bottom-phone {
	padding: 0px;
	margin-top: 44px;
	text-align: -webkit-right;
}
.head_bottom-phone img{
	background-color: #e72929;
  width: 20px;
}
.head_bottom-phone a{
	font-size: 20px;
    font-weight: 600;
    color: #20262a;
    line-height: 18px;
    text-decoration: none;
}
.head_bottom-phone a:hover{
	font-size: 20px;
	font-weight: 600;
	color: #20262a;
	cursor: pointer;
}
.head_bottom-calback {
	text-align: -webkit-right;
	margin-top: 10px;
}
.open_search_form{
background-color: #63636314;	
}
.head_bottom-calback div{
	background-color: #20262a;
	width: 201px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}
.head_bottom-calback div:hover{
	background-color: white;
	outline: 2px solid #20262a;
	outline-offset: -2px;
	transition: 0.5s;
}
.head_bottom-calback a{
	display: block;
	padding: 8px;
	color: white;
}
.head_bottom-calback a:hover{
	color: #3b8fc7;
	text-decoration: none;
}

/* Footer */
.display_info-block {
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: -webkit-center;
	padding: 10px 0px;
  background-color: #fdf8f8;
z-index: 999999;
}
.absol_tel img{
	width: 20px;
  background-color: #ff8000;
}
.absol_adress {

}

/* Media */
@media (max-width: 767px) {
	.head_top-vk, .head_top-adres, .head_top-tel, .head_top-callback{
		text-align: -webkit-center;
	}
	.head_bottom-info, .head_bottom-phone{
		margin-top: 0px;
		text-align: -webkit-center;
	}
	.head_bottom-calback {
		text-align: -webkit-center;
	}
}
@media (max-width: 992px) {
	.head_top-vk, .head_top-callback{
		text-align: -webkit-center;
	}
	.head_bottom-phone, .head_bottom-calback {
		margin-top: 6px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.head_bottom-info {
		padding: 0px;
    margin: 22px 0px;
	}
	.head_bottom-phone, .head_bottom-calback {
		text-align: -webkit-center;
	}
	.head_bottom-phone {
		margin-top: 19px;
	}
}
@media (max-width: 993px) {
	.header {
		height: auto;
	}
}
@media (max-width: 768px) {
	.header {
		/*height: 240px;*/
		height: auto;
		width: 100%;
	}
}
@media (min-width: 970px) and (max-width: 1199px) {
	.head_bottom-phone a {
    font-size: 14px;
	}
}
@media (min-width: 750px) and (max-width: 1200px) {
	.head_top-adres {
    padding: 0px;
	}
}
@media (max-width: 1199px) {
	.head_bottom-info {
		font-size: 12px;
	}
}
@media (min-width: 900px) {
	.b-mmenu .navbar-nav {
width:105%;
}
}
#element23 a{
/*background-color:#cc1b00;*/
font-weight:bold;
text-transform:uppercase;
transition:1s;
}
#element23 a:hover {
background-color: DarkRed;

}

.akciyaglav {
    font-size: 30px;
    line-height: 1.1;
    color: #b40808;
}

    .info_contacts {
        min-height: 100px;
        max-height: 200px;
        background-color: #292e30;
        color: white;
        
        font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: 1.38462;
    width: 100%;
    text-align: center;
    }
    .info_contacts a {
        color: red;
    }
ul.pick_auto-c {
background: linear-gradient(90deg, rgba(232,66,66,1) 0%, rgba(41,46,48,1) 50%);
}
/*.form_services-c li select {
    border: 1px solid #333;
}*/
#js-select-main-services-1 option:checked/*,
option:hover*/ {
  box-shadow: 0 0 10px 100px #292e30 inset;
color: white;
}
option{
height:40px;
align-items:center;
width:100%;
display: flex;}

#js-select-main-services-2 option:checked,
option:hover {
  box-shadow: 0 0 10px 100px #292e30 inset;
color: white;
}
#js-select-main-services-3 option:checked,
option:hover {
  box-shadow: 0 0 10px 100px #292e30 inset;
color: white;
}

/* */
/* */
/* */
/* */
/* */
.container-row {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.top-bar {
	background-color: #333;
	display: flex;
	justify-content: space-between;
	padding: 25px 70px;
}

.menu-item {
	position: relative;
	background: #fff;
	color: #000;
	width: 210px;
	height: 36.8px;
	display: flex;
	align-items: center;
}

.menu-title {
	cursor: pointer;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.dropdown {
	/*display: none;
	position: absolute;*/
	top: 100%;
	left: 0;
	background-color: #444;
	list-style: none;
	padding: 0;
	margin: 0;
}

.dropdown li {
	padding: 0px;/**/
}

.dropdown a {
	color: #fff;
	text-decoration: none;
	display: block;
}

@media (max-width: 768px) {
	.top-bar {
		flex-direction: column;
	}

	.menu-item {
		margin-bottom: 10px;
	}

	.dropdown {
		position: static;
		display: block;
	}
}

/* logo */

.main-logo {
	display: flex;
	max-width: 204px;
	max-height: 106px;
	flex-direction: column;
	text-decoration: none;
}

.main-logo span {
	color: #000;
	text-align: center;
	font-size: 8px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 2px;
}

.main-p {
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 276px;
    margin-top: auto;
}

.main-nav {
	display: flex;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.main-time {
	display: flex;
	flex-direction: column;
	text-decoration: none;
    margin-top: 12px;
}


.main-link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: stretch;
    margin-top: auto;
}

.main-btn {
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 12px 25px;
	background: #000;
	margin-top: 10px;
}
.main-btn:hover{color:red;}
@media (max-width: 768px) {
	.main-btn {margin-top: 0px;padding: 12px 8px;}
	.main-tel span{font-size: 16px;}
	.main-link {
	display: flex;
    flex-direction: row;
    justify-content: space-evenly;
	margin-top: 8px;
	}
}
.main-tel {
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	column-gap: 10px;
}
.main-tel span{font-weight: bold;}

.main-logo-mobile {
	display: flex;
	text-decoration: none;
}

.mini-inner {
	display: none;
}

.mini-inner p {
 	text-align: center;
	color: #000;
	text-align: center;
	font-size: 8px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.main-time-mini-wrapper {
	display: flex;
}

.mini-inner {
	padding: 9px 23px;
}

.mini-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-p-mini-c {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (max-width: /*768*/ 872px) {
	.mini-inner {
		display: flex;
		flex-direction: column;
		}
	.main-nav {
		display: none;
	}

	.main-p p {
		text-align: center;
		color: #000;
		text-align: center;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		max-width: 323px;
			margin: 0;
	}

	.main-time {
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		justify-content: center;
    	width: 130px;/**/
	}
}
@media (max-width: 991px) {
.main-menu-nav-cust {
flex-direction: column;
width: 100% !important;
	}
.lvl1-cust {
visibility: visible;
position: relative;
	}
}
/* End */


/* Start:/bitrix/templates/evoltronic/template_styles.css?17694489309467*/
.product-item-detail-pay-block{
visibility: hidden;
}


.form_services{
    background-color: #20262a;
	height:72px;
}
@media (max-width: 767px){
.form_services{height: auto;}
}
.form_services p{
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin: 15px;
    padding-top: 15px;
}
.form_services ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
        background-color: #f5f5f5;
        padding: 10px 10px 20px 10px !important;

}
.form_services li select{
    /*padding: 8px 15px;
    border: 1px solid #3b8fc7;*/
    min-width: 200px;
    max-width: 250px;
    margin: 5px 10px;
	min-height: 40px;
}

.form_services .js-button-filter{
    margin: 35px 10px 0px 0px;
}

.form_services .js-button-filter input[type="button"]{
    background-color: #fff;
    border: 0px;
    padding: 9px;
    border: 1px solid #3b8fc7;
}

.form_services .pick_auto .name_filter_item{
    display: block;
    color: #000;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 10px;
}

ul.pick_auto > li:before {
    display: none;
}
ul.pick_auto {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    justify-content: space-around;
}
.features-border{
	border: 1px solid #e4e4e4;
    border-radius: 3px;
    text-align: center;

}
.features-border img{
    margin-top: -9px;
}
.features-text {
    text-align: center;
	padding-bottom: 10px;
}
.product-item-detail-features-block {
    height: 300px;
    background-size:   cover;                      
    background-repeat:   no-repeat;
    background-position: center center;
    position: relative;
    margin-bottom: 15px;
    padding: 20px 20px 0;
    background-color: #fff;
}

/*Styles for main page marki*/

	.js_marka{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.js_marka li{
		width: auto !important;
	}
	.js_marka .bx_catalog_tile_img {
		width: 90px !important;
	}
	.js_pages{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding-left: 0 !important;
		align-items: center;
	}
	.js_pages li{
	}
	.js_pages li a{
		padding: 10px;
		margin: 5px;
		box-shadow: 0 2px 5px #d0d0d0;
		transition: .3s;
		display: block;
	}
	.js_pages li a.active, .js_pages li a:hover{
		background: #3b8fc7;
		color: #fff;
	}
	.js_pages > li:before{
		content: '' !important;
		margin: 0 !important;
		padding: 0 !important;
	}


/*End styles for main page marki*/

@media (max-width: 767px){
    ul.pick_auto{
        text-align: center;
    }
	.form_services li select{
		width: 100%;
	}

	.form_services li {
	
		width: 100%;
	}
}

/* BUTTONS MODIFY AUTO PAGE*/

.ditail_auto_btn {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
@media screen and (max-device-width: 625px) {
    .text-left.ditail_auto_btn a {
	width: 100%;
	}
   }
/* END BUTTONS*/

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	/*margin-bottom: 20px;*/
    margin: 0px 15px 20px 0px;
	padding: 10px;/* 0 10px */
	width: 23%; /* 12.5% */
	list-style: none;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:hover{box-shadow:0 2px 5px #d0d0d0;}
.bx_catalog_tile_title a{color:black!important;}
.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

    .bx_catalog_tile .bx_catalog_tile_img:hover{width: 100%;}
.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
border: none;
	/*border: 1px solid #ccc;*/
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

@media screen and (min-device-width: 1024px) {
.bx_catalog_tile .bx_catalog_tile_img {
    height: 150px;
width: 85%; /*  */ 
}
.js_marka .bx_catalog_tile_img {
    width: 150px !important;
}
}
@media screen and (max-device-width: 1023px) {
	.features-border{
		display: none;
	}
}

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }


.service-for-cars{
    margin-top: /*50*/ 170px;
}

.service-for-cars .service-for-cars-model{
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: /*#3b8fc7*/ #000;
    color: #fff;
    padding-left: 15px;
    font-size: 20px;
    font-weight: bold;
}
.service-for-cars .service-for-cars-model .img_brand{
    width: 69px;
    height: 69px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}
.service-for-cars .service-for-cars-model .name_model {
    display: table-cell;
    vertical-align: middle;
}
.service-for-cars .service-for-cars-service-name{
    background-color: #eee;
    padding: 15px;
}

.service-for-cars .service-for-cars-service{
    padding: 25px 0px;
    text-align: center;
}

.service-for-cars .service-for-cars-service:nth-child(odd){
    background-color: #eee;
}
.service-for-cars .service-for-cars-service + div{
        min-height: 180px;
}

.service-for-cars .service-for-cars-service .service-name{
    font-size: 15px;
    font-weight: bold;
    padding: 20px 10px;
    min-height: 180px;
    
}

.service-for-cars .service-for-cars-service .service-name a{
    text-decoration: none;
}

.service-for-cars .service-for-cars-service .service-price{
    text-align: center;
    padding: 20px 10px;
}
.service-for-cars .service-for-cars-service .service-price span{
    font-size: 15px;
    font-weight: bold;
}

.service-for-cars .service-for-cars-service .service-price .ditail_auto_btn a{
    width: 170px;
}

.service-for-cars .service-for-cars-service .service-description{
    min-height: 180px;
    border-right: 1px solid;
    border-left: 1px solid;
    position: relative;
}
.service-for-cars .service-for-cars-service .service-description span{
}
.service-for-cars .service-for-cars-service .service-description a{
    display: block;
    text-align: right;
    margin-top: 15px;
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.service-for-cars .ditail_auto_btn{
    margin-top: 0px !important;
    width: 170px;
    display: inline-block;
}

@media (max-width: 767px){
    .service-for-cars .service-for-cars-service .service-name, 
    .service-for-cars .service-for-cars-service .service-description{
        min-height: 80px !important;
    }
}

.search_in_v_menu{
    background-color: #f5f5f5;
    text-align: -webkit-center;
}
.search_in_v_menu .form_services ul{
    padding-bottom: 10px !important;
}
.search_in_v_menu .search_in_v_menu_name, .search_in_v_menu .search_in_v_menu_form{
    display: table-cell;
    vertical-align: middle;
    height: 60px;
}


.search_in_v_menu .search_in_v_menu_name{
    font-size: 20px;
    color: #000;
    padding-left: 25px;
}

.search_in_v_menu .search_in_v_menu_form .form_services{
    background-color: #f5f5f5;
}

.catalog-block-header{
    padding: 20px 15px 10px 15px !important
}


.custom-7md-4 {
visibility: hidden;
}
@media (max-width: 992px) {
.custom-7md-4 {
display: none;
}
}


@media (min-width: 992px) {
.custom1-md-3 {
padding-right: 30px;
    text-align: center;
}
}
/* End */
/* /bitrix/templates/evoltronic/assets/lib/fancybox/jquery.fancybox.css?16516875814895 */
/* /bitrix/templates/evoltronic/assets/css/style.css?1703775399159793 */
/* /bitrix/templates/evoltronic/assets/css/owl.carousel.min.css?165168758213407 */
/* /bitrix/templates/evoltronic/assets/css/header.min.css?17038426538144 */
/* /bitrix/templates/evoltronic/assets/css/sidebar.min.css?16516875822353 */
/* /bitrix/templates/evoltronic/assets/css/footer.css?17038343833041 */
/* /bitrix/templates/evoltronic/assets/css/content.css?1701774484125867 */
/* /bitrix/templates/evoltronic/assets/css/content1.css?1702452138154 */
/* /include/color.css?170367633513994 */
/* /bitrix/templates/evoltronic/components/arturgolubev/search.title/template1/style.css?170962646914766 */
/* /bitrix/templates/evoltronic/components/bitrix/news.list/rs_banners/styles/redsign_banners.css?16516875824190 */
/* /bitrix/templates/evoltronic/components/bitrix/news.list/rs_banners/styles/theme.css?16516875828070 */
/* /bitrix/templates/evoltronic/styles.css?176944893011628 */
/* /bitrix/templates/evoltronic/template_styles.css?17694489309467 */
