@import "http://fonts.googleapis.com/css?family=Cuprum&subset=latin,cyrillic";
/* line 69, common.less */
.box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 74, common.less */
.display {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
/* line 81, common.less */
.clear {
  clear: both;
}
/* line 84, common.less */
.image-with-border {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border: 1px solid #28445d;
  padding: 5px;
  background: none;
}
/* line 97, common.less */
.shield {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-top: 1px;
  background: #bb1d2b;
  color: white;
  font-weight: bold;
  height: 18px;
  margin-right: 5px;
  padding: 0 4px 0 5px;
  position: relative;
  font-size: 11px;
  line-height: 17px;
  font-family: 'Verdana', sans-serif;
}
/* line 112, common.less */
.colored-button {
  background-color: #28445d;
  background: -webkit-linear-gradient(top, bottom, #3f6b92, #20374b);
  background: -moz-linear-gradient(top, #3f6b92, #20374b);
  background: -o-linear-gradient(top, #3f6b92, #20374b);
  background: -ms-linear-gradient(top, #3f6b92, #20374b);
  border: 1px solid #28445d;
  text-align: center;
  color: #fff;
  -moz-user-select: none;
  cursor: default;
  width: auto;
  font-weight: bold;
  font-family: 'Verdana', sans-serif;
  font-size: 12px;
}
/* line 127, common.less */
.colored-button:hover {
  background: #28445d;
  border: 1px solid #28445d;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
  color: white;
}
/* line 133, common.less */
.colored-button:focus {
  outline: medium none;
}
/* line 137, common.less */
.input-type-submit {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  background-color: #28445d;
  background: -webkit-linear-gradient(top, bottom, #3f6b92, #20374b);
  background: -moz-linear-gradient(top, #3f6b92, #20374b);
  background: -o-linear-gradient(top, #3f6b92, #20374b);
  background: -ms-linear-gradient(top, #3f6b92, #20374b);
  border: 1px solid #28445d;
  text-align: center;
  color: #fff;
  -moz-user-select: none;
  cursor: default;
  width: auto;
  font-weight: bold;
  font-family: 'Verdana', sans-serif;
  font-size: 12px;
  height: 32px;
  line-height: 0;
  margin-top: 11px;
  padding: 0 10px 0 11px;
}
/* line 127, common.less */
.input-type-submit:hover {
  background: #28445d;
  border: 1px solid #28445d;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
  color: white;
}
/* line 133, common.less */
.input-type-submit:focus {
  outline: medium none;
}
/* line 148, common.less */
.input-type-file {
  position: relative;
  width: 261px;
  display: inline-block;
}
/* line 152, common.less */
.input-type-file .name_file {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  background: #fff;
  border: 1px solid #28445d;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  height: 24px;
  line-height: 23px;
  margin: 0 -2px 0 0;
  overflow: hidden;
  padding: 0 3px 0 4px;
  position: relative;
  right: 0;
  width: 190px;
}
/* line 167, common.less */
.input-type-file .send_file {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  height: 27px;
  width: 60px;
}
/* line 171, common.less */
.input-type-file .send_file .button_f {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  background-color: #28445d;
  background: -webkit-linear-gradient(top, bottom, #3f6b92, #20374b);
  background: -moz-linear-gradient(top, #3f6b92, #20374b);
  background: -o-linear-gradient(top, #3f6b92, #20374b);
  background: -ms-linear-gradient(top, #3f6b92, #20374b);
  -moz-user-select: none;
  cursor: default;
  width: auto;
  font-family: 'Verdana', sans-serif;
  border: 1px solid #28445d;
  color: #fff;
  display: inline;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 26px;
  overflow: hidden;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
  text-align: center;
  width: 60px;
}
/* line 127, common.less */
.input-type-file .send_file .button_f:hover {
  background: #28445d;
  border: 1px solid #28445d;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
  color: white;
}
/* line 133, common.less */
.input-type-file .send_file .button_f:focus {
  outline: medium none;
}
/* line 189, common.less */
.input-type-file .send_file .button_f div {
  text-align: center;
  padding: 3px 0 0 1px;
}
/* line 193, common.less */
.input-type-file .send_file .button_f .file_type {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  font-size: 150px !important;
  height: 100px;
  margin-left: -410px;
  top: -30px;
  width: 600px;
}
/* line 210, common.less */
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 10, content.less */
.content {
  color: #000000;
  line-height: 150%;
  font-family: 'Verdana', sans-serif;
  font-size: 12px;
  background-color: none;
}
/* line 21, content.less */
.content a {
  color: #bb1d2b;
  text-decoration: underline;
}
/* line 25, content.less */
.content h1,
.content h2,
.content h3 {
  margin: 0.5 0;
}
/* line 27, content.less */
.content h1 a,
.content h2 a,
.content h3 a {
  color: inherit;
}
/* line 31, content.less */
.content h1 {
  font: 39px/40px 'Ubuntu Condensed', sans-serif;
  color: #28445d;
}
/* line 48, content.less */
.content h2 {
  font: 21px/21px 'Ubuntu Condensed', sans-serif;
  color: #000;
}
/* line 52, content.less */
.content h3 {
  font: 20px/20px 'Ubuntu Condensed', sans-serif;
  color: #28445d;
}
/* line 56, content.less */
.content > h1:first-child {
  margin: 0px;
}
/* line 58, content.less */
.content > h1:first-child + .module.breadcrumbs {
  margin: 5px 0 0 0;
}
/* line 62, content.less */
.content p {
  margin: 1em 0;
}
/* line 65, content.less */
.content ul,
.content ol {
  padding: 0 0 0 20px;
  line-height: 150%;
  margin: 1em 0;
}
/* line 70, content.less */
.content ol {
  list-style-type: decimal;
  padding: 0 0 0 40px;
}
/* line 73, content.less */
.content ol li {
  padding-left: 0px;
}
/* line 77, content.less */
.content ul {
  list-style: none;
}
/* line 79, content.less */
.content ul li {
  background: url(/images/modules/li.png) no-repeat left 5px;
  padding-left: 20px;
}
/* line 84, content.less */
.content img.img_right {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border: 1px solid #28445d;
  padding: 5px;
  background: none;
  float: right;
  margin: 5px 0 10px 10px;
  max-width: 300px;
}
/* line 90, content.less */
.content img.img_left {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border: 1px solid #28445d;
  padding: 5px;
  background: none;
  float: left;
  margin: 5px 10px 10px 0;
}
/* line 95, content.less */
.content img.img_nf {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border: 1px solid #28445d;
  padding: 5px;
  background: none;
  float: none;
  margin: 0;
}
/* line 100, content.less */
.content table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 103, content.less */
.content table td,
.content table th {
  line-height: 150%;
  font-family: 'Verdana', sans-serif;
  font-size: 12px;
}
/* line 109, content.less */
.content table.user {
  width: 100%;
  margin: 1.5em 0;
}
/* line 112, content.less */
.content table.user td,
.content table.user th {
  border: 1px solid #28445d;
  border-spacing: 1px;
  font-size: 11px;
  line-height: 120%;
  padding: 7px;
}
/* line 119, content.less */
.content table.user th,
.content table.user td.first_tr {
  font-weight: bold;
  text-align: center;
  background: #cccccc;
}
/* line 125, content.less */
.content .seo * {
  color: #4d6b80;
}
/* line 128, content.less */
.content input,
.content textarea,
.content select {
  -moz-box-sizing: border-box;
  background: none repeat scroll 0 0 #000000;
  border: 1px solid #28445d;
  color: #000000;
  font: 12px/12px 'Verdana', sans-serif;
  margin: 0;
  padding: 3px;
  position: relative;
  resize: none;
}
/* line 142, content.less */
.content .module {
  margin: 30px 0;
}
/* line 144, content.less */
.content .module p.back {
  font-size: 14px;
}
/* line 149, content.less */
.content .module.breadcrumbs {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}
/* line 154, content.less */
.content .module.breadcrumbs li {
  position: relative;
  display: inline-block;
  background: none;
  padding: 0 0 0 6px;
  margin: 0;
}
/* line 160, content.less */
.content .module.breadcrumbs li span {
  height: 0px;
  width: 0px;
  display: inline-block;
  margin: 0 0 0 7px;
  padding: 0;
  border-top: 5px solid transparent;
  border-left: 4px solid #4d6b80;
  border-bottom: 5px solid transparent;
  position: relative;
  top: 1px;
}
/* line 173, content.less */
.content .module.breadcrumbs li:first-child {
  padding: 0;
}
/* line 179, content.less */
.content .module.subsection ul {
  padding: 0;
  margin: 0;
}
/* line 182, content.less */
.content .module.subsection ul li {
  background: none;
  display: block;
  font-size: 14px;
  line-height: 1.3em;
  margin: 0 0 0.5em;
  padding-left: 0;
}
/* line 189, content.less */
.content .module.subsection ul li span {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  background: #28445d url(/images/modules/arrow_w.png) no-repeat 2px 2px;
  border: 1px solid #28445d;
  float: left;
  height: 9px;
  margin: 5px 0 0;
  width: 10px;
}
/* line 198, content.less */
.content .module.subsection ul li a {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-left: 10px;
  max-width: 94%;
  color: #28445d;
}
/* line 209, content.less */
.content .module.pager ul {
  padding-left: 0;
}
/* line 211, content.less */
.content .module.pager ul li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  background: none;
  font-size: 1em;
  font-weight: normal;
  padding: 0.2em 0.7em;
}
/* line 218, content.less */
.content .module.pager ul li:first-child {
  padding-left: 0px;
}
/* line 221, content.less */
.content .module.pager ul li.current {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  background: #28445d;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0.2em 0.4em;
  margin: 0 0.3em;
}
/* line 232, content.less */
.content .module.form {
  position: relative;
  width: 261px;
  display: inline-block;
  max-width: 700px!important;
  display: block;
  width: auto;
}
/* line 152, common.less */
.content .module.form .name_file {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  background: #fff;
  border: 1px solid #28445d;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  height: 24px;
  line-height: 23px;
  margin: 0 -2px 0 0;
  overflow: hidden;
  padding: 0 3px 0 4px;
  position: relative;
  right: 0;
  width: 190px;
}
/* line 167, common.less */
.content .module.form .send_file {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  height: 27px;
  width: 60px;
}
/* line 171, common.less */
.content .module.form .send_file .button_f {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  background-color: #28445d;
  background: -webkit-linear-gradient(top, bottom, #3f6b92, #20374b);
  background: -moz-linear-gradient(top, #3f6b92, #20374b);
  background: -o-linear-gradient(top, #3f6b92, #20374b);
  background: -ms-linear-gradient(top, #3f6b92, #20374b);
  -moz-user-select: none;
  cursor: default;
  width: auto;
  font-family: 'Verdana', sans-serif;
  border: 1px solid #28445d;
  color: #fff;
  display: inline;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 26px;
  overflow: hidden;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
  text-align: center;
  width: 60px;
}
/* line 127, common.less */
.content .module.form .send_file .button_f:hover {
  background: #28445d;
  border: 1px solid #28445d;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
  color: white;
}
/* line 133, common.less */
.content .module.form .send_file .button_f:focus {
  outline: medium none;
}
/* line 189, common.less */
.content .module.form .send_file .button_f div {
  text-align: center;
  padding: 3px 0 0 1px;
}
/* line 193, common.less */
.content .module.form .send_file .button_f .file_type {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  font-size: 150px !important;
  height: 100px;
  margin-left: -410px;
  top: -30px;
  width: 600px;
}
/* line 237, content.less */
.content .module.form input,
.content .module.form textarea,
.content .module.form select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  font-family: 'Verdana', sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  margin: 0;
  position: relative;
  border: 1px solid #28445d;
  padding: 3px;
  background: #ffffff;
}
/* line 250, content.less */
.content .module.form input[type="submit"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  background-color: #28445d;
  background: -webkit-linear-gradient(top, bottom, #3f6b92, #20374b);
  background: -moz-linear-gradient(top, #3f6b92, #20374b);
  background: -o-linear-gradient(top, #3f6b92, #20374b);
  background: -ms-linear-gradient(top, #3f6b92, #20374b);
  border: 1px solid #28445d;
  text-align: center;
  color: #fff;
  -moz-user-select: none;
  cursor: default;
  width: auto;
  font-weight: bold;
  font-family: 'Verdana', sans-serif;
  font-size: 12px;
  height: 32px;
  line-height: 0;
  margin-top: 11px;
  padding: 0 10px 0 11px;
}
/* line 127, common.less */
.content .module.form input[type="submit"]:hover {
  background: #28445d;
  border: 1px solid #28445d;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
  color: white;
}
/* line 133, common.less */
.content .module.form input[type="submit"]:focus {
  outline: medium none;
}
/* line 253, content.less */
.content .module.form select {
  height: 26px;
  padding: 3px 3px 3px 0;
}
/* line 257, content.less */
.content .module.form textarea {
  width: 100%;
  resize: none;
}
/* line 261, content.less */
.content .module.form input[type="text"],
.content .module.form input[type="password"] {
  height: 26px;
  line-height: 18px;
  padding: 2px 3px 3px;
}
/* line 266, content.less */
.content .module.form input[type="checkbox"],
.content .module.form input[type="radio"] {
  background: none;
  border: none;
  vertical-align: bottom;
}
/* line 271, content.less */
.content .module.form input[disabled="disabled"] {
  box-shadow: 0 0 0 #ccc !important;
  -moz-box-shadow: 0 0 0 #ccc !important;
  -webkit-box-shadow: 0 0 0 #ccc !important;
  -khtml-box-shadow: 0 0 0 #ccc !important;
  color: #CCCCCC!important;
  border: 1px solid #DDDDDD !important;
  cursor: default !important;
}
/* line 280, content.less */
.content .module.form div.title {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0 5px 10px;
  margin-bottom: 5px;
  background: #f1f1f1;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: -10px;
}
/* line 292, content.less */
.content .module.form label {
  vertical-align: middle;
}
/* line 296, content.less */
.content .module.form table select {
  width: 179px;
}
/* line 300, content.less */
.content .module.form table tr.error td.label {
  font-weight: bold;
  color: #ff0000;
}
/* line 304, content.less */
.content .module.form table tr.error td.required {
  background: url(/images/modules/req_err.png) no-repeat 15px 14px;
}
/* line 308, content.less */
.content .module.form table input.error,
.content .module.form table select.error,
.content .module.form table textarea.error {
  border: 1px solid #FF0000;
  background-image: none;
}
/* line 312, content.less */
.content .module.form table span.comment {
  color: #4d6b80;
  display: block;
  font-size: 11px;
  line-height: 1.2em;
  margin-top: 4px;
  vertical-align: middle;
  clear: both;
}
/* line 320, content.less */
.content .module.form table span.comment.inline {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: 6px;
  margin-left: 3px;
  vertical-align: top;
}
/* line 327, content.less */
.content .module.form table td {
  padding: 8px 0 0;
  vertical-align: top;
}
/* line 330, content.less */
.content .module.form table td .holderWrap {
  margin-right: 5px;
  margin-top: -1px;
}
/* line 335, content.less */
.content .module.form table td.label {
  padding-top: 13px;
  vertical-align: top;
  width: 150px;
}
/* line 340, content.less */
.content .module.form table td.required {
  background: url(/images/modules/req.png) no-repeat 15px 14px;
  width: 30px;
}
/* line 345, content.less */
.content .module.form table td.input img {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
/* line 347, content.less */
.content .module.form table td.input img.ui-datepicker-trigger {
  margin: 1px 0 0 5px;
}
/* line 350, content.less */
.content .module.form table td.input img#captcha {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}
/* line 356, content.less */
.content .module.form > p {
  margin-top: 0;
}
/* line 361, content.less */
.content .module.message {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  background: #f9f9f9 url(/images/modules/error.png) no-repeat 16px 15px;
  margin-bottom: 1.4em;
  padding: 10px 15px 15px 70px;
  border: 1px solid red;
  font-family: 'Verdana', sans-serif;
}
/* line 368, content.less */
.content .module.message h2 {
  margin: 0 0 14px;
  padding: 11px 0 1px;
  color: red;
  background: none !important;
  font-style: normal !important;
  border: none !important;
}
/* line 376, content.less */
.content .module.message p {
  margin-bottom: 4px;
  color: #000000;
}
/* line 380, content.less */
.content .module.message a {
  color: inherit;
}
/* line 383, content.less */
.content .module.message.error {
  background-color: #fff5f5;
  background-image: url(/images/modules/error.png);
  border: 1px solid red;
}
/* line 387, content.less */
.content .module.message.error h2 {
  color: red;
}
/* line 391, content.less */
.content .module.message.ok {
  background-color: #f5fff5;
  background-image: url(/images/modules/ok.png);
  border: 1px solid green;
}
/* line 395, content.less */
.content .module.message.ok h2 {
  color: green;
}
/* line 399, content.less */
.content .module.message.alert {
  background-image: url(/images/modules/alert.png);
  border: 1px solid gray;
}
/* line 402, content.less */
.content .module.message.alert h2 {
  color: gray;
}
/* line 409, content.less */
.content .module.news .item {
  height: auto;
  margin-bottom: 20px;
}
/* line 412, content.less */
.content .module.news .item td {
  border: 0 none;
  padding-left: 0;
  vertical-align: top;
}
/* line 416, content.less */
.content .module.news .item td .pad {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border: 1px solid #28445d;
  padding: 5px;
  background: none;
}
/* line 418, content.less */
.content .module.news .item td .pad a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  width: 120px;
  border: none;
  height: 90px;
  display: block;
  padding: 0;
  background-position: center!important;
}
/* line 428, content.less */
.content .module.news .item td p.title {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
/* line 433, content.less */
.content .module.news .item td p.title span {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  background: #bb1d2b;
  color: white;
  font-weight: bold;
  height: 18px;
  margin-right: 5px;
  padding: 0 4px 0 5px;
  position: relative;
  font-size: 11px;
  line-height: 17px;
  font-family: 'Verdana', sans-serif;
  margin-top: 1px;
}
/* line 437, content.less */
.content .module.news .item td p.title a {
  color: #bb1d2b;
}
/* line 441, content.less */
.content .module.news .item td p {
  margin: 7px 0;
}
/* line 444, content.less */
.content .module.news .item td a.more {
  font-size: 10px;
}
/* line 448, content.less */
.content .module.news .item td.img {
  vertical-align: top;
  padding-right: 15px;
}
/* line 453, content.less */
.content .module.news .date_text {
  clear: both;
  border-top: 1px solid #28445d;
  color: #4d6b80;
  margin: 15px 0 !important;
  padding-top: 14px;
}
/* line 463, content.less */
.content .module.download .item {
  margin-bottom: 20px;
}
/* line 465, content.less */
.content .module.download .item td {
  vertical-align: top;
  text-align: left;
}
/* line 468, content.less */
.content .module.download .item td.icon {
  padding-right: 5px;
}
/* line 471, content.less */
.content .module.download .item td.data {
  width: 100%;
}
/* line 473, content.less */
.content .module.download .item td.data p {
  font-size: 12px;
  text-align: justify;
  line-height: 150%;
}
/* line 478, content.less */
.content .module.download .item td.data p:first-child {
  margin-top: -3px;
  margin-bottom: 0px;
}
/* line 482, content.less */
.content .module.download .item td.data span {
  color: #4d6b80;
  line-height: 150%;
}
/* line 490, content.less */
.content .module.download.small .data p:first-child {
  margin-top: -1px !important;
}
/* line 496, content.less */
.content .module.gallery {
  font-size: 0;
  border: 0 !important;
}
/* line 499, content.less */
.content .module.gallery .item {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 15px 25px 0px;
}
/* line 502, content.less */
.content .module.gallery .item .pad {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border: 1px solid #28445d;
  padding: 5px;
  background: none;
}
/* line 505, content.less */
.content .module.gallery .item a {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  position: relative;
  text-align: center;
  width: 120px;
  display: block;
  line-height: 150%;
  background-position: center center !important;
  height: 96px;
}
/* line 515, content.less */
.content .module.gallery .item .info {
  font-size: 12px;
  padding-top: 7px;
  width: 132px;
}
/* line 519, content.less */
.content .module.gallery .item .info a {
  display: block;
  border: none;
  height: auto;
  padding: 0 0 0 6px;
}
/* line 529, content.less */
.content .module.gallery.default .item .pad a {
  height: 120px;
  vertical-align: middle;
  display: table-cell;
}
/* line 538, content.less */
.content .module.gallery.a4 .item a {
  height: auto;
}
/* line 540, content.less */
.content .module.gallery.a4 .item a img {
  height: 170px;
  width: 120px;
}
/* line 546, content.less */
.content .module.gallery.a4 .item .info a {
  line-height: 150%;
}
/* line 555, content.less */
.content .module.gallery.matrix .item .pad a {
  display: table-cell;
  height: 120px;
  line-height: 0;
  text-align: center;
  vertical-align: middle;
}
/* line 567, content.less */
.content .module.vacancy {
  padding: 0;
}
/* line 571, content.less */
.content .module.vacancy .item a.more {
  text-decoration: none;
  border-bottom: 1px dashed;
  line-height: 200%;
  font-weight: bold;
  font-size: 14px;
}
/* line 578, content.less */
.content .module.vacancy .item div.more {
  display: none;
  margin-bottom: 20px;
}
/* line 582, content.less */
.content .module.vacancy .item p.title {
  font-weight: bold;
  margin-bottom: 5px;
}
/* line 586, content.less */
.content .module.vacancy .item .input-type-file,
.content .module.vacancy .item input[type="submit"] {
  float: left;
}
/* line 589, content.less */
.content .module.vacancy .item input[type="submit"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  background-color: #28445d;
  background: -webkit-linear-gradient(top, bottom, #3f6b92, #20374b);
  background: -moz-linear-gradient(top, #3f6b92, #20374b);
  background: -o-linear-gradient(top, #3f6b92, #20374b);
  background: -ms-linear-gradient(top, #3f6b92, #20374b);
  border: 1px solid #28445d;
  text-align: center;
  color: #fff;
  -moz-user-select: none;
  cursor: default;
  width: auto;
  font-weight: bold;
  font-family: 'Verdana', sans-serif;
  font-size: 12px;
  height: 32px;
  margin-top: 11px;
  padding: 0 10px 0 11px;
  margin: 0 0 0 10px;
  height: 26px;
  line-height: 0;
}
/* line 127, common.less */
.content .module.vacancy .item input[type="submit"]:hover {
  background: #28445d;
  border: 1px solid #28445d;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
  color: white;
}
/* line 133, common.less */
.content .module.vacancy .item input[type="submit"]:focus {
  outline: medium none;
}
/* line 600, content.less */
.content .guestbook .item {
  margin-bottom: 25px;
}
/* line 602, content.less */
.content .guestbook .item p.title {
  font-weight: bold;
  margin: 0;
}
/* line 606, content.less */
.content .guestbook .item span {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-top: 1px;
  background: #bb1d2b;
  color: white;
  font-weight: bold;
  height: 18px;
  margin-right: 5px;
  padding: 0 4px 0 5px;
  position: relative;
  font-size: 11px;
  line-height: 17px;
  font-family: 'Verdana', sans-serif;
}
/* line 609, content.less */
.content .guestbook .item small {
  font-size: 10px;
  color: #4d6b80;
}
/* line 619, content.less */
.content .module.catalogue .default,
.content .module.catalogue .matrix {
  border: none;
  font-size: 12px;
  padding-left: 0;
  vertical-align: top;
  margin: 0 15px 22px 0;
}
/* line 627, content.less */
.content .module.catalogue .default .price form input.button,
.content .module.catalogue .matrix .price form input.button {
  vertical-align: top!important;
  margin-left: 0;
}
/* line 632, content.less */
.content .module.catalogue .default .price span,
.content .module.catalogue .matrix .price span {
  height: 18px;
}
/* line 634, content.less */
.content .module.catalogue .default .price span span,
.content .module.catalogue .matrix .price span span {
  display: inline;
  font-size: 19px;
  vertical-align: baseline;
  width: auto;
  position: relative;
  height: 18px;
  line-height: 18px;
}
/* line 646, content.less */
.content .module.catalogue .default {
  height: auto;
  margin-bottom: 1.8em;
}
/* line 649, content.less */
.content .module.catalogue .default td.img {
  text-align: center;
  width: 132px;
  vertical-align: top;
  padding-right: 15px;
}
/* line 655, content.less */
.content .module.catalogue .default td.img .pad a {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border: 1px solid #28445d;
  padding: 5px;
  background: none;
  line-height: 10px;
  max-width: 130px;
  text-decoration: none;
}
/* line 664, content.less */
.content .module.catalogue .default td span.no_image {
  color: #8a8a8a;
  display: table-cell;
  height: 96px;
  line-height: 16px;
  vertical-align: middle;
  width: 120px;
}
/* line 672, content.less */
.content .module.catalogue .default a.more {
  font-size: 10px;
}
/* line 675, content.less */
.content .module.catalogue .default p {
  margin: 0.4em 0;
}
/* line 678, content.less */
.content .module.catalogue .default p.title {
  background: none;
  display: block;
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
/* line 686, content.less */
.content .module.catalogue .default p.title a {
  display: inline;
  font-weight: bold;
  line-height: 1.4em;
  vertical-align: top;
  margin-right: 5px;
}
/* line 693, content.less */
.content .module.catalogue .default p.title span {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-top: 1px;
  background: #bb1d2b;
  color: white;
  font-weight: bold;
  height: 18px;
  margin-right: 5px;
  padding: 0 4px 0 5px;
  position: relative;
  font-size: 11px;
  line-height: 17px;
  font-family: 'Verdana', sans-serif;
  margin-top: 0;
}
/* line 698, content.less */
.content .module.catalogue .default .price {
  margin: 0.6em 0;
  padding: 0.01em 0 0;
  vertical-align: top;
}
/* line 702, content.less */
.content .module.catalogue .default .price span {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  color: #28445d;
  font-size: 19px;
  font-weight: normal;
  line-height: 17px;
  margin: 0;
  width: 130px;
  position: relative;
  vertical-align: middle;
}
/* line 712, content.less */
.content .module.catalogue .default .price span span.dborder {
  top: -3px !important;
}
/* line 716, content.less */
.content .module.catalogue .default .price form {
  line-height: 26px;
  vertical-align: middle;
  min-width: 195px;
}
/* line 723, content.less */
.content .module.catalogue .matrix {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 15px 20px 0;
  position: relative;
}
/* line 727, content.less */
.content .module.catalogue .matrix a.img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border: 1px solid #28445d;
  padding: 5px;
  background: none;
  position: relative;
  text-decoration: none;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 120px;
  height: 120px;
  line-height: 10px;
}
/* line 738, content.less */
.content .module.catalogue .matrix a.img span {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}
/* line 743, content.less */
.content .module.catalogue .matrix a.img span.no_image {
  line-height: 14px;
  font-size: 12px;
  color: #8a8a8a;
}
/* line 749, content.less */
.content .module.catalogue .matrix .price {
  padding-top: 7px;
  width: 132px;
  text-align: center;
}
/* line 753, content.less */
.content .module.catalogue .matrix .price a {
  border: medium none;
  display: block;
  font-size: 12px;
  padding: 0;
  text-align: center;
}
/* line 760, content.less */
.content .module.catalogue .matrix .price form {
  line-height: 25px;
  padding: 0;
  vertical-align: middle;
  width: 132px;
}
/* line 765, content.less */
.content .module.catalogue .matrix .price form input.input_text {
  margin-left: 0;
}
/* line 770, content.less */
.content .module.catalogue .matrix span {
  color: #28445d;
  display: block;
  font-size: 1.5em;
  margin: 7px 0;
  text-align: center;
  width: auto;
}
/* line 777, content.less */
.content .module.catalogue .matrix span span {
  display: inline;
  font-size: 1em;
  vertical-align: baseline;
  width: auto;
}
/* line 784, content.less */
.content .module.catalogue .matrix span.new {
  border-radius: 0px 0 0 3px;
  -moz-border-radius: 0px 0 0 3px;
  -webkit-border-radius: 0px 0 0 3px;
  -khtml-border-radius: 0px 0 0 3px;
  margin-top: 0px;
  position: absolute;
  right: 0px;
  top: 0;
  background: #28445d;
  color: #FFFFFF;
  display: block;
  font-size: 11px!important;
  font-weight: bold;
  height: 10px;
  line-height: 8px;
  padding: 4px;
}
/* line 801, content.less */
.content .module.catalogue .price span {
  color: #28445d;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  vertical-align: middle;
  font-size: 1.5em;
  margin: 10px 0 6px 0;
  text-align: left;
  width: auto;
}
/* line 809, content.less */
.content .module.catalogue .price span span {
  display: inline;
  font-size: 1.1em;
  vertical-align: baseline;
  width: auto;
}
/* line 816, content.less */
.content .module.catalogue .price form {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding: 0 1em;
  vertical-align: bottom;
}
/* line 821, content.less */
.content .module.catalogue .price input.input_text {
  height: 25px;
  margin: 0 6px;
  text-align: center;
  width: 44px;
  vertical-align: top;
  border: 1px solid #28445d;
  font-size: 1em;
  font-weight: normal;
}
/* line 831, content.less */
.content .module.catalogue .price input.button {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  background: #28445d;
  border: 1px solid #28445d;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: bold;
  height: 25px;
  padding: 5px 7px;
  vertical-align: middle;
  width: 30px;
  margin-left: 12px;
}
/* line 846, content.less */
.content .module.catalogue.article .left_part_module {
  float: left;
  padding: 0 15px 0 0;
  margin-bottom: 20px;
}
/* line 850, content.less */
.content .module.catalogue.article .left_part_module p {
  margin: 0;
}
/* line 853, content.less */
.content .module.catalogue.article .left_part_module img {
  max-width: 300px;
  margin: 0;
}
/* line 858, content.less */
.content .module.catalogue.article .right_part_module {
  display: inline-block;
  width: 250px;
  margin-bottom: 20px;
}
/* line 862, content.less */
.content .module.catalogue.article .right_part_module .price {
  overflow: hidden;
  margin: 0 0 20px 0;
}
/* line 865, content.less */
.content .module.catalogue.article .right_part_module .price span {
  margin: 0;
  width: 150px;
  color: #28445d;
  display: inline;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 25px;
  text-align: left;
}
/* line 874, content.less */
.content .module.catalogue.article .right_part_module .price span span {
  display: inline;
  font-size: 1em;
  vertical-align: baseline;
  width: auto;
}
/* line 881, content.less */
.content .module.catalogue.article .right_part_module .price form {
  display: block;
  width: 125px;
  margin: 5px 0 0 0;
  padding: 0!important;
}
/* line 886, content.less */
.content .module.catalogue.article .right_part_module .price form .input_text {
  line-height: 15px;
  height: 25px;
  text-align: center;
  width: 44px;
  margin-left: 0;
}
/* line 895, content.less */
.content .module.catalogue.article .right_part_module div.numeplate {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  background: #28445d;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  cursor: default;
  color: #fff;
  margin: 0 0 20px 0;
}
/* line 906, content.less */
.content .module.catalogue.article .right_part_module .mini_img_list {
  font-size: 0;
  margin: 0 0 20px 0;
}
/* line 909, content.less */
.content .module.catalogue.article .right_part_module .mini_img_list .item {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 5px 5px 0px 0;
}
/* line 912, content.less */
.content .module.catalogue.article .right_part_module .mini_img_list .item a {
  line-height: 0;
  display: block;
  padding: 2px;
  border: 1px solid #28445d;
}
/* line 917, content.less */
.content .module.catalogue.article .right_part_module .mini_img_list .item a img {
  max-height: 50px;
}
/* line 923, content.less */
.content .module.catalogue.article .right_part_module .module.download {
  margin: 0;
}
/* line 925, content.less */
.content .module.catalogue.article .right_part_module .module.download .item {
  margin: 5px 0;
}
/* line 930, content.less */
.content .module.catalogue.article .wysiwyg {
  clear: both;
}
/* line 935, content.less */
.content .module.sitemap {
  margin-top: 0px;
}
/* line 937, content.less */
.content .module.sitemap ul {
  margin-left: 0px;
  padding: 0;
  margin-right: 40px;
  list-style: none;
}
/* line 942, content.less */
.content .module.sitemap ul li {
  margin-bottom: 5px;
  background: none;
  padding-left: 0;
}
/* line 946, content.less */
.content .module.sitemap ul li ul {
  margin: 5px 0 5px 20px;
}
/* line 948, content.less */
.content .module.sitemap ul li ul li {
  margin-bottom: 5px;
}
/* line 957, content.less */
.content .module.cart table.cart {
  width: 100%;
}
/* line 959, content.less */
.content .module.cart table.cart td,
.content .module.cart table.cart th {
  border: 1px solid #28445d;
  border-spacing: 1px;
  font-size: 12px;
  line-height: 15px;
  padding: 7px;
}
/* line 966, content.less */
.content .module.cart table.cart th {
  background: #cccccc;
  padding: 9px 0;
}
/* line 970, content.less */
.content .module.cart table.cart td {
  padding: 4px;
  height: 25px;
  vertical-align: middle;
}
/* line 974, content.less */
.content .module.cart table.cart td input,
.content .module.cart table.cart td textarea,
.content .module.cart table.cart td select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  font-family: 'Verdana', sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #454545;
  margin: 0;
  position: relative;
  border: 1px solid #28445d;
  padding: 3px;
  background: #fff;
}
/* line 987, content.less */
.content .module.cart table.cart td input.mod-cart-number {
  width: 50px;
  text-align: center;
}
/* line 991, content.less */
.content .module.cart table.cart td img {
  left: 50%;
  margin-left: -25px;
  max-height: 50px;
  max-width: 50px;
  position: relative;
}
/* line 999, content.less */
.content .module.cart table.cart td.name {
  text-align: left;
}
/* line 1002, content.less */
.content .module.cart table.cart td.pt,
.content .module.cart table.cart td.del,
.content .module.cart table.cart td.summa,
.content .module.cart table.cart td.price {
  text-align: center;
}
/* line 1006, content.less */
.content .module.cart p.actions {
  text-align: right;
}
/* line 1008, content.less */
.content .module.cart p.actions span {
  margin-right: 10px;
}
/* line 1011, content.less */
.content .module.cart p.actions input[type="submit"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  background-color: #28445d;
  background: -webkit-linear-gradient(top, bottom, #3f6b92, #20374b);
  background: -moz-linear-gradient(top, #3f6b92, #20374b);
  background: -o-linear-gradient(top, #3f6b92, #20374b);
  background: -ms-linear-gradient(top, #3f6b92, #20374b);
  border: 1px solid #28445d;
  text-align: center;
  color: #fff;
  -moz-user-select: none;
  cursor: default;
  width: auto;
  font-weight: bold;
  font-family: 'Verdana', sans-serif;
  font-size: 12px;
  height: 32px;
  line-height: 0;
  margin-top: 11px;
  padding: 0 10px 0 11px;
  margin: 0px;
}
/* line 127, common.less */
.content .module.cart p.actions input[type="submit"]:hover {
  background: #28445d;
  border: 1px solid #28445d;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
  color: white;
}
/* line 133, common.less */
.content .module.cart p.actions input[type="submit"]:focus {
  outline: medium none;
}
/* line 1018, content.less */
.content .module.tabs {
  line-height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0;
}
/* line 1023, content.less */
.content .module.tabs ul {
  padding: 0;
  margin: 0px;
}
/* line 1026, content.less */
.content .module.tabs ul li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  vertical-align: bottom;
  margin: 0 5px 0 0;
  padding: 0;
  background: none;
}
/* line 1032, content.less */
.content .module.tabs ul li h2 {
  margin: 0;
}
/* line 1035, content.less */
.content .module.tabs ul li a {
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  background-color: #000000;
  border-color: #28445d;
  border-style: solid;
  border-width: 1px;
  border-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  padding: 7px 10px;
  position: relative;
  display: block;
  line-height: 1;
  outline: none;
  color: inherit;
}
/* line 1052, content.less */
.content .module.tabs ul li.current a {
  border-top-color: #28445d;
  border-left-color: #28445d;
  border-right-color: #28445d;
  border-bottom-width: 1px!important;
  border-bottom-color: #000000;
  padding: 8px 10px;
  text-decoration: none;
  font-weight: bold;
  z-index: 15;
  top: 1px;
  color: #28445d;
}
/* line 1066, content.less */
.content .module.tabs ul li:first-child {
  margin-left: 0px !important;
}
/* line 1070, content.less */
.content .module.tabs .border {
  background-color: #000000;
  border-top: 1px solid #28445d;
  height: 3px;
  margin-top: 0;
  position: relative;
  z-index: 13;
}
/* line 1078, content.less */
.content .module.tabs .border-bg {
  background-color: #000000;
  height: 5px;
  margin-top: -3px;
  position: relative;
  width: 100%;
  z-index: 20;
}
/* line 1089, content.less */
.content .module.orders .item {
  margin: 30px 0;
}
/* line 1092, content.less */
.content .module.orders p.title {
  font-size: 14px;
  font-weight: bold;
}
/* line 1096, content.less */
.content .module.orders p.title .status {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  vertical-align: middle;
  background: #28445d;
  color: #fff;
  padding: 0px 5px;
  margin-left: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  font-weight: bold;
  height: 18px;
  line-height: 16px;
  margin: -3px 0 0 10px;
}
/* line 1113, content.less */
.content .module.orders p.title .status.s0 {
  background: #9f9f9f;
}
/* line 1116, content.less */
.content .module.orders p.title .status.s1 {
  background: #58a711;
}
/* line 1119, content.less */
.content .module.orders p.title .status.s2 {
  background: #f8a631;
}
/* line 1122, content.less */
.content .module.orders p.title .status.s3 {
  background: #58a711;
}
/* line 1125, content.less */
.content .module.orders p.title .status.s4 {
  background: #58a711;
}
/* line 1128, content.less */
.content .module.orders p.title .status.s5 {
  background: #bb12a9;
}
/* line 1131, content.less */
.content .module.orders p.title .status.s6 {
  background: #9f9f9f;
}
/* line 1135, content.less */
.content .module.orders table {
  margin-top: 0;
}
/* line 1137, content.less */
.content .module.orders table td,
.content .module.orders table th {
  font-size: 12px;
  padding-top: 9px;
  padding-bottom: 9px;
}
/* line 1152, content.less */
#cart_informer {
  position: absolute;
  border: 1px solid green;
  background-color: white;
  z-index: 1000;
}
/* line 1157, content.less */
#cart_informer h3 {
  margin: 0;
  cursor: default;
  font-weight: normal;
  padding: 20px;
  white-space: nowrap;
  color: green;
  font-size: 18px;
}
