/*This file should not be edited directly. Modify LESS instead.*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/**
 * Remove default margin.
 */
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in Safari and Chrome.
 */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
/**
 * Address inconsistent and variable font size in all browsers.
 */
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/**
 * Address differences between Firefox and other browsers.
 */
/**
 * Contain overflow in all browsers.
 */
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* 1 */
/**
 * Re-set default cursor for disabled elements.
 */
/**
 * Remove inner padding and border in Firefox 4+.
 */
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/**
 * Define consistent border, margin, and padding.
 */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #000;
}
.container {
  min-width: 1120px;
}
.item-page {
  text-align: justify;
}
.pos_content {
  width: 1100px;
  margin: 0 auto;
}
.custom.custom_content {
  width: 1100px;
  margin: 0 auto;
}
a {
  text-decoration: none;
  color: #2dad25;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
a:hover {
  color: #009100;
}
.header_wrap {
  display: table;
  margin-top: 30px;
  margin-bottom: 30px;
}
.header_wrap > div {
  display: table-cell;
  vertical-align: middle;
}
.header_wrap .logo_wrap {
  width: 300px;
  padding: 0 20px 0 0;
}
.header_wrap p {
  margin: 0;
}
.header_content {
  text-align: right;
  font-size: 13px;
  line-height: 1.4;
  color: #898989;
}
.header_content .moduletable {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.header_content .moduletable + .moduletable {
  margin: 0 0 0 30px;
}
.mainarea {
  *zoom: 1;
  margin-bottom: 30px;
}
.mainarea:before,
.mainarea:after {
  display: table;
  content: "";
  line-height: 0;
}
.mainarea:after {
  clear: both;
}
.sidebar {
  width: 300px;
  padding: 0 30px 0 0;
  float: left;
}
.with_sidebar .maincontent {
  width: 800px;
  float: right;
}
.topmenu {
  background: #2dad25;
  border: 2px solid #2dad25;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.topmenu .nav.menu {
  display: table;
  width: 100%;
}
.topmenu li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  min-width: 105px;
}
.topmenu li + li {
  border-left: 1px solid #fff;
}
.topmenu a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px 5px;
}
.topmenu a:hover,
.topmenu .active a {
  background: #009100;
}
.moduletable.head_contact {
  position: relative;
  padding: 0 0 0 55px;
}
.moduletable.head_contact:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -18.5px;
  width: 35px;
  height: 37px;
  background: url(../images/phone.png) 50% 50% no-repeat;
  background-size: cover;
}
.moduletable.locationhead {
  position: relative;
  padding: 0 0 0 50px;
}
.moduletable.locationhead:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -18.5px;
  width: 27px;
  height: 36px;
  background: url(../images/location.png) 50% 50% no-repeat;
  background-size: cover;
}
.moduletable.main_categories {
  margin: 0 0 30px 0;
}
.moduletable.main_categories .nav.menu {
  *zoom: 1;
}
.moduletable.main_categories .nav.menu:before,
.moduletable.main_categories .nav.menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.moduletable.main_categories .nav.menu:after {
  clear: both;
}
.moduletable.main_categories li {
  display: none;
  float: left;
  width: 208px;
}
.moduletable.main_categories li + li {
  margin: 0 0 0 15px;
}
.moduletable.main_categories .item-113,
.moduletable.main_categories .item-114,
.moduletable.main_categories .item-115,
.moduletable.main_categories .item-116,
.moduletable.main_categories .item-118 {
  display: block;
}
.moduletable.main_categories img {
  display: block;
  width: 100%;
}
.moduletable.main_categories a {
  display: block;
  position: relative;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.moduletable.main_categories .image-title {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 5px;
  background: #2dad25;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.moduletable.main_categories a:hover .image-title {
  background: #009100;
}
.moduletable.catalog_nav {
  text-transform: uppercase;
  font-size: 14px;
  /*li.parent.active > a:before{
		.rotate(90deg);
	}*/
}
.moduletable.catalog_nav > h3 {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  background: #2dad25;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2;
  padding: 10px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.moduletable.catalog_nav .nav.menu {
  display: block;
}
.moduletable.catalog_nav li {
  display: block;
  position: relative;
}
.moduletable.catalog_nav .nav.menu > li {
  display: block;
  position: relative;
}
.moduletable.catalog_nav .nav.menu > li > a {
  position: relative;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.moduletable.catalog_nav .nav.menu > li > a:hover {
  border: 1px solid #2dad25;
}
.moduletable.catalog_nav .nav.menu > li.active > a {
  border: 1px solid #2dad25;
}
.moduletable.catalog_nav .nav.menu > li.active > a:before {
  border: 1px solid #2dad25;
}
.moduletable.catalog_nav li.parent {
  /*&:before{
				content:"";
				position:absolute;
				z-index:2;
				right:10px;
				top:50%;
				margin-top:-9px;
				width:18px;
				height:18px;
				background:url(../images/arrow.png) 50% 50% no-repeat;
				border:1px solid #ccc;
				.border-radius(50%);
				.transition(all .3s);
			}*/
}
.moduletable.catalog_nav li.parent > a .show_more {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: url(../images/arrow.png) 50% 50% no-repeat;
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.moduletable.catalog_nav li.parent.active > a .show_more {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.moduletable.catalog_nav li.parent.active > a:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.moduletable.catalog_nav li + li {
  margin-top: 10px;
}
.moduletable.catalog_nav a {
  display: block;
  padding: 10px;
  color: #000;
}
.moduletable.catalog_nav .current > a {
  color: #2dad25;
}
.moduletable.catalog_nav img {
  display: none;
}
.moduletable.catalog_nav .nav-child {
  padding: 15px 10px 5px 10px;
  text-transform: none;
}
.moduletable.catalog_nav .nav-child a {
  padding: 0px 0px 0px 30px;
  position: relative;
}
.moduletable.catalog_nav .nav-child a:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: url(../images/arrow.png) 50% 50% no-repeat;
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.accordion_menu .nav-child {
  display: none;
}
.accordion_menu .active .nav-child {
  display: block;
}
.page-header h1,
.page-header h2 {
  margin: 0 0 20px 0;
  padding: 10px 0px 7px 0px;
  border-bottom: 3px solid #2dad25;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2;
}
.footerbottom {
  padding: 10px 0;
  border-top: 1px solid #2dad25;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  color: #898989;
}
.moduletable.catalog_fp .nav.menu {
  display: block;
}
.moduletable.catalog_fp .nav.menu > li > a >  .image-title {
  display: block;
  margin: 0 0 10px 0;
  padding: 10px 0;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}
.moduletable.catalog_fp .nav.menu > li > a {
  color: #000;
}
.moduletable.catalog_fp li {
  display: block;
}
.moduletable.catalog_fp a {
  display: block;
  position: relative;
}
.moduletable.catalog_fp img {
  display: none;
}
.moduletable.catalog_fp .nav-child {
  *zoom: 1;
}
.moduletable.catalog_fp .nav-child:before,
.moduletable.catalog_fp .nav-child:after {
  display: table;
  content: "";
  line-height: 0;
}
.moduletable.catalog_fp .nav-child:after {
  clear: both;
}
.moduletable.catalog_fp .nav-child img {
  display: block;
  width: 100%;
}
.moduletable.catalog_fp .nav-child li {
  width: 253px;
  float: left;
  margin: 0 0 15px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.moduletable.catalog_fp .nav-child li + li {
  margin-left: 20px;
}
.moduletable.catalog_fp .nav-child li:nth-child(3n+1) {
  margin-left: 0;
}
.moduletable.catalog_fp .nav-child a {
  display: block;
}
.moduletable.catalog_fp .nav-child .image-title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 5px;
  background: #2dad25;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.moduletable.statistic_block {
  background: url(../images/banner.png) 50% 50% no-repeat;
  background-size: cover;
  padding: 70px 0px;
  position: relative;
}
.moduletable.statistic_block:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.83);
}
.moduletable.statistic_block .custom {
  position: relative;
  z-index: 2;
}
.moduletable.statistic_block h3 {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  margin: 0 0 30px;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 700;
}
.moduletable.statistic_block .rowblcok .colblock {
  display: inline-block;
  width: 24.7%;
}
.moduletable.statistic_block .rowblcok .colblock > span {
  color: #FFFFFF;
}
.moduletable.statistic_block .rowblcok .colblock .numberformat {
  display: block;
  text-align: center;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}
.moduletable.statistic_block .rowblcok .colblock .separator {
  border-top: 2px solid #FFFFFF;
  display: block;
  width: 30%;
  margin: 25px auto;
}
.moduletable.statistic_block .rowblcok .colblock .textformat {
  display: block;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.moduletable.montazh_wrap {
  margin: 60px 0;
}
.moduletable.montazh_wrap h3 {
  color: #202020;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  margin: 0 0 30px;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 700;
}
.moduletable.montazh_wrap .rowtitle {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  color: #999999;
}
.moduletable.montazh_wrap .rowblock {
  margin-bottom: 30px;
}
.moduletable.montazh_wrap .rowblock .colblock {
  vertical-align: top;
  display: inline-block;
  width: 49%;
  position: relative;
  padding-left: 90px;
}
.moduletable.montazh_wrap .rowblock .colblock:before {
  content: "";
  display: block;
  height: 64px;
  left: 15px;
  position: absolute;
  top: 15%;
  width: 64px;
  background: url('/templates/sp/images/icon_repair.png') no-repeat;
}
.moduletable.montazh_wrap .rowblock .colblock .colttile {
  display: block;
  font-size: 20px;
  color: #2dad25;
}
.moduletable.montazh_wrap .rowblock .colblock .coltext {
  display: block;
  font-size: 13px;
}
.footer {
  background: #2dad25;
  color: #fff;
}
.footer .footerbottom {
  background: #009100;
  color: #fff;
}
.footer .footertop {
  padding: 30px 0;
}
.footer a {
  color: #fff;
}
.footertop {
  display: table;
  font-size: 13px;
  line-height: 1.8;
}
.footertop .moduletable {
  display: table-cell;
  vertical-align: top;
  padding: 0 10px 0 0;
  width: 25%;
}
.footertop .moduletable > h3 {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  margin: 0 0 15px 0;
  font-weight: 400;
}
.footertop p {
  margin: 0;
}
.footertop li {
  display: block;
}
.moduletable.catalogfooter img {
  display: none;
}
.moduletable.usefulfooter .item-101 {
  display: none;
}
.moduletable.callback fieldset.formFieldset legend,
.moduletable.callback .formRed,
.moduletable.callback .formError {
  display: none;
}
.moduletable.callback fieldset.formFieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.moduletable.callback .rsform-block {
  margin: 0;
  padding: 0;
}
.moduletable.callback div.formBody {
  float: none;
}
.moduletable.callback .formCaption2 {
  display: none;
}
.moduletable.callback .rsform-input-box,
.moduletable.callback .rsform-text-box {
  display: block;
  width: 100%;
  resize: none;
  font-size: 15px;
  line-height: 30px;
  min-height: 30px;
  padding: 0 10px;
  outline: none;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.moduletable.callback .rsform-input-box.rsform-error,
.moduletable.callback .rsform-text-box.rsform-error {
  border: 2px dashed #CF4D4D;
}
.moduletable.callback .rsform-input-box::-webkit-input-placeholder,
.moduletable.callback .rsform-text-box::-webkit-input-placeholder {
  color: #fff;
}
.moduletable.callback .rsform-input-box::-moz-placeholder,
.moduletable.callback .rsform-text-box::-moz-placeholder {
  color: #fff;
}
.moduletable.callback .rsform-input-box:-moz-placeholder,
.moduletable.callback .rsform-text-box:-moz-placeholder {
  color: #fff;
}
.moduletable.callback .rsform-input-box:-ms-input-placeholder,
.moduletable.callback .rsform-text-box:-ms-input-placeholder {
  color: #fff;
}
.moduletable.callback .rsform-text-box {
  line-height: 20px;
  padding: 5px 10px;
}
.moduletable.callback .rsform-block.rsform-block-rsname {
  width: 48%;
  float: left;
  clear: none;
  margin: 0 0 15px 0;
}
.moduletable.callback .rsform-block.rsform-block-rsphone {
  width: 48%;
  float: right;
  clear: none;
  margin: 0 0 15px 0;
}
.moduletable.callback .rsform-block.rsform-block-rstext {
  margin: 0 0 15px 0;
}
.moduletable.callback .rsform-submit-button {
  float: right;
  display: block;
  text-align: center;
  min-width: 127px;
  line-height: 30px;
  min-height: 30px;
  background: #fff;
  color: #2dad25;
  border: none;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 15px;
  font-weight: 700;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.moduletable.callback .rsform-submit-button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.download {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}
.download:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 21px;
  height: 16px;
  background: url(../images/download.png) 50% 50% no-repeat;
}
.body-overlayed {
  overflow-y: visible !important;
}
#jquery-lightbox,
#jquery-lightbox * {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
img {
  max-width: 100%;
  width: auto \9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
li {
  margin: 0;
  padding: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
img.left {
  margin: 0 20px 20px 0;
}
img.right {
  margin: 0 0 20px 20px;
}
img.center {
  display: block;
  margin: 0 auto 20px auto;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.hidden {
  display: none !important;
}
.lighthidden {
  display: none;
}
.item-page ul {
  margin-bottom: 20px;
  padding: 0;
}
.item-page ul li {
  list-style-type: disc;
  margin-left: 30px;
}
.item-page ul li ul {
  margin-bottom: 0;
}
.item-page ul li ul li {
  list-style-type: circle;
}
.item-page ul li ul li li {
  list-style-type: square;
}
.item-page ol {
  margin-bottom: 20px;
  padding: 0;
}
.item-page ol li {
  list-style-type: decimal;
  margin-left: 30px;
}
.item-page ol li ol {
  margin-bottom: 0;
}
p + h1,
p +h2,
p +h3,
ol + h1,
ol +h2,
ol +h3,
ul + h1,
ul +h2,
ul +h3 {
  margin-top: 30px;
}
.shownext {
  text-decoration: underline;
  cursor: pointer;
}
.shownext.opened {
  cursor: default;
}
.tooltip {
  display: none !important;
}
.supwrap {
  *zoom: 1;
  width: ;
  margin: 0 auto;
}
.supwrap:before,
.supwrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.supwrap:after {
  clear: both;
}
#system-message > div {
  width: 400px;
  position: fixed;
  left: 50%;
  top: 30%;
  margin-left: -200px;
  z-index: 999;
  background: white;
  padding: 45px;
  border: 3px solid #2dad25;
  text-align: center;
}
#system-message > div .close {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: -13px;
  top: -13px;
  font-size: 20px;
  line-height: 20px;
  width: 26px;
  border: 3px solid #2dad25;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  background: #fff;
}
#system-message > div h4 {
  margin-top: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
#system-message > div p {
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}
#system-message > div.alert-warning h4 {
  color: #ef4036;
}
#lightbox-wrap,
#lightbox-overlay,
#lightbox-wrap *,
#lightbox-overlay *,
#lightbox-wrap *:before,
#lightbox-overlay *:before,
#lightbox-wrap *:after,
#lightbox-overlay *:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: ;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  /* 1 */
  font-family: sans-serif;
  /* 2 */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  /* 1 */
  display: inline-block;
  /* 2 */
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  color: inherit;
  /* 2 */
  font: inherit;
  /* 3 */
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  /* 2 */
  -webkit-appearance: button;
  /* 3 */
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  /* 1 */
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  /* 2 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  /* 1 */
  border: 0;
  /* 2 */
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
