/**  
  * @outputFile ../css/style.css
  * @outputStyle expanded
  */
body {
  position: relative;
  font: 15px Arial, Helvetica, sans-serif;
  line-height: 1.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  background: #ebebeb url("../img/bg-wrapper-gradient.png") 0 0 repeat-x;
  overflow-x: hidden;
}

/* 
*
* Common elements
*
*/
.clear {
  clear: both;
}

a, .link {
  text-decoration: none;
  color: #0b529f;
  border-bottom: 1px solid #0b529f;
  border-bottom: 1px solid rgba(11, 82, 159, 0.5);
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}
a:hover, a:focus, .link:hover, .link:focus {
  color: #ff6600;
  border-bottom-color: transparent;
}
a.orange, .link.orange {
  color: #ff6600;
  border-bottom-color: #ff6600;
}
a.orange:hover, a.orange:focus, .link.orange:hover, .link.orange:focus {
  border-bottom-color: transparent;
}
a.dashed, .link.dashed {
  border-bottom-style: dashed;
}
a.dotted, .link.dotted {
  border-bottom-style: dotted;
}

p {
  margin: 18px 0 0;
}
p:first-child {
  margin-top: 0;
}
p.right {
  text-align: right;
}
p.small {
  font-size: 11px;
}

h2 {
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 34px 0 13px;
}
h2:first-child {
  margin-top: 0;
}
h2 + p {
  margin-top: 0;
}

label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #666;
  cursor: default;
  margin: 0 0 7px;
  position: relative;
}
label.required:after {
  position: relative;
  top: -3px;
  margin-left: -9px;
  color: #ef3e23;
  content: " *";
}
label.inline {
  display: inline-block;
}
label.left {
  float: left;
}

textarea,
input,
button {
  -webkit-font-smoothing: antialiased;
  font: 14px Arial, Helvetica, sans-serif;
  outline: none;
}

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

select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  font-family: MyriadPro;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 9px;
  padding: 4px 10px 4px;
  color: #9f9f9f;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
