@charset "UTF-8";
@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@-moz-document url-prefix(){
.category_child {letter-spacing: -0.2px;}
}
body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}
.small_thumb{
	float: left;
    margin: 0 10px 0 0;
    display: inline-block;
	max-width: 70px;
}
svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

body {
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-size: 12px;
  line-height: 1.35;
  color: #333333;
  background-color: #f7f7f7;
  overflow-y: scroll;
}

/*страница О компании*/
#company, #cheff, #articlies {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  line-height:  20px;  
}

.nav-pills{
	    background: #fbfbfb;
}	

.h1a{
font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
	margin-top: 16px;
    margin-bottom: 8px;
font-size: 14px;
}


table{
	font-size:12px;
}

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

a,
.link-text {
  color: #b6352f;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus,
.link-text:hover,
.link-text:focus {
  color: #79231f;
  text-decoration: underline;
}

a:focus,
.link-text:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.link-text {
  color: #333333;
}

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.35;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

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

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

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

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 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: 10px;
  margin-bottom: 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: 6px;
  margin-bottom: 6px;
}

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

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

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

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

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

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

p {
  margin: 0 0 8px;
}

.title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}

.title2 h2{
	font-size: 13px!important;
}
.title2 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}

.lead {
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 90%;
}

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #b6352f;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #8d2925;
}

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

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

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #8d2925;
}

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 7px;
  margin: 32px 0 16px;
  border-bottom: 1px solid #eeeeee;
}

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

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

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

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

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

#pCompl li, #pAccesories li{
	display: inline-block;
	width: 100%;
}
#pAccesories i{
	    display: inline-block;
    width: 100%;
    background: #f7f7f7;
    padding: 5px;
	padding-left: 15px;
	margin-left: 10px;
    font-style: normal;
	
}
.comp_block{
	display: block;
}
.comp_block .comp_descr{
	display: inline-block;
    width: 79%;
}
.comp_block .comp_price{
	display: inline-block;
    float: right;
    width: 10%;
    font-weight: bold;
	text-align: center;
}
dl {
  margin-top: 0;
  margin-bottom: 16px;
}

dt,
dd {
  line-height: 1.35;
}

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

blockquote {
  padding: 8px 16px;
  margin: 0 0 16px;
  /*font-size: 15px;*/
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.35;
  color: #777777;
}

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

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

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

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

address {
  margin-bottom: 16px;
  font-style: normal;
  line-height: 1.35;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #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: 7.5px;
  margin: 0 0 8px;
  font-size: 11px;
  line-height: 1.35;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.listing-badge{
	display: inline-block;
    overflow: hidden;
    max-width: 90%;
    padding: 5px 9px 3px 7px;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-word;
    background-color: #ee2b2b;
    font-size: 12px;
    line-height: 14px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
  position: relative;
}
.footer_main{
	display:table;
	width: 100%!important;
}
.footer_main a {
	color:#FFF;
}
.footer_main a:hover {
	text-decoration:none;
}	
.footer_main div{
	display:table-cell;
	float:left;
}	
.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
	.list-razdel .list-vrt__item .razdel__logo{ float:none;}
  .container {
    width: auto;
  }
}
@media (min-width: 992px) {
	
  .container {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .container {
    width: auto;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
	
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.news_date {
  color: #777777;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}
.table-striped {
	width:auto;
    max-width: 100%;
    margin-bottom: 16px;
    margin: 0 auto;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 6px;
  line-height: 1.35;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  
}
.table tr td p{
margin:0;
}	
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

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

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

.table .table {
  background-color: #f7f7f7;
}
	
.table tr.thead {
  background-color: #fcf4ec;
}

.table.table-vrt-middle > thead > tr > th,
.table.table-vrt-middle > thead > tr > td,
.table.table-vrt-middle > tbody > tr > th,
.table.table-vrt-middle > tbody > tr > td,
.table.table-vrt-middle > tfoot > tr > th,
.table.table-vrt-middle > tfoot > tr > td {
  vertical-align: middle;
}

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

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

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

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

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

.table-hover > tbody > tr:not(.thead):hover {
  background-color: #f5f5f5;
}

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
.table-hover{
	max-width:99.99%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 12px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

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

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

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

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

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

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
  font-size: 18px;
  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"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.35;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.35;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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);
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-2 {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.35;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: none;
  text-align: center;
  font-weight: bold;
}

.form-control-3 {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.35;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px  #fff;
  text-align: justify;
}

.form-control:focus {
  border-color: #b6352f;
  outline: 0;
}

.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 {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
  resize: vertical;
  min-height: 50px;
}

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

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

  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 24px;
  }

  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 36px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.form-group__title {
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 16px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

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

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

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

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

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

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

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

.form-group-sm .form-control {
  height: 24px;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 1.35;
  border-radius: 3px;
}

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

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

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 28px;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.35;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 36px;
  padding: 7px 15px;
  font-size: 15px;
  line-height: 1.33333;
  border-radius: 4px;
}

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

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

.form-group-lg .form-control {
  height: 36px;
  padding: 7px 15px;
  font-size: 15px;
  line-height: 1.33333;
  border-radius: 4px;
}

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

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

.form-group-lg .form-control-static {
  height: 36px;
  min-height: 31px;
  padding: 8px 15px;
  font-size: 15px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

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

}

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

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

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

.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;*/
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -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;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -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: #cd434a;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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);
  border-width:2px;
}

.has-error .form-control:focus {
  border-color: #843534;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -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: 16px;
}

.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-flex;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

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

.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: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 10.33333px;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 3px;
    font-size: 10px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 6px;
  font-size: 12px;
  line-height: 1.35;
  border-radius: 4px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.form-naydeno {
  margin-bottom: 10px;
}

.form-pokazat {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-pokazano {
  margin-left: 20px;
}

.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: #fff;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -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;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e8e8e8;
  background-color: #f1eeed;
  color: #a39f9f;
  background-image: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}
div.gradient_div {
    position: relative;
    height: 150px;
	padding-bottom: 0px;
    overflow-y: hidden;
    margin-bottom: 0px;
}


.btn-default {
  color: #fff;
  background-color: #7e7c89;
  border-color: #71707c;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlN2M4OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY1NjQ2ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7e7c89), color-stop(100%, #65646e));
  background-image: -moz-linear-gradient(#7e7c89, #65646e);
  background-image: -webkit-linear-gradient(#7e7c89, #65646e);
  background-image: linear-gradient(#7e7c89, #65646e);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF7E7C89', endColorstr='#FF65646E');
}

.btn-default:focus, .btn-default.focus, .btn-default:hover {
  color: #fff;
  background-color: #8b8995;
  border-color: #54535c;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhiODk5NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgxN2Y4YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8b8995), color-stop(100%, #817f8b));
  background-image: -moz-linear-gradient(#8b8995, #817f8b);
  background-image: -webkit-linear-gradient(#8b8995, #817f8b);
  background-image: linear-gradient(#8b8995, #817f8b);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF8B8995', endColorstr='#FF817F8B');
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #65646e;
  border-color: #54535c;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #fff;
  background-color: #65646e;
  border-color: #343339;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1NjQ2ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdlN2M4OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #65646e), color-stop(100%, #7e7c89));
  background-image: -moz-linear-gradient(#65646e, #7e7c89);
  background-image: -webkit-linear-gradient(#65646e, #7e7c89);
  background-image: linear-gradient(#65646e, #7e7c89);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF65646E', endColorstr='#FF7E7C89');
}

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

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

.btn-primary {
  color: #fff;
  background-color: #d76963;
  border-color: #d2554f;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3Njk2MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JjMDExZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d76963), color-stop(100%, #bc011e));
  background-image: -moz-linear-gradient(#d76963, #bc011e);
  background-image: -webkit-linear-gradient(#d76963, #bc011e);
  background-image: linear-gradient(#d76963, #bc011e);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD76963', endColorstr='#FFBC011E');
}

.btn-primary:focus, .btn-primary.focus, .btn-primary:hover {
  color: #fff;
  background-color: #dc7d77;
  border-color: #b5352e;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjN2Q3NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0MDEyNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dc7d77), color-stop(100%, #f40127));
  background-image: -moz-linear-gradient(#dc7d77, #f40127);
  background-image: -webkit-linear-gradient(#dc7d77, #f40127);
  background-image: linear-gradient(#dc7d77, #f40127);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFDC7D77', endColorstr='#FFF40127');
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #cd423a;
  border-color: #b5352e;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #bc011e;
  border-color: #802621;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjMDExZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q3Njk2MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bc011e), color-stop(100%, #d76963));
  background-image: -moz-linear-gradient(#bc011e, #d76963);
  background-image: -webkit-linear-gradient(#bc011e, #d76963);
  background-image: linear-gradient(#bc011e, #d76963);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFBC011E', endColorstr='#FFD76963');
}

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

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

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVjYjg1YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0OWQ0NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5cb85c), color-stop(100%, #449d44));
  background-image: -moz-linear-gradient(#5cb85c, #449d44);
  background-image: -webkit-linear-gradient(#5cb85c, #449d44);
  background-image: linear-gradient(#5cb85c, #449d44);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF5CB85C', endColorstr='#FF449D44');
}

.btn-success:focus, .btn-success.focus, .btn-success:hover {
  color: #fff;
  background-color: #6ec06e;
  border-color: #398439;
  outline-color: #398439;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZlYzA2ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYwYmE2MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6ec06e), color-stop(100%, #60ba60));
  background-image: -moz-linear-gradient(#6ec06e, #60ba60);
  background-image: -webkit-linear-gradient(#6ec06e, #60ba60);
  background-image: linear-gradient(#6ec06e, #60ba60);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF6EC06E', endColorstr='#FF60BA60');
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
  outline-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
  outline-color: #255625;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0OWQ0NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVjYjg1YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #449d44), color-stop(100%, #5cb85c));
  background-image: -moz-linear-gradient(#449d44, #5cb85c);
  background-image: -webkit-linear-gradient(#449d44, #5cb85c);
  background-image: linear-gradient(#449d44, #5cb85c);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF449D44', endColorstr='#FF5CB85C');
}

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

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

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  outline-color: #46b8da;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYzBkZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxYjBkNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5bc0de), color-stop(100%, #31b0d5));
  background-image: -moz-linear-gradient(#5bc0de, #31b0d5);
  background-image: -webkit-linear-gradient(#5bc0de, #31b0d5);
  background-image: linear-gradient(#5bc0de, #31b0d5);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF5BC0DE', endColorstr='#FF31B0D5');
}

.btn-info:focus, .btn-info.focus, .btn-info:hover {
  color: #fff;
  background-color: #70c8e2;
  border-color: #269abc;
  outline-color: #269abc;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcwYzhlMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVmYzJkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #70c8e2), color-stop(100%, #5fc2df));
  background-image: -moz-linear-gradient(#70c8e2, #5fc2df);
  background-image: -webkit-linear-gradient(#70c8e2, #5fc2df);
  background-image: linear-gradient(#70c8e2, #5fc2df);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF70C8E2', endColorstr='#FF5FC2DF');
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
  outline-color: #1b6d85;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxYjBkNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzViYzBkZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #31b0d5), color-stop(100%, #5bc0de));
  background-image: -moz-linear-gradient(#31b0d5, #5bc0de);
  background-image: -webkit-linear-gradient(#31b0d5, #5bc0de);
  background-image: linear-gradient(#31b0d5, #5bc0de);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF31B0D5', endColorstr='#FF5BC0DE');
}

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

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

.btn-warning {
  color: #fff;
  background-color: #f49422;
  border-color: #f1880c;
  outline-color: #f1880c;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0OTQyMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2YWI1MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f49422), color-stop(100%, #f6ab52));
  background-image: -moz-linear-gradient(#f49422, #f6ab52);
  background-image: -webkit-linear-gradient(#f49422, #f6ab52);
  background-image: linear-gradient(#f49422, #f6ab52);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF49422', endColorstr='#FFF6AB52');
}

.btn-warning:focus, .btn-warning.focus, .btn-warning:hover {
  color: #fff;
  background-color: #f5a03a;
  border-color: #b66709;
  outline-color: #b66709;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1YTAzYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5YzU4NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5a03a), color-stop(100%, #f9c587));
  background-image: -moz-linear-gradient(#f5a03a, #f9c587);
  background-image: -webkit-linear-gradient(#f5a03a, #f9c587);
  background-image: linear-gradient(#f5a03a, #f9c587);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF5A03A', endColorstr='#FFF9C587');
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d87a0b;
  border-color: #b66709;
  outline-color: #b66709;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #f6ab52;
  border-color: #774306;
  outline-color:#774306;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2YWI1MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0OTQyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6ab52), color-stop(100%, #f49422));
  background-image: -moz-linear-gradient(#f6ab52, #f49422);
  background-image: -webkit-linear-gradient(#f6ab52, #f49422);
  background-image: linear-gradient(#f6ab52, #f49422);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF6AB52', endColorstr='#FFF49422');
}

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

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

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5NTM0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M5MzAyYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9534f), color-stop(100%, #c9302c));
  background-image: -moz-linear-gradient(#d9534f, #c9302c);
  background-image: -webkit-linear-gradient(#d9534f, #c9302c);
  background-image: linear-gradient(#d9534f, #c9302c);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD9534F', endColorstr='#FFC9302C');
}

.btn-danger:focus, .btn-danger.focus, .btn-danger:hover {
  color: #fff;
  background-color: #de6764;
  border-color: #ac2925;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlNjc2NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RhNTc1MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #de6764), color-stop(100%, #da5753));
  background-image: -moz-linear-gradient(#de6764, #da5753);
  background-image: -webkit-linear-gradient(#de6764, #da5753);
  background-image: linear-gradient(#de6764, #da5753);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFDE6764', endColorstr='#FFDA5753');
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5MzAyYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5NTM0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c9302c), color-stop(100%, #d9534f));
  background-image: -moz-linear-gradient(#c9302c, #d9534f);
  background-image: -webkit-linear-gradient(#c9302c, #d9534f);
  background-image: linear-gradient(#c9302c, #d9534f);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFC9302C', endColorstr='#FFD9534F');
}

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

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

.btn-link {
  color: #b6352f;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -moz-box-shadow: none;
  -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: #79231f;
  text-decoration: underline;
  background-color: transparent;
}

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

.btn-lg, .btn-group-lg > .btn {
  padding: 7px 15px;
  font-size: 15px;
  line-height: 1.33333;
  border-radius: 4px;
}

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

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 10px;
  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%;
}

.btn-js span {
  display: inline-block;
  border-bottom: 1px dashed;
}

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

.caret {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-left: 8px;
    vertical-align: middle;
    border-top: 10px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
	color: #777;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}
.dropdown_btn{
	cursor:pointer;
	display:block;
}
.dropdown-menu {
  position: absolute;
  /*top: 100%;
  left: -50px;*/
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -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: 7px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.35;
  color: #333333;
  white-space: nowrap;
}

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

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

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

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

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

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 10px;
  line-height: 1.35;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

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

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

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

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

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

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle {
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -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 {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 2px 10px;
  font-size: 10px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 7px 15px;
  font-size: 15px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

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

.nav > li > a,
.nav > li > span {
  position: relative;
  display: block;
  padding: 10px 8px;
  overflow: hidden;
  cursor: pointer;
  color: #555;
}

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

.nav > li.disabled > a, .nav > li.disabled > span {
  color: #777777;
}

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

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

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

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

.nav__link-cart .cart__qty {
  position: absolute;
  top: 32px;
  left: 36px;
  /*background-color: #7e7c89;*/
  color: #fff;
  font-size: 9px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 10px;
  padding: 2px 3px;
  font-weight: bold;
}
.have_cart{
	 background-color: #b6352f;
}	 
.nav__link-cart_top .cart__qty{
	position: absolute;
  top: 15px;
  left: 40px;
  color: #fff;
  font-size: 9px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 10px;
  padding: 3px 3px;
  font-weight: bold;
}
.nav [class*="icon-"] {
  float: left;
  margin-top: -7px;
  margin-bottom: -7px;
}

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

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

.nav-tabs > li > a,
.nav-tabs > li > span {
  margin-right: 2px;
  line-height: 1.35;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  font-weight: 600;
}

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

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
.nav-tabs > li.active > span,
.nav-tabs > li.active > span:hover,
.nav-tabs > li.active > span:focus {
  color: #fff;
  background-color: #b6352f;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3Njk2MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JjMDExZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d76963), color-stop(100%, #bc011e));
  background-image: -moz-linear-gradient(#d76963, #bc011e);
  background-image: -webkit-linear-gradient(#d76963, #bc011e);
  background-image: linear-gradient(#d76963, #bc011e);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD76963', endColorstr='#FFBC011E');
  border: 1px solid #bc011e;
  cursor: default;
}

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

.nav-pills > li > a,
.nav-pills > li > span {
  border-radius: 4px;
  font-weight: 600;
}

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

/* .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus,
.nav-pills > li.active > span,
.nav-pills > li.active > span:hover,
.nav-pills > li.active > span:focus {
  color: #fff;
  background-color: #b6352f;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3Njk2MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JjMDExZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d76963), color-stop(100%, #bc011e));
  background-image: -moz-linear-gradient(#d76963, #bc011e);
  background-image: -webkit-linear-gradient(#d76963, #bc011e);
  background-image: linear-gradient(#d76963, #bc011e);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD76963', endColorstr='#FFBC011E');
} */

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus,
.nav-pills > li.active > span,
.nav-pills > li.active > span:hover,
.nav-pills > li.active > span:focus {
	    color: #fff;
    background-color: #7e7c89;
    border-color: #71707c;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7e7c89), color-stop(100%, #65646e));
    background-image: -moz-linear-gradient(#7e7c89, #65646e);
    background-image: -webkit-linear-gradient(#7e7c89, #65646e);
    background-image: linear-gradient(#7e7c89, #65646e);
     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF7E7C89', endColorstr='#FF65646E');
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-stacked2 > li {
  float: none;
   margin-left: -10px;
}
.nav-stacked2 > li + li {
   margin-top: -10px;
}
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

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

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

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

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

  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f7f7f7;
  }
}
.tab-content > .tab-pane {
  display: none;
  min-height: 300px;

}

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 16px;
  border: 1px solid transparent;
  /*@media (min-width: $grid-float-breakpoint) {
    border-radius: $navbar-border-radius;
  }*/
}

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

.navbar:after {
  clear: both;
}

.navbar-header {
  /*float: left;*/
}

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

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

.navbar-header .top_fa {
  display: none;
}

@media (max-width: 991px) {
.show_filters_button{
	display:block!important;
}	
  .navbar-header .top_fa {
    display: block;
    float: left;
	padding-top: 10px;
    color: #777777;
    /*margin: 10px 7.5px 10px 0;*/
  }
}
.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;
  width: auto;
  border-top: 0;
  box-shadow: none;
}

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

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

.navbar-collapse.in {
  overflow-y: auto;
}

.navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-collapse.in {
  overflow-y: visible;
}

.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
  margin-right: 0;
  margin-left: 0;
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
  border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  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;margin:0 8px;padding-right:5px;font-size:15px;line-height:16px;height:50px}


.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

.navbar-brand .navbar > .container,
.navbar-brand .navbar > .container-fluid {
  margin-left: 0;
}

@media (min-width: 400px) {
  .navbar-brand .hidden-xs {
    display: block !important;
  }

  .navbar-brand .visible-xs-block {
    display: none !important;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  display: none;
}

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

.navbar-nav {
  margin: 8.5px -15px;
  /*@media (max-width: $grid-float-breakpoint-max) {
    // Dropdowns get custom display when collapsed
    .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none;
      > li > a,
      .dropdown-header {
        padding: 5px 15px 5px 25px;
      }
      > li > a {
        line-height: $line-height-computed;
        &:hover,
        &:focus {
          background-image: none;
        }
      }
    }
  }*/
  float: left;
  margin: 0;
}


.navbar-nav > li {
  float: left;
  max-height: 40px;
}

.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 17px;
  line-height: 16px;
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -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: 10px;
  margin-bottom: 10px;
  width: auto;
  border: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.navbar-form .form-group {
  /*@media (max-width: $grid-float-breakpoint-max) {
    margin-bottom: 5px;

    &:last-child {
      margin-bottom: 0;
    }
  }*/
}

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

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.navbar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 13px;
  margin-bottom: 13px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 17px;
  margin-bottom: 17px;
  float: left;
  margin-left: 7.5px;
  margin-right: 7.5px;
}

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

.navbar-right {
  float: right !important;
  margin-right: -15px;
  margin-top: 0;
}

.navbar-right ~ .navbar-right {
  margin-right: 0;
}

.navbar-default {
  background-color: #f7f7f7;
  border-color: #e8e8e8;
}

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

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e6e6e6;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e8e8e8;
}

.navbar-default .navbar-nav {
  /*@media (max-width: $grid-float-breakpoint-max) {
    // Dropdowns get custom display when collapsed
    .open .dropdown-menu {
      > li > a {
        color: $navbar-default-link-color;
        &:hover,
        &:focus {
          color: $navbar-default-link-hover-color;
          background-color: $navbar-default-link-hover-bg;
        }
      }
      > .active > a {
        &,
        &:hover,
        &:focus {
          color: $navbar-default-link-active-color;
          background-color: $navbar-default-link-active-bg;
        }
      }
      > .disabled > a {
        &,
        &:hover,
        &:focus {
          color: $navbar-default-link-disabled-color;
          background-color: $navbar-default-link-disabled-bg;
        }
      }
    }
  }*/
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e6e6e6;
  color: #555;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav {
  /*@media (max-width: $grid-float-breakpoint-max) {
    // Dropdowns get custom display
    .open .dropdown-menu {
      > .dropdown-header {
        border-color: $navbar-inverse-border;
      }
      .divider {
        background-color: $navbar-inverse-border;
      }
      > li > a {
        color: $navbar-inverse-link-color;
        &:hover,
        &:focus {
          color: $navbar-inverse-link-hover-color;
          background-color: $navbar-inverse-link-hover-bg;
        }
      }
      > .active > a {
        &,
        &:hover,
        &:focus {
          color: $navbar-inverse-link-active-color;
          background-color: $navbar-inverse-link-active-bg;
        }
      }
      > .disabled > a {
        &,
        &:hover,
        &:focus {
          color: $navbar-inverse-link-disabled-color;
          background-color: $navbar-inverse-link-disabled-bg;
        }
      }
    }
  }*/
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

.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: 5px 0 7px;
 /* margin-bottom: 10px; */
  margin-top: -15px;
  list-style: none;
  line-height: 21.6px;
}

.breadcrumb > li {
  display: inline-block;
  text-transform:uppercase;
  font-size:11px;
}

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

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 16px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.35;
  text-decoration: none;
  color: #b6352f;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #79231f;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #b6352f;
  border-color: #b6352f;
  cursor: default;
}

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

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

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

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

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 2px 10px;
  font-size: 10px;
  line-height: 1.5;
}

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

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

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

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

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

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

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

.label:empty {
  display: none;
}

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

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

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

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

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

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

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

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

.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: 10px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

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

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

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

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

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

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

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

@-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: 16px;
  margin-bottom: 16px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -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: 10px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  background-color: #b6352f;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -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);
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  -webkit-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 {
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

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

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

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

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

.progress-bar-warning {
  background-color: #f0ad4e;
}

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

.progress-bar-danger {
  background-color: #d9534f;
}

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

.media {
  margin-top: 15px;
}

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

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

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

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

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

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

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #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: #b6352f;
  border-color: #b6352f;
}

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

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #efc4c2;
}

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

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

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.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,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

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

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.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,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

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

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

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.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,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

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

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

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

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

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

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

.panel {
  margin-bottom: 16px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.poptovar{
    margin-top: 15px;
}
.panel-aside a {
  color: #333333;
}

.panel-aside-article .panel-heading:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA2CAYAAACMRWrdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUREMzNERjE1QUM0MTFFNUI1MzBDREUwMzc1MjQ4NEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUREMzNERjI1QUM0MTFFNUI1MzBDREUwMzc1MjQ4NEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1REQzM0RFRjVBQzQxMUU1QjUzMENERTAzNzUyNDg0QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1REQzM0RGMDVBQzQxMUU1QjUzMENERTAzNzUyNDg0QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkFAhdQAABPNSURBVHjaxFppkB3VdT63u982b96bRZrRNmIxCAGxWCRkQQlFC2ACsimDiEGYBDAIg8pVBuxURVXhR5yK44LYOITgAHYgwUELu2UEhEUCAQJJgNAkIEAIgWY00uzLezPzlu6b75zb3a/fSIOVgI2g52293O+ec77znXOvatu7l76gf7bWugmvLUqpM3CchONEUuoYRdRAijKk5bwhvPSR1ntx/i4c7+HYju/bcH4XXt0vYjDq8wLDoCbjmGVZ9p85Meci27GPjzlxsh0Hh02WZQGbwsHnEnmexqtHbtkl18VRLlO5XCLPdXfj829xr2dwaisuOPDlAAMgT+tlTix2WTyRWBBPJCkejxE+w3Y2DHSYS/yj8h7/FcvkARiDK5cAslSiUqm0GUDXYkIexWkH/mjAPM+70XGca9Lp2rmxVJJi8TgsY5MGGgZU6O6ikd27abRtHxUPdpI7mCN3JC/WsuNJstJpijU1UbxlGqVOPIGSU6eRBihdLpJb8qjsAmSxRMViYZt23fthvV/+oYGdiofclqqpWVKbyThOLE5kKZn94oGD1P/qSzS0fRsV9u+n8sAAuUM5Kg8PkzdaxMBLpF2PBDomwYonSCVTZGcyFJ8ylbJnzaPGc8+h2LQppD3xWVixSMWRAoxYfBEX/hWOnV80MCaGy2GZOzJ1dU3JmhqJGxeDLe7bR12/e5z6t7wiQLyRUQBw4anGGWWQLseVFmC6jMPjVxcuCCsVXflNISbZkg2LF9KkK6+g5FeOJSuZxDOKVC4UqDA62gVPuRm3XHMkBPP7gWmdwiTfmkjWrKprbJAY4iGPtLdR91NPUu9zG8Qi7GaKB+/5B4NwzcwLEP7M3wfA5D3GF5yP9zwhXsmFNePUtOxb1PyXV1BqxvEgljK5o6NUAECQzT/g8X/HQ/h/A8NMZgHiH2symRXZunqywHI8u70b/4s61/6GCoghBZcS67jVAAQQQHg+CPmdXdFlK7rm+7I5j/yJ8NzgvSvWjx91NE37wQ008bJlpEBI5ZERKgEcfPM+DO9HOAb/z8AAII7h3pXO1q3I1teTQiyVczk6sPoB6n3+abhcQWbWWMiTgXshADPgYKBeAIr5vmzOMxPgGjf1P4fXuH5KGBomBQ9puvxSavnrW8ipz5JXRNxVwH2fw/tw47fGA4zjb9KZ7Iq6hjoBVerrobZ/vp16nlkvg7UQ+AFxK/9vSPFKC6HwN9q/m/I53jCnrnyIPJC/UsHJ+M1O18hkHHzgP2n3yltASh2IRRtpJU5g5RU469bg0iMCBmstB/OtyjbAUsqiUn8vtd11Ow3t2Aq6jkueqmQk5Y9cVw8yRALI3tg589+pQ3OcJl39pRMTEul/4SXafePNkj6QX8jhFGPbq3DG8iMF9tVYPHZHtrHRYdVQGs5T+713Uv7dneIWPBoDJRiCpFnBxe4jsaV9nDxyparnVPvXqcodgjlRUbShCbXJEAAy9No2+ugHq+A9fQI2FovZ8KY7cOKf/D5gCdD4zxBTzTA1GKpEnev+g3I7tsEFmA2taiMFH3w2NCOwBKDEna5ADwCqcMx+GhDScE1sUsQR/LdK69C8KpGggec2Ufvf/wzEUwZxsUvGmvHrz3ns4wLDYK6qSacXJWvS8vCB11+mfjCgZTviktqfvSCmdOBqSLjxaS2UXXQO1V/0LUrPmSuJl60nQJTy3ZIqtsZ1Vg1k2NTJokCsbK3RlIFFdWTiSPnGVwKm86F11PXQw8KUNh+OsxgnXR3F4kTiqgU5amU6k2E2pNGOdup6bLUoBsJMySAR0Dr6YP6Mk+MtR1Pd0ouo5tTZ4v8uYjK/fSv1Pf4EjSKBh2YWUjEBF58yhTJnz6eaWbNkwLmdrTTw/CYa/eRTiUm+bzTmAsNZCIdyHuFx211UO/s0SkKSWZ4Xg9VvwNie4ipBFMUtN90UALuytq7u6lQ6rViUdq9fR0PvbBdfFnfQ/kMCVPJUjyyATs87i2r/dAnZ2TqZWbs2A+VwHMUmTaIi0km5p9dc5ueo+NQWaoK6aLzkYkrNPIESUBmpmTNIQ7WM7HofCb/gu3glLsMXtjQ8qNgNElE2ZRacKZbD982498cYwLbQFQFqEgLximQqZSnRfR00sPlFsoXS9RhGq2ZBhYfYDY0AGPf1IBQEJkYDYXremdR87XUQuicaB0RcJJB0m6/7LjVceAE57K7auGWscQLVzp1DTnOzTEDg7MbAqpptefKSNdSz5jEa3f2xXxYhVpTFDDkpCmx2PJmcz/mBb9n3wlPQccWQzbSu5Kux9QcnzHLnQfIKRYC0oiWAHOnZc6jpmmsofdpsyKMZNOn666h+yWJDMkwaPjB+mAXCUkFu9J1CqUMZRS7BD15hlDrve1DeCzhLzccZs4MYiyEfXJBgl8OPxf4+yVfMgELbQhquOL32edwkYyU31MUCjbTuoMTMk6h23nzc3DKMGFA7W+6UUyFwa6FWRiSmdAjG9wO+BtbMv7uLSp3dJhUok969wETaTysqAhiu2P/sizSl4/vkNE1EoaFYsV2AX5638JAGUPuF8YRhy6E3t2AAwxX20xQqBOUrAqX8/OIzfHF/G/U/soZyUPgyaMuqzlu4MDVzJqx2WlXMGDaw5Pehbdup73cbIKMGBGjFSFVJzp/sSmSUB4eob/2zyHOcY6VaX4pfGngER4Muj4tx8sW/HAhDF4uRxOoZIFUOoYxjqnDqqPjJXupd8xvKvfYqETNplaww8RW6XlR6gICGNr9CB/7lHhp+bxe+sgVo8JxQlmk6JBTEHaH6ObeJGjLXfYUxWdx4CWKr2NdLJWYbilgrEl2hxuOI9lVGUDjyzJdQyvQ+CjZ97TXSEKpVlhtrKb8JMrDpZdr/i7touLW1YhwdNg7EM1QVqmo64x8K+9qpsPdTE6MG3NccvDnVdkyNVdz/KWZgONSmAQvpKl3I2k9J9es0TSa7sUkeXu7skqKztA+We2Qt3DlP2cXnkJVKibWqhiJxqDEBr1PnPb+m0T0fVybRj78wDrUeI8+1eJDEINeAHFeDOaSJD1HmtBAVZNSzGNgMlk/8j3MDM42KzLT2lA/HC3OZlc1Qzex5lJ57JjkTmo2vQ79xUh7a9AIAfkI9a1eTlx+m+m98kyymdXZPHiS7PFx96PUt1PnrfwOoj2RwNqqIWFOz1HdcixX3H0T8DJrcF7UUxiPpIEipGKuby1Ph03ZR/r5lTwAwa7otah3P6+kSn2WJFHAGP1RYjl+1K72K1CmzKXvehRRrnhQ+0UEeik2dRg6Sct/Da+EaewFuDZV6eqjuvPNFNvEgyh0dsNQW6nnyt1R4/0PEhkOpk2dS/blLKD3rq6RSSUxSPw29sY36NjxHox/tFcuESZo9yGJrecZquCd7Waltv4kzc9pUThwNgYX0cA4BXpKHiQYMU4wKk6aFSjo163SoiimmUPQqNYkNt8suWCQB37tuHcB9TP3r19PIzp3ktLTIqIodB6iwezcUer9UC5k5yHN/8R2qOe0UsmtSPvNpqjnpRIo1NFDHvf8Oa7QJ4wWsYdSmMrEuQytRuX9AGku+xbLsg7UBCXGyZbWtwmiKZESf223kI1YJQgxQGFXcwKyH7zPzF8hAuuGOxT17aOT9D0jv2iWVtfZlFVcLtWfMoUkrroXFTjJzJ1LKTKSDWrDunEWUe+sdKrZ3QP27PhgVyrnKGMvkDo+YnGu+qLXGspaqFBq+K2qffv0buqbpMpabqhQHYjYz/2yaeNlyik0/yswyt9xsEwPs3mkI2EnfWyGgyO9gVbEn7hOb0CA6UiUTxmGour7VYUqwJL60V5FEDCynfZhc72g/3ipWq9RgjM8dGECctGOS3EPpPAKOhSmDa7p8OUqaaaaBo00eS88+nSbfcL2422GZL2RA29B39ByrUoSr0GaWiPXIZOfYdn1c6PF8WajDpPbySxPjfF4lIeITK4Pht7aK2mArVCXi6tpOeoXZxUto4pVXQtFPlXNr586lyStXgihmVRWjh4JS0nQtoIzRokODRB2kAqrUgyou9Zw0gsztBh2ctM913RlspxhyEjdphPJ9UcatNQnWgCExCSMfvEvq+Q1U942LwYYTxx2cxBJbbuEiSeL5d96hhqVLYamTpDofF5SvHXOvb4PUelvcn79TvjxTVCmhtN9YSrRMwXnlwGr7GdiH5XJ5SZwV8cRmqa+80RE/SatK3yGYDAaHlJDfukXGUL/0EiTpCUaJjAcO7JdduBCV9Ryy6+qkAzwuqMCX3tpBBx9cQ4W2dp/GdUR76jA02Op2bQ3FkE5EtpnTPmAR3MpLOfw5MaXFtNW030xTYVfG9w5fgeJBGuDzEL19T6xDIdkthPEZqxgy4w5AfXZMmZ5JbvvbtP+f7oaFd1a8JVISqqhk5GI3U4tK+nhZ2PB/bGVgW0ssegHOmdAEq02KSJso7VeK56Bu8KAHc1tepf7H15Lb2xN2scbpwH52TLGrYcLyO3ZSBwQxW8wgsqpbh5KhfZXvA01Mn4YCdroBZm6/ja/6BBbbw2tTPDvpWajTuHcYZjGLVFW/MFqy4JtSkXKvvkx9j66lcleXEMa44MbrzgIUp4LcW7DUnXdTbutbRhCosZ3IgK51yAFWIgkVtNCkIZNv9+DPXlb3fWXX3VBEwcjt5/Tp80xLIGjUqkiiDpOjkolUkUAf2ryJep94VMCNmwbGcT+2VO7tHdRx5y8p/8abYdWgIkknamhZK9CmynDAhnUXnifiQpk438BNAB5BCQH+NPfDmfadhkZUvGeYzO5n+LBtFthfjalAwHh849zmjdT72MNQ+p2+Cx0BKC5uUWRy6ZLf+qYQg7aDnopfIkVbBJHwYHrPnruI4lMmGUVj7vo0Y7L8q94EsFdLpaJQanbxBdK/C+6iLE3Rloqq8g8T3LyiyaX/0CubQCiPGELxk/24RIFn5Xe2Usfd91AeFtO2JZNU3eZQYeVcVbpwtwpJecJ3r6gseBChyqU3w2YO3PEgKH91oVDwOMDjELiZsxYZ7eYHqwHg9x4i7QKKLkawW0KzDW6CW659iEoHDkhrWo1xTWmXMVGA9Tru/lcafqdVdJ6I2EjlfAi+4Ds824Wib/zziyh5/LGmtW5MuxrHwapOMMA9OToyspMXt7k0yS76OuojmLg4GqFZHdbRUa2ox1hCI8EPvrSJuh+8HwL4fWN45EfLPzi35d/YSp33/gqg/rsyaRUfCBumlZWZYPK0pJrE9Ok08arl0JFJPyY1SnB6Mqw0goYpgA16pgQ5Px6P2059o9D3cOvbIChtulZjynvtx58pb7TUTYHu1Lw4/sle1FN7RBJxoVkeGJQqe3DjS9T90Goa/p/3wvupIJyk5RCEmK4UFoHMY0qHZaeuuoUy5y6UopVjCsePcWw8pMXtg3sAVlsWS8TPS6RqKXP2Ehrdu5sGNj6HKQj66hVRqrSpiYKZ9cK+PleeFtMSLPYeFdvayJ7YJNRczueoxNUx6rFg7UwuJKModNAKV8Gamw6rL36mVyxT4/JlOC4hxRrXKPpN+PPAYXv3/j8uiH44PJR73rbsZhtmbrzkO1Tq7qLhnW+bAjR8nD8AHSwHBX3AML4xXtPI5BKfC0vTrTKrnxIEvr8pFV0P0FWAKLpYBctnF82HtW6SHj6vS+MX7j790B/7Z66PtUIU3zycz7suzOyks9R09UpKzTxZWtfBzKoxS3aaIgxNKsyBwdKSChQEE4lthSsoumqpz48oHUxVpfDilmDN1+ZQy+1/S1Z9gwHFvQoi3knQeqRLtatB/z8dyeUgmEvQeA3U/L2bqAaqRKrsMV2ngBk9FREdOlxxDZWQYT0VWWvQVbpPReq+YBGQdwxosHPtwgU0/Rc/IaepCc8vBLH5U397xBGvQfNVPy6MjNw3gpjA3ZG4J1Dz9TdR3ZILZPa5tKlUsLp6kS4y+yq6SKl12KVUVRSuq2YjTM3Dw/Ksxiu/TUfd8RMUrJNNtWDK6ft8wjhsWfEZklxW439UED+mFclUDdlQ0U1XXU+JY46jXgjfIippFUtUltF5hiNxEcaidJMp0o8PgAafVHXS4J0GuTzFQOlNN15LDcsuMjlS3E/+D7ZDFD/PzhxuHd3qxGOrUgCneJsRBlhq/5T6n91AQxtfIBe5TsnOB9OsUa6WfRyyRcINtj540jLzgoYO/86bVjyz74PKpg3ulU39VvfNpWC+Sykx4zhcXzZLVDIj+vNvYIluOcJxORT4HclEsgkgSTsxccfS/nYaeGY95bZtJS+fl/0fptlTWZs2g/cbNkzRDJxBycawsqxF84RxT7H27PnUcPmlFD/maEimhJCGZ8qdLp8ovqAtR2M3iRHdhgS+xIknHIvZjeMNdOj29KDwfA2abzuVOg5QmfdVMflAYnlcORTLpv0mKcCWjjCrBlWTlsZr+qx5lFm8iJzmicaaXrhAXwbJ/ME2iY0tGldC/10Ti8XP4G1IXEvx2pTmWgzvSwcPUGHPHsTgfij9bnKHBmXzmFiR92ekEa+gbGfqVEocfxzFp04hD9aTPkhYVwlrbsef+/H27j/mDlPeWXqpZVnfth17Aat7y3JMtcIbMaXgtIxil8VDP836simIJ7O8WxJu8/h7o2o246x1OHgjZseXsnXWB3gKFMb5sOLFAHqs8nvqKuwiqDAdeKEG9PxU5G8i0/Qxvn0cXzzru9yXtHX28ATTjCFOA6C5eH8yAM3E6zE4JuBI+2J1CCAGYMF9QAbpT+9yjwJHO47OL2qz8/8KMAC3aSF3JSnxOgAAAABJRU5ErkJggg==");
  width: 54px;
  height: 54px;
  content: "";
  position: absolute;
  left: -7px;
  top: -8px;
}


.panel-body {
  padding: 15px;
}
.panel-body .panel-body {
	padding-top: 5px;
	padding-bottom: 5px;
}
#contentUpdate .panel-body, .block .panel-body {
padding-bottom: 5px;
    padding-top: 5px;
}
.panel-body:before, .panel-body:after {
  content: " ";
/*  display: table;*/
}

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

.panel-heading {
  padding: 6px 5px 7px;
  border-bottom: 1px solid transparent;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
  margin: -1px -1px 0 -1px;
}

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

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  color: inherit;
  font-style:normal;
  white-space: nowrap;
}
aside .panel-title {
	white-space: unset;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-subtitle {
  font-size: 9px;
  margin-top: 2px;
/*  margin-bottom: -12px;*/
}

.panel-footer {
  padding: 6px 15px 7px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

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

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

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

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

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

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

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-primary > .panel-heading {
 /*  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3Njk2MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JjMDExZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d76963), color-stop(100%, #bc011e));
  background-image: -moz-linear-gradient(#d76963, #bc011e);
  background-image: -webkit-linear-gradient(#d76963, #bc011e);
  background-image: linear-gradient(#d76963, #bc011e);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD76963', endColorstr='#FFBC011E'); */
  color: #fff;
    background-color: #7e7c89;
    border-color: #71707c;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7e7c89), color-stop(100%, #65646e));
    background-image: -moz-linear-gradient(#7e7c89, #65646e);
    background-image: -webkit-linear-gradient(#7e7c89, #65646e);
    background-image: linear-gradient(#7e7c89, #65646e);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF7E7C89', endColorstr='#FF65646E');
}

.panel-simple {
  border: 0 none;
}

.panel-simple > .panel-heading {
  color: #fff;
  background-color: #bc011e;
  border: 0 none;
  margin: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3Njk2MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JjMDExZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d76963), color-stop(100%, #bc011e));
  background-image: -moz-linear-gradient(#d76963, #bc011e);
  background-image: -webkit-linear-gradient(#d76963, #bc011e);
  background-image: linear-gradient(#d76963, #bc011e);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD76963', endColorstr='#FFBC011E');
  float: left;
}

.panel-simple > .panel-body {
  border-top: 1px solid #bc011e;
  clear: both;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.panel-nobg {
  border-color: transparent;
  background: transparent;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -webkit-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 {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

.modal-dialog {
  position: relative;
  width: auto;
  top:100px;
}

.modal-dialog > div {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

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

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

.modal-backdrop.fade {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 8px 30px 8px 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 8px 30px 8px 15px1 0.35;
  background-color: #fcf4ec;
  font-size: 14px;
  font-weight: bold;
}

.modal-header2 {
  padding: 8px 30px 8px 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 8px 30px 8px 15px1 0.35;
  font-size: 14px;
}

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

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

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

.modal-body2 {
  position: relative;
  padding: 15px;
  background-color: #e5e5e5;
}

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

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.tovmod{
	margin-bottom: 0px;
}
td button.add-to-card:before{
	content: "\412  \43A\43E\440\437\438\43D\443";

}	
button.disabled{
	display: none;
}
button.disabled:before{
	content: "Недоступно";
}	
.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-content {
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Verdana;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.25;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.qtip-bootstrap p.small{
	padding-top:3px;
	color:#807c7c!important;
}
.tooltip.in {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.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: 300px;
  padding: 8px;
  color: #9a4d18;
  text-align: left;
  background-color: #fff6bd;
  border-radius: 4px;
  box-shadow: 0 0 3px #000;
}

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.35;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 11px;
  background-color: #fcf4ec;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  -moz-box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.75);
}

.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: 12px;
  background-color: #faecdf;
  border-bottom: 1px solid #f6e0c9;
  border-radius: 5px 5px 0 0;
}

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

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

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

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

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: #e8e8e8;
  bottom: -11px;
}

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

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #e8e8e8;
}

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

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #e8e8e8;
  top: -11px;
}

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

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #e8e8e8;
}

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

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

.clearfix:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
  
}
footer .pull-right { width: 20%;}
.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}
.show_inline {
  display: inline-block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}

.hidden {
  display: none !important;
}

.hidden_lite {
  display: none;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

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

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

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

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

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

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

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

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

  tr.visible-sm {
    display: table-row !important;
  }

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

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

  tr.visible-md {
    display: table-row !important;
  }

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

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

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
	
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 640px) {
  .hidden-xxs {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

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

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

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

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

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

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Animations
----------------------------------*/
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
/*
 * Navi left
 * --------------------------------------------------
 */
.navi-left {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.navi-left__item {
  font-size: 14px;
  margin: 0 -15px;
}

.navi-left__item > a, .navi-left__item > span {
  padding: 5px 12px;
  position: relative;
  display: block;
}
.fa.loc{
	display: inline-block;
    float: left;
    font-size: 19px;
    margin-right: 5px;
}	
.mob-login{
	margin-right: 30px;
}
.top_mob_menu .ajaxlnk{
	text-transform:uppercase;
	color:#FFF;
}
.mob-contacts .ajaxlnk{
	color:#000;
}


.mob-manuf .ajaxlnk{
	color:#000;
}

.mob-deliv .ajaxlnk{
	color:#000;
}
.top_mob_menu{
	display:none;
	border-bottom-style:double;
	border-bottom-width:3px;
	border-bottom-color:#E0E0E0;
}
.top_mob_menu div p{
	margin:0;
}
.top_mob_menu div{
	width:100%;
	/*min-height:40px;*/
	font-size: 13px!important;
	padding: 10px;
}	
.top_mob_menu .auth{
	background:#787878;  
	color:#FFF;
	text-transform:uppercase;
}
.top_mob_menu .city{
	background:#DBDBDB;
	color:#333;
	text-transform:uppercase;
}
.navi-left__item span.red{
	text-transform:uppercase;
	color:#D21116;
	display:none;
}
.navi-left__item:hover > a, .navi-left__item:focus > a {
  background-color: #fcf4ec;
  text-decoration: none;
  color: #b6352f;
}

.navi-left__item.active {
  color: #b6352f;
}

.navi-left__item.active .active span {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .navi-left__item.parent > a, .navi-left__item.parent > span {
    padding-right: 20px;
  }

  .navi-left__item.parent > a:before, .navi-left__item.parent > span:before {
    content: "";
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAHCAYAAAArkDztAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjcyM0E1RDQ2QjU3MTFFNTgzMDRGNUNCRDM4NTAxQTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjcyM0E1RDU2QjU3MTFFNTgzMDRGNUNCRDM4NTAxQTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNzIzQTVEMjZCNTcxMUU1ODMwNEY1Q0JEMzg1MDFBNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNzIzQTVEMzZCNTcxMUU1ODMwNEY1Q0JEMzg1MDFBNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PugXKLUAAAArSURBVHjaYli9atWz////M4AwMhtDAMZmwKYaxGZiwAFwSuC2A5erAAIMACtdWLsijLghAAAAAElFTkSuQmCC");
    width: 6px;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 11px;
  }

  .navi-left__item.active.parent > a:before, .navi-left__item.active.parent > span:before, .navi-left__item.parent:hover > a:before, .navi-left__item.parent:focus > a:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAHCAYAAAArkDztAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjE4RkIxMkI2QjU4MTFFNUIyQUFEMEQ0RTRGQTc5NTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjE4RkIxMkM2QjU4MTFFNUIyQUFEMEQ0RTRGQTc5NTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMThGQjEyOTZCNTgxMUU1QjJBQUQwRDRFNEZBNzk1NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMThGQjEyQTZCNTgxMUU1QjJBQUQwRDRFNEZBNzk1NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpWirtsAAAArSURBVHjaYtgnrPLs////DCCMzMYQgLEZsKkGsZkYcACcErjtwOUqgAADAGJ3Tle+ZMMbAAAAAElFTkSuQmCC");
  }

  .navi-left__item > ul {   
    border-width: 1px 0;
    border-style: solid;    
	border-color: #e8e8e8;
	background-color: #e8e8e8;
  /*background-color: #fcf4ec;
   border-color: #b6352f; 
   padding: 0 15px;*/
   padding: 0 15px;
   list-style: none;
  }

  .navi-left__item > ul .navi-left__item {
   font-size: 11px;
  }
.navi-left ul li a, .navi-left ul li span{
	padding-left: 17px;
}	
}

.panel-aside-nav-main {
  position: relative;
}

.navi-left__submenu {
  display: none;
  position: absolute;
  left: 298px;
  top: 0;
   
    background-color: #fcf4ec;
  z-index: 1000;
  border: 1px solid #f5992c; 
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px;
  width: 316px;
}
.navi-left__submenu-deep {
  top: -1px;
  left: 314px;
}
.btn-show-menuMain{
margin-top: 50px;
width: 100%;	
}
.btn-show-menuMain.active {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
  
}

.panel-aside-nav-main.active {
  position: absolute;
  top: -40px;
  left: 15px;
  width: 300px;
  z-index: 1000;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 4px 4px;
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
  border-color: #f5992c;
  background-color: #fcf4ec;
}

.panel-aside-nav-simple .panel-body {
  padding-top: 0;
  padding-bottom: 0;
}

/* Novosti
-------------------------------------------------- */
.main-novosti {
  text-align: right;
}

/* Yandex.Market
-------------------------------------------------- */
.main-market {
  padding: 15px;
  text-align: center;
  margin-bottom: -15px;
}

/* Lic.soglashenie
-------------------------------------------------- */
.main-soglashenie {
  padding: 15px;
}

/* Service
-------------------------------------------------- */
.link-decoration {
  text-decoration: underline;
}

.link-no-decoration {
  text-decoration: none !important;
}

.strike {
  text-decoration: line-through;
}

.no-margin {
  margin: 0 !important;
}

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

.clear:after {
  clear: both;
}

.js-link {
  display: inline-block !important;
  text-decoration: none !important;
  cursor: pointer;
  position: relative;
}

.js-link:hover, .js-link:focus {
  text-decoration: none !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.js-link:before {
  content: "";
  border-bottom: 1px dashed !important;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

header .js-link:before{
content: none;
border: none;	
}

header .js-link {
font-weight: bold;
font-size: 12px;	
}
.js-lk {
    border-bottom: 1px dashed !important;
}
.js-lk:hover{
	text-decoration: none;
	/*border-bottom: 0px !important;*/
}

.js-inline {
  cursor: pointer;
}

.link-active {
  color: #b6352f !important;
  text-decoration: underline;
}

.link-primary {
  color: #b6352f !important;
  font-weight: bold;
}

/* 002aff */
.link-vnalichii {
  color: #3399cc !important;
  font-weight: bold;
}

.link-primary:hover, .link-primary:focus {
  color: #79231f !important;
  font-weight: bold;
}

.link-checked {
  color: #777777 !important;
  font-weight: bold;
}

/* Color
-------------------------------------------------- */
.color-text {
  color: #333333;
}

/* Layout
-------------------------------------------------- */
img,
video {
  max-width: 100%;
}

video {
  width: 100%;
}

a {
  -webkit-transition: color, background, border 400ms ease-in-out;
  -o-transition: color, background, border 400ms ease-in-out;
  transition: color, background, border 400ms ease-in-out;
}

.sidebar {
  width: 300px;
  float: left;
}

/* Header
-------------------------------------------------- */
header {
  background-color: #fff;
  padding-bottom: 5px;
  margin-bottom: 7px;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

header .sidebar p {
  margin: 0;
}

header .sidebar-right {
  width: 250px;
  float: right;
}

header .main {
  margin-left: 315px;
  margin-right: 265px;
  text-align: center;
}

header .main form {
  text-align: left;
}

header > .container {
  padding-top: 5px;
}

header > .container + .container {
  padding-top: 5px;
}

header > .container + .container .sidebar-right {
  margin-top: 0;
}

header div.logo {
  margin-bottom: 5px;
  margin-top: -38px;
}

header .sidebar-right p {
  padding-left: 40px;
  position: relative;
}

header .sidebar-right p + p {
  margin-top: 15px;
   
   
}

header .sidebar-right [class*="icon-"] {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

header .sidebar-right .icon-head_phone {
  top: 50%;
  margin-top: -15px;
}

header .sidebar-right .phone__cod {
  font-size: 18px;
}

header .sidebar-right .phone__number{
  font-size: 24px;
  line-height: 30px;
}

header .navbar {
  top: -60px;
  -webkit-transition: top 400ms ease-in-out;
  -o-transition: top 400ms ease-in-out;
  transition: top 400ms ease-in-out;
}

header .navbar .navbar-brand {
  /*display: none;*/
}

@media (max-width: 767px) {
	.search_title{
		    margin-top: 13px !important;
			padding:0;
	}
	header > .container + .container{ padding-top: 20px;}
  header .navbar .navbar-brand {
    display: block;
  }
}
/*header .navbar .nav__item-yet {
  display: none;
}

@media (max-width: 991px) {
  header .navbar .nav__item-yet {
    display: block;
  }
}*/
#btn_reset, #btn_process{
	max-width: 85%;
    color: rgb(255, 255, 255);
    margin-top: 10px;
    margin-bottom: -10px;
}
#btn_process{
	position: fixed;
    left: 220px;
}
header .navbar.navbar-sticky {
  top: 0;
  -webkit-box-shadow: 0 0 3px #e8e8e8;
  box-shadow: 0 0 3px #e8e8e8;
}

header .navbar.navbar-sticky .navbar-brand,
header .navbar.navbar-sticky .nav__item-yet {
	
  display: block;
}
.nav__item-yet {
	margin-right: 10px;
}
.text-in-cart {
 margin: 6px 0 0px;
}
.header_phone{
	text-align: center;
    margin-top: 10px;
}
.text-in-cart a {
  
  height: 30px;
  line-height: 15px;
  vertical-align: middle;
  color:#000000;
}
.text-in-cart a:hover{
	text-decoration:none;
}	
.logo {
  display: inline-block;
  height: 86px;
  overflow: hidden;
  text-decoration: none !important;
  width: 293px;
}

.logo strong {
  left: 0;
  position: absolute;
  top: -5555em;
}

.nav-top {
  overflow: hidden;
  display: inline-block;
  margin-bottom:10px;
/*  color: #b6352f; 28.12 */
/*  font-weight: bold; 28.12 */
}
.nav-bottom{
	display: inline-block;
  margin-top:10px;
  margin-left: 7%;
}
.nav__link-fav_top, .nav__link-cart_top{
	color:#616161;
}	
.nav__link-fav_top:hover, .nav__link-cart_top:hover{
	    color: #b6352f;
}
.nav-top__col {
  float: left;
  border-right: 2px solid #e5e5e5;
  padding-right: 16px;
  margin-left: 16px;
}

.nav-top__col:last-child {
  border: 0 none;
  text-align: left;
}

.nav-top__col:first-child {
  text-align: right;
}

.nav-top__item + .nav-top__item {
  padding-top: 15px;
}

.nav-top__item a {
  color: #333333;
/*  color: #b6352f; 28.12 */
}

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

@media (max-width: 1199px) {
.nav__link-cart .cart__qty {
    left: 0px;
}
  .nav-top {
    text-align: right;
  }

  .container-search .sidebar-right {
    display: none;
  }

  .container-search .main {
    margin-right: 0;
  }

  header {
    padding-top: 40px;
	border-bottom: none;
  }

  header .navbar {
    top: 0;
    -webkit-box-shadow: 0 0 3px #e8e8e8;
    box-shadow: 0 0 3px #e8e8e8;
  }
}
@media (max-width: 991px) {
	.top_mob_menu{
		display:block;
	}
.navi-left__item span.red{
	display:block;
}
  .nav-top {
    display: none;
  }

  .container-search .sidebar-left {
    display: none;
  }

  .container-search .main {
    margin-left: 0;
  }
}
.home-slider .fotorama__html > div {
  width: 100%;
  height: 100%;
}

.home-slider .fotorama__html > div a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.main > .panel {
  overflow: hidden;
}

.block h1{
 display: inline-block;
 font-size: 15px; 
}
.block  .count_prod{
    color: #777777;
    font-size: 12px;
	font-weight: normal; 
} 

.block-bg {
  padding-top: 15px;
  margin-bottom: 16px;
  margin-top: 16px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.block-bg--gray {
  background-color: #f8f8f6;
}

/* Footer
-------------------------------------------------- */
.footer-block-bg {
  background-color: #7e7c89;
  color: #fff;
  padding: 4px 0;
  margin-bottom: 16px;
}

.footer-nav__section {
  font-size: 14px;
  margin-bottom: 16px;
}

.footer-nav__section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav__section ul > li a {
  color: #333333;
  text-decoration: underline;
  line-height: 1.75;
}

.footer-nav__section ul > li span {
  color: #333333;
  text-decoration: underline;
  line-height: 1.75;
}
.footer-nav__section ul > li span:hover {
 color: #79231f;
}
.footer-nav__section ul > li a:hover, .footer-nav__section ul > li a:focus {
  color: #79231f;
}

.footer-nav__title {
  font-weight: bold;
  position: relative;
  margin-bottom: 8px;
}

.footer-nav__btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}

@media (min-width: 992px) {
  .footer-nav__section .collapse {
    display: block;
    height: auto !important;
  }
}
@media (max-width: 991px) {
  .footer-block-bg {
    margin-bottom: 0;
  }

  .footer-nav__btn {
    display: block;
	
  }
.clear_footer{
	clear: both;
}
  .footer-nav__section {
    margin: 0 -15px;
    padding: 0 15px;
    border-bottom: 1px solid #e8e8e8;
  }

  .footer-nav__section ul {
    padding-bottom: 16px;
  }

  .footer-nav__title {
    margin: 0 -15px;
    /*padding: 8px 42px 8px 15px;*/
	padding: 8px 10px 8px 15px;
    text-align: left !important;
  }

  .footer-nav__title:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 20px;
    height: 12px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAYCAMAAABQmCTMAAAAZlBMVEUAAAB3d3d3d3fp6el6enqsrKy2trbb29t3d3eOjo6bm5utra3S0tLk5OSBgYF+fn7BwcHExMTKysqHh4eHh4fr6+t5eXmSkpKhoaGpqam3t7fPz8/X19fc3Nzq6up3d3eoqKiFhYUEVZ5rAAAAH3RSTlMA2tQG0nZjIL6tlWYwEcjGUUk/vLgEu6KMblc2KB4EyZw+fAAAAN5JREFUKM99kdsOgjAQRFdKQWoBUVBuuvj/P6ly2QlQep6ayUnaztBI09MxfYNz+0jiQzFOHu1yvpyZ8+5A7HLm8wUic1g4xSJknlX1E0eCyCFGAfOkKhp4IdA7UQe8MJDSJ1FNtfLeRsSTVv8bROVnSiB9sojzy65QyxjtlBCvS3gLJcztnNlcsvBGgs0QF2hnIrOrIe6oIJJ2Ru6b+dIEqlYaYpLSBmXwrw/+YhTtqUWFWJMT2QB9u0VsgL6dYAP07QQboG8vNkPfPrBB+fI42AB9+1GG0befaqgc6RfUSCaIrxzC/QAAAABJRU5ErkJggg==");
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
  }

  #footerNav {
    margin-bottom: 8px;
  }

  .footer-nav__section-phone .footer-nav__title {
    display: none;
  }

  .footer-nav__section-phone ul {
    margin: 0;
    padding: 0;
  }

  .footer-nav__section-phone a {
    margin: 0 -15px;
    padding: 0 42px 0 15px;
    display: block;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3Njk2MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JjMDExZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d76963), color-stop(100%, #bc011e));
    background-image: -moz-linear-gradient(#d76963, #bc011e);
    background-image: -webkit-linear-gradient(#d76963, #bc011e);
    background-image: linear-gradient(#d76963, #bc011e);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD76963', endColorstr='#FFBC011E');
    font-size: 18px;
    text-align: center;
    color: #fff !important;
  }

  .footer-nav__section-phone a i {
    vertical-align: -3px;
  }
}
.panel-menu a {
  padding-right: 36px;
}

.panel-menu a:before {
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAHCAYAAAArkDztAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjcyM0E1RDQ2QjU3MTFFNTgzMDRGNUNCRDM4NTAxQTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjcyM0E1RDU2QjU3MTFFNTgzMDRGNUNCRDM4NTAxQTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNzIzQTVEMjZCNTcxMUU1ODMwNEY1Q0JEMzg1MDFBNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNzIzQTVEMzZCNTcxMUU1ODMwNEY1Q0JEMzg1MDFBNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PugXKLUAAAArSURBVHjaYli9atWz////M4AwMhtDAMZmwKYaxGZiwAFwSuC2A5erAAIMACtdWLsijLghAAAAAElFTkSuQmCC");
  width: 6px;
  height: 7px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
}

@media (max-width: 1199px) {
  .footer-nav__section #footerNavSecurity li {
    width: auto;
  }

  .footer-nav__section #footerNavSecurity li [class*="icon-"] {
    display: none;
	
  }
  
  .footer-nav__section #footerNavSecurity li a img {
    display: none;
	
  }
  
}
@media (min-width: 1200px) {
  .footer-nav__section #footerNavSecurity {
    max-width: 600px;
    margin-top: -8px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .footer-nav__section #footerNavSecurity ul.pull-left {
    float: none !important;
  }

  .footer-nav__section #footerNavSecurity li {
    float: left;
    padding: 15px 0 0;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
    width: 100px;
    overflow: hidden;
  }
  .footer-nav__section #footerNavSecurity li.foot_brendy {
   width: 120px;
   
    }
  .footer-nav__section #footerNavSecurity li a img {
	  max-width: 120px;
	  max-height: 35px;
  }
  .footer-nav__section #footerNavSecurity li a span {
	  display: block;
	  text-align:center;
  }
  .footer-nav__section #footerNavSecurity li [class*="icon-"] {
    display: block;
    margin: 0 auto 5px;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
  }

  .footer-nav__section #footerNavSecurity li a {
    text-decoration: none;
    line-height: 1.15;
  }

  .footer-nav__section #footerNavSecurity li a:hover, .footer-nav__section #footerNavSecurity li a:focus {
    text-decoration: underline;
  }

  .footer-nav__section #footerNavSecurity li a:hover [class*="icon-"], .footer-nav__section #footerNavSecurity li a:focus [class*="icon-"] {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  .col-lg-6 .footer-nav__section {
    margin-left: -40px;
  }
}
@media (min-width: 992px) {
  .main {
    margin-left: 315px;
  }
}
@media (max-width: 991px) {
  .content .sidebar {
    display: none;
  }

  .content .sidebar-offcanvas {
    display: block;
  }
}
/* Autocomplete
-------------------------------------------------- */
.form-group__search {
  position: relative;
}

.form-group__search .input-group {
  z-index: 101;
}

/*.form-group__search .form-control {
  background-color: #fcf4ec;
}*/

#results {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 19px 15px 15px;
  border: 1px solid #ddd;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 4px 4px;
  background-color: #fcf4ec;
  z-index: 100;
  margin-top: -4px;
}

#results ul a {
  text-decoration: none;
  color: #333333;
}

#results ul a:hover, #results ul a:focus {
  color: #79231f;
  text-decoration: underline;
}

#results ul li + li {
  padding-top: 5px;
}

.navbar-search {
  padding: 7px 15px;
  overflow: hidden;
}
.fa-filter{margin-right: 10px; font-size:16px;}
.close_filter{
	position: fixed;
      left: 260px;
    top: 60px;
    font-size: 25px!important;
    color: #c1152b;
	cursor:pointer;
	display:none;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media (max-width: 991px) {
 /*
* Style tweaks
* --------------------------------------------------
*/
  body {
    overflow-x: hidden;
    /* Prevent scroll on narrow devices */
  }

  body, html {
    height: 100%;
  }

  .row-offcanvas {
    position: relative;
  }

  .row-offcanvas:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: -100px;
    bottom: -100px;
    background-color: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
  }

  .row-offcanvas.active {
    overflow: hidden;
  }

  .row-offcanvas.active:before {
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 1000;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-right.active .sidebar-offcanvas {
    right: 0;
  }

  .row-offcanvas-right .sidebar-offcanvas {
    right: -315px;
  }

  .row-offcanvas-right .sidebar-offcanvas:after {
    right: 0;
    left: -1px;
    border-right: 1px solid #e8e8e8;
  }

  .row-offcanvas-right .panel-aside-nav-main {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-left.active .sidebar-offcanvas {
    left: 0;
  }

  .row-offcanvas-left .sidebar-offcanvas {
    left: -315px;
  }

  .row-offcanvas-left .sidebar-offcanvas:after {
    left: 0;
    right: -1px;
    border-right: 1px solid #e8e8e8;
  }

  .row-offcanvas-left .panel-aside-nav-main {
    left: 0;
    display: block;
  }

  .sidebar-offcanvas {
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background-color: #fff;
    position: fixed;
    z-index: 1000;
    top: 0;
    display: block;
    height: 100%;
    border-right: 1px solid #e8e8e8;
  }

  .sidebar-offcanvas:after {
    content: "";
    position: absolute;
    top: 100%;
    height: 100px;
    background-color: #fff;
    margin-top: -1px;
  }

  .sidebar-offcanvas .panel-aside {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-width: 0;
  }

  .panel-aside {
    display: none;
    margin: 0;
  }

  .panel-aside-nav-main {
    overflow-y: auto;
    position: absolute;
    height: 100%;
    top: 0;
    padding-top: 50px;
    width: 300px;
    display: block;
  }
}
/*
 * List
 * --------------------------------------------------
 */
.list-vrt,
.list-std {
  padding-left: 0;
  list-style: none;
}

.list-vrt {
  margin: 0 0 30px;
}

.list-vrt__item {
  position: relative;
  margin-left: 20px; 
}

.list-vrt__item + .list-vrt__item {
  margin-top: 20px;
}

.list-std__item + .list-std__item {
  margin-top: 8px;
}

.list-razdel .list-vrt__item {
  padding-left: 50px;
  min-height: 40px;
}

.list-razdel .list-vrt__item .razdel__logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
}

.list-subrazdel a {
  color: #333333;
  text-decoration: none;
}

.list-about {
  font-size: 14px;
}

.list-about__item {
  height: 60px;
  margin-bottom: 15px;
  position: relative;
}

.list-about__item .js-inline {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
  padding-left: 75px;
  color: #333333;
  text-decoration: underline;
}

.list-about__item .js-inline:hover {
  color: #79231f;
}

.list-about__item .js-inline:hover [class*="icon-"] {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.list-about [class*="icon-"] {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.list-article {
  overflow: hidden;
}

.list-article__item {
  clear: both;
  overflow: hidden;
}

.list-article__item2 {
  clear: both;
}

.list-article__item2 + .list-article__item2 {
  margin-top: 5px;
}

.list-article__item + .list-article__item {
  margin-top: 10px;
}

.list-article__image {
  float: left;
  margin-right: 15px;
}

.list-article__title {
  font-size: 14px;
  line-height: 1.15;
  margin-bottom: 5px;
}

/*
 * Listing
 * --------------------------------------------------
 */
.listing {
  border: 1px solid #e8e8e8;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.listing__item {
  padding: 16px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e8e8e8;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.listing__item:hover {
  -webkit-box-shadow: 0 0 3px #b6352f;
  box-shadow: 0 0 3px #b6352f;
  z-index: 100;
}

.listing__item + .listing__item {
  margin-top: -1px;
}

.listing__item .product__image  {
  width: 150px;
  float: left;
  text-align: center;
  
}
.product__description{
	  word-wrap: break-word;
}
.product__description.active {
    max-height: 100% !important;
}
.listing__item .product__image img {
  min-height:150px;
}
.listing__item .product__image span{
	color: #777;
	font-size: 11px;
	display: inline-block;
}
.listing__item .product__body {
  margin-left: 166px;
}

.listing__item .product__subtitle {
  color: #777777;
}

.listing__item .product__subtitle a {
  color: #777777;
}

.listing__item .product__price {
  text-align: center;
  margin-bottom: 16px;
}

.listing__item .product__price .price {
  font-size: 15px;
  font-weight: bold;
}

.listing__item .product__price .price-opt {
  color: #777777;
}

.listing__item .product__price .available.not-available {
  color: #777777;
  font-weight: bold;
}
.listing__item .product__price .available.not-available.post {
	color: #09ad15;
}
.product__actions .btn-block{
	width:100%;
}
.listing__item .product__actions {
  text-align: center;
}

.listing__item .product__overview > * + *,
.listing__item .product__price > * + *,
.listing__item .product__actions > * + * {
  margin-top: 5px;
}

.available-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 10px;
}

.available-list > li {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0YwREM0QTA3MkZEMTFFNTgyMjlEMTg5QjI5QUUxODkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0YwREM0QTE3MkZEMTFFNTgyMjlEMTg5QjI5QUUxODkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDRjBEQzQ5RTcyRkQxMUU1ODIyOUQxODlCMjlBRTE4OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDRjBEQzQ5RjcyRkQxMUU1ODIyOUQxODlCMjlBRTE4OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Prlqf0kAAABwSURBVHjaYtxmqs+ABcwE4vdMDNiBEiHJs7gkBYH4HhMOXQzIkruBuBxJ8h6IAZI8A8QuQJyGTXI1EIdBBcth9oEkWYC4E6rjLBCHQumzMJ0wMAuIjaEK7mGTvIdsLLpXQAreI9uJDDqhRoMBQIABAMPuGK8RgWh7AAAAAElFTkSuQmCC");
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 15px;
}

.available-list > li + li {
  margin-top: 5px;
}

@media (max-width: 1199px) {
  .listing__item .product__price {
    text-align: left;
  }

  .listing__item .product__overview {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
	.listing__item .product__image span{
		display: block;
	}
  .listing__item .product__body {
    margin: 0;
  }

  .listing__item .product__image {
    width: 100%;
    float: none;
  }

  .listing__item .product__image img {
    width: auto;
    max-width: 100%;
  }

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

  .toolbar .filter__title.control-label {
    float: none;
  }
}
/*
 * Toolbar
 * --------------------------------------------------
 */
.toolbar {
  padding: 5px 0;
  margin-top: 5px;
}

.toolbar__line {
  padding: 0 15px;
}

/*.toolbar__line + .toolbar__line {
  margin-top: 16px;
}*/

.toolbar__filter {
  overflow: hidden;
}

.toolbar__filter-options {
  text-align: center;
  position: relative;
}

.toolbar__filter-options #preloader {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.toolbar .filter__title {
  float: left;
  margin-bottom: 5px;
  margin-right: 8px;
  font-weight: 400;
}

.toolbar .filter__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
  overflow: hidden;
}

.toolbar .filter__item {
  padding: 0 8px 0 0;
  display: inline-block;
  float: left;
  border-right: 1px solid #333333;
  margin-bottom: 5px;
  margin-right: 8px;
}

.toolbar .filter__item:last-child {
  border-right: 0 none;
}

.toolbar .form-group .filter__title {
  margin-right: 8px;
}

.toolbar .form-group.form-group-sm .filter__title {
  line-height: 24px;
}

.toolbar .pagination {
  margin: 0;
}

@media (max-width: 767px) {
	 .toolbar__filter{
		 width: 100%;
	 }
  .toolbar__filter.pull-right {
    float: none !important;
  }

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

  .toolbar .text-center-sm .pagination {
    margin-bottom: 16px;
  }

  .toolbar .text-center-sm .text-right {
    text-align: center;
  }
}
/*
 * Filter
 * --------------------------------------------------
 */
.filter {
  border: 1px solid #f7b850;
  padding: 16px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.filter .table {
  font-size: 11px;
}

.filter .table td {
  line-height: 20px;
}

.filter .amount-text {
  color: #f6931f;
  font-weight: bold;
}

.filter .radio, .filter .checkbox {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.list-options {
  margin: 0;
}

.list-options .container-fluid {
  padding-top: 10px;
  background-color: #fdf4ed;
  border: 1px solid #f5982e;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.list-options__body {
  position: relative;
  overflow: hidden;
  margin: 0 -15px;
  padding: 0 15px;
}

.list-options__body .checkbox:first-child,
.list-options__body .radio:first-child {
  margin-top: 0;
}

.list-options__title-btn {
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  right: -15px;
  bottom: 0;
}

.list-options__title-btn:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 20px;
  height: 12px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAYCAMAAABQmCTMAAAAZlBMVEUAAAB3d3d3d3fp6el6enqsrKy2trbb29t3d3eOjo6bm5utra3S0tLk5OSBgYF+fn7BwcHExMTKysqHh4eHh4fr6+t5eXmSkpKhoaGpqam3t7fPz8/X19fc3Nzq6up3d3eoqKiFhYUEVZ5rAAAAH3RSTlMA2tQG0nZjIL6tlWYwEcjGUUk/vLgEu6KMblc2KB4EyZw+fAAAAN5JREFUKM99kdsOgjAQRFdKQWoBUVBuuvj/P6ly2QlQep6ayUnaztBI09MxfYNz+0jiQzFOHu1yvpyZ8+5A7HLm8wUic1g4xSJknlX1E0eCyCFGAfOkKhp4IdA7UQe8MJDSJ1FNtfLeRsSTVv8bROVnSiB9sojzy65QyxjtlBCvS3gLJcztnNlcsvBGgs0QF2hnIrOrIe6oIJJ2Ru6b+dIEqlYaYpLSBmXwrw/+YhTtqUWFWJMT2QB9u0VsgL6dYAP07QQboG8vNkPfPrBB+fI42AB9+1GG0befaqgc6RfUSCaIrxzC/QAAAABJRU5ErkJggg==");
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
}

.list-options .ui-slider {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .list-options__body {
    display: block;
    height: auto !important;
  }

  .list-options__title-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .list-options .container-fluid {
    padding-top: 0;
  }

  .list-options .container-fluid form > .list-options__item:first-child {
    border-top: 0 none;
  }

  .list-options__item {
    margin: 0 -15px;
    padding: 0 15px;
    border-top: 1px solid #e8e8e8;
  }

  .list-options__item#update {
    padding-top: 10px;
  }

  .list-options .form-group__title {
    margin-bottom: 0;
    padding: 10px 0;
  }

  .list-options .form-control,
  .list-options .btn {
    margin-bottom: 10px;
  }

  .list-options .ui-slider {
    margin-bottom: 15px;
  }
}
/*
 * Product Table
 * --------------------------------------------------
 */
.product-table {
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #e8e8e8;
  padding: 0 15px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.product-table .product__link {
  display: table;
  width: 100%;
}

.product-table .product__image {
  display: table-cell;
  width: 100px;
  vertical-align: top;
  padding-left: 10px;
}

.product-table .product__title {
  display: table-cell;
  vertical-align: middle;
}

.product-table .row > div {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #e8e8e8;
}
.product_delivery {
font-style: normal;
  font-size: 12px;
  font-weight: bold;
  color: #3399cc !important;
}

.delivery_mod{
/*	text-align: center;
    color: #c31c30;
    text-decoration: underline;
    text-decoration-style: dashed;*/
    cursor: pointer;
}	
.product_nalichie {
font-style: normal;
  font-size: 14px;
  font-weight: bold;
  color: #3399cc !important;
/*  
  font-style: normal;
  font-size: 20px;  */
}

.instock{
    padding: 0;
    list-style-type: none;
	display:table;
}
.instock li{
	display:table-row;
}
.instock li span{
	display:table-cell;
}
.instock li:even{
	background:#fcf4ec;
}
/*
 * Product Card
 * --------------------------------------------------
 */
.product-card .product__subtitle {
  margin-bottom: 0;
}

.product-card .product__subtitle > li {
  margin-bottom: 8px;
}

.product-card .product__description {
  font-size: 14px;
}

.tab-pane  .product__description {
  font-size: 12px;
}
.tab-pane .listing__item{
	padding-bottom:5px;
}
.tab-pane .product__image{
	line-height:1;
}
.product-card .product__body {
  margin: 16px 0;
}

.product-card .product__image {
  text-align: center;
}

.product-card .product__price .price {
  font-size: 24px;
}

.product-card .product__price .price__line + .price__line {
  margin-bottom: 10px;
}



.promo_price {
	/*white-space: nowrap;
     font-size: 11px; */
    color: #ee2b2b;
       
	cursor:pointer;
}
.promo_price strong{
	display:block;
}	
.price_aks {
	font-size: 18px;
}

.price_mod {
	font-size: 14px;
}

.product-card .product__options {
  max-width: 60%;
  display: block;
  margin-right: 20px;
  margin-top: 8px;
  font-size: 14px;
}
 
.product-card .product__options .list-inline {
  margin-bottom: -2px;
  margin-left:0px;
}
.product-card .product__options .list-inline li, .product-card .product__options .list-inline li select {
    max-width: 100%;
    min-width: 100%;
}

.product-card .product__options .list-inline li {
  margin: 8px;
   border-width: 0.1em;
    border-color: #3399cc;
    border-style: dashed;
    color: #3399cc;
    padding: 5px;
	    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.listing__item .add-to-card:before {
content: "\412   \43A\43E\440\437\438\43D\443";
}
.inv_text{
	    font-size: 0!important;
}
.product-card .add-to-card {
  /*margin-bottom: 16px;*/
  white-space: normal;
  width: 100%;
}

.product-card .oneClick {
  font-size: 14px;
}

.product-card .available {
  margin-top: 15px;
  font-size: 12px;
  margin-bottom:0;
}
.tab-pane .available {
	margin-top: 1px;
}
.product-card .bonusClick {
  margin-top: 10px;
  font-size: 12px;
}

.product-card .icon-delivery {
  margin: 5px 0 5px 5px;
}
.product-card {
	padding-right: 300px !important;
}
.product-card .price-block{
	position: absolute !important;
    right: 21px;
    top: 30px;
	    border: 1px solid #e8e8e8;
    border-radius: 4px;
    background: #f7f7f7;
    padding: 10px;

}
.product-card .price-block:hover{
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .product-card .product__price {
    text-align: center;
    margin-bottom: 16px;
  }
}
/*
 * City change
 * --------------------------------------------------
 */
.city__results > ul {
  margin-top: 8px;
  margin-bottom: 0;
}


/*! 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: #fff;
  color: #333333;
  text-shadow: none;
}

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

.fancybox-opened .fancybox-skin {
  -webkit-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: #333333;
  font: 8.88889px Tahoma, Geneva, 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-prev span, .fancybox-next span {
  background-image: url(../images/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(../images/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  font-size: 7px;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  text-align: center;
  color: #333333;
  z-index: 8040;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAHCAYAAADam2dgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTUyOTIyMDI3MDgzMTFFNTk2MzRBQzU0ODZENDNFRUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTUyOTIyMDM3MDgzMTFFNTk2MzRBQzU0ODZENDNFRUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNTI5MjIwMDcwODMxMUU1OTYzNEFDNTQ4NkQ0M0VFQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNTI5MjIwMTcwODMxMUU1OTYzNEFDNTQ4NkQ0M0VFQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjCHVQkAAAB1SURBVHjaYuzp6TFmYGBYBcT3gNiVAQF2A7EgEIcxAYmzQJwOxC5APBOqAEQrgRSANLNABfdAFcIkjaGmgkxnYEIyfhYQr4aaOAtqAwO6olAoBplaDlWMosgYalUF1Jo9UM8owRTBfAeS6IRqCoO6B6wQIMAAAnYYTkEoFfEAAAAASUVORK5CYII=");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.fancybox-close:hover {
  color: #79231f;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../images/fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  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;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !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(../images/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: #b6352f;
  -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, 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-prev span, .fancybox-next span {
    background-image: url(../images/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(../images/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
  font-display: swap;
}
.glyphicon {
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

.menu3 {
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
  display: block;
}

table.main2, TD.main2 {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  padding: 5px;
}

#registration {
  width: 100%;
  background: #f3f2f2;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border: 1px solid #fdcab1;
  display: none;
}

.wrapper {
  font-size: 12px;
  margin: 0 auto;
  background: #fff9ec;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border: 1px solid #fdcab1;
  padding: 10px;
}

.excel-icon {
  background-image: url("../images/DOC/excel.gif");
  padding-left: 30px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
}

.pdf-icon {
  background-image: url("../images/DOC/pdf.gif");
  padding-left: 30px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
}

.ynd-icon {
  background-image: url("../images/yandexico.png");
  padding-left: 30px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
}

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

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

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}
.togblock {
  display: none;
  text-align: inherit;
}

/* Sprites
----------------------------------*/
[class^="icon-"],
[class*=" icon-"] {
  background-image: url("../images/sprites-s3f1657cd20b23132.webp") !important;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
  margin-left: 0;
  text-indent: -555em;
  overflow: hidden;
  text-align: left;
}

.icon__f-right {
  margin-left: 5px;
  margin-right: 0;
}

.icon__v-middle {
  vertical-align: middle;
}

.icon__simple {
  margin: 0;
}

.icon-aside_article {
  background-position: -34px -191px;
  height: 32px;
  width: 32px;
}

.icon-b_dostavka {
  background-position: 0 -449px;
  height: 60px;
  width: 60px;
}

.icon-b_konsultaciya {
  background-position: 0 -329px;
  height: 60px;
  width: 60px;
}

.icon-b_na_rinke {
  background-position: 0 -389px;
  height: 60px;
  width: 60px;
}

.icon-b_partnerka {
  background-position: 0 -269px;
  height: 60px;
  width: 60px;
}

.icon-b_poddergka {
  background-position: 0 -509px;
  height: 60px;
  width: 60px;
}

.icon-b_servis {
  background-position: 0 -569px;
  height: 60px;
  width: 60px;
}

.icon-delivery {
  background-position: 0 -191px;
  height: 31px;
  width: 34px;
}

.icon-foot_alarmlight {
  background-position: 0 -985px;
  height: 74px;
  width: 74px;
}

.icon-foot_domofon {
  background-position: 0 -911px;
  height: 74px;
  width: 74px;
}

.icon-foot_gsmsign {
  background-position: 0 -837px;
  height: 74px;
  width: 74px;
}

.icon-foot_ipvideo {
  background-position: 0 -763px;
  height: 74px;
  width: 74px;
}

.icon-foot_kontroldostupa {
  background-position: 0 -1059px;
  height: 74px;
  width: 74px;
}

.icon-foot_ohransign {
  background-position: 0 -1133px;
  height: 74px;
  width: 74px;
}

.icon-foot_opoveshateli {
  background-position: 0 -1355px;
  height: 74px;
  width: 74px;
}

.icon-foot_pogarsign {
  background-position: 0 -689px;
  height: 74px;
  width: 74px;
}

.icon-foot_radiosign {
  background-position: 0 -1429px;
  height: 74px;
  width: 74px;
}

.icon-foot_sistemopoveshenia {
  background-position: 0 -1503px;
  height: 74px;
  width: 74px;
}

.icon-foot_videonablyudenie {
  background-position: 0 -1281px;
  height: 74px;
  width: 74px;
}

.icon-foot_wirelessvideo {
  background-position: 0 -1207px;
  height: 74px;
  width: 74px;
}
.icon-foot_teplik {
  background-position: 0 -1577px;
  height: 74px;
  width: 74px;
}
.icon-head_auth {background-image: url('/images/auth.png') !important;
  height: 19px;
  width: 30px}

.icon-head_cart {
  background-position: -3px -231px;
  height: 24px;
  width: 37px;
  margin-right: 0;
  display:block;
}

.icon-head_cart:hover, .icon-head_cart.hover {
    background-position: -28px -162px;
    height: 24px;
  width: 37px;
	margin-right: 0;
}
.icon-head_phone2 {
  /*background-position: 0 -161px;*/
  background-image: url('/images/icons/tel.png') !important;
  height: 30px;
  width: 30px;
}
.icon-head_phone {
  background-position: 0 -161px;
   height: 30px;
  width: 30px;
}

.icon-head_phone_global {
  background-position: -30px -131px;
  height: 30px;
  width: 30px;
}

.icon-head_recall {
  background-position: -10px -30px;
  height: 16px;
  width: 30px;
}

.icon-hit-sm {
  background-position: 0 -223px;
  height: 46px;
  width: 46px;
}

.icon-hit {
  background-position: 0 -629px;
  height: 60px;
  width: 60px;
}

.icon-list-menu {
  background-position: 0 -30px;
  height: 10px;
  width: 10px;
}

.icon-not-available {
  background-image: url("/images/sklad_0.png") !important;
  height: 33px;
  width: 132px;
  margin-top: 5px;
  margin-bottom: -8px;
}

.icon-new-product {
  background-image: url("/images/sklad_new.png") !important;
  height: 33px;
  width: 132px;
  margin-top: 5px;
  margin-bottom: -8px;
}

/*.icon-not-available {
  background-position: 0 -49px;
  height: 24px;
  width: 61px;
} */
.icon-not-available-35 {
  background-image: url("/images/sklad_udskl.png") !important;
  /*  background-image: url('/images/sklad_35.png') !important; */
  height: 33px;
  width: 132px;
  margin-top: 5px;
  margin-bottom: -8px;
}

.icon-not-available-udskl {
  background-image: url("/images/sklad_udskl.png") !important;
  height: 33px;
  width: 132px;
  margin-top: 5px;
  margin-bottom: -8px;
}

.icon-offsale {
  background-position: 0 -73px;
  height: 29px;
  width: 72px;
}

.icon-offsalenew {
  background-image: url("/images/icons/no_price_listing.png") !important;
  /*  background-position: 0 -73px; */
  height: 40px;
  width: 132px;
  margin-top: 5px;
  margin-bottom: -2px;
}

.icon-offsalenew2 {
  background-image: url("/images/icons/no_price.png") !important;
  /*  background-position: 0 -73px; */
  height: 60px;
  width: 132px;
  margin-top: 5px;
  margin-bottom: -6px;
}

.icon-offsalebook {
  background-image: url("/images/sklad_book.png") !important;
  /*  background-position: 0 -73px; */
  height: 40px;
  width: 132px;
  margin-top: 5px;
  margin-bottom: -4px;
}

.icon-pdf {
  background-position: -40px -30px;
  height: 17px;
  width: 17px;
}

.icon-phone {
  background-position: -57px -30px;
  height: 19px;
  width: 16px;
}

.icon-rezerv {
  background-position: 0 -102px;
  height: 29px;
  width: 64px;
}

.icon-rst {
  background-position: 0 0;
  height: 30px;
  width: 31px;
  margin: 0 0 0 5px;
}

.icon-search {
  background-position: 0 -131px;
  height: 30px;
  width: 30px;
}

.icon-user {
  background-position: -25px 0;
  height: 30px;
  width: 30px;
}

.product__image {
  position: relative;
}
.product__image p:before{
    content: "+";
    font-size: 18px;
    font-weight: bold;
	position: absolute;
    top: -10px;
	
}
.product__image p {
     height: 85px;
    width: 100px;
    position: absolute;
    right: 10px;
    bottom: 0px;
    background-size: 100%;
    

}
  /* background-image: url("../images/sprites-s3f1657cd20b231.webp") !important;
  background-position: 0 -223px;
  height: 46px;
  width: 50px;
  position: absolute;
  left: 10px;
  bottom: 15px; */
  
.product__image span.icon_ {
    text-transform: uppercase;
    padding: 4px 8px;
    color: #FFF;
    font-size: 10px;
	font-weight: bold;
    border-radius: 4px;
    /* margin-right: 8px; */
    /* display: flex; */
    text-decoration: none;
	cursor: default;
	z-index: 999;
}
.icon_.icon_okl{
	background-color: #d9534f;
    position: absolute;
    top: 8px;
    left: 8px;
	
}
.icon_.icon_hit{
	background-color: #f49422;
    position: absolute;
    bottom: 8px;
    left: 8px;

}
.icon_.icon_sale{
	background-color: #3399cc;
    position: absolute;
    top: 8px;
    right: 8px;
}
.icon_.icon_present{
	background-color: #d9534f;
    position: absolute;
    top: 8px;
    left: 8px;
} 
.icon_.icon_complect{
	background-color: #f49422;
    position: absolute;
    top: 1px;
	z-index: 100;
    left: 8px;
} 
.complect_mod{
	cursor: pointer;
	
}
.product__image i {
  /*background-position: 0 -629px;
  height: 60px;
  width: 68px;
  position: absolute;
  left: 10px;
  bottom: 45px;*/
}
/*.listing__item .product__image i {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 80px;
    bottom: 5px;
}*/
.listing__item .product__image i {
	/*position:absolute; 
    left: 45px;
    bottom: 15px;
    width: 77px;
    height: 16px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAAAOCAYAAABqxZFyAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAASpSURBVFhH7Zd9aNVVGMefu7uXu1t3d3antevGMsypKcZ8G6UsTPEPTSmLpMUUFHWFr4mhoC6MCh1lL+Y7KZVgaCTaC6g5LSJkkyCZZqGZ7s5sa3M3rjrvvD7f53fO+nnu7/62kBKhD3z3nPdzfs95zrlnnkQiQQZTWKOtJH3D2m0l/0djOg0O22UlO3ma5eS4vqxpLO1gO3D2ditJK1loU8S6xELdNhbG1Bv0MMuO7m/vC35gfctayNJ1IMrSafRFPXCbexULdRgT5bkqf7/KL2c5A6fZtJaVaHprjUiBMrNdX1aM5Qbq3dpMUTYVbn3rlU1FV3N/p6wbq1jmd4t0pNl3vOxc5UyUUeH6LTCHWXo3dMRNZ30Q+3wvNe/bY5XYCE2cTP4JT0gabSIb19GVhvOUkZNDeZOfotCCxVIHmtdWU+ynkypnoea9qS8IDBhI+YtepsySoZLX6wwMHU6/f2wFduHipd2a+9rPp+jCm6vJX9xfyq5Ho9TEa7kaadDzI6J19N5EGksfyfmsMpYJylCHNmgL+uBPe2OELh39XgqwcIA8ysHlIzV0esVS6oi2UUHlXPL1LqDGD7eJozRwmB4DVqc195ZXUL/N26loyTKKnqinMy/NVTV/t8d8cMi1tjY6V/261HU1d4KdhL56wxqWLKSLn+22zz9K2STgNPEmBsPOQbGT9SKdt32ko+fhsNyZszsdp2lVUYjdR31B9duSb9rzqViAeRAFOrrsIGK8dwcoeuQQtdZ8LWVwjEmv5a9ItCASUd9+rK5bc4Pr7NTozh3irNDj42hQ3XFVI5HmCJz2rxHn3QTp+WGx3vvyxeoP77jQKOmc4SMlb9LIu49o+av2aNKGOJEWyFGprufWIHrPrn5N0rl8rSjgsEormQychrtKdgq7Dfn7DxTpvO0OkrbdJSvcW2zsWK1Y3CMARwXEDh8SGywbI9ak+eB+sUUffSLR4gbuJEQt8IbDXc6tCY4olaMPGqrfkHEYHM1iJJyA03C541mB+MWlb4Iy1KV6eqSkx9RyOXrn178rx/z0LPx+EIVnvygfEdnwnuTxY4J6jb4O9Acij6hLhYxd/oxEEY4YosptbpPAs8/J0cYPRsvWjaq08/5OwltVVQV7gvUVC7+epfFfTlFGXh75Sx9BHS6HBSy00aSzKtLIQ9kFheQvGUZePgZm3hsKUfDR0eSNx/lCjlJ2nwcoPG8R+ceNp46zv9Ifu3bKTuPoITJwTNv4KHp9PgpOnESBYSOIWv6UvqGpz8vYaOPj8cHFTe+LvWfMWEq0t1PPSU9S6IV55MnKcp1b8HjIF8yVuTP6FdNdg4dQds9elJaZRZkPFmOMwdzqHdYVaW/HeIM4vZ1QZrZLZ5lvJad8yvfQ1braxI8lDyVaNm9QJRYo+23ODJVzB20hB3awUs0dYX1hJTtxetNhDPO7RbfybxSi7TEW2qJdjZn3eDxxHn+GKsNLu1XVoWwAyw4uX/Nn/lUWdhygn77pcQmO0kda/fKiP9aANyVOhtOT4UtWBa+ridc1ltNY1xkW+mJ99u8+YCWTcXLafwkmx4L1Yu8IbqvTeMfF3uaN+4cQ3QCs1hIW9yCQlQAAAABJRU5ErkJggg==);*/
	position: absolute;
    left: 31px;
    bottom: 9px;
    width: 80px;
    height: 16px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAQCAYAAACBSfjBAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAARrSURBVFhH7ZhbiFZVGIbXGqnoYFRm2ulCKxsKzYsYs6KTERQpZCElUTlSUxdddVFEdiKKbrKoIIoo0AiMzMlsoAkqKIMwaiTT0kGDgbED6AxDlk2u3nevd+3/+9e/999MddGFLzz7W9+7vn1a/95rrxkfQnCH9c81+QH0/gy1WhXCkFoNeX8MtnPA8WAHan6i3aK641Yfk8c6DfyG/j2FZ9V8rHHU7FW7Vd7PxpbXN4i6nYVn5X0ntn829Xl/FrZHwOP9hInj3GKAVi2rs/pns37yEbgwqzvF9Oc01xLnvjP9F2R9t5i+xCDozupuBvvUnxgFPaZmqvxx482WR6ZFM3ZcBBaUeRXOLdWOPNFGw05A/0VT+4a8beApsAq8J48Xfqyp7ZI/AtaDDeBXeQvLulh7ifzE41n/SvlD4GHwqnLSpZp0H+QlsA68bLzbVJcGEGl5/PvkvcM8mrFjAGwp8yoaJ/4q85+UHwfQuUXKSWdWu1X+E8ZbJq/PeGkALyu96K+W36u4LetPA/ix8frl3a+c98p8fVkT/Qflb1deNYCb5S1h3hFf6kKcV46Lzb/VQcU6Xar4BU61Q+2kNYpzFamzFQcU2+lGxTsUz8OctEDtOqV59yBqZyHOA8O4tqWF29D7ip2oO1HtKO894LUvBAPY913aHTAXgyVocwCnor1IcGKt0x+KdUoDsk7RapdiqqHSYA4qVsv7q7E9EwzhBvYhfkIbukmxWd7PBNejtTwa+EGdOyc23c+KDYXwNbYjMWm6PuoQuBVwv2U0KD6BHMlecBLgl+1D0QPqlA8gnugmTcmi1ZGKY4pUl+J2xTqlp+9pxRcUk291ORgGG4sMUwYG6DPEdE327bOquj6qT3E6eCQ240H4upH94AdwjXgF1CkfwHHFpPSUzVC0mq8Ynzbvz8eWS4kR3OCnhVev9KQ9j/34o70VUzcL+RVqWz0GusFcHHtV4eCDpzhNsSHveW1Hx6SsiwrhOmzPBZy+lqP2Ktodxa8SfxmO+Cja/SKfu6j0pOUDmOdbFFfgROmV4QWyvSIm5ZNxu+IGxWpxqnHuZHAAcK5MbAVUegrTNfbiHh4Fr4Fv5HEg+OPuBqfimCsLr6G7Fd9GXf5QcN/vsX0uJi7ua74u34LNZV6FczcAtNymzH9Avl3GfCBvL1irdqJfNW8a7xewG/A6vgTpK9wH7gGvK7+3PAdx7lr5w8q7la9tqrM4d6dqyCbTTsxTXdVX+OLS4xtmOiayDqwbwLQ2sgPId+wZYBer+0FjsR0XuKmvHQ+BMbVPL/dPYGJX35UgDeCaljoLXkOwR7XkEOASZb6paR3A6Kd1b0/DnCiYZCflE+dmghkV/i6AljuqhrsA+zmAU8D0lmMQLL/ACSavv5YczHlgTmVfO3S+ui9RvUKoXgPW+RT/Fg3hR2WtCuH3Sux6MwT+Pdq69KBCGAP8CEa1u5ZcIRwAnNsmJ51v8gP43+pz0O7jwQUwl1mjRfY/1OF/Z/0rOfcXD6gZiIqCiZYAAAAASUVORK5CYII=);

}
.navbar-message {
  padding: 4px 0 0;
}

@media (max-width: 991px) {
  header .main {
    clear: both;
    margin: 0;
  }
} 
.view-table {
  display: table;
  width: 100%;
  height: inherit;
}

.view-cell {
  display: table-cell;
  height: inherit;
  vertical-align: middle;
}

.tab-content ul li + li, .tab-content ol li + li {
  margin-top: 4px;
}

.tab-pane ul, .tab-pane ol {
/*display: table;*/
}

.leaders__item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.leaders__item + .leaders__item {
  border-top: 1px solid #e8e8e8;
}

.leaders__media {
  text-align: center;
}

.leaders__media img {
  height: 120px;
}

.leaders__body .view-table {
  height: 120px;
}

.leaders .panel-body {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
	
.compare_qty{
	left: 0px!important;
    
}
.fav_qty {
	left: 25px!important;
    top: 30px!important;
}	
  .leaders .leaders__body {
    margin-top: 15px;
    text-align: center;
  }

  .leaders .leaders__body .view-table {
    height: auto;
  }
}

.otst-bottom {
	margin-bottom: 10px;
}
.b {
	font-weight: bold;
}
.subscribe p.title3,.subscribe p{
	font-size: 12px;
	color: #4b4a4c;
	text-align: center;
}
.subscribe p.title3{
	margin-bottom: 0;
	font-weight: bold;
}
.subscribe p{
	width: 80%;
	margin: 0 auto;
}
.subscribe form{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 7px;
}
.subscribe input[type="email"]{
	border-radius: 3px;
	border: 1px solid #c6c6c6;
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 12px;
	vertical-align: middle;
}
.subscribe input[type="submit"]{
	font-size: 11px;
	vertical-align: middle;
}
.text-head_auth {
	color:#b6352f;
	font-weight: bold;
}

@media (max-width: 479px) {

  .btn-block-mobile {
    display: block;
    width: 100%;
    float: none;
  }
  
  .navbar-nav > li > a {
    padding-left: 0;
    max-height: 50px;
  }
  



.nav > li > a, .nav > li > span{
	margin-right:2px;
}
.navbar-nav > li > a{
	padding-top:10px;
}
}

.myfrm1 .rating{
	display:block;
	width:100%;
height:20px;
cursor:pointer;	
}
.rating{
	  background-repeat: no-repeat; 
}
.rating5{
	background-image: url('images/rating5.png');
    }
.rating4{
	background-image: url('images/rating4.png');
    }

.rating3{
	background-image: url('images/rating3.png');
    }	
.rating2{
	background-image: url('images/rating2.png');
    }
.rating1{
	background-image: url('images/rating1.png');
    }
.block_otz{
display:block;
border-bottom: 1px solid #e2e2e2;
padding-bottom: 10px;

}	
.block_otz ul{
	list-style: none;
}
.block_otz ul li p{
	font-weight:bold;
	float: left;
	margin:0;
	padding-right: 5px;
}
.block_otz .rating{
    display: block;
    width: 92%;
    height: 20px;
   
}
.clearfix {
    content: "";
    display: table;
    clear: both;
}
.tbl{
	display:table;
	
}
.tbl_td{
	display:table;
	
}
#video .tbl {
	width:90%;
	margin-left: 20px
}
#video .tbl_td{
	width:100%;
	margin-top: 20px;
}
div.youtube {
    position: relative;
    top: 0;
    left: 10px;
    width: 80%;
    height: 300px;
}
/*скрываем Почта России в виджете ЯД*/
msw.widget-right-col:nth-child(3){display: none !important;}

/*МОБИЛЬНАЯ ВЕРСИЯ начало*/
@media (max-width: 479px) { 

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

/* сам виджет*/
.widget-info {
max-width: 100% !important;
padding: 2px 10px !important; 
}

/*отступы в таблице*/
.msw-td {
padding-left: 2px !important;
padding-right: 2px !important;	
}

/*ширина карты*/
.widget-map-container {max-width: 300px !important; float: none;} 


}
/*МОБИЛЬНАЯ ВЕРСИЯ конец*/

#pTehDescription .product_dop{
	padding-top:20px;
	text-align:center;
}
	
.tab-content .modal-title{
font-size:13px;
font-weight:normal;

}	
#pDoc ol li img{
	padding-left:2px;
	padding-right:5px;
	float: left;
}
#pDoc ol li {
	line-height:150%;
}
#pDoc ol {
	padding-left:15px;
padding-top:10px;
	
}
.tab-content button{
	margin-left:0px;
}
.tab-pane .em{
	display: block;
	padding-bottom: 10px;
	padding-left:15px;
	margin-top:2px;
	color: #555;
	font-style:normal;
    font-weight: bold;
    line-height: 1.1;
	font-size:13px;
}
.tab-content{
	margin-top:10px;
}
.tab-content h2{
	margin-top:15px;
	margin-bottom:1px;
	font-weight: bold;
	color: #555;
	font-size:13px!important;
	
}
#pYD h2{
	padding-left:15px;
}
#pSert {
	margin-left: 15px;
}	
#pSert p, #pFAQ p{
	padding-top:10px;
}
#pFAQ em{
	padding-bottom:10px;
	display: block;
}
 #pFAQ p, #pFAQ button{
	 margin-left: 15px;
 }
.otz_lnk{
    font-size: 14px;
}
.quest_div {
	padding-left:15px;
}
.quest_div hr{
	color: #333333;
	width: 95%;
	
}
.quest_div ul{
	    padding-left: 0px;
		list-style-type:none;
}
p.quest{
	font-style:italic;
}
.quest_div span{
	font-weight:bold;
}
#bonusClick p {
	font-weight:bold;
	text-align:center;
	width:100%;
}
.kcaptcha{
width: 70px;
}

.panel-body iframe, .panel-body object, .panel-body embed {
    position: relative;
    top: 0;
    left: 0;
    width: 85%;
	height:350px;
    border:0;
	
}


#vidMod iframe, #vidMod object, #vidMod embed {
    position: relative;
    top: 0;
    left: 0;
    width: 95%;
    height: 400px;
}
#pSert {text-align:left;}
#pSert img{
	    padding-left: 15px;
	padding-top:10px;
	padding-bottom:5px;
	width:380px;
	
}
#pTehDescription, #vidMod{
	    padding-left: 5px;
		margin-top: 10px;
		overflow-x: auto;
}
div.vote-wrap{
    overflow: hidden;
}

div.vote-block{
	position: relative;	
}

div.vote-hover{
	margin:0 auto;
padding:0px!important;
    cursor:  pointer;
}


div.vote-stars{
	position: absolute;
	left: 0;
	top: 0;
}

div.vote-active{
	position: absolute;
	left: 0;
	top: 0;
}

.vote-result{
    color: #555;
    font-size: 12px;
   
    
}

.vote-success{
    clear: both;
    color: #555;
    font-size: 12px;
}
.rating_block{
    border-top: 0.5px dashed #ccc;
	padding-top: 5px;
}
.cart_minus:hover{
	text-decoration:none;
	color:#F00;
}
.cart_plus:hover{
	color:#5cb85c;
	text-decoration:none;
}
.cart_plus, .cart_minus{
	font-weight:bold;
	font-size:14px;
}
.cart_minus{
	padding:5px;
	color:#F00;
}
.cart_plus{
	padding:3px;
	color:#5cb85c;
}
.sh_cart_div{
	padding: 15px;
}
.price.price-disabled{
    text-decoration: line-through;
	font-size:15px!important;
}
.listing__item .price.price-disabled{
	font-size:12px!important;
}
	
.price-disabled{
	/*padding-top:10px;*/
	color:#9C9C9C;
}
.price-disabled-hik{
	padding-top:10px;
	color:#9C9C9C;
	font-size:14px!important;
}
.main2 tr:nth-child(even):hover {
    background: #fff;
}
.main2 tr:nth-child(even) {
    background: #f5f5f5; 
   } 
.two-price-button-block{
	padding-top:10px;
	text-align: -webkit-center;

}
.two-price-button-block em{
	font-style:normal;
	color: #838383;
	text-decoration:underline;
}
.two-price-button-block input[type="button"] {
    display: block;
    width:256px;
	    border-radius: 4px;
	height:52px;
	    border: 1px solid transparent;
    background: url("images/button_recl-2.png") top left no-repeat;
	outline:none !important;
}
.two-price-button-block input[type="button"]:active{
	    border: 1px solid transparent;
		outline:none !important;
}
.two-price-button-block input[type="button"]:hover {
    background: url("images/button_recl.png") top left no-repeat;;
}	
p.oldprice{
	color:#9C9C9C;
	text-decoration: line-through;
	margin:0;
	font-size:11px;
}	
.manpo p{
	padding-left:10px;
}
.manpo p:first-of-type{
	font-weight:bold;
	text-transform:uppercase;
}
.filter_title{
	text-align:center;
	font-size: 14px;
	margin-top: 12px;
    margin-bottom: 8px;
	font-family: inherit;
    font-weight: bold;
    line-height: 1.1;

}
.question span.idq{
	float:left;
	margin-right: 5px;
	display:block;
	width:100%;

	}
	.question span.tema{
		font-weight:bold;
	}
.question strong:first-of-type{
	display:block;
	width:70%;
}
blockquote.anw{
    min-height: 100px;
	}
.question img{
	float:left;
	margin-right: 5px;
	width:70px;
}
.question time{
	font-style:italic;
	color:#717171;
}
.question span.answ{
display:block;
}
.question div.block_otz{
	/*min-height:170px;*/
}
.question  p{
	    padding-top: 10px;
}
.question em{
	font-style:normal;
	margin-bottom:5px;
	font-weight:bold;
}
p.but{
	padding-top:10px;
	text-align:center;
	display:block;
}
.questions_block li a{
	font-weight:bold;
}	
.questions_block li a span{
	font-weight:normal;
}
.comagic-widget.comagic-sitephone-label {display: none !important;}
.contacts-dialog{ max-width:600px; }
.contacts-w{text-align: -webkit-center;}

.autocomplete-w1 { background:url(images/shadow.png) no-repeat bottom right; 
         position:absolute; top:100%; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
.autocomplete {   border-radius: 0 0 4px 4px;   border: 1px solid #ddd; 
/*background:#fcf4ec;*/
background:white;
cursor:default; 
text-align:left;
 max-height:350px; 
 overflow:auto; 
 margin:-6px 6px 6px -6px;
 /* IE6 specific: */ _height:350px;
 _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; cursor:pointer;}
.autocomplete p{color:#b6352f; width:95%; text-align:center; }
.autocomplete div {
border-bottom: 1px solid #eeeeee;	
padding:4px 5px;
white-space:nowrap; overflow:hidden; 
margin-left: 3px; 
margin-right: 3px;
}
.autocomplete div:hover{
background:#F0F0F0;
 cursor:pointer;}
 .autocomplete div a {
	display:block;
	width:60%; 
	float:left; 
	color:#615f5f;
	}
 /*.autocomplete div span {float:right; color:#777}*/
 .autocomplete .findall{width:95%; text-align:center;    padding: 10px 0 10px; color:#b6352f;}
/*.autocomplete [data-class]{
	width: 95%;
    display: inline-table;
}*/
.autocomplete .fa{
    color: #d21116;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 30%);
}
.autocomplete .fa:hover{    box-shadow: none;	}
 @media (max-width: 768px) {
	.list-razdel .list-vrt__item .razdel__logo{ float:none;}
	.razdel__link{white-space:normal!important;}
.autocomplete div span{display:none;}
.panel-body iframe, .panel-body object, .panel-body embed{ width:100%; border:0; height:200px;}
 }
 .popup_href {
	font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    color: #0057ff;
 }
.search_top_fix_ac{
	position:fixed!important;
	top:50px;
	left:auto;
}

.catdescr p{
	margin-top: 8px;
	margin-bottom: 2px;
}
.catdescr span{
	font-weight:bold;
}
.catdescr blockquote{ font-weight: bold;}

.catdescr em {
	font-size: 13px;
	font-weight:bold;
	font-style:normal;
	font-weight: 600;
    line-height: 1.1;
}
.catdescr h2{
	font-size: 14px;
}
.catdescr h4{
	font-size: 12px;
}
.ajaxlnk_same{
	cursor: pointer;
}
.ajaxlnk{ 
color: #b6352f;
    text-decoration: none;
    cursor: pointer;

}

li .ajaxlnk_same{
	color: #b6352f;
    text-decoration: none;
    cursor: pointer;
}
li .ajaxlnk_same:hover{
	  text-decoration: underline;
}
.prod_sert{
	display:none;
}
.ajaxlnk:hover{ 
   text-decoration: underline;
}

.dop_ajx{
	margin-top: 10px;
	color:#999;
	
}
#pSert em{
	padding-left:0;
	    padding-bottom: 10px;
    display: block;

}
#pCat img{
	padding-top:25px;
	height:200px;

	}
p.text_catalog{
	text-align:center;
}
#pCat span{
    display: block;
	padding-top:5px;
}		
.change_city{
	    margin-top: 10px;
	padding-top:5px;
	border-top: 1px solid #CCC;
}





.productRate {
background: url(/images/empty-star.png);
    height: 20.6667px;
    width: 100px;
    display: inline-block;
	position: relative;
    left: 10px;
    vertical-align: middle;
}

.productRate div {
background: url(/images/full-star.png);
width: 0;
height: 100%;

}
.opinion .autor{
	    color: #b6352f;
	display:inline-block;
	font-weight:bold;
	    
}
.opinion time, .question time, .review time {
    color: #828282;
    float: right;
    font-size: 87%;
}
.opinion ol, .opinion p{
	padding-left:10px;
}
.opinion ol li{
	list-style-type:none;
}
.opinion{
border-top: 1px dashed #e2e2e2;
    border-width: 20%;
    padding-top: 5px;
	margin-top: 5px;
}	
.product__art span{
	font-weight:bold;
}
#pTehDescription em{
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
    color: #555;
}
div.cover {
    width:100%;
    height:100%;
    position:absolute;
	z-index:1000;
	left:0;
    background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
        background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
div.gradientdiv_no { position:relative; height:250px;margin-bottom: 15px;}
div.gradientdiv { position:relative; height:250px; overflow-y:hidden;  margin-bottom: 0px; }
@keyframes clockwise {
  to {
    transform: rotate(360deg) translatez(0);
  }
}

.preloader {
    height: 70px;
    width: 70px;
    border-width: 7px;
    border-style: solid;
    border-color: rgba(255, 0, 0, 0.75) rgba(253, 86, 86, 0.75) rgba(255, 133, 133, 0.25) rgba(242, 207, 207, 0.25);
    position: fixed;
	opacity:1!important;
    top: 55%;
    left: 60%;
    z-index: 1002;
    border-radius: 100%;
    animation: clockwise .5s linear infinite;
}
.preloader:before, .preloader:after {
    content: '';
	box-sizing: border-box;
}


.hovershow{
        display:none!important;
}
.show_all_f{	position: relative; left:45%; cursor: pointer;}
.show_all_f_new{ cursor:pointer;position: relative;}
.show_all_f:before, .show_all_f_new:before{
	  content: url("/images/icons/two-down-chevron.png");
	  padding-right:5px;
	  margin-left: 5px;
}
.expandedb:before{
	 content: url("/images/icons/two-up-chevron.png");
	 padding-right:5px;
}
.gotomarket{cursor: pointer;}
.gradientdiv .container-fluid {	padding-top:0;}
.garanty_block{
display: block;
    width: 110px;
    height: 45px;
    border-width: 0.19rem;
    border-color: #3399cc;
    border-style: dashed;
    color: #3399cc;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    /* padding-top: 10px; */
    margin-top: 27px;
    margin-bottom: 20px;
	    
}
.garanty_block .g_year_num{
	display: block;
    float: left;
    width: 15px;
    height: 35px;
    text-align: center;
    font-size: 34px;
    line-height: 120%;
 margin-left: 15px;
}
.garanty_block .g_year_txt{
	display: block;
    width: 65px;
	height: 27px;
    float: right;
    font-size: 22px;
	line-height: 100%;
}
.garanty_block p{
	display: block;
	width: 65px;
	float: right;
	font-size: 12px;
	margin:0;
	    line-height: 30%;
}
.available{
	cursor:pointer
}
.available span{
	display:block;


/*font-weight:bold;*/
    /*бмв text-decoration: underline;
    text-decoration-style: dashed;*/
    cursor: pointer;
	padding-top: 5px;
}
.available p{
	   margin-top: 2px;
}
p.sclad_fast{
	margin-top:7px;
}
.product_zakaz {
  font-weight: normal!important;
  color: #b6352f !important;
}
.our_advantages{
	padding: 15px 15px;
	display:block;
	color:#3399cc;
	line-height:20px;
}	
.our_advantages ul{
	width:100%;
	padding:0;
}
.our_advantages ul li{
	display:inline-table;
	list-style-type:none;
	width: 19.5%;
	max-width: 19.5%;
	text-transform:uppercase;
	text-align: center;
	color:#3399cc;
}
.text-right span{
	display:block;
	/*font-size:90%;*/
}
.deshevle{
	display:block;
	width:175px;
	height:70px;
	
    padding-top: 10px;

	color:#3399cc;
	background:#FDF4ED;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
	    margin-top: 15px;
    margin-bottom: 10px;
cursor:pointer;
  box-shadow: 0 4px 7px rgba(0,0,0,0.25), 0 2px 2px rgba(0,0,0,0.22);	
  filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=5);

}

.deshevle:hover{
	box-shadow: none;
}

.deshevle i.deshevle-icon{
	display: block;
    width: 40px;
    height: 65px;
    float: left;
	
    margin-left: 5px;
	margin-right: 10px;
	background-image: url(/images/wallet.png) !important;
	background-repeat: no-repeat;
}
.deshevle div{
	float:left;
}
.deshevle i.finger{
	display: block;
    width: 30px;
    height: 50px;
    margin-left: 5px;
	float:left;
	
	background-image: url(/images/finger.png) !important;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.deshevle p{
	margin:0;
    font-weight: 600;
	text-transform:uppercase;
	font-size:14px;
}
/*.spec_price_block{
	background-image: url('/images/icons/arrow-price.png');
	background-repeat: no-repeat;
	background-position: 95% 15%;
}*/
.main_product .product.product-card .product__body .col-sm-5 {
    width: 100% !important;
}
.spec_price_deshevle{
/*	версия ПК


display:block;

    padding-top: 10px;
	color: #3399cc;
	font-size:14px;*/
	cursor:pointer;
	margin-top: 10px;
	padding-top: 5px;
    padding-left: 5px;
	display: block;
    
    
   color: #333333;
    font-size: 16px;
    border-top: 1px #ccc dashed;
	border-bottom: 1px #ccc dashed;
}

.spec_price_deshevle span{
	font-size: 12px;
	display:block;
text-align: center;	
}
.present-text{
font-size: 12px;
display: table-cell;
line-height: 1.7;
}

.spec_price_deshevle i{
	text-transform:uppercase;
	font-weight:bold;
	font-style:normal;
}
.spec_price_deshevle p{
	display:block;
	font-size:12px!important;
}

.footer-copy{
	margin-top:10px;    
}
.payfoot_icon{
	float:right;
	margin:0;
	padding-left:10px; 
	line-height: 0px;
    margin-top: -5px;
}
.payfoot_icon li span{
	display:none;
}
.payfoot_icon li {
	display: inline-block!important;
    width: 20px;
    list-style-type: none;
    height: 16px;
	background-repeat: no-repeat;
	margin-right: 6px;
	cursor:pointer;
	font-size:0px;
	
}
.index_news{
	font-size:0px!important;
}
li.cash{
    background-image: url('/images/icons/money_1.png');
}
li.visa{
    background-image: url('/images/icons/visa_icon_n.png');
}
li.yandexmoney{
    background-image: url('/images/icons/yandex.png');
}
li.bank{
    background-image: url('/images/icons/bank.png');
}
/* -- Доставка в товаре-- */
.ymap-container {
  position: relative;
  margin: 0 0 2em 0;
  overflow: hidden;
   padding-left: 15px;
    padding-top: 10px;
	
  background: #ffffff;
  /*background-position: center center;
  background-size: cover;
  box-shadow: 0 0 2em  0 rgba(0,0,0,.2);*/
}
.delivery_courier,.selftake_adr,.delivery_courier_aktivsb{
	display:none;
}
.delivery_pvz, .delivery_trans, .ems_trans, .delivery_post, .our_advantages, .dop_ajx{
	display:none;
}
.delivery{
	width: 24%;
    float: left;
	
}	
.delivery ul{
	padding-left:0px;
}
.switch_courier{
	cursor: pointer;
}	
.delivery ul li{
	list-style-type: disclosure-closed;
/*	border: 1px solid #7e7c89;*/
}
.delivery ul li::marker{
	color: #7e7c89;
}


.delivery div{
	padding-top:10px;
}
.delivery span{
	font-weight:bold;
text-transform:uppercase;
}	
/* Блок, в котором появится Яндекс.Карта */
#map-yandex,#map-yandex2 {
	float: right;
  position: relative;
  z-index: 7;
  width: 75%;
  height: 40em;
  
  background-color: transparent;
}
/* Индикатор загрузки, который показывается до загрузки карты */
.loader {
  position: absolute;
  z-index: 15;
  top: -100%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #000000;
  transition: opacity .7s ease;
  opacity: 0;
  background-color: rgba(0,0,0,.55);
}
 
.loader:after,
.loader:before {
  box-sizing: border-box;
}
 
.loader.is-active {
  top: 0;
  opacity: 1;
}
.switch_courier i{
	font-style:normal;
	color:#b6352f;
}
.loader-default:after {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  content: '';
  animation: rotation 1s linear infinite;
  border: solid 8px #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}
 
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
 
@keyframes blink {
  from {
    opacity: .5;
  }
  to {
    opacity: 1;
  }
}

.loading{
text-align: center;
    height: 44px;
    background: url(../media/ajax-loading.gif) center no-repeat;
    font-size: 12px;
}	
.ya-share2{
    width: 100%;
	padding-top:10px;
}
.sclad_fast, .sclad_slow{
	/*бмв text-decoration: underline;
    text-decoration-style: dashed;*/
	cursor:pointer;
}
.present{
	text-align:right;
	width: 200px;
   margin-bottom: 50px;
       margin-top: 20px;
background-image: url('/images/icons/finger.png');
	background-repeat: no-repeat;
	background-position:0% 0%;
}	
.cart_panel .panel-heading{
	    background: #bdbdbd;
}
.citilink{
width: 280px;
margin-bottom: 5px;
margin-top: 5px;
text-align:left;
   
}	
h1.product__title{
	display: inline-block;
	font-size: 18px;
    margin-top: 0 !important;
    vertical-align: middle;
    word-break: break-word;
	}
#garanty_block_list{
margin-top:5px;
    color: #3399cc;
    margin-right: 5px;
    cursor: pointer;
    float: right!important;
}
#garanty_block_list i.garanty_text{
	text-decoration: underline; 
    text-decoration-style: dashed; 
	font-style: normal;
 }
.present_icon{
	display: block;
    width: 30px;
    float: left;
    height: 30px;
     margin-right: 5px;
position:relative;
top: 17px;
	background-image: url(../images/icons/podarok-icon_v2.png);
}	
.promo_icon{
	display: block;
/*	    margin-bottom: 20px;*/
    width: 30px;
    float: left;
    height: 30px;
    margin-right: 5px;
	left: 30px;
	background-image: url(../images/icons/promo-icon_v2.png);

}	
.cashback{
	display: block;
    width: 30px;
    float: left;
    height: 30px;
    position: absolute;
	left: 40px;
	background-image: url(../images/icons/icon_pig_v2.png);
}
.present p{
	line-height:140%;
	
}
.present small{
	display:block;
	font-size:10px;
}
#pDoc strong:first-of-type, #pFil strong:first-of-type{
	    padding-left: 15px;
    margin-top: 2px;
    color: #555;
    font-style: normal;
    line-height: 1.1;
    font-size: 13px;
}
.callback{
	text-decoration: underline;
    text-decoration-style: dashed;
	
}
.article_badge	{
	display: inline-block;
	margin:15px  15px 15px;
	overflow: hidden;
	
	vertical-align: top;	
	background: rgb(247, 247, 247);
}
.article_badge p:first-child{
	font-size: 18px;
	line-height: 20px;
	margin:15px  15px 15px;   
	opacity: .88;
	color: #000;	
}
.article_badge img{
	float:right;
	height:70px;
	margin:10px 25px 20px 0px;
	width:70px;
}
.article_badge p:last-child{
	margin-top: 20px;
	font-size: 12px;
	line-height: 14px;
	margin:15px 15px 15px;
}	
/*.microGalery{
width: 100%;
height: 55px;
max-height: 55px;
overflow: hidden;
position: absolute;
bottom: -5px; 
}*/
.microGalery {
    width: 75px;
/*    height: 175px;*/
    max-height: 350px;
    overflow: hidden;
    position: absolute;
    right: auto;
    top: 0px;
    /* top: auto; */
    max-width: 100%;
}
/*.microGalery {
    width: 60px;
    height: 100%;
    max-width: 60px;
    overflow: hidden;
    position: absolute;
    top: 5px;
    right: -20px;
}*/
/*	.product__image a img {
	max-width:290px;
	margin-bottom: 25px;
}*/
.microGalery_item{
    width: 70px;
   /* float: left;*/
    height: 70px;
	/*margin-left: 4px;*/
    margin-right: 4px;
    position: relative;
	border: 2px solid transparent;
	cursor:pointer;
}	

.microGalery_item:hover{
	    border: 2px solid #ffe1be;
}	
.dop_pic{
	display:none;
}	
.button-widget-open{
	background-color:#f49422!important;
}
header .number{
	    font-size: 18px!important;
} 
.contacts_mgo {
	    font-size: 12px!important;
}
.text-in-cart .ajaxlnk_same{
	color: #333333;
}
.list-std__item span{
	    color: #333333;
    text-decoration: none;
}
.callback{
	cursor:pointer;
}
.index_img{
	max-width:70px;
}
.goods__price{
	font-weight:bold;
	display:block;
}
.goods__price-old{
	color: #9c9c9c;
}
.icon_present_listing{
	background-image: url("/images/icons/sert_aktiv_v7.png");
}

.img_manuf{
	max-height:200px;
}
.text_free_deliv{
font-size: 9px;	
}
.panel-index{
	    padding-top: 5px;
}	
.page_index{
	padding-left: 0px;
	padding-right: 0px; 
}	
/*карточка товара*/

.newprice {
	width:100%;
display: none;
font-size: 24px;
text-align: center;
cursor:pointer;
}



.e-hr {
    height: 0.1rem;
    background: #ebebeb;
    margin: 10px;
    border: none;
}



.promo_icon{
	display: block;
    width: 30px;
    float: left;
    height: 30px;
    margin-right: 5px;
	background-image: url(../images/icons/promo-icon.png);
}	


.rules_icon{
	display: block;
    width: 30px;
    float: left;
    height: 30px;
     margin-right: 5px;
	background-image: url(../images/icons/rules-icon.png);
}	



.pres_icon{
	display: block;
    width: 30px;
    float: left;
    height: 30px;
     margin-right: 5px;
	background-image: url(../images/icons/pres-icon.png);
}	


.stock_icon{
	display: block;
    width: 30px;
    float: left;
    height: 30px;
     margin-right: 5px;
	background-image: url(../images/icons/stock-icon.png);
}	

/*.cash_icon{
	display: block;
    width: 30px;
    float: left;
    height: 30px;
     margin-right: 5px;
	background-image: url(../images/icons/cash-icon.png);
}	
*/
.price_box .information:after{
	content: ' \0069';
	font-weight: bold;
    border-color: rgb(51, 51, 51);
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: rgb(98, 98, 98);
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    height: 13px;
    line-height: 11px;
    margin-left: 2px;
    min-width: 13px;
    text-align: center;
    position: relative;
    bottom: 3px;
    border-radius: 50%;
}
.price_box .fa{
	display: block;
    width: 30px;
    float: left;
    height: 30px;
    margin-right: 5px;
	font-size: 25px;
	color: #696969;
}
img.info {
  padding-left: 10px; /* Отступ слева */
  padding-bottom: 10px; /* Отступ снизу */	
  width:30px;
  height=:30px;
}


.pvz_icon{
	display: block;		
    width: 30px;
    float: left;
    height: 30px;
    margin-right: 5px;
	background-image: url(../images/icons/pvz-icon.png);
}

.car_icon {
	display: block;
    width: 30px;
    float: left;
    height: 30px;
    margin-right: 5px;
	background-image: url(../images/icons/car-icon.png);
}
.present_select label:first-of-type{
	margin-left: -45px;
}
.best_icon {
	display: block;
    width: 30px;
    float: left;
    height: 30px;
     margin-right: 5px;
	background-image: url(../images/icons/best-icon.png);
}


.price_box {
text-align: left;
padding-bottom: 0.5rem;	
}


.price_box_center {
text-align: center;
padding-bottom: 0.5rem;	
}


.price_box_title {
font-family: Verdana, Arial, sans-serif;
line-height: 18px;
font-size: 13px;
font-weight: 600;
padding-left: 0.5rem;
}

.price_box_text{
/*font-family: Arial,sans-serif;
padding-top: 1rem;
line-height: 19px;*/
font-size: 12px;
padding-left: 40px;
}
.price_box_text span.information{
	margin-left: 1px;
}
.text_low_price {
font-family: Arial,sans-serif;
padding-top: 1rem;
line-height: 19px;
font-size: 14px;
padding-left: 4rem;
background-color: #e5efff;
border-radius: 3px;
}


.empty_block{
	text-align: center;
}

label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */

}
label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
/* label > input:checked + img{
  border:2px solid #f00;
}   
 */
img.sm_pic{
width: 90px;
 padding-bottom: 5px; /* Отступ снизу */		
}

.show_deliv {
  /* cursor: pointer;*/
}
.price_li{
margin-left: -30px;
}
/*закругленные рамочки в Поиске и в Категориях*/
		
	 .item-block {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #f7f7f7;
	border: 1px solid #d8d8d8;
	display: inline-block;
	font-size: 13px;
	margin: 3px 7px 5px 0;
	padding: 0 7px;
	text-align: center;
	transition-timing-function: ease-in;
	transition: background .4s,border .4s;
	overflow: hidden;
	float:left; /* обтекание слева */
	
	
}

.item-block-filter {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #f7f7f7;
	border: 1px solid #d8d8d8;
	display: inline-block;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	margin: 5px 10px 5px 0;
	padding: 0 10px;
	text-align: center;
	transition-timing-function: ease-in;
	transition: background .4s,border .4s;
	overflow: hidden;
	/*float:left; */
	
	
}
.close_div {
opacity: 0.5;
cursor:pointer;
}
.close_div:hover {
opacity: 1;
color:#000;
}

.page_search_body  .item-block {
	display: block;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	
}



.page_content  .item-block {
	font-size: 12px;
	line-height: 23px;
}


 .item-block:hover {
	background: #d8d8d8;
	transition: background .2s,border .2s;
	transition-timing-function: ease-out;
}

.item-block a {
	background-color: transparent;
	color: #0094d9;
	text-decoration: none;
	cursor: pointer;
}

.item-block a:active, .item-block a:hover {
	outline: 0;
}
.item-block a:focus, .item-block a:hover {
	color: #00608d;
	text-decoration: underline;
}
.item-block a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

 .item-block a:active,  .item-block a:hover,  .item-block a:link,  .item-block a:visited {
	color: #333;
	text-decoration: none;
	display: block;
    width: 100%;
}
.item-block a:active{
	position: relative;
	top: 1px;
}

.plus_minus{
	cursor:pointer;
}
.recomend span	{
	display:block;
	color: #b6352f;
	font-weight: bold;
}

.product__price p.kratno{
padding-top: 5px;
font-weight: bold;	
margin:0px;
    padding-bottom: 10px;
}
.price_kratno{
	font-size:18px;
}
.price_kratno strong{
	font-size:22px;
	font-weight: normal;
}
.prim_dost{
    float: left;
    color: #646464;
    margin-top: 10px;
}	
.dis{
	color: #dedfdf;
}	
.filter_body{
	color: #333333;
	/*margin-bottom: 15px;*/
}
.filter_body p{
	margin: 0;
	margin-top: 5px;
	font-weight:bold;
}
.show_filter_hidden{
    text-decoration: underline;
    text-decoration-style: dashed;
    font-weight: normal!important;
    margin-bottom: 10px!important;
	cursor:pointer;
    color: #777;
}
.filter_hidden {display:none;}
.filter_body ul{
	margin: 0;
    list-style-type: none;
    padding: 0;
}
.filter_tooltip{
	cursor:pointer;
/*	text-decoration: underline;
    text-decoration-style: dashed;*/
}
.filter_tooltip:after{
content: "?";	
border-color: rgb(204, 204, 204);
border-style: solid;
border-width: 1px;
box-sizing: border-box;
color: rgb(98, 98, 98);
cursor: pointer;
display: inline-block;
font-size: 11px;
height: 16px;
line-height: 14px;
margin-left: 2px;
min-width: 16px;
text-align: center;
position: relative;
bottom: 3px;
border-radius: 50%;
}

a.nav_cat{
	text-transform:uppercase;
}
.tooltiptext{
    display: none;
}
.filter_button {
	display:block;
	width:100%;
	height:15px;
	/*background-image: linear-gradient(#d76963, #bc011e);*/
	background: #f1880c;
	left:0;
	bottom:-7px;
	
    box-shadow: 0 0 2px rgba(0,0,0,0.5);

}	
.man-left{
	position: absolute;
	top: 1px;
}
.show_filters_button{
	display:none;
	margin-bottom:7px;
}	
.filter_block{
	display:none!important;
}	
.block-filter-sort{
	display:none;
}
.block-filter-sort label{
	    margin-right: 8px;
		line-height: 24px;
		font-weight: 400;
		float:left;
}
.block-filter-sort .toolbar{
	padding-bottom: 0px;
}	
.links{
	font-weight:bold;
}
li.links{
	font-weight:bold;
	font-size:14px;
	text-decoration:underline;
}	
.filter-arrow {
  width: 0;
  height: 0;
  border: 15px solid transparent; 
  position: relative;
  left: 40%;
  }
.arrow-top {
  border-top-color: #f1880c;  
  border-bottom: 0;
  bottom:7px;
  }
.arrow-bottom {
  border-bottom-color: yellowgreen;  
  border-top: 0;
}
.tov_mod{
	padding-top:5px;
}
.order_notes{
	display:none;
}	
.check_sum_notes{
	font-weight: bold;
	color: red;
	text-align:center;
	display:none;
}
.product__description2{
	color: #777777;
    margin: 10px;
}	
.hik_nosale{
	color: #3399cc;
	font-size: 16px!important;
}
.hik_nosale span{
	display:block;
	font-weight:bold;
}
.block-share{
	text-align:center;
	display:block;
	padding: 0!important;
	/*float:right;*/
	
	margin-bottom:0px!important;
}	
.share-ul{
    margin-left: 20px;
}
.share-ul-listing{
	float:right;
	margin-left: 20px;
	margin-bottom: 0px;
	/*margin-right: 20px;*/
}
.share span{
	color: #999;
}	
.share{
	border: 1px solid #FFF;
	cursor:pointer;
}	
.share:hover{
	    border: 1px solid #f5a13e;
}	
.share-icon{
	    color: #f5a13e;
		font-size:18px!important;
}	
.share-icon-listing, .fav-icon-listing{
	    color: #777777;
		font-size:16px!important;
}	
.share-icon-listing.active, .fav-icon-listing.active{
	   color: #f5a13e;
}
.top_fa{
    font-size: 25px!important;
	display: block;
}

.nav__link-fav_top p, .nav__link-cart_top p{
	float:left;text-align: center;font-size: 11px; line-height:1;
}
.favorites-top{
	    
		cursor:pointer;
}
.top_qty{
    position: absolute;
    top: 15px;
	
    color: #fff;
    font-size: 9px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 10px;
    padding: 3px 3px;
    font-weight: bold;
}	

.fav_qty{
    left: 50px;
   }	
.compare_qty{
   	left: 50px;
}	
.compare_qty_top{
	left: 40px;
	top:30px;
}
.product-favorites-listing{

	cursor:pointer;
	color: #3399cc;
}	
.product-favorites-listing .fa{
	font-size:16px;
	
}
.compare-listing .fa{
	font-size:16px!important;
	
}	
.list-vrt__item i.fa{
	color:#f5a13e;
	font-size:22px;
    margin-right: 10px;
	position: absolute;
    left: -25px; 
}
.filter_checkbox{
	    margin-right: 3px!important;
} 
.table_div p {
	margin-top:10px;
}
.button_compare{
    display: block;
    margin-bottom: 3px;
    padding: 6px 10px;
	margin: 6px 15px;
    cursor: pointer;
    
}	
.product__title a{ font-size:14px; word-break: break-word;}
.table-responsive-compare{
	overflow-x: auto;
    min-height: 10%;
}
.button_compare.selected{background-color: #ffd6a6;}
.button_compare.notselected:hover{background-color: #ebf2f8;}
	

.footer-socials  {
	margin: 0;
	text-align: right;
}
.footer-socials span {
	padding-left: 1.2rem;

	cursor:pointer;
}
.footer-socials span i {
	font-size: 16px;
}	
.filter-url{
    border-bottom: 1px dashed rgb(182, 53, 47);
    color: #b6352f!important;
	text-decoration: none;
}	
.dis a{
	color: #dedfdf!important;
	border-bottom: 0;
}	
.filter-url:hover{
	border-bottom:0px;
	text-decoration: none;
}

.filter_label_to{
    margin-left: 20px;
    margin-right: 5px;
}
.filter_label_0{
	margin-right: 5px;
}
select option:disabled {
	color:#ddd;
}
span.free_deliv{
font-weight:normal!important;
text-transform:none!important;
}
.ui-widget-header{
	    background: #3399cc!important;
}
#polzunok{
	margin-top:5px;
}
#pFil ul{
	padding-top:10px;
	padding-left:15px;
	list-style-type: none;
	display: table;
	width: 90%;
}
#pFil ul li{
	display: table-row;
	
}
#pFil ul li span{
	padding: 5px;
	display: table-cell;
	border-bottom: 1px dotted #ababab;
}
.product_view{    text-align: center;
    display: block;
    color: #999;
    font-size: 11px;
}
.panel-filter{
    padding-top: 0px;
    padding-bottom: 5px;
}
.ptov{
	font-size:12px!important;
}
.article img{
	max-width: 70%;
	
	padding: 10px;
}
.section_show_all{
	float: right;
    text-decoration: underline;
    text-decoration-style: dashed;
	color: #3399cc;
	cursor:pointer;
}
.category_child.active{
	max-height: 100% !important;
}
.category_showall {
    position: relative;
    top: -27px;
    left: 16px;
    float: right;

}	

.category_show_all:after{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	content: "\f078";
	margin: 5px;
	color:#333;
}
.category_hide_all:after{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	content: "\f077";
	margin: 5px;
	color:#333;
}
.panel-filter .page_content{
	height:33px;
	overflow-y: hidden;
}
.category_showall.mobile i{
	display: inline-block;
    height: 12px;
	width: 12px;
	background: url("/images/icons/chevron-down.png") center center no-repeat;
}
.category_showall.mobile.active i{
	background: url("/images/icons/chevron-up.png") center center no-repeat;
}
.navbar-message-mobile{
	position: absolute;
    bottom: -20px;
	display:none;
	width: 100%;
    text-align: center;
	    background-color: #f7f7f7;
    border-color: #e8e8e8;
    box-shadow: 0 0 3px #e8e8e8;
}
.category_description{
	margin-left: 10px!important;
}
.select_mod{
	border: 1px dashed #8c8c8c;
    border-radius: 5px;
}
.auth_divider{
	padding: 0px 2px;
	color: #787878;
}
.textinput {
    padding: 2px 5px;
    width: 95px!important;
    margin-top: 2px !important;
    
    width: 100%;
    margin: 1px 0;
}
.club_discount{
	    color: #3399cc;
		font-weight: bold;
}
 .product__price .fa-bolt{
	 font-size: 18px;
    color: #d21116;
 }
.add-to-card-mobile{
	display: none;
top: -100px;
    position: fixed;
	font-size: 12px;
}
.price-btn{
	font-weight: bold;
	font-size: 14px;
	margin-left: 15px;
}

.site-popup-inner {
    width: 572px;
}
.site-form-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 40px;
    font-weight: 300;
    color: #3d424b;
}
.site-form-text span, .site-form-text a{
	display: block;
}
.link-empty{
	pointer-events: none;
	color: #777777;
	text-decoration: none;
}
/*---------MEDIA--------*/
@media screen and (max-width: 768px){
.site-popup-inner {
    width: 100%;
}
}
@media screen and (max-width: 1200px){
	
img.sm_pic{ width: 75px;}	
.present_select label:first-of-type {
    margin-left: -90px;
}
.product-card .product__options .list-inline li, .product-card .product__options .list-inline li select{ max-width:100%;}
.compare_qty{
	left: 5px!important;
    
}
.fav_qty {
	left: 5px!important;
    
}

		.product__image a img{ max-width:100%;}
.microGalery {
    width: 75px;
    
    max-height: 250px;
    overflow: hidden;
    position: absolute;
    right: auto;
    top: 0px;
    /* top: auto; */
    max-width: 100%;
}
footer .pull-right { display:none;}	
.product-card .product__image {text-align:center;}
.product-favorites-listing{ margin-top:0px!important;}
}
@media (max-width: 950px) {
	
	.present_select label:first-of-type {
    margin-left: -120px;
}
}
@media (max-width: 768px) {
	.comp_block .comp_price{
	float: none;
    width: auto;
	}
	.add-to-card-mobile{
	position: fixed !important;
    bottom: 1px !important;
	top: auto;
	left: 0;
    width: 100% !important;
	display: none;
    z-index: 999 !important;
}
	.navbar-nav > li > a{padding-top: 13px;}
	

.navbar-message-mobile{
	display:block;
}
.change_city{
	position: absolute;
    top: 0px;
    max-width: 90%;
    background: #FFF;
}

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

@media screen and (max-width: 764px){
.breadcrumb{
	white-space: nowrap;
    overflow: auto;
}	
	.block h1 { 
    display: inline;
    font-size: 14px;
} 
	.autocomplete div{
		white-space: normal;
		overflow: auto;
	} 
	.section_show_all{ display: none;}
	.article img{	max-width: 100%;}
	.article_badge{display: none;}
.promo_price{
    position: unset;
}	
.garanty_block_list	{
	float:none!important;
    background: white;
    text-align: center;
    margin: 0;
}
.microGalery{
width: 100%;
height: 55px;
max-height: 55px;
overflow: hidden;
position: absolute;
bottom: -5px; 
top:auto;
}
.microGalery_item{
    width:55px;
    float: left;
    margin-left: 4px;
    
}	
	.panel-title{
		white-space: normal;
		font-size: 12px;
	}
	.product-favorites-listing .fa{
		font-size:24px;
	}
	.list-razdel .list-vrt__item{
		min-height:30px;
	}
.spec_price_deshevle{
		/*мобильная*/
font-weight:bold;

margin-left: 20%;
padding-bottom:0px;
margin-bottom:5px;
background:none;
font-size:14px;


}

.our_advantages img{
	display:none;
}
.our_advantages ul li{
	width:90%;
	max-width:90%;
}
.ymap-container div.delivery{
	width:100%;
	float:none;
}
.ymap-container div#map-yandex{
	width:100%;
	float:none;
	display:none;
}

img {  height: auto!important;}
.footer_copy{
	bottom:0;
}	
	.spec_price_block{
	background:none;
}

/*.product__body .price__line:first-child{
padding-top:40px;	
}*/	

.garanty_block{
margin-left: 42%;
/*position: absolute;
    top: -40px;
    left: -10px;*/
	background: rgba(255, 255, 255, 0.7);
	margin:0px;
}
.deshevle{
	margin-left: 37%;
}	

.spec_price_deshevle{
margin: 0;
width:100%;
}	
.present{ text-align:center; width:100%; margin:0; margin-top:10px;}
}

@media screen and (max-width: 480px){
/* .toolbar__filter {
    overflow: unset;
} */
.sh_cart_div{
	padding: 2px;
}
.present-text{ display: block;}
.product__art {text-align: right;}
.product-card .product__options{ font-size: 12px; max-width: 95%;}
.compare_qty{
	left: 0px!important;
    
}
.fav_qty, .cart__qty  {
	left: 0px!important;
    
}	
	.breadcrumb > li{font-size:10px;}

.garanty_block{
margin-left: 33%;
}	
.deshevle{
margin-left: 27%;
}	


	
#total_cart{
  /*  display: inline-block;*/
    width: 100%;
    text-align: center;
}	
}
img.lazy {
  opacity: 1;
  transition: opacity 0.3s;
}
img[data-src] {
  opacity: 0;
}

.tel_change{ display:block;}
@media (max-width: 840px) and (min-width: 765px){

.product-card {
    padding-right: 200px !important;
}
}
@media (max-width: 764px){
	.navbar-header img{
/*display: block;
margin: 0 auto;*/
margin-left:8px;
}
.navbar-header a img{
	margin: 0 auto;
}
.__jivoMobileButton {
    right: 10px!important;
	bottom: 95px!important;	
}
.button-widget-open{
	bottom: 75px!important;
}
.sh_cart_div{
	padding: 5px;
}
	#btn_process.active{ display: block!important;}
	.categories_select .share-ul{	width:100%;}
	.product__art{ float:right; width: 100%; display: block;}

.product_page button{
    z-index: 999 !important;
}



.product_page button.fixbtn{
	position: absolute !important;
	bottom: unset !important;
	width: 45% !important;
	margin: 0 !important;
}
/*.product_page .go-to-card{
	margin: auto!important;
	width: 46% !important;
}*/

.product_page button.btn-warning {
	left: 10px !important;
	right: auto !important;
}
.mango-callback .widget-wrapper.selected-dynamic.mng-wgt.common-window.light-color-theme .button-widget-open {

    bottom: 78px !important;
}
.product-card .price-block{
	position: relative!important;
    right: auto;
    top: auto;
    border: 0;
    border-radius: 0;
    background: #fff;
    padding-bottom: 20px;
}
.product-card .price-block:hover{
	box-shadow:none;
}
.product-card{
    padding-right: 0!important;
}
}
.listing_sclad{
	font-weight: normal;
	color:#333;
}
.search_title{
	margin-top: 20px;
	
}
.header_icons_item {
	width:auto;
	display: inline;
	padding-left: 4px;
}

.show_menu_button :active:hover, .show_menu_button :active:focus, .show_menu_button :active.focus, .show_menu_button .active:hover, .show_menu_button .active:focus, .show_menu_button .active.focus, .open > .show_menu_button .dropdown-toggle:hover, .open > .show_menu_button .dropdown-toggle:focus, .open > .show_menu_button .dropdown-toggle.focus {
	color: #b6352f;
}
.fa-times{
	    font-size: 27px !important;
}
.header_icons_block{
	    display: flex;
}
#cart_qty_{
	left: 25px;
}
#compare_qty_{
	left: 30px;
}
#fav_qty_{
	left: 25px;
	top: 30px;
}

#cookie_note{
    display: none;
    position: fixed;
    bottom: 5px;
    left: 50%;
	width: 100%;
    
    transform: translateX(-50%);
    padding: 15px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
    margin: 0;
    width: 90%;
	float: left;
    text-align: left;
    color: black;
}


@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
.cookie_accept{
    float: right;
}
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}