select option {
  color: #000;
}
select:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.2);
}
select.width-auto {
  width: auto;
}
select.error {
  outline: 1px solid #cb2126;
  outline: 1px solid rgba(203, 33, 38, 0.8);
}

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
  outline: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  padding: 3px 9px 4px;
  color: black;
  font-family: Arial;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
}
textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus {
  outline: none;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
}
textarea.width-auto,
input[type="email"].width-auto, input[type="number"].width-auto, input[type="password"].width-auto, input[type="search"].width-auto, input[type="tel"].width-auto, input[type="text"].width-auto, input[type="url"].width-auto, input[type="color"].width-auto, input[type="date"].width-auto, input[type="datetime"].width-auto, input[type="datetime-local"].width-auto, input[type="month"].width-auto, input[type="time"].width-auto, input[type="week"].width-auto {
  width: auto;
}
textarea.uppercase,
input[type="email"].uppercase, input[type="number"].uppercase, input[type="password"].uppercase, input[type="search"].uppercase, input[type="tel"].uppercase, input[type="text"].uppercase, input[type="url"].uppercase, input[type="color"].uppercase, input[type="date"].uppercase, input[type="datetime"].uppercase, input[type="datetime-local"].uppercase, input[type="month"].uppercase, input[type="time"].uppercase, input[type="week"].uppercase {
  text-transform: uppercase;
}
textarea.width-auto,
input[type="email"].width-auto, input[type="number"].width-auto, input[type="password"].width-auto, input[type="search"].width-auto, input[type="tel"].width-auto, input[type="text"].width-auto, input[type="url"].width-auto, input[type="color"].width-auto, input[type="date"].width-auto, input[type="datetime"].width-auto, input[type="datetime-local"].width-auto, input[type="month"].width-auto, input[type="time"].width-auto, input[type="week"].width-auto {
  width: auto;
}
textarea.error,
input[type="email"].error, input[type="number"].error, input[type="password"].error, input[type="search"].error, input[type="tel"].error, input[type="text"].error, input[type="url"].error, input[type="color"].error, input[type="date"].error, input[type="datetime"].error, input[type="datetime-local"].error, input[type="month"].error, input[type="time"].error, input[type="week"].error {
  border-color: #e27070;
}
textarea::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
}
textarea:-moz-placeholder,
input[type="email"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder {
  color: #888;
  opacity: 1;
}
textarea::-moz-placeholder,
input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder {
  color: #888;
  opacity: 1;
}
textarea:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder {
  color: #888;
  opacity: 1;
}

.form__item {
  padding: 10px 0;
  /*border-top: 1px solid #e5e5e5;*/
  margin-bottom: -5px;
  width: 99%;
}
.form__item:first-child {
  padding-top: 0;
  border-top: none;
}

.form__actions {
  padding: 15px 0 10px;
  /*border-top: 1px solid #e5e5e5;*/
}

.form__tip {
  font-size: 11px;
  color: #999;
  position: absolute;
  right: 0;
  text-transform: none;
}
/* .form__tip {
  font-size: 11px;
  margin: 5px 10px 0;
  color: #999;
  position: absolute;
} */
.form__tip.error {
  color: #c00;
}

.form__tip-link {
  float: right;
  text-transform: none;
}

.btn {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2a76c8;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 6px 23px 7px;
  border: 1px solid #2464aa;
  border-radius: 3px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.btn:focus, .btn:hover {
  color: #fff;
  border-color: #104886;
  background-color: #2d79c9;
  background-image: -webkit-linear-gradient(#2d79c9, #1c5eb7);
  background-image: linear-gradient(#2d79c9, #1c5eb7);
}
.btn:active {
  border-color: #104886;
  background-color: #215c9c;
  background-image: -webkit-linear-gradient(#215c9c, #2973c3);
  background-image: linear-gradient(#215c9c, #2973c3);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25);
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
}
.btn.fullwidth {
  width: 100%;
}
.btn.grey-light {
  background-color: #f6f6f6;
  border-color: #ccc;
  color: #000;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.34);
}
.btn.grey-light:focus, .btn.grey-light:hover {
  color: #000;
  background-color: #f7f7f7;
  background-image: -webkit-linear-gradient(#f7f7f7, #cecece);
  background-image: linear-gradient(#f7f7f7, #cecece);
}
.btn.grey-light:active {
  border-right-color: #cdcdcd;
  border-left-color: #cdcdcd;
  border-top-color: #888;
  border-bottom-color: #f3f3f3;
  background-color: silver;
  background-image: -webkit-linear-gradient(silver, #f3f3f3);
  background-image: linear-gradient(silver, #f3f3f3);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25);
}

.prettyCheckbox {
  cursor: pointer;
  margin: 0;
}

    /*
input[type='checkbox'].custom,
input[type='radio'].custom {
  visibility: hidden;
}*/
input[type='checkbox'].custom + label,
input[type='radio'].custom + label {
  padding-left: 20px;
}

input[type='checkbox'].custom + label.prettyCheckbox,
input[type='radio'].custom + label.prettyCheckbox {
  padding-left: 0;
}

.holderWrap {
  background: #fff;
  border: 1px solid #0b529f;
  width: 8px;
  height: 8px;
  border-radius: 3px;
}

label.checkbox .holderWrap:before {
  position: absolute;
  top: -3px;
  left: 1px;
  width: 9px;
  height: 10px;
  background: url("../img/bg-check.png") 0 0 no-repeat;
  content: "";
  display: none;
}

label.radio .holderWrap {
  border-radius: 50%;
}
label.radio .holderWrap:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  border-radius: 50%;
  background-color: #0b529f;
  content: "";
  display: none;
}

label.prettyCheckbox.checked .holderWrap:before {
  display: block;
}

label.checkbox span.holder,
label.radio span.holder {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

label:hover span.holder {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

label.checkbox:hover span.holder {
  background-position: -9999px 0;
}

/* Background position on mouseover */
label.checked span.holder,
label.checked:hover span.holder {
  opacity: 1;
  filter: alpha(opacity=100);
}

label.checkbox.checked span.holder,
label.checkbox.checked:hover span.holder {
  background-position: 10px 9px;
}

/* Background position when checked */
/* ------------------------------------------------------------------------
	Customize at your own risk
------------------------------------------------------------------------- */
label.list {
  display: block;
  white-space: nowrap;
}

input.hiddenCheckbox {
  position: absolute;
  left: -10000px;
  /* Hide the input */
}

label.prettyCheckbox {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 3px;
}

label.prettyCheckbox span.holderWrap {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  vertical-align: top;
  margin-top: 0;
  margin-right: 9px;
  top: 3px;
}

label.prettyCheckbox span.holder {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.form__checkbox, .form__radio {
  margin: 4px 0 0 11px;
}
.form__checkbox:first-child, .form__radio:first-child {
  margin-top: 0;
}

.switch {
  font-size: 11px;
  color: #0b529f;
  border: 1px solid #cedcec;
  border-radius: 3px;
  padding: 5px 8px;
  margin-right: 1px;
  text-transform: none;
}
.switch .holderWrap {
  display: none !important;
}
.switch:hover {
  border-color: #3c75b2;
  color: #0b529f;
}
.switch.checked {
  background-color: #0b529f;
  border-color: #0b529f;
  color: #fff;
}
.switch.disabled {
  cursor: default;
  color: #9dbad9 !important;
  border-color: #cedcec !important;
}

.tooltip {
  position: relative;
}
.tooltip:hover .tooltip-content, .tooltip:focus .tooltip-content {
  display: block;
}

.tooltip-content {
  position: absolute;
  display: none;
  z-index: 99999;
  cursor: default;
  background: #0b529f;
  border-radius: 3px;
  color: #fff;
  font: 11px Arial, Helvetica, sans-serif;
  line-height: 1.1;
  padding: 5px 10px 6px;
  bottom: 100%;
  margin-bottom: 7px;
  left: 0;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.11);
}
.tooltip-content:before {
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border: solid;
  border-color: #0b529f transparent transparent transparent;
  border-width: 4px 4px 0 4px;
  content: "";
}

/* Styles for custom selects */
.done select {
  height: 1px;
  width: 1px !important;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: -2px;
  z-index: -10;
  outline: none;
  -webkit-appearance: none;
}

.select-list {
  position: absolute;
  left: 0;
}

.custom-select {
  z-index: 1;
  width: 100%;
}

.custom-select * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.open_list {
  z-index: 10;
}

.custom-select ul,
.custom-select li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-select,
.custom-select ul {
  position: relative;
  top: 0;
  left: 0;
}

.custom-select .custom-text {
  cursor: pointer;
  display: inline-block;
  width: 100% !important;
}

.custom-select li {
  cursor: pointer;
  min-height: 25px;
}

.select-scroll {
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 2;
}

.default-scroll ul {
  overflow-y: auto;
}

.custom-scroll {
  overflow: hidden;
}

.scroll-drag {
  display: block;
  position: absolute;
  left: 0;
  cursor: pointer;
}

.disable * {
  cursor: default !important;
}

/* Style for example*/
.custom-select .custom-text,
.custom-select.disable span.custom-text:hover {
  overflow: hidden;
}

.select-list {
  top: 0px;
  padding: 0 0 0 10px;
}

.select-list .selected,
.select-list li:hover {
  color: white;
}

.select-list li.disabled {
  color: #CCCCCC;
  cursor: default;
}

.select-scroll {
  background: #272727;
  width: 9px;
  border-radius: 0;
}

.scroll-drag {
  position: relative;
  top: 0;
  cursor: pointer;
  background: #4e4e4e;
  border-radius: 0;
  width: 9px;
}

.custom-select .hover {
  color: white;
}

.disable {
  opacity: 0.5 !important;
}

.custom-select {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-weight: normal;
  color: black;
  height: 40px;
  font-size: 11px;
  color: #0b529f;
}

.custom-select.active .custom-text,
.custom-select span.custom-text:hover,
.custom-select .custom-text,
.custom-select.disable span.custom-text:hover {
  background-color: #fff;
  text-shadow: none;
  color: black;
  white-space: nowrap;
  padding: 0 20px 0 8px;
  height: 25px;
  line-height: 24px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #ccc;
  z-index: 2;
}

.custom-select span.custom-text:hover,
.custom-select.active span.custom-text,
.custom-select.active span.custom-text:hover {
  color: #0b529f;
  border-color: #3981ce;
}
.custom-select span.custom-text:hover:before,
.custom-select.active span.custom-text:before,
.custom-select.active span.custom-text:hover:before {
  border-top-color: #0861c2;
}
.custom-select span.custom-text:hover:after,
.custom-select.active span.custom-text:after,
.custom-select.active span.custom-text:hover:after {
  border-color: #0861c2;
}

.custom-select .custom-text:before {
  position: absolute;
  top: 10px;
  right: 7px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #ccc transparent transparent transparent;
  -webkit-transform: rotate(360deg);
  content: "";
}

.custom-select .custom-text:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  border-left: 1px solid #ccc;
  content: "";
}

.custom-select.open_list .custom-text {
  border-color: #094484 !important;
  border-bottom: none !important;
  padding-bottom: 1px;
  border-radius: 3px 3px 0 0 !important;
}
.custom-select.open_list .custom-text:before {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #a7cbe9 transparent;
}
.custom-select.open_list .custom-text:after {
  bottom: 2px;
  top: auto;
  right: 0;
  left: 0;
  border-left: none;
  border-bottom: 1px solid #b5cbe2;
}

.select-list {
  background-color: #fff;
  color: #0b529f;
  font-weight: normal;
  text-shadow: none;
  border-radius: 3px;
  border: 1px solid #094484;
  margin: 0;
  padding: 23px 0 0;
  left: 0px;
  right: 0px;
  width: auto;
  z-index: 1;
  box-shadow: 0 0 7px #a7cbe9;
}
.select-list ul {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #fff;
}

.select-list > ul > li {
  padding: 4px 8px 3px !important;
  min-height: 0;
  margin: -1px 0 0 !important;
  line-height: 1.05;
}
.select-list > ul > li:before {
  display: none;
}

.select-list.maxlength > ul > li {
  margin-right: 13px !important;
}

.select-list .selected {
  color: #000;
  background-color: #b7ddfd;
}

.select-list li:hover {
  color: #000;
  background-color: #b7ddfd;
}

.select-list li.hide {
  display: none;
}

.select-list li.disabled {
  color: #aaa;
  background-color: #fff;
}

table {
  font-size: 13px;
  width: 100%;
}
table.text-right td, table.text-right th {
  text-align: right;
}
table.text-center td, table.text-center th {
  text-align: center;
}
table.text-left td, table.text-left th {
  text-align: left;
}
table.bordered td, table.bordered th {
  border-top: 1px solid #ebebeb;
  padding: 6px 6px 8px;
}
table.bordered thead tr:first-child td, table.bordered thead tr:first-child th,
table.bordered tbody tr:first-child td,
table.bordered tbody tr:first-child th {
  border-top: none;
}
table.bordered thead + tbody tr:first-child td, table.bordered thead + tbody tr:first-child th {
  border-top: 1px solid #ebebeb;
}
table th {
  text-align: left;
}
table td, table th {
  background-color: #fff;
  padding: 8px 6px 10px;
  vertical-align: top;
}
table td.center, table th.center {
  text-align: center;
}
table td.right, table th.right {
  text-align: right;
}
table.hovered tbody tr:hover td, table.hovered tbody tr:hover th {
  cursor: default;
  background-color: #bee0fd !important;
}
table.zebra tbody tr:nth-child(even) td, table.zebra tbody tr:nth-child(even) th {
  /*background-color: #e5e5e5;*/
  background-color: #f4f4f4;
}
table.catalog thead th {
  font-size: 12px;
  color: #666;
  font-weight: normal;
  /*border-bottom: 1px solid #e5e5e5;*/
  border-bottom: 1px solid #CCC;
  padding-top: 10px;
  padding-bottom: 11px;
}
table.catalog thead th:first-child {
  padding-left: 13px;
}
table.catalog thead th:last-child {
  padding-right: 13px;
}
table.catalog tbody td, table.catalog tbody th {
  /*border-top: 3px solid #fff;*/
  padding-top: 18px;
  padding-bottom: 18px;
}

table.catalog tbody td a {
  vertical-align: top;
  line-height: 160%;
}

table.catalog tbody td img {
  display: block;
  border: 1px solid #e5e5e5;
  padding: 5px;
  width: 60px;
  /*height: 60px;*/
  background-color: #FFF;
}

table.catalog tbody td:nth-child(3) {
  width: 120px;
}

table.catalog tbody tr {
  border-bottom: 1px solid #CCC;
}

table.catalog tbody td:first-child, table.catalog tbody th:first-child {
  padding-left: 13px;
}
table.catalog tbody td:last-child, table.catalog tbody th:last-child {
  padding-right: 13px;
}
table.catalog tbody tr:first-child td, table.catalog tbody tr:first-child th {
  border-top: none;
}

.wrapper {
  width: 1044px;
  margin: 0 auto;
  background: #ebebeb url("../img/bg-wrapper-gradient.png") 0 0 repeat-x;
  padding: 0 82px;
  box-shadow: 0px 0px 31px 23px rgba(0,0,0,0.4);
}

.outer {
  overflow-x: hidden;
  /*background: url('/img/shapka_2.png') repeat-x, url('/img/textura.jpg') repeat;*/
  background: url('/img/bg4.jpg') repeat;
}

.header {
  position: relative;
  z-index: 1;
}
.header:after {
  content: "";
  display: table;
  clear: both;
}

.header__logo {
  float: left;
  margin: 0 50px 0 0;
  width: 110px;
  height: 158px;
  background: #0b529f url("../img/logo.png") center center no-repeat;
  text-indent: -9999px;
  border: none;
}

.header__left {
  float: left;
  width: 500px;
  margin: 40px 0 0;
}

.header__right {
  float: right;
  margin: 35px 0 0;
  text-align: right;
}

.header__title {
  font-size: 28px;
  font-weight: bold;
  color: #0b529f;
  line-height: 1.13;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h1.header__title {
  margin: 0;
}

.header__subtitle {
  margin: 3px 0 0;
  font-size: 16px;
  color: #0b529f;
  letter-spacing: 0.04em;
}

.header__phone {
  font-size: 21px;
  color: #0b529f;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-right: -4px;
}
.header__phone strong {
  position: relative;
  top: 1px;
  font-size: 34px;
  letter-spacing: 0.06em;
  margin: 0 0 0 3px;
}

.header__links {
  font-size: 12px;
  margin: 0 0 0 7px;
}
.header__links:after {
  content: "";
  display: table;
  clear: both;
}
.header__links a {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  color: #ff6600;
  text-decoration: none;
}
.header__links a.dashed {
  border-bottom-color: #ff6600;
  border-bottom-color: rgba(255, 102, 0, 0.5);
}
.header__links a.dashed:hover, .header__links a.dashed:focus {
  border-bottom-color: transparent;
}

.header__links-call {
  position: relative;
  float: left;
  margin-left: 20px;
}
.header__links-call:before {
  position: absolute;
  top: 3px;
  left: -20px;
  width: 15px;
  height: 11px;
  background: url("../img/bg-icons-orange.png") 0 0 no-repeat;
  content: "";
}

.header__links-quote {
  position: relative;
  float: right;
  margin-left: 20px;
}
.header__links-quote:before {
  position: absolute;
  top: 3px;
  left: -20px;
  width: 15px;
  height: 11px;
  background: url("../img/bg-icons-orange.png") -16px 0 no-repeat;
  content: "";
}

.header__search {
  position: relative;
  margin: 8px 0 0;
}
.header__search input[type='text'] {
  width: 276px;
  font-weight: bold;
  font-size: 12px;
  background: none;
  box-shadow: none;
  color: #0b529f;
  letter-spacing: 0.02em;
  padding: 3px 36px 2px 6px;
  border-color: #0b529f;
}
.header__search input[type='text']::-webkit-input-placeholder {
  color: rgba(11, 82, 159, 0.5);
}
.header__search input[type='text']:-moz-placeholder {
  color: rgba(11, 82, 159, 0.5);
}
.header__search input[type='text']::-moz-placeholder {
  color: rgba(11, 82, 159, 0.5);
}
.header__search input[type='text']:-ms-input-placeholder {
  color: rgba(11, 82, 159, 0.5);
}
.header__search [type='submit'] {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 22px;
  text-indent: -9999px;
  background: url("../img/bg-search.png") center center no-repeat;
  border: none;
}

.header__menu {
  clear: both;
  font-weight: bold;
  font-size: 14px;
  padding: 21px 0 0;
  text-align: center;
}
.header__menu li a {
  position: relative;
  display: block;
  color: black;
  text-decoration: none;
  padding: 4px 9px;
  border: none;
}
.header__menu li a:hover, .header__menu li a:focus {
  background-color: #b7ddfd;
}
.header__menu li ul {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  background-color: #0b529f;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
  padding: 3px 0;
  margin: 4px 0 0;
  z-index: 10;
}
.header__menu li ul a {
  color: #fff;
  padding: 2px 13px 3px;
}
.header__menu li ul a:hover, .header__menu li ul a:focus {
  color: black;
  background-color: #b7ddfd;
}

.header__menu-inner {
  display: table;
  width: 100%;
}
.header__menu-inner > ul, .header__menu-inner > div > ul {
  display: table-row;
}
.header__menu-inner > ul > li, .header__menu-inner > div > ul > li {
  display: table-cell;
}
.header__menu-inner > ul > li.expanded > a, .header__menu-inner > div > ul > li.expanded > a {
  padding-right: 15px;
}
.header__menu-inner > ul > li.expanded > a:before, .header__menu-inner > div > ul > li.expanded > a:before {
  position: absolute;
  top: 11px;
  right: 7px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: black transparent transparent transparent;
  -webkit-transform: rotate(360deg);
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
  content: "";
}
.header__menu-inner > ul > li.expanded > a:after, .header__menu-inner > div > ul > li.expanded > a:after {
  position: absolute;
  right: 0px;
  bottom: -4px;
  left: 0px;
  height: 4px;
  visibility: hidden;
  opacity: 0;
  background-color: #0b529f;
  content: "";
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.header__menu-inner > ul > li.expanded:hover > a, .header__menu-inner > ul > li.active > a, .header__menu-inner > div > ul > li.expanded:hover > a, .header__menu-inner > div > ul > li.active > a {
  background-color: #0b529f;
  color: #fff;
}
.header__menu-inner > ul > li.expanded:hover > a:before, .header__menu-inner > ul > li.active > a:before, .header__menu-inner > div > ul > li.expanded:hover > a:before, .header__menu-inner > div > ul > li.active > a:before {
  border-top-color: #fff;
}
.header__menu-inner > ul > li.expanded:hover > a:after, .header__menu-inner > div > ul > li.expanded:hover > a:after {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.header__menu-inner > ul > li.expanded:hover ul, .header__menu-inner > div > ul > li.expanded:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.header__menu-inner > ul > li.active > a, .header__menu-inner > div > ul > li.active > a {
  cursor: default;
}

.header__menu-inner > ul > li > ul > li.active > a:hover, .header__menu-inner > div > ul > li > ul > li.active > a:hover, .header__menu-inner > ul > li > ul > li.active > a, .header__menu-inner > div > ul > li > ul > li.active > a {
	background: #0b529f;
	color: #ffcc00;
	cursor: default;
}

.content {
  margin: 24px 0 0;
  min-height: 400px;
}
.content:after {
  content: "";
  display: table;
  clear: both;
}

.slider {
  position: relative;
  padding: 0 0 24px;
  z-index: 0;
}
.slider:before {
  position: absolute;
  bottom: 0px;
  left: -86px;
  width: 1216px;
  height: 71px;
  background: url("../img/bg-slider-overlay.png") 0 0 no-repeat;
  content: "";
  z-index: 1;
  left: -82px;
  width: 1208px;
}

.slider__crop {
  position: relative;
  height: 297px;
  overflow: hidden;
  z-index: 0;
}

.slider__infobar {
  position: absolute;
  top: 70px;
  left: 110px;
  padding: 80px 15px 4px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  color: #ff6600;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  max-width: 240px;
  letter-spacing: 0.03em;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slider__infobar.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.slider__infobar:before {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  height: 76px;
  background: #2c4190 url("../img/kam-lizing.png") center center no-repeat;
  content: "";
}
.slider__infobar.right {
  left: auto;
  right: 110px;
}

.slider__prev, .slider__next {
  position: absolute;
  top: 50%;
  margin: -80px 0 0;
  width: 20px;
  height: 85px;
  background-color: #fff;
  z-index: 2;
  cursor: pointer;
}
.slider__prev:before, .slider__next:before {
  position: absolute;
  top: 50%;
  margin: -14px 0 0 0;
  width: 16px;
  height: 28px;
  background: url("../img/bg-slider-arrows.png") -9999px -9999px no-repeat;
  content: "";
}

.slider__prev {
  left: 0;
}
.slider__prev:before {
  left: 3px;
  background-position: 0 0;
}
.slider__prev:hover:before {
  background-position: 0 -28px;
}
.slider__prev:after {
  position: absolute;
  top: 0px;
  right: -17px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 42.5px 0 42.5px 17px;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: rotate(360deg);
  content: "";
}

.slider__next {
  right: 0;
}
.slider__next:before {
  right: 3px;
  background-position: -16px 0;
}
.slider__next:hover:before {
  background-position: -16px -28px;
}
.slider__next:after {
  position: absolute;
  top: 0px;
  left: -17px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 42.5px 17px 42.5px 0;
  border-color: transparent #fff transparent transparent;
  -webkit-transform: rotate(360deg);
  content: "";
}

.logos {
  text-align: center;
  margin: 12px -40px 0;
}
.logos:first-child {
  margin-top: 0;
}
.logos img {
  vertical-align: middle;
  margin: 0 20px 10px;
}

.section {
  position: relative;
  margin: 35px 0 0;
}
.section:after {
  content: "";
  display: table;
  clear: both;
}
.section:first-child {
  margin-top: 0;
}

.section__inner {
  width: 1044px;
  margin: 0 auto;
}

.large {
  font-size: 19px;
  line-height: 1.2;
}
.large p {
  margin: 22px 0 0;
}
.large p:first-child {
  margin-top: 0;
}

.more + .large {
  margin-top: 21px;
}

.title {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #bcbcbc;
  line-height: 1.15;
  padding: 0 0 5px;
  margin: 50px 0 0;
  letter-spacing: 0.01em;
  color: #333;
}
h2.title {

}
.title:first-child {
  margin-top: 0;
}
.title .btn {
  float: right;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  margin: -4px 2px 0;
}

.more {
  margin: 9px 0 0;
}
.more:first-child {
  margin-top: 0;
}

.section.blue {
  background-color: #0b529f;
  color: #fff;
  margin: 0 -3000px;
  padding: 30px 0 55px;
  margin: 0 -82px;
}
.section.blue:before {
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0 0 0 -566px;
  width: 1132px;
  height: 24px;
  background: url("../img/bg-section-shadow-top.png") 0 0 no-repeat;
  content: "";
}
.section.blue .title {
  color: #fff;
  border-bottom-color: #3b74b2;
}
.section.blue a {
  color: #ffb600;
  border-bottom-color: #ffad00;
  border-bottom-color: rgba(255, 173, 0, 0.5);
}
.section.blue a:hover, .section.blue a:focus {
  color: #fad67b;
  border-bottom-color: transparent;
}

.categories {
  margin: 10px -47px;
}
.categories:after {
  content: "";
  display: table;
  clear: both;
}

.category {
  float: left;
  width: 285px;
  margin: 34px 47px;
}
.category:nth-child(3n+1) {
  clear: both;
}

.category__image {
  margin: 0 0 14px;
  text-align: center;
}
.category__image a {
  border: none;
}
.category__image img {
  display: inline-block;
  vertical-align: bottom;
}

.category__title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #00458e;
  line-height: 42px;
  height: 42px;
}
.category__title a {
  color: #00458e;
  border-bottom-color: #00458e;
}
.category__title a:hover, .category__title a:focus {
  color: #ff6600;
  border-bottom-color: transparent;
}

.category__title-inner {
  display: inline-block;
  line-height: 1.2;
  vertical-align: bottom;
}

h2.category__title-inner {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
}
h3.category__title-inner {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}


.category__summary {
  color: #666;
  font-size: 16px;
  margin: 15px 0 0;
  line-height: 1.1;
}

.categories-2 {
  margin: 16px -30px;
}
.categories-2 .category {
  float: left;
  width: 350px;
  margin: 36px 30px;
}
.categories-2 .category:nth-child(3n+1) {
  clear: none;
}
.categories-2 .category:nth-child(2n+1) {
  clear: both;
}
.categories-2 .category__image {
  margin-bottom: 5px;
}
.categories-2 .category__title {
  font-size: 20px;
}
.categories-2 .category__summary {
  font-size: 16px;
  line-height: 1.15;
  margin-top: 12px;
}

.tabs {
  font-size: 18px;
  letter-spacing: 0.02em;
  margin: 33px 8px 0;
}
.tabs li {
  display: inline-block;
  margin: 0 -8px;
}
.tabs li.active a {
  background-color: #0b529f;
  color: #fff;
}
.tabs a {
  display: block;
  color: #00458e;
  border: none;
  padding: 8px 23px;
}
.tabs a:hover, .tabs a:focus {
  color: #ff6600;
}

.tab-pane {
  display: none;
}
.tab-pane:after {
  content: "";
  display: table;
  clear: both;
}
.tab-pane.active {
  display: block;
}

.slider-carousel {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 14px 0 0;
}

.slider-carousel__crop {
  width: 1088px;
  margin: -30px -42px;
  padding: 30px 20px;
  overflow: hidden;
}

.slider-carousel__list {
  position: relative;
  width: 20000em;
}

.slider-carousel__item {
  float: left;
  width: 272px;
}

.slider-carousel__prev, .slider-carousel__next {
  position: absolute;
  top: 190px;
  width: 25px;
  height: 85px;
  background-color: #0b529f;
  z-index: 2;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slider-carousel__prev:before, .slider-carousel__next:before {
  position: absolute;
  top: 50%;
  margin: -14px 0 0 0;
  width: 16px;
  height: 28px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: url("../img/bg-slider-arrows.png") -9999px -9999px no-repeat;
  content: "";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slider-carousel__prev:hover:before, .slider-carousel__next:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.slider-carousel__prev {
  left: -82px;
}
.slider-carousel__prev:before {
  left: 8px;
  background-position: 0 -56px;
}
.slider-carousel__prev:after {
  position: absolute;
  top: 0px;
  right: -17px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 42.5px 0 42.5px 17px;
  border-color: transparent transparent transparent #0b529f;
  -webkit-transform: rotate(360deg);
  content: "";
}

.slider-carousel__next {
  right: -82px;
}
.slider-carousel__next:before {
  right: 8px;
  background-position: -16px -56px;
}
.slider-carousel__next:after {
  position: absolute;
  top: 0px;
  left: -17px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 42.5px 17px 42.5px 0;
  border-color: transparent #0b529f transparent transparent;
  -webkit-transform: rotate(360deg);
  content: "";
}

.product {
  display: block;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11);
  color: #666;
  font-size: 13px;
  border: none;
  background-color: #fcfcfc;
  width: 208px;
  padding: 11px 11px 9px;
  margin: 18px auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.product:hover {
  padding: 29px 24px 27px;
  margin-top: 0;
  margin-bottom: 0;
  color: #666;
  box-shadow: 0 1px 23px rgba(0, 0, 0, 0.3);
}
.product:hover .product__title {
  color: #ff6600;
  border-bottom-color: transparent;
}

.product__image {
  display: block;
  border: 1px solid #ccc;
  margin: 0 0 12px;
}

.product__title {
  display: inline;
  letter-spacing: 0.05em;
  line-height: 1.35;
  font-size: 15px;
  font-weight: bold;
  color: #00458e;
  border-bottom: 1px solid #00458e;
  border-bottom: 1px solid rgba(0, 69, 142, 0.5);
  -webkit-transition: color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}

.product__params {
  width: 100%;
  margin: 18px 0 0;
}
.product__params th {
  font-weight: normal;
  text-align: left;
  vertical-align: bottom;
  padding: 0 0 1px;
}
.product__params td {
  font-weight: bold;
  font-size: 14px;
  text-align: right;
  color: black;
  vertical-align: bottom;
  padding: 0 0 1px;
}

.product__price {
  display: block;
  letter-spacing: 0.02em;
  margin: 9px 0 0;
  font-size: 14px;
  color: #ff6600;
  text-align: right;
}
.product__price strong {
  font-size: 20px;
  font-weight: bold;
  margin: 0 2px;
}

.slider-carousel-news .slider-carousel__item {
  width: 354px;
}
.slider-carousel-news .slider-carousel__crop {
  width: 1062px;
  margin: -20px -17px;
  padding: 30px 8px;
  overflow: hidden;
}
.slider-carousel-news .slider-carousel__prev, .slider-carousel-news .slider-carousel__next {
  top: 75px;
  background-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.slider-carousel-news .slider-carousel__prev:before {
  background-position: 0 0;
}
.slider-carousel-news .slider-carousel__prev:hover:before {
  background-position: 0 -28px;
}
.slider-carousel-news .slider-carousel__prev:after {
  border-left-color: #fff;
}
.slider-carousel-news .slider-carousel__next:before {
  background-position: -16px 0;
}
.slider-carousel-news .slider-carousel__next:hover:before {
  background-position: -16px -28px;
}
.slider-carousel-news .slider-carousel__next:after {
  border-right-color: #fff;
}

.news {
  display: block;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11);
  color: #333;
  font-size: 14px;
  border: none;
  background-color: #fcfcfc;
  width: 314px;
  padding: 11px 11px 23px;
  margin: 6px auto 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.news:hover {
  padding: 17px 20px 37px;
  margin-top: 0;
  margin-bottom: 0;
  color: #333;
  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.3);
}
.news:hover .news__title {
  color: #ff6600;
  border-bottom-color: transparent;
}

.news__date {
  display: block;
  margin: 5px 0 5px;
  font-size: 12px;
  color: #999;
  font-weight: normal;
}

.news__title {
  display: inline;
  letter-spacing: 0.03em;
  line-height: 1.35;
  font-size: 18px;
  font-weight: bold;
  color: #00458e;
  border-bottom: 1px solid #00458e;
  border-bottom: 1px solid rgba(0, 69, 142, 0.5);
  -webkit-transition: color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}

.news__summary {
  display: block;
  margin: 12px 0 0;
}

.breadcrumb {
  color: #fff;
  background-color: #0b529f;
  font-size: 13px;
  margin: -7px -3000px 31px;
  padding: 6px 0 9px;
  margin: -7px -82px 31px;
}
.breadcrumb a {
  color: #fff;
  border-bottom-color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

.breadcrumb a:hover {
  border-bottom-color: rgba(255, 255, 255, 0);
}

.breadcrumb__inner {
  width: 1016px;
  margin: 0 auto;
}

.breadcrumb__arrow {
  display: inline-block;
  width: 3px;
  height: 6px;
  margin: 0 4px;
  background: url("../img/bg-breadcmb-arrowr.png") 0 0 no-repeat;
  text-indent: -9999px;
  vertical-align: middle;
}

.sidebar {
  float: left;
  width: 250px;
}
.sidebar .block {
  margin-top: 22px;
}
.sidebar .block:first-child {
  margin-top: 0;
}

.sidebar-menu {
  margin: -8px -14px;
  font-size: 15px;
  font-weight: bold;
}
.sidebar-menu:first-child {
  margin-top: 0;
}
.sidebar-menu ul {
  padding: 0 0 1px;
  line-height: 1.1;
}
.sidebar-menu li.active a {
  background-color: #0b529f;
  color: #fff;
}
.sidebar-menu a {
  display: block;
  border: none;
  padding: 8px 12px 9px;
}

.banner {
  margin: 20px 0 0;
}
.banner:first-child {
  margin-top: 0;
}

.contentbar {
  float: right;
  width: 760px;
  overflow: hidden;
}
.contentbar .title {
  font-size: 28px;
  padding: 10px 0 6px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  word-spacing: 2px;
}

.product-details {
  /*margin: 20px 0 0;*/
}

.product-details__gallery {
  float: left;
  width: 340px;
  padding: 14px;
  margin: 0 0 16px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11);
  color: #333;
  border: 1px solid #c6c6c6;
  background-color: #fff;
}

.product-details__gallery-image a {
  border: none;
}

.product-details__gallery-previews {
  margin: 3px -4px;
}
.product-details__gallery-previews a {
  position: relative;
  float: left;
  margin: 3px;
  width: 110px;
  height: 75px;
  text-align: center;
  border: none;
}
.product-details__gallery-previews a:before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border: 3px solid transparent;
  content: "";
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.product-details__gallery-previews a:hover:before, .product-details__gallery-previews a.active:before {
  border-color: #ff7324;
}

.product-details__right {
  float: right;
  width: 370px;
  margin: 0 0 16px 16px;
}
.product-details__right:after {
  content: "";
  display: block;
  clear: both;
}
.product-details__gallery:after {
  content: "";
  display: block;
  clear: both;
}
.product-details__price {
  float: left;
  font-size: 14px;
  margin: 1px 0 3px;
}
.product-details__price strong {
  font-size: 20px;
  font-weight: bold;
}

.product-details__question {
  float: right;
  margin: -1px 0 3px;
}

.leasing-more:after {
  content: "";
  display: table;
  clear: both;
}
.leasing-more .btn {
  float: right;
  margin: 3px 0 0 20px;
}
.leasing-more .btn + p {
  margin-top: 0;
}

.params {
  background-color: #fff;
  padding: 3px 0 5px;
}
.params:after {
  content: "";
  display: table;
  clear: both;
}

.param {
  position: relative;
  margin: 5px 0 0;
}
.param:after {
  content: "";
  display: table;
  clear: both;
}
.param:first-child {
  margin-top: 0;
}
.param:before {
  position: absolute;
  top: 12px;
  right: 0px;
  left: 0px;
  border-bottom: 1px dotted #b4d3ec;
  content: "";
  z-index: 0;
}

.param__title {
  position: relative;
  z-index: 1;
  float: left;
  font-size: 13px;
  background-color: #fff;
  padding-right: 4px;
  max-width: 48%;
}

.param__value {
  position: relative;
  z-index: 1;
  float: right;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  padding-left: 4px;
  max-width: 48%;
}

.param__features {
  position: relative;
  z-index: 1;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  background-color: #fff;
  max-width: 100%;
}

.features {
  font-size: 13px;
  margin: 0 -25px;
}
.features:after {
  content: "";
  display: table;
  clear: both;
}

.feature {
  float: left;
  width: 80px;
  margin: 5px 25px;
}
.feature:nth-child(3n+1) {
  clear: none;
}
.feature .link {
  cursor: default;
}

.feature__image {
  margin: 0 0 9px;
}

.block {
  color: #333;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11);
  border: 1px solid #c6c6c6;
  margin: 10px 0 0;
}
.block:first-child {
  margin-top: 0;
}
.block.border-radius {
  border-radius: 3px;
}
.block.border-radius .block__title {
  border-radius: 3px 3px 0 0;
}

.block-catalog .block__content {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.block__title {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  /*padding: 15px 11px 13px;*/
  padding: 15px 40px 13px 11px;
}
.block__title:after {
  content: "";
  display: table;
  clear: both;
}
.block__title.blue {
  background-color: #0b529f;
  color: #fff;
  border-bottom: none;
}
.block__title.notransform {
  text-transform: none;
}
.block__title.nobold {
  font-weight: normal;
}
.block_desc__title {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  /*padding: 15px 11px 13px;*/
  padding: 15px 40px 13px 0px;
}
.block_desc__title:after {
  content: "";
  display: table;
  clear: both;
}
.block_desc__title.blue {
  background-color: #0b529f;
  color: #fff;
  border-bottom: none;
}
.block_desc__title.notransform {
  text-transform: none;
}
.block_desc__title.nobold {
  font-weight: normal;
}

.block__content {
  font-size: 13px;
  padding: 8px 13px;
}
.block__content + .block__title {
  border-top: 1px solid #ccc;
}.block__content + .block_desc__title {
  border-top: 1px solid #ccc;
}

.catalog-item {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11);
  padding: 0 0 20px;
  margin: 13px 0 0;
}
.catalog-item:after {
  content: "";
  display: table;
  clear: both;
}
.catalog-item:first-child {
  margin-top: 0;
}

.catalog-item__price {
  float: right;
  text-align: right;
  margin: 9px -1px 0 30px;
  color: #fff;
  background-color: #0b529f;
  border-radius: 3px 0 0 3px;
  padding: 5px 22px 4px;
  letter-spacing: 0.03em;
  font-size: 14px;
}
.catalog-item__price strong {
  font-weight: bold;
  font-size: 18px;
}

.catalog-item__title {
  font-size: 18px;
  font-weight: bold;
  padding: 14px 18px;
  border-bottom: 1px solid #e5e5e5;
}
.catalog-item__title a {
  border: none;
}

.catalog-item__image {
  float: left;
  margin: 20px 0 0 20px;
  width: 240px;
}
.catalog-item__image img {
  display: block;
  border: 1px solid #e5e5e5;
  padding: 5px;
  max-width: 100%;
  height: auto;
}

.catalog-item__right {
  float: right;
  margin: 22px 20px 0 0;
  width: 460px;
  font-size: 12px;
  color: #333;
}
.catalog-item__right .params {
  margin-top: 2px;
}
.catalog-item__right .params + * {
  margin-top: 8px;
}
.catalog-item__right .param__title {
  color: #666;
}
.catalog-item__right .param__value {
  font-size: 12px;
}
.catalog-item__desc{
  max-height: 117px;
  overflow: hidden;
}

.catalog-item__stock{
  text-align: center;
  width: 150px;
  display: block;
  background-color: #0b529f;
  border-radius: 3px;
  color: #fff;
  margin-top: 10px;
  padding: 5px 0; 
}
.toggle-content {
  margin: 20px 0 0;
}
.toggle-content:first-child {
  margin-top: 0;
}

.toggle-content__toggler {
  font-size: 14px;
  margin: 0 0 24px;
}

.toggle-content__content {
  display: none;
}
.toggle-content__content .toggle-content__toggler {
  margin-top: 22px;
}

.toggle-content__content.active {
  display: block;
}

.product-details__text {
  margin: 0 0 40px;
}
.product-details__text2 {
  margin: 0 0 40px;
}
.product-details__text2:before{
  content: " ";
  display: block;
  clear: both;
}

.stars {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  white-space: nowrap;
  cursor: default;
}

.star {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin-left: 1px;
  width: 16px;
  height: 15px;
}
.star:before {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 16px;
  height: 14px;
  margin: 0 0 0 -8px;
  background: url("../img/bg-star.png") -16px 0 no-repeat;
  content: "";
}
.star:first-child {
  margin-left: 0;
}
.star.hover:before, .star.active:before {
  background-position: 0 0;
}
.star.unhover:before {
  background-position: -16px 0;
}

.stars[data-input] .star {
  margin-left: -4px;
  padding-left: 2px;
  padding-right: 3px;
}
.stars[data-input] .star:first-child {
  margin-left: 0;
  padding-left: 0;
}
.stars[data-input] .star:last-child {
  padding-right: 0;
}

.stars[data-input] .star, .star.hover {
  cursor: pointer;
}

.person {
  padding: 5px;
}
.person:after {
  content: "";
  display: table;
  clear: both;
}
.person.review-response {
  margin-top: 4px;
  margin-left: 43px;
  margin-bottom: 33px;
}
.person.review-response .person__image {
  width: 52px;
  border-width: 2px;
  margin-bottom: 12px;
  margin-left: 9px;
}
.person.review-response .person__right {
  margin-left: 71px;
  padding-top: 9px;
  margin-bottom: 12px;
}
.person.review-response .person__name {
  font-size: 14px;
}
.person.review-response .person__text {
  background-color: #b7ddfd;
  border: none;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.person.review-response .person__text:before {
  display: none;
}
.person.review-response .person__text:after {
  left: 29px;
  border-bottom-color: #b7ddfd;
}

.person__image {
  float: left;
  width: 100px;
  border: 4px solid #fff;
  margin: 0 0 16px;
}
.person__image img {
  display: block;
  max-width: 100%;
}

.person__right {
  margin: 0 0 16px 130px;
  padding: 30px 0 0;
}

.person__name {
  font-size: 18px;
  font-weight: bold;
}

.person__post {
  font-size: 14px;
  color: #6f7072;
  margin: 5px 0 0;
}

.person__text {
  position: relative;
  clear: both;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11);
  border: 1px solid #c6c6c6;
  padding: 16px 20px;
  font-size: 14px;
  line-height: 1.4;
}
.person__text:before {
  position: absolute;
  left: 48px;
  top: -7px;
  width: 0;
  height: 0;
  border: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 5px 7px 5px;
  content: "";
  z-index: 1;
}
.person__text:after {
  position: absolute;
  left: 46px;
  top: -8px;
  width: 0;
  height: 0;
  border: solid;
  border-color: transparent transparent #c6c6c6 transparent;
  border-width: 0 7px 8px 7px;
  content: "";
  z-index: 0;
}

.person__date {
  text-align: right;
  font-size: 12px;
  color: #666;
}

.reviews {
  margin-top: 28px;
}

.review {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11);
  border: 1px solid #c6c6c6;
  margin: 10px 0 0;
  padding: 16px 20px;
  font-size: 14px;
}

.review__rate {
  margin: 0 0 10px;
}

.review__title, h2.review__title {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  text-transform: none;
}

.review__text {
  line-height: 1.4;
}

.review__sign {
  text-align: right;
  font-size: 12px;
  color: #666;
}

.pager-bar {
  font-size: 12px;
  text-align: right;
  margin: 0 0 25px;
}
.pager-bar .pager__item {
  position: relative;
  top: -1px;
  margin-left: 6px;
}

.title + .pager-bar {
  margin-top: -6px;
}

.pager-limit,
.pager-view {
  margin-left: 20px;
}
.pager-limit:first-child,
.pager-view:first-child {
  margin-left: 0;
}
.pager-limit a:first-child,
.pager-view a:first-child {
  margin-left: 6px;
}

.pager-view__item {
  position: relative;
  top: 1px;
  margin: 0 0 0 9px;
  display: inline-block;
  text-align: left;
  width: 25px;
  height: 14px;
  text-indent: -9999px;
  border: none;
  background: url("../img/bg-show-types.png") -9999px -9999px no-repeat;
}

.pager-view__item-list {
  width: 27px;
  height: 14px;
  background-position: 0 0;
}
.pager-view__item-list:hover, .pager-view__item-list:focus, .pager-view__item-list.active {
  background-position: 0 -14px;
}

.pager-view__item-table {
  width: 23px;
  height: 14px;
  background-position: -27px 0;
}
.pager-view__item-table:hover, .pager-view__item-table:focus, .pager-view__item-table.active {
  background-position: -27px -14px;
}

.pager {
  color: #0b529f;
  padding: 20px 0 0;
  margin: 28px 0 0;
  font-size: 11px;
  border-top: 1px solid #bcbcbc;
}
.pager a {
  display: inline-block;
  color: #0b529f;
}
.pager a:hover, .pager a:focus {
  color: #0b529f;
}

.pager__item {
  padding: 3px 2px 2px;
  margin: 0 2px;
  min-width: 18px;
  text-align: center;
  display: inline-block;
  color: #0b529f;
  border: 1px solid #bcd0db;
  font-size: 11px;
  border-radius: 3px;
}
.pager__item:hover, .pager__item:focus {
  color: #0b529f;
  border-color: #069;
}
.pager__item.active {
  background-color: #0b529f;
  color: white !important;
  border-color: #0b529f;
  cursor: default;
}

.pager__first, .pager__last, .pager__prev, .pager__next {
  position: relative;
  text-indent: -9999px;
  padding: 4px;
  border: none;
}
.pager__first:before, .pager__last:before, .pager__prev:before, .pager__next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -2px;
  background: url("../img/bg-pager-arrow.png") -9999px -9999px no-repeat;
  content: "";
}

.pager__first, .pager__last {
  width: 8px;
  height: 7px;
}
.pager__first:before, .pager__last:before {
  width: 8px;
  height: 7px;
  margin-left: -4px;
}

.pager__prev, .pager__next {
  width: 4px;
  height: 7px;
}
.pager__prev:before, .pager__next:before {
  width: 4px;
  height: 7px;
}

.pager__first:first-child, .pager__prev:first-child {
  margin-left: -4px;
}
.pager__first:before, .pager__prev:before {
  background-position: 0 0;
}
.pager__first.disabled:before, .pager__prev.disabled:before {
  background-position: 0 -7px;
}

.pager__prev {
  margin-right: 5px;
}

.pager__next {
  margin-left: 5px;
}

.pager__last:before, .pager__next:before {
  background-position: -8px 0;
}
.pager__last.disabled:before, .pager__next.disabled:before {
  background-position: -8px -7px;
}

.form-filter {
  margin: 0 -13px -4px;
}
.form-filter .form__item {
  padding-left: 13px;
  padding-right: 13px;
  width: 222px; /*MYCODE*/
}
.form-filter .form__actions {
  padding-left: 13px;
  padding-right: 13px;
  margin-left: -5px;
  margin-right: -5px;
}
.form-filter .form__actions .btn {
  min-width: 104px;
  text-align: center;
  margin: 0 4px;
}

.footer {
  background-color: #0b529f;
  margin: 40px -3000px 0;
  padding: 22px 0 42px;
  font-size: 13px;
  color: #fff;
  margin: 40px -82px 0;
}
.footer a {
  color: #fff;
  border-bottom-color: #fff;
}
.footer a:hover, .footer a:focus {
  border-bottom-color: transparent;
}

.footer__inner {
  width: 1044px;
  margin: 0 auto;
}
.footer__inner:after {
  content: "";
  display: table;
  clear: both;
}

.footer__menu {
  clear: both;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  padding: 0 0 24px;
  border-bottom: 1px solid #5586bc;
}
.footer__menu li {
  border-left: 1px dotted #7ba1cb;
  padding: 0 9px;
}
.footer__menu li:first-child {
  border-left: none;
}
.footer__menu li a {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  border: none;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__menu li a:hover, .footer__menu li a:focus {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.footer__menu-inner {
  display: table;
  width: 100%;
}
.footer__menu-inner > ul, .footer__menu-inner > div > ul {
  display: table-row;
}
.footer__menu-inner > ul > li, .footer__menu-inner > div > ul > li {
  display: table-cell;
}

.footer__cols {
  margin: 40px -36px 0;
}
.footer__cols:after {
  content: "";
  display: table;
  clear: both;
}
.footer__cols:first-child {
  margin-top: 0;
}
.footer__cols ul {
  list-style: square inside;
  margin: 9px 0 0;
  padding: 0;
}
.footer__cols ul.nostyle {
  list-style: none;
}
.footer__cols ul:first-child {
  margin-top: 0;
}
.footer__cols ul li {
  margin: 2px 0 0;
  padding: 0;
}
.footer__cols ul li:first-child {
  margin-top: 0;
}

.footer__col {
  float: left;
  width: 300px;
  margin: 0 36px;
}

.footer__copyright {
  font-size: 12px;
  margin: 0 0 10px;
}

.footer__counters a {
  margin-left: 15px;
}
.footer__counters a:first-child {
  margin-left: 0;
}

.popup {
  position: fixed;
  top: 60px;
  left: -9999px;
  width: 500px;
  margin-left: -250px;
  z-index: 9000;
  visibility: hidden;
}
.popup.before-show {
  left: 50%;
  visibility: visible;
  display: none;
}

.popup-mask {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #000;
  z-index: 8999;
}

.popup__title {
  padding: 27px 38px 26px;
  letter-spacing: 0.03em;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background-color: #0b529f;
  border-radius: 3px 3px 0 0;
}

.popup__content {
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  padding: 32px 40px 50px;
}

.popup__close {
  position: absolute;
  top: 13px;
  right: 14px;
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: url("../img/bg-close.png") center center no-repeat;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.popup__close:hover, .popup__close:focus {
  border-color: #fff;
}

.fancybox-close {
  border: none;
}

@media screen and (max-width: 1200px) {
  body {
    overflow-x: auto;
  }

  .outer {
    width: 1200px;
  }
}


.news_text {
  padding: 17px 18px 0px 18px;
}

.resultform {
  margin-left: 20px;
}

table.sections td {
  background: none;
}

table.sections>tbody>tr>td {
  width: 50%;
}

table.inner_table td.inner_table_pic, table.inner_table td.inner_table_name {
  vertical-align: middle;
  text-align: left;
  padding: 0;
}

table.inner_table td.inner_table_pic {
  width: 120px;
}


table.inner_table tr td .category__summary {
  margin-top: 0;
  line-height: 1.3;
}


table.inner_table td.inner_table_pic>span {
  display: block;
  height: 100px;
  width: 100px;
}

table.inner_table td.inner_table_name {
  line-height: 1.3;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
}

.person__image>div.img {
  height: 100px;
  width: 100px;
}

.faq_sections {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 15px 0 0;
}

.faq_sections li a {
  font-weight: bold;
  line-height: 1.7;
}

.faq_sections li span {
  font-weight: bold;
  line-height: 1.7;
  color: #0b529f;
}

.input_block {
  width: 35%;
  float: left;
}

.input_block_r {
  float: right;
  width: 35%;
}

.switch-wrapper {
  /*height: 30px;*/
}

.input_block label, .input_block_r label {
  display: inline-block;
}

.input_block input {
  width: 65%;
  margin-left: 5px;
}

.input_block_r input {
  width: 65%;
  margin-left: 5px;
}

.dn {
  display: none;
}

.irs-min, .irs-max {
  display: none !important;
  opacity: 0;
}

.irs-from, .irs-to, .irs-single {
  background: #0b529f;
}

.bx_filter_popup_result {
/*  color: #333;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11);
  border: 1px solid #c6c6c6;
  padding: 5px;
  border-radius: 3px;
  position: absolute;
  left: 30px;
  bottom: -30px;*/
  padding: 10px 5px 0;
  position: absolute;
  /*bottom: 6px;*/
  bottom: 2px;
  font-weight: bold;
}

.bx_filter_popup_result>a {
  display: none;
}

.form__actions {
  position: relative;
}
/*
.bx_filter_popup_result>.arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #0b529f;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
}*/

.progress_cont {
  height: 5px;
  background: #0b529f;
  margin: 8px 5px 15px;
  width: 0%;
}

.cant {
  cursor: default !important;
  opacity: 0.3;
}

.minmax {
  background: rgba(0,0,0,0.3) !important;
}

.button_center {
  text-align: center;
  margin-top: 10px;
}

span.small_menu_icon {
  display: inline-block;
  width: 27px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 11px;
}

span.small_menu_icon.razdel_icon {
  background: url('/img/spisok.png') center center no-repeat;
  top: 12px;
}

span.small_menu_icon.filter_icon {
  background: url('/img/shesterenka.png') center center no-repeat;
}

span.small_menu_icon.otzivi_icon {
  background: url('/img/otzivi.png') center center no-repeat;
  top: 11px;
}

span.small_menu_icon.voprosi_icon {
  background: url('/img/voprosi.png') center center no-repeat;
  top: 12px;
}

span.small_menu_icon.special_icon {
  background: url('/img/spectech.jpg') center center no-repeat;
  top: 9px;
}

span.small_menu_icon.trailer_icon {
  background: url('/img/pricep_razdel.png') center center no-repeat;
  top: 9px;
}

span.small_menu_icon.bus_icon {
  background: url('/img/avtobus_razdel.png') center center no-repeat;
  top: 9px;
}

.block__title {
  position: relative;
}

.count_num {
  display: inline-block;
}

.section_item>h2 {
  text-transform: none;
}

.section_item {
  display: inline-block;
  width: 70%;
  position: relative;
}

.section_item:before {
  display: block;
  content: '•';
  color: #005aae;
  position: absolute;
  left: -14px;
  top: 3px;
}

.section_items {
  padding-left: 15px;
}

.leasingul, .leasingul_color {
  padding: 10px 25px 10px 0px;
  display: inline-block;
  width: 345px;
  vertical-align: top;
  list-style: none;
  margin: 0;
}

.leasingul li {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  margin-bottom: 5px;
}

.leasingul li:before {
  content: "— ";
  display: block;
  position: absolute;
  left: 0px;
}

.leasingul_color li {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  margin-bottom: 15px;
}

.leasingul_color li:before {
  content: "• ";
  color: #005aae;
  display: block;
  position: absolute;
  left: 0px;
  font-size: 20px;
  top: -3px;
}

.leasingul_color li p {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
}

.leasingul_color li span {
  display: block;
  color: #6f7072;
  font-size: 14px;
  line-height: 17px;
}

.leasingul_plain {
  padding: 10px 25px 10px 0px;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0;
}

.leasingul_plain li {
  position: relative;
  display: block;
  padding-left: 22px;
  margin-bottom: 5px;
}

.leasingul_plain li:before {
  content: "— ";
  display: block;
  position: absolute;
  left: 0px;
}

.leasingol {
  padding: 10px 25px 10px 0px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.leasingol li {
  position: relative;
  margin-left: 22px;
  margin-bottom: 5px;
}

.left_plashka {
  padding: 15px 13px;
  display: block;
  color: #333;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11);
  border: 1px solid #c6c6c6;
  margin: 10px 0 0;
  border-radius: 3px;
}

.left_plashka_price {
  min-height: 62px;
}

.left_plashka_text_block {
  margin-left: 55px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
}

.left_plashka_aimg {
  float: left;
  display: block;
  border: none;
  margin-left: -12px;
}

p.left_plashka_small_descr {
  color: #666;
  font-size: 11px;
  font-weight: normal;
  text-transform: none;
  margin-top: 3px;
  line-height: 11px;
}

input[name="del_filter"] {
  text-shadow: none;
}

table.map-columns, table.map-columns td {
  background: none;
}

.map-level-0 {
  padding: 0;
  list-style: none;
}

.map-level-0 li {
  margin-bottom: 5px;
}

.map-level-1 {
  list-style: none;
  margin-top: 7px;
  padding: 0 0 0 8px;
}

.map-level-1 li:before {
  content: '— ';
  color: #0b529f;
}




.category_row {
  float: left;
  width: 760px;
}

.category__image_row {
  /*margin: 0 0 14px;*/
  text-align: center;
  float: left;
  margin: 20px 0px 15px 0px;
  width: 205px;
}
.category__image_row a {
  border: none;
}
.category__image_row img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 203px;
}

.category__title_row {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #00458e;
  line-height: 42px;
  height: 42px;
}
.category__title_row a {
  color: #00458e;
  border-bottom-color: #00458e;
}
.category__title_row a:hover, .category__title a:focus {
  color: #ff6600;
  border-bottom-color: transparent;
}

.category__title-inner_row {
  display: inline-block;
  line-height: 1.2;
  vertical-align: bottom;
  width: 100%;
}
.category__title-inner_row img {
border: 0;
-ms-interpolation-mode: bicubic;
vertical-align: middle;
float: right;
height: 22px;
}

.category__summary_row {
  color: #666;
  font-size: 15px;
  margin: 5px 0 0;
  line-height: 1.25;
}

/*=============== BLOG STYLE ============*/

.blog-item__image {
  float: left;
  margin: 20px 20px 10px 20px;
  width: 240px;
}
.blog-item__image img {
  display: block;
  border: 1px solid #e5e5e5;
  padding: 5px;
  max-width: 100%;
  height: auto;
}
.blog-item__title {
font-size: 18px;
font-weight: bold;
padding: 14px 18px 18px 18px;
border-bottom: 1px solid #e5e5e5;
}
.blog-item__title a {
  border: none;
}
.blog-detail-text {
  display: inline-block;
}
.blog-detail-text img {
    max-width: 340px;
    padding: 15px;
    background-color: #fff;
    float: right;
}

.blog_detail_image{
  display: block;
  float:right;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11);
  border: 1px solid #e5e5e5;
  height: auto;
  margin: 15px 0px 12px 15px;
  padding: 14px;
  font-style: italic;
  color: #999;
  font-size: 12px;
}

.blog_detail_image img {
  max-width: 340px;
  padding: 0px;
  border: 1px Solid #E2E2E2;
}
.img_description {
  clear: both;
  padding-top: 14px;
  max-width: 343px;
}

.facts_contener {
  display: inline-block;
  width: auto;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11);
  border: 1px solid #e5e5e5;
  height: auto;
  padding: 20px;
  margin: 15px 0;
}
.facts_img {
  width: 48px;
  height: 50px;
  float: left;
  background-image: url('/pic/fact.jpg');
  background-repeat: no-repeat; 
  margin: 5px 8px;

}
.facts_text {
  margin-left: 85px;
  font-style: italic;
  color: #505050;
  font-size: 12px;
}
.facts_text H3 {
  margin: 2px 0px 13px 0px;
  font-size: 14px; font-style: normal; color: #333;
}
#no_style { }

.hrs {
  border-bottom: 1px solid #bcbcbc;
  padding: 20px 0;
}

.hrs .left_plashka {
  width: 180px;
  float: right;
  margin: 0;
}

.hrs .lp, .hrs .rp {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.hrs .rp {
  float: right;
}

.hrs p {
  line-height: 21px;
  margin: 0;
  font-size: 15px;
}

.hrs p span {
  color: #6f7072;
  font-size: 14px;
}

.hrs p b {
  font-size: 16px;
}

.likelink {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  text-shadow: none !important;
  color: #526A85 !important;
  padding: 0 5px 0 0 !important;
  min-width: 50px;
  text-align: right !important;
  text-decoration: underline !important;
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}

.likelink:hover {
  text-decoration: none !important;
  color: #ff6600 !important;
}

.likelink:active {
  box-shadow: none !important;
}

.two_columns {
  background: none;
}

.two_columns td {
  width: 50%;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  background: none;
}

.two_columns td:first-of-type {
  text-align: center;
}
.itemStock{
  margin-right: 10px;
  background: #fff;
  color: #0b529f;
  border-radius: 3px;
  display: block;
  float: left;
   margin-left: -18px;
    margin-right: 20px;
    padding: 3px 10px;
}
.filter_kmu_button{
  width: 100%;
  display: block;
  text-align: center;
  background-color: #0b529f;
    border-radius: 3px 0 0 3px;
    color: #fff;
    padding: 5px 0;
    margin-bottom: 10px;
}
.product-details__stock:before{
  content: '';
  display: block;
  clear: both;
}
.product-details__stock{
  margin-top: 20px;
  display: block;
}


.bx_zp_menu{
  width: 30%;
  float: left;
  

}
.bx_zp_menu ul{
  list-style: none;
  padding-left: 10px;
}
.bx_zp_menu li > h2:hover + ul{
  display: block;
}
.bx_zp_menu_ul {
  position: relative;
}
.bx_zp_menu_ul ul > li > ul li{
  float: left;
  display: block;
  width: 45%;
  margin-left: 20px;
}
.bx_zp_menu_ul ul ul{
  display: none;
  position: absolute;
  background-color: #fff;
    border: 1px solid #c6c6c6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11);
    color: #333;
    left: 249px;
    top: -9px;
    width: 500px;
    padding: 20px 0;
    z-index: 9999;
}
.bx_zp_menu_ul ul > li:hover > ul{
  display: block;

}
.bx_catalog_table{
  width: 760px;
  float: left;
}
.kz_section_menu ul a{
  font-size: 12px;
}
.kz_section_menu ul{
  list-style: none;
  padding-left: 0;
}
.kz_section_menu ul li{
  list-style: none;
  width: 27%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}
.bx-forgotpass-table {
  margin: 20px 0;
}
.auth_wrapper {
  margin: 40px 10px;
  min-height: 500px;
}
.register_form td, .bx-auth-table td{
  background: none;
}
.register_form input[name="register_submit_button"], .authorize-submit-cell input[name="Login"], {
  height: 40px;
  min-width: 120px;
  background: #0b529f;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0 20px;
}
.register_succes {
  min-height: 500px;
  margin: 40px 10px;
}

 .bx-auth, .forget_pass {
  width: 500px;
  margin: 0 auto;
}
.bx-auth-reg {
  width: 52%;
}
.bx-auth-reg {
  float: right;

}
.price_table {
background: none; 

margin-top: 20px; 

}
.price_table td {
  border: 1px solid #bcbcbc;
}
.price_table td{
  background: none;
}
.price_desc_left{

}

.clearfx{
  clear: both;
}
.form_body {
  
    padding: 20px 35px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11);
}
.form_zone,  .bx-auth, .forget_pass{

}
.profile-table td{
  background: none;
}
.left_reg {
  float: left;
  width: 45%;
}
.bx-auth-profile {s
  margin: 0 auto;
}

.user_panel {
  position: absolute;
  top: 5px;
  right: 0;
}

.product-photo {
  float: left;
  width: 30%;
  margin-bottom: 30px;
}

.product-photo img {
  border: 1px solid #c6c6c6;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11);
  padding: 14px;
}

.product-info {
  float: right;
  width: 65%;
}

.popuplink-container {
    display: block;
    width: 100%;
    margin-top: 50px;
}

.block__title .caption {
    font-size: 12px;
    color: #333;
    font-weight: normal;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}

.block__title .price {
    float: right;
    text-align: right;
    color: #fff;
    background-color: #0b529f;
    border-radius: 3px 0 0 3px;
    padding: 5px 22px 4px;
    letter-spacing: 0.03em;
    font-size: 14px;
    font-weight: normal;
    text-transform: lowercase;  
}

.block__title .price strong {
    font-weight: bold;
    font-size: 18px;
}

.legal_entity_fields {
  display: none;
}

.basket-small-container {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.basket-small {
  display: inline-block;  
  position: relative;
  width: 480px;
  box-sizing: border-box;
  padding: 18px 10px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11);
  border: 1px solid #c6c6c6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.basket-small-icon {
  border: none;
  display: inline-block;
  vertical-align: middle;
}

.basket-small-text {
  display: inline-block;
  padding: 0 0 0 15px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: bold;
  color: #666666;
  vertical-align: middle;
  font-size: 14px;
}

.basket-small-text > div {
  margin-bottom: 5px;
}

.basket-small-text > div:last-child {
  margin-bottom: 0;
}

.basket-small-value {
  color: #000000;
}

.to-basket {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 31px;
  right: 20px;
  margin: auto;
}

.btn-disabled {
  cursor: default;
  background: #BBB !important;
  border-color: #BBB !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.popup-zapchasti {
  display: inline-block;
  padding: 12px 19px 13px 0px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11);
  border: 1px solid #c6c6c6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  float: right;
}

.popup-zapchasti-icon {
  display: inline-block;
  border: none;
  margin-top: 5px;
}

.popup-zapchasti-link {
  display: inline-block;
  box-sizing: border-box;
  width: 172px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.basket-products {
  font-size: 13px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 13px;
  box-sizing: border-box;
}

.basket-products > tbody > tr,
.basket-products > thead > tr {
  border-bottom: 1px solid #CCC;
}

.basket-products th {
  color: #666;
}

.basket-products td {
  padding: 8px 6px 10px;
}

.basket-products td, 
.basket-products th, {
  background-color: #fff;
  padding: 8px 6px 10px;
  vertical-align: top;
}

.basket-products td.price,
.basket-products th.price,
.basket-products td.custom,
.basket-products th.custom {
  width: 100px;
  text-align: right;
}

.basket-products td.control,
.basket-products-itogo th:last-child {
  width: 12px;
}

.basket-products > tfoot th {
  text-align: right;
}

.basket-products .control a {
  border: none;
  font-size: 13px;
  float: right;
  color: #AAA;
}

.basket-products .control a:hover {
  color: #ff6600;
}

.basket-products-itogo {
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
}

.basket-products-itogo td,
.basket-products-itogo th {
  text-align: right !important;
}

.basket-products-itogo th:nth-child(2) {
  width: 110px;
}

.basket-controlls {
  display: block;
  width: 100%;
  margin-top: 40px;
  text-align: right;
}

.cancel,
.cancel:focus {
  background: #BBB;
  border: 0;
  height: 30px;
  text-shadow: none;
}

.cancel:hover {
  background: #AAA !important;
}

.quant_control td {
  height: 50px;
  box-sizing: border-box;
  padding-top: 0
}

.quant_control td span {
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
}

.basket-products tr:hover .basket_quantity_control a.plus,
.basket-products tr:hover .basket_quantity_control a.minus,
.basket-products tr:hover input[type="text"] {
  border-color: #555;
}

.quant_control .basket_quantity_control {
  position: absolute;
  top: 0px;
  right: 6px;
  left: auto;
}

.basket-products tr .basket_quantity_control a.plus,
.basket-products tr .basket_quantity_control a.minus,
.basket-products tr:hover .basket_quantity_control a.plus,
.basket-products tr:hover .basket_quantity_control a.minus {
  border-radius: 0 !important;
  height: 11px;
}

.basket-products tr input[type="text"] {
  padding: 3px 13px 4px 9px;
}

.product-controls {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: right;
}

.product-quantity {
  display: inline-block;
  width: 129px;
  box-sizing: border-box;
  float: left;
  position: relative;
  margin-top: 3px;
}

.product-quantity input[type="text"] {
  width: 50px;
}

.product-plus,
.product-minus {
  position: absolute;
  display: block;
  right: 0;
  box-sizing: border-box;
  text-align: center;
  width: 13px;
  height: 13px;
  cursor: pointer;
  border: 1px solid #D8D8D8;
}

.product-plus {
  top: 0;
  background: url(/bitrix/templates/.default/components/bitrix/sale.basket.basket/zapchasti/images/arrows.png) no-repeat scroll center 0 transparent;
}

.product-minus {
  bottom: 0;
  background: url(/bitrix/templates/.default/components/bitrix/sale.basket.basket/zapchasti/images/arrows.png) no-repeat scroll center -20px transparent;
}

.product-quantity-title {
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  text-transform: capitalize;
}

.basket-small-container + .title {
  margin-top: 0;
  padding-top: 0;
}

.notice-addBasket {
  display: none;
  position: absolute;
  box-sizing: border-box;
  background: #FFFFFF;
  width: 370px;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  font-size: 13px;
  text-transform: initial;
  text-align: center;
  line-height: 4.5;
}

.radio-container {
  display: inline-block;
  width: 49%;
  box-sizing: border-box;
}

table.catalog.vertical_lines td, table.catalog.vertical_lines th {
  border-right: 1px solid #ccc;
}
table.catalog.vertical_lines th {
  font-weight: bolder;
    background: #0a519f;
    color: white;
    text-align: center;
}