/*! normalize.css v3.0.0 | 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* 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.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* 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.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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.
 */
button,
select {
  text-transform: none;
}

/**
 * 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.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 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.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 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).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * 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.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.red {
  color: #cd2127;
}

.group:before, .group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  *zoom: 1;
}

.hidden {
  display: none;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

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

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

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

.fleft {
  float: left;
}

.fright {
  float: right;
}

.bold {
  font-weight: bold;
}

.italic {
  font-weight: italic;
}

.big {
  font-size: 1.25em;
}

.small {
  font-size: 0.75em;
}

.darkred, .darkred a {
  color: #800000;
}

.green, .green a {
  color: #008000;
}

.blue, .blue a {
  color: blue;
}

.black, .black a {
  color: black;
}

.star {
  color: red;
}

.error {
  color: red;
}

.topbottom p {
  margin: 0;
}

input[type=text],
input[type=password],
select,
textarea {
  height: 25px;
  line-height: 25px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px 10px;
  margin: 0px;
  border: 1px solid #b4b3b3;
  behavior: url(js/pie.htc);
  position: relative;
  width: 100%;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  outline: 0;
  color: #2e2e2e;
  -moz-box-shadow: inset 1px 2px 3px #888;
  -webkit-box-shadow: inset 1px 2px 3px #888;
  -o-box-shadow: inset 1px 2px 3px #888;
  -ms-box-shadow: inset 1px 2px 3px #888;
  box-shadow: inset 1px 2px 3px #888;
}

textarea {
  height: 100px;
  line-height: normal;
  padding: 10px;
}

.formFieldText {
  margin: 0 0 10px;
}
.formFieldText textarea {
  height: 150px;
}

input[type=checkbox], input[type=radio] {
  margin: 0 5px 0 0;
  display: inline-block;
}

input[type=submit], input[type=button], button, .button {
  height: 25px;
  line-height: 25px;
  padding: 0 20px;
  display: inline-block;
  behavior: url(js/pie.htc);
  position: relative;
  color: #fff;
  background: #1a4eb5;
  text-align: center;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
input[type=submit]:hover, input[type=button]:hover, button:hover, .button:hover {
  background: #d30a7c;
  color: #fff;
}
.searchForm {
  color: #356094;
  font-size: 16px;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0 0 25px;
}
.searchForm br {
  display: none;
}
.searchForm form {
  position: relative;
  margin: 5px 0 0;
}
.searchForm input[type=text] {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  color: #2e2e2e;
  padding-right: 100px;
}
.searchForm input[type=submit] {
  position: absolute;
  right: 0;
  z-index: 2;
  top: 0;
  left: auto;
}

table.search {
  margin: 0 0 20px;
}
table.search td {
  padding: 0 0 5px;
}
@media (max-width: 700px) {
  table.search td {
    font-size: 12px;
  }
}
table.search td.searchFoundDocs {
  font: italic 18px Georgia, "Times New Roman", Times, serif;
  color: #d30a7c;
  padding: 0 0 15px;
}
@media (max-width: 700px) {
  table.search td.searchFoundDocs {
    font-size: 17px;
    line-height: 18px;
  }
}

a {
  color: #89034f;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a:hover {
  text-decoration: none;
  color: #d30a7c;
  outline: none;
  outline: 0;
}
a:focus, a:active {
  outline: none;
  outline: 0;
}

.clear {
  clear: both;
}

.leftCol .title, .title {
  font: italic 20px Georgia, "Times New Roman", Times, serif;
  color: #11176d;
  text-align: left;
  margin: 0 0 5px;
}

h1 {
  font: italic 24px Georgia, "Times New Roman", Times, serif;
  color: #11176d;
  margin: 0 0 10px;
  text-align: left;
}
@media (max-width: 700px) {
  h1 {
    font-size: 20px;
    line-height: 21px;
  }
}

h2 {
  font: italic 18px Georgia, "Times New Roman", Times, serif;
  color: #d30a7c;
  margin: 20px 0 5px;
  text-align: left;
}
@media (max-width: 700px) {
  h2 {
    font-size: 17px;
    line-height: 18px;
  }
}

h3 {
  font: italic 20px Georgia, "Times New Roman", Times, serif;
  color: #11176d;
  margin: 20px 0 10px;
  text-align: left;
}
@media (max-width: 700px) {
  h3 {
    font-size: 16px;
    line-height: 17px;
  }
}

.content {
  padding-bottom: 25px;
}
@media (max-width: 999px) {
  .content {
    padding-bottom: 0px;
  }
}

.content p {
  line-height: 18px;
  text-align: justify;
}
.content .center {
  text-align: center;
}
.content img {
  max-width: 100%;
  height: auto;
}
.content .text h2:first-child, .content .text h3:first-child {
  margin-top: 0;
}

.map {
  height: 400px;
  overflow: hidden;
}
@media (max-width: 999px) {
  .map {
    height: 350px;
  }
}
@media (max-width: 480px) {
  .map {
    height: 200px;
  }
}

.box {
  position: relative;
  margin: 0 0 30px;
}

.leftCol .box .title {
  color: #d30a7c;
  margin: 0 0 10px;
}

.box-inner {
  border: 5px solid #143088;
  border-bottom: 30px solid #143088;
  padding: 10px 10px 20px;
  font-size: 12px;
  line-height: 18px;
}

.box-bottom {
  background: url(img/box-bottom.gif) no-repeat right bottom;
  height: 97px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.box-bottom a {
  position: absolute;
  display: block;
  left: 10px;
  bottom: 6px;
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #fff;
}

.hell .box-inner {
  border: 5px solid #4f2a8c;
  border-bottom: 30px solid #4f2a8c;
  padding: 10px 20px 5px;
  font-size: 14px;
  color: #082d76;
}
@media (max-width: 700px) {
  .hell .box-inner {
    border-bottom: none;
  }
}

.hell .box-bottom {
  background: url(hell.gif) no-repeat right bottom;
  height: 97px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
@media (max-width: 700px) {
  .hell .box-bottom {
    position: relative;
    width: auto;
    height: auto;
    left: auto;
    bottom: auto;
    background: #4f2a8c;
  }
}

.hell .box-bottom span {
  position: absolute;
  display: block;
  left: 25px;
  bottom: 6px;
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #fff;
}
@media (max-width: 700px) {
  .hell .box-bottom span {
    position: relative;
    padding: 5px 25px;
    bottom: auto;
    left: auto;
  }
}

.hell .box-inner a {
  color: #4f2a8c;
  cursor: pointer;
}

.hell {
  margin: 5px 0 20px;
  position: relative;
  display: block;
  color: #082D76;
  text-decoration: none;
}

a.hell {
  cursor: pointer;
}

.text ul {
  margin-bottom: 15px;
}

.green .box-inner {
  border: 5px solid #6bd30a;
  border-bottom: 30px solid #6bd30a;
  padding: 10px 20px 10px;
  font-size: 12px;
  color: #082d76;
}
@media (max-width: 700px) {
  .green .box-inner {
    border-bottom: none;
  }
}

.green .box-bottom {
  background: url(img/green.gif) no-repeat right bottom;
  height: 97px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
@media (max-width: 700px) {
  .green .box-bottom {
    position: relative;
    width: auto;
    height: auto;
    left: auto;
    bottom: auto;
    background: #6bd30a;
  }
}

.green .box-bottom span {
  position: absolute;
  display: block;
  left: 25px;
  bottom: 6px;
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #fff;
}
@media (max-width: 700px) {
  .green .box-bottom span {
    position: relative;
    padding: 5px 25px;
    bottom: auto;
    left: auto;
  }
}

.green {
  margin: 5px 0 20px;
}

.red .box-inner {
  border: 5px solid #d30a7c;
  border-bottom: 30px solid #d30a7c;
  padding: 10px 20px 10px;
  font-size: 13px;
  color: #082d76;
}
@media (max-width: 700px) {
  .red .box-inner {
    border-bottom: none;
  }
}

.red .box-inner table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 10px;
}

.red .box-inner table td {
  vertical-align: top;
}

.red .box-inner table td a {
  color: #89034f;
}

.red .box-inner table td b {
  display: inline-block;
  padding: 0 5px;
}

.red .box-bottom {
  background: url(img/red.gif) no-repeat right bottom;
  height: 97px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
@media (max-width: 700px) {
  .red .box-bottom {
    position: relative;
    width: auto;
    height: auto;
    left: auto;
    bottom: auto;
    background: #d30a7c;
  }
}

.red .box-bottom span {
  position: absolute;
  display: block;
  left: 25px;
  bottom: 6px;
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #fff;
}
@media (max-width: 700px) {
  .red .box-bottom span {
    position: relative;
    padding: 5px 25px;
    bottom: auto;
    left: auto;
  }
}

.red {
  margin: 15px 0 20px;
}

.tr {
  width: 100%;
  margin: 10px 0;
  display: table;
}
@media (max-width: 700px) {
  .tr {
    display: block;
    width: auto;
  }
}
.tr .td {
  vertical-align: top;
  padding: 5px;
  display: table-cell;
}
@media (max-width: 700px) {
  .tr .td {
    padding: 0;
    margin: 10px 0;
    display: block;
  }
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  color: #2e2e2e;
  font: normal 13px Arial, Helvetica, sans-serif;
  background: #fff;
  overflow-y: scroll;
}
body.body {
  background: #fff url(img/konfeti.gif) repeat-x top;
}
@media (max-width: 999px) {
  body.body {
    background: #fff;
  }
}

#outer {
  background: url(img/right-top.gif) no-repeat right top;
}
@media (max-width: 999px) {
  #outer {
    background: none;
  }
}

#td {
  font: 13px Arial, Helvetica, sans-serif;
}

.rel {
  position: relative;
}

.container {
  padding: 0px;
  max-width: 1280px;
  margin: 0 auto;
}
.container:after {
  display: block;
  position: absolute;
  content: "";
  position: relative;
  clear: both;
}

/*------------------- body -----------------------*/
#body {
  padding-top: 20px;
  overflow: hidden;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 999px) {
  #body {
    position: relative;
    padding: 65px 0 0;
  }
}

#bodyContainer {
  float: left;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 999px) {
  #bodyContainer {
    float: none;
    width: auto;
  }
}

.leftCol {
  float: left;
  margin-left: -100%;
  width: 215px;
  padding-left: 20px;
}
@media (max-width: 999px) {
  .leftCol {
    float: none;
    width: auto;
    margin: 0px 0 15px;
    padding: 0 20px;
  }
}

.centerCol {
  padding-left: 260px;
  padding-right: 20px;
}
@media (max-width: 999px) {
  .centerCol {
    padding: 0 20px;
  }
}

.clear {
  clear: both;
}

#header {
  height: 233px;
  background: url(img/mw.png) no-repeat center top;
  padding: 0px;
}
@media (max-width: 999px) {
  #header {
    position: relative;
    padding: 45px 0 0;
    background: none;
    height: auto;
    background: #fff url(img/confeti.png) repeat;
  }
}
#header .logo {
  float: left;
  padding: 4px 0 0 0px;
}
@media (max-width: 999px) {
  #header .logo {
    z-index: 2;
    position: relative;
  }
}
@media (max-width: 600px) {
  #header .logo {
    float: none;
    padding: 10px 0 0;
    text-align: center;
    color: #11176d;
    font-weight: bold;
    margin: 0 0 10px;
    position: relative;
    z-index: 2;
  }
}
#header .logo span {
  display: none;
}
@media (max-width: 600px) {
  #header .logo span {
    display: block;
  }
}
@media (max-width: 999px) {
  #header .logo img {
    width: 225px;
  }
}
@media (max-width: 600px) {
  #header .logo img {
    display: none;
  }
}
#header .logo a {
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  text-shadow: 1px 1px #fff;
  color: #11176d;
}

.fright {
  float: right;
}

.fleft {
  float: left;
}

.tel {
  float: right;
  margin-right: 25px;
  text-align: left;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  color: #121a6f;
  background: url(img/wht.png) repeat;
  padding: 5px;
  padding-top: 15px;
}
@media (max-width: 999px) {
  .tel {
    z-index: 2;
    position: relative;
  }
}
@media (max-width: 700px) {
  .tel {
    font-size: 20px;
    line-height: 20px;
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .tel {
    margin: 10px 0;
    font-size: 18px;
    line-height: 18px;
    clear: both;
    text-align: center;
    float: none;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .tel {
    font-size: 16px;
    line-height: 16px;
  }
}
.tel p {
  margin: 0;
}
@media (max-width: 600px) {
  .tel p {
    display: inline-block;
    margin: 0 5px;
  }
}
.tel span {
  font-size: 16px;
}
@media (max-width: 700px) {
  .tel span {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .tel br {
    display: none;
  }
}
.tel a {
  color: inherit;
  text-decoration: none;
}

.workTime {
  float: right;
  font-weight: bold;
  font-size: 14px;
  color: #1c50ba;
  text-transform: uppercase;
  background: url(img/wht.png) repeat;
  text-align: left;
  padding: 5px;
  padding-top: 18px;
}
@media (max-width: 999px) {
  .workTime {
    z-index: 2;
    position: relative;
  }
}
@media (max-width: 700px) {
  .workTime {
    font-size: 13px;
    padding: 18px 0 0;
  }
}
@media (max-width: 600px) {
  .workTime {
    float: none;
    padding: 0;
    margin: 10px 0;
    overflow: hidden;
    font-size: 13px;
    text-align: center;
  }
}
.workTime p {
  margin: 0 0 10px;
}
@media (max-width: 600px) {
  .workTime p {
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: top;
    color: #d30a7c;
  }
}
@media (max-width: 600px) {
  .workTime div {
    display: inline-block;
    text-align: left;
  }
}

.searchTop {
  clear: right;
  text-align: left;
  color: #d30a7c;
  font: bold 14px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  background: url(img/wht.png) repeat;
  padding: 5px;
  width: 290px;
  float: right;
  margin: 2px 60px 0 0;
}
@media (max-width: 999px) {
  .searchTop {
    display: none;
  }
}
.searchTop form {
  margin-top: 5px;
  position: relative;
}
.searchTop form input[type=text] {
  background: #FFFFFF;
  border: 1px solid #1a4eb5;
  color: #d30a7c;
  margin: 0;
  text-transform: none;
}
.searchTop form .button {
  background: url(img/lupa.png) no-repeat;
  width: 33px;
  height: 26px;
  cursor: pointer;
  border: none;
  margin: 0;
  position: absolute;
  right: -38px;
  top: 0;
  padding: 0;
}

.header-top {
  height: 182px;
  padding: 0 15px 0 20px;
  position: relative;
}
@media (max-width: 999px) {
  .header-top {
    height: auto;
    padding: 0 15px 5px;
    overflow: hidden;
    border-bottom: 25px solid #10166c;
    overflow: visible;
  }
}
@media (max-width: 999px) {
  .header-top:before {
    background: url(img/wht.png) repeat;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    content: "";
    left: 0;
    bottom: 20px;
    z-index: 0;
    opacity: 0.6;
  }
}
@media (max-width: 999px) {
  .header-top:after {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    clear: both;
  }
}

.logo-s {
  display: none;
  float: left;
  position: relative;
  padding: 0 0 0 42px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
}
@media (max-width: 999px) {
  .logo-s {
    display: block;
  }
}
.logo-s img {
  position: absolute;
  left: 0;
  top: 0;
}
.logo-s a {
  color: #fff;
  text-decoration: none;
}
.logo-s a:hover {
  color: #d30a7c;
}

.navigator {
  border-top: 1px solid #d2def5;
  background: url(img/navigator-bg.gif) repeat-x;
  height: 20px;
  padding: 0 10px;
  font: 11px/20px Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 0 0 15px;
}
@media (max-width: 999px) {
  .navigator {
    display: none;
  }
}
.navigator a {
  color: #fff;
}
.navigator span {
  display: inline-block;
  margin: 0 5px;
}

.icons {
  position: absolute;
  right: 22px;
  bottom: 4px;
  text-align: right;
  z-index: 4;
}
@media (max-width: 999px) {
  .icons {
    bottom: -18px;
  }
}
.icons a {
  background-image: url(img/icons.png);
  display: inline-block;
  height: 13px;
  cursor: pointer;
  margin: 0 0px 0 22px;
  overflow: hidden;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
}
.icons a.home {
  background-position: 0 top;
  width: 12px;
}
.icons a.icoprint {
  background-position: -37px top;
  width: 13px;
}
.icons a.sitemap {
  background-position: -50px top;
  width: 11px;
}
.icons a.icosearch {
  background-position: -12px top;
  width: 11px;
}
.icons a.contacts {
  background-position: -24px top;
  width: 12px;
}
.icons a:hover.home {
  background-position: 0 -13px;
}
.icons a:hover.icoprint {
  background-position: -37px -13px;
}
.icons a:hover.sitemap {
  background-position: -50px -13px;
}
.icons a:hover.icosearch {
  background-position: -12px -13px;
}
.icons a:hover.contacts {
  background-position: -24px -13px;
}

.paging {
  margin: 15px 0;
  text-align: center;
  font-size: 13px;
  color: #11176d;
}
@media (max-width: 999px) {
  .paging {
    color: #fff;
  }
}
.paging a, .paging b {
  display: inline-block;
  color: #11176d;
  margin: 0 12px;
  vertical-align: middle;
}
@media (max-width: 999px) {
  .paging a, .paging b {
    height: 20px;
    width: 20px;
    margin: 0 3px 5px;
    line-height: 20px;
    text-align: center;
    background: #ced8f6;
    text-decoration: none;
    vertical-align: middle;
  }
}
@media (max-width: 999px) {
  .paging a:hover, .paging b:hover {
    background: #d30a7c;
    color: #fff;
  }
}
@media (max-width: 999px) {
  .paging b {
    background: #d30a7c;
    color: #fff;
  }
}
.paging .next {
  display: inline-block;
  margin: 0 0 2px 20px;
  background: url(img/next.gif) no-repeat right center;
  padding-right: 20px;
  color: #11176d;
  vertical-align: middle;
}
@media (max-width: 999px) {
  .paging .next {
    width: 20px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -9999px;
    background: url(img/next.gif) no-repeat right center;
    height: 20px;
    margin: 0 0 5px 15px;
  }
}
.paging .next:hover {
  background: url(img/next.gif) no-repeat right center;
}
.paging span.next {
  background: url(img/next-non.gif) no-repeat right center;
  color: #adadad;
  margin: 0 0 0 20px;
}
@media (max-width: 999px) {
  .paging span.next {
    background: url(img/next-non.gif) no-repeat right center;
    margin: 0 0 0 15px;
  }
}
.paging span.next:hover {
  background: url(img/next-non.gif) no-repeat right center;
}
.paging .pred {
  display: inline-block;
  margin: 0 20px 0px 0;
  background: url(img/pred.gif) no-repeat left center;
  padding-left: 20px;
  color: #11176d;
  vertical-align: middle;
}
@media (max-width: 999px) {
  .paging .pred {
    width: 20px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -9999px;
    background: url(img/pred.gif) no-repeat left center;
    height: 20px;
    margin: 0 15px 5px 0;
  }
}
.paging .pred:hover {
  background: url(img/pred.gif) no-repeat left center;
}
.paging span.pred {
  background: url(img/pred-non.gif) no-repeat left center;
  color: #adadad;
  margin: 0 20px 0 0;
}
@media (max-width: 999px) {
  .paging span.pred {
    margin: 0 15px 5px 0;
  }
}
.paging span.pred:hover {
  background: url(img/pred-non.gif) no-repeat left center;
}

.next {
  display: inline-block;
  margin: 0 0 0px 20px;
  background: url(img/next.gif) no-repeat right center;
  padding-right: 20px;
  color: #11176d;
  vertical-align: middle;
}

span.next {
  background: url(img/next-non.gif) no-repeat right center;
  color: #adadad;
  margin: 0 0 0 20px;
}

.pred {
  display: inline-block;
  margin: 0 20px 0 0;
  background: url(img/pred.gif) no-repeat left center;
  padding-left: 20px;
  color: #11176d;
}

span.pred {
  background: url(img/pred-non.gif) no-repeat left center;
  color: #adadad;
  margin: 0 20px 0 0;
}

.socialTop {
  position: absolute;
  left: 20px;
  bottom: 2px;
  color: #fff;
  font-size: 13px;
  z-index: 4;
}
@media (max-width: 999px) {
  .socialTop {
    bottom: -20px;
  }
}
.socialTop a {
  display: inline-block;
  margin: 0px 5px 0px 10px;
  text-decoration: none;
  background-image: url(img/social.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 15px;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: middle;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
}
@media (max-width: 480px) {
  .socialTop a {
    margin: 0px 0px 0px 10px;
  }
}
.socialTop a:hover.fb {
  background-position: -34px -16px;
}
.socialTop a:hover.vk {
  background-position: -17px -16px;
}
.socialTop a:hover.inst {
  background-position: 0px -16px;
}
.socialTop a:hover.telegram {
  background-position: -44px -42px;
}
.socialTop a.fb {
  background-position: -34px 0;
}
.socialTop a.vk {
  background-position: -17px 0px;
}
.socialTop a.inst {
  background-position: 0px 0px;
}
.socialTop a.telegram {
  background-position: -44px -58px;
}

.social a {
  display: inline-block;
  position: relative;
  height: 30px;
  width: 30px;
  border: 1px solid #356094;
  border-radius: 50%;
  margin: 3px 15px 0 0;
}
@media (max-width: 999px) {
  .social a {
    border-color: #fff;
  }
}
.social a:before {
  background: url(img/social.png) no-repeat;
  display: block;
  position: absolute;
  content: "";
}
.social a.fb::before {
  background-position: -51px 0px;
  width: 11px;
  height: 19px;
  top: 6px;
  left: 11px;
}
@media (max-width: 999px) {
  .social a.fb::before {
    background-position: -95px 0px;
  }
}
.social a.vk:before {
  background-position: 0px -42px;
  width: 20px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 999px) {
  .social a.vk:before {
    background-position: 0px -78px;
  }
}
.social a.vk:hover:before {
  background-position: 0px -60px;
}
.social a.telegram:before {
  background-position: -21px -42px;
  width: 21px;
  height: 17px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 999px) {
  .social a.telegram:before {
    background-position: -21px -78px;
  }
}
.social a.telegram:hover:before {
  background-position: -21px -60px;
}
.social a.inst::before {
  background-position: -75px 0;
  width: 20px;
  height: 19px;
  top: 5px;
  left: 6px;
}
@media (max-width: 999px) {
  .social a.inst::before {
    background-position: -119px 0px;
  }
}
.social a:hover {
  border-color: #d30a7c;
}
.social a:hover.fb::before {
  background-position: -51px -20px;
}
.social a:hover.vk::before {
  background-position: 0px -60px;
}
.social a:hover.inst::before {
  background-position: -75px -20px;
}

.menu-trigger {
  position: relative;
  padding-left: 30px;
  height: 30px;
  font-size: 0.9em;
  float: right;
  margin: 0;
  cursor: pointer;
}
.menu-trigger.active:before {
  background: #d30a7c;
  box-shadow: 0 4px #1c50b9, 0 8px #d30a7c, 0 12px #1c50b9, 0 16px #d30a7c;
}

.menu-trigger:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 4px;
  background: #fff;
  box-shadow: 0 4px #1c50b9, 0 8px #fff, 0 12px #1c50b9, 0 16px #fff;
  content: "";
}

#nav_dropdown {
  display: none;
}
@media (max-width: 999px) {
  #nav_dropdown {
    display: block;
    cursor: pointer;
  }
}
@media (max-width: 999px) {
  #nav_dropdown.active {
    z-index: 5;
  }
}
#nav_dropdown.active:after {
  display: block;
  position: absolute;
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: default;
}

@media (max-width: 999px) {
  #nav_catalog {
    display: block;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 13px;
    padding: 0 0 0 20px;
    font-family: Arial, Helvetica, sans-serif;
  }
}
@media (max-width: 480px) {
  #nav_catalog {
    line-height: 12px;
    font-size: 12px;
  }
}
#nav_catalog:before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 16px;
  background: url(img/arrow.png) no-repeat;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#nav_catalog br {
  display: none;
}
@media (max-width: 480px) {
  #nav_catalog br {
    display: block;
  }
}
#nav_catalog.active:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#nav_subcatalog {
  display: none;
  position: relative;
}
@media (max-width: 999px) {
  #nav_subcatalog {
    display: block;
    cursor: pointer;
    font-size: 22px;
    color: #356094;
  }
}
#nav_subcatalog:before {
  float: left;
  margin: 0 10px 0 0;
}
#nav_subcatalog:after {
  display: block;
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: url(img/arrow.png) no-repeat;
  left: -20px;
  top: 0;
}
#nav_subcatalog.active {
  color: #fae000;
}
#nav_subcatalog.active span {
  color: #89034f;
}
#nav_subcatalog span {
  font-size: 16px;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  overflow: hidden;
  vertical-align: top;
}

.menuTop {
  background: url(img/menu-bg.gif) repeat-x;
  height: 54px;
  padding: 0 26px 0 28px;
  border-bottom: 1px solid #0e176c;
}
@media (max-width: 999px) {
  .menuTop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    background: #1c50b9;
    padding: 7px 20px 0 15px;
    z-index: 10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0 1px 2px #05093a;
    -webkit-box-shadow: 0 1px 2px #05093a;
    -o-box-shadow: 0 1px 2px #05093a;
    -ms-box-shadow: 0 1px 2px #05093a;
    box-shadow: 0 1px 2px #05093a;
  }
}
.menuTop ul {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  display: table;
  height: 54px;
  background: url(img/line.gif) no-repeat left top;
  width: 100%;
}
@media (max-width: 999px) {
  .menuTop ul {
    display: none;
  }
}
.menuTop ul.nav-active {
  display: block;
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0;
  background: #eee;
  padding: 0;
  margin: 0;
  display: block;
  height: auto;
  z-index: 6;
  -moz-box-shadow: 0 1px 2px #05093a;
  -webkit-box-shadow: 0 1px 2px #05093a;
  -o-box-shadow: 0 1px 2px #05093a;
  -ms-box-shadow: 0 1px 2px #05093a;
  box-shadow: 0 1px 2px #05093a;
}
.menuTop ul.nav-active li {
  margin: 0 20px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #6496fa;
  display: block;
  background: none;
}
.menuTop ul.nav-active li:first-child {
  border: none;
}
.menuTop ul.nav-active li a, .menuTop ul.nav-active li span {
  display: block;
  padding: 7px 0;
  text-decoration: none;
  text-align: left;
  color: #356094;
}
.menuTop ul.nav-active li:hover a, .menuTop ul.nav-active li:hover span, .menuTop ul.nav-active li.act a, .menuTop ul.nav-active li.act span {
  color: #d30a7c;
}
.menuTop ul li {
  background: url(img/line.gif) no-repeat right top;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
}
.menuTop ul li a {
  display: block;
  padding: 5px 15px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.menuTop ul li:hover a, .menuTop ul li.act a {
  text-decoration: underline;
  color: #fff;
}

.leftMenu {
  margin: 0 0 40px;
  padding: 0;
  width: 215px;
}
.leftMenu li {
  border-bottom: 1px solid #d6e4ff;
  padding: 0px;
  list-style: none;
  margin: 0;
}
.leftMenu li a, .leftMenu li span {
  background: url(img/str.gif) no-repeat 0px 14px;
  padding: 10px 10px 10px 18px;
  color: #1c50ba;
  text-decoration: none;
  font: 16px Arial, Helvetica, sans-serif;
  display: block;
}
.leftMenu li:hover a, .leftMenu li.act a {
  background: url(img/str-hover.gif) no-repeat 0px 14px;
  color: #d30a7c;
}

@media (max-width: 999px) {
  .catalogMenu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    z-index: 9;
    background: url(img/menu-bg.gif) repeat-x 0 -7px;
    -moz-box-shadow: 1px 1px 2px #05093a;
    -webkit-box-shadow: 1px 1px 2px #05093a;
    -o-box-shadow: 1px 1px 2px #05093a;
    -ms-box-shadow: 1px 1px 2px #05093a;
    box-shadow: 1px 1px 2px #05093a;
  }
}
.catalogMenu.stick {
  position: fixed;
  top: 40px;
}
.catalogMenu.stick .nav-active {
  position: fixed;
  top: 80px;
  max-height: calc(100% - 80px);
  overflow-y: auto;
}
.catalogMenu #nav_catalog {
  position: relative;
}
@media (max-width: 999px) {
  .catalogMenu #nav_catalog {
    float: left;
    margin: 7px 0 0 20px;
  }
}
.catalogMenu #nav_catalog.active:after {
  display: block;
  position: absolute;
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  cursor: default;
}
.catalogMenu form {
  display: none;
}
@media (max-width: 999px) {
  .catalogMenu form {
    display: block;
    float: right;
    margin: 8px 20px 0 0;
    position: relative;
  }
}
.catalogMenu form input[type=text] {
  border: none;
  width: 346px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 700px) {
  .catalogMenu form input[type=text] {
    width: 300px;
  }
}
@media (max-width: 600px) {
  .catalogMenu form input[type=text] {
    width: 200px;
  }
}
@media (max-width: 480px) {
  .catalogMenu form input[type=text] {
    width: 150px;
  }
}
@media (max-width: 480px) {
  .catalogMenu form input[type=text]:focus {
    width: 200px;
    z-index: 4;
  }
}
.catalogMenu form input[type=submit] {
  background: transparent url(img/search.png) no-repeat;
  padding: 0;
  margin: 0;
  width: 18px;
  height: 18px;
  position: absolute;
  display: block;
  top: 3px;
  right: 5px;
  z-index: 5;
}
@media (max-width: 999px) {
  .catalogMenu ul {
    display: none;
  }
}
.catalogMenu ul.nav-active {
  margin: 0;
  list-style: none;
  background: #fff;
  display: block;
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 5;
  -moz-box-shadow: 0 1px 2px #05093a;
  -webkit-box-shadow: 0 1px 2px #05093a;
  -o-box-shadow: 0 1px 2px #05093a;
  -ms-box-shadow: 0 1px 2px #05093a;
  box-shadow: 0 1px 2px #05093a;
}
.catalogMenu ul.nav-active li {
  border: none;
  border-top: 1px solid #d6e4ff;
  padding: 0;
  margin: 0 20px;
  background: none;
}
.catalogMenu ul.nav-active li:first-child {
  border: none;
}
.catalogMenu ul.nav-active li a, .catalogMenu ul.nav-active li span {
  padding: 7px 0 7px 16px;
  display: block;
  position: relative;
  color: #1c50ba;
  font: 14px Arial, Helvetica, sans-serif;
  background: none;
}
.catalogMenu ul.nav-active li a:before, .catalogMenu ul.nav-active li span:before {
  display: block;
  position: absolute;
  content: "";
  width: 12px;
  height: 11px;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background: url(img/str.gif) no-repeat;
}
.catalogMenu ul.nav-active li:hover a, .catalogMenu ul.nav-active li.act a {
  color: #d30a7c;
}
.catalogMenu ul.nav-active li:hover a:before, .catalogMenu ul.nav-active li.act a:before {
  background: url(img/str-hover.gif) no-repeat;
}

#catalog-main {
  position: relative;
  margin: 15px 0 10px 0;
  overflow: hidden;
}

.catalog-inner {
  text-align: center;
  position: relative;
  width: 103%;
  left: -6px;
}
@media (max-width: 480px) {
  .catalog-inner {
    left: auto;
    width: auto;
  }
}
.catalog-inner:after {
  display: block;
  position: absolute;
  content: "";
  position: relative;
  clear: both;
}
.catalog-inner a {
  display: inline-block;
  width: 170px;
  cursor: pointer;
  margin: 0 6px 12px;
}
@media (max-width: 480px) {
  .catalog-inner a {
    width: 48%;
    display: block;
    float: left;
    margin: 0 0 12px;
  }
}
@media (max-width: 480px) {
  .catalog-inner a:nth-child(2n) {
    float: right;
  }
}
.catalog-inner a img {
  display: block;
  height: auto;
}
.catalog-inner br {
  display: none;
}

/*------------------- catalog-cards ---------------*/
#catalog {
  background: #11176d url(img/catalog-right.gif) no-repeat right bottom;
  position: relative;
  display: inline-block;
  zoom: 1;
  visibility: hidden;
  width: 100%;
  overflow: hidden;
  ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px 5px;
  *padding: 20px 0px 5px;
}
@media (max-width: 700px) {
  #catalog {
    width: 100%;
    left: -20px;
    padding: 20px 20px 5px;
    position: relative;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    -ms-box-sizing: inherit;
    box-sizing: inherit;
  }
}

#catalog-inner #catalog {
  padding: 0;
}
@media (max-width: 700px) {
  #catalog-inner #catalog {
    padding: 0;
    left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#catalog .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: block;
}

#catalog {
  font-size: 0;
  text-align: left;
  display: inline-block;
  visibility: hidden;
}

span.catItem {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  min-width: 100px;
  margin: 0 15px 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 700px) {
  span.catItem {
    margin: 0 10px 15px;
  }
}

#catalog-inner #catalog span.catItem {
  margin: 0 20px 20px 0;
  min-width: 130px;
}

.catImage {
  line-height: 0;
  text-align: center;
  background: #fff;
  font-size: 0;
  overflow: hidden;
}

.catImage a {
  display: inline-block;
  vertical-align: middle;
}

.catImage img {
  border: 0;
}

.catImage i {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.catInfo {
  margin: 3px 0;
  text-align: center;
}

.catTitle {
  line-height: 20px;
  text-align: center;
  color: #fff;
}

.catDescr {
  line-height: 20px;
}

#catalog-inner {
  background: #11176d url(img/catalog-inner-bd.gif) no-repeat right bottom;
  padding: 20px;
}
@media (max-width: 700px) {
  #catalog-inner {
    width: 100%;
    left: -20px;
    position: relative;
  }
}

#catalog-inner table, #catalog-inner .table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  display: table;
}
@media (max-width: 700px) {
  #catalog-inner table, #catalog-inner .table {
    display: block;
    width: auto;
  }
}
#catalog-inner table th, #catalog-inner table .th, #catalog-inner .table th, #catalog-inner .table .th {
  background: #fff;
  padding: 10px;
  width: 48%;
  vertical-align: top;
  text-align: center;
  display: table-cell;
}
#catalog-inner table th img, #catalog-inner table .th img, #catalog-inner .table th img, #catalog-inner .table .th img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 700px) {
  #catalog-inner table th, #catalog-inner table .th, #catalog-inner .table th, #catalog-inner .table .th {
    width: auto;
    display: block;
    padding: 0px;
    margin: 0 0 10px;
  }
}
#catalog-inner table td, #catalog-inner table .td, #catalog-inner .table td, #catalog-inner .table .td {
  padding-left: 30px;
  vertical-align: top;
  color: #fff;
  font-size: 14px;
  display: table-cell;
}
@media (max-width: 700px) {
  #catalog-inner table td, #catalog-inner table .td, #catalog-inner .table td, #catalog-inner .table .td {
    width: auto;
    display: block;
    padding: 0px;
  }
}
#catalog-inner table td p, #catalog-inner table .td p, #catalog-inner .table td p, #catalog-inner .table .td p {
  text-align: left;
}

.paging-inner {
  margin: 10px 0;
  overflow: hidden;
}
.paging-inner h2 {
  font: 24px Arial, Helvetica, sans-serif;
  color: #11176d;
  margin: 0px;
  text-align: center;
  padding: 0 110px;
  font-style: normal;
}
@media (max-width: 600px) {
  .paging-inner h2 {
    padding: 0;
    clear: both;
    font-size: 20px;
    line-height: 21px;
  }
}
.paging-inner .next {
  display: inline-block;
  float: right;
}
@media (max-width: 600px) {
  .paging-inner .next {
    margin: 0 0 10px;
  }
}
.paging-inner .pred {
  display: inline-block;
  float: left;
}
@media (max-width: 600px) {
  .paging-inner .pred {
    margin: 0 0 10px;
  }
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.likes {
  text-align: right;
  overflow: hidden;
  margin: 0 0 25px;
}

.likes .text {
  float: right;
}

.likes .text a {
  font: italic 16px Georgia, "Times New Roman", Times, serif;
  color: #11176d;
  text-decoration: none;
  cursor: pointer;
}

.b-share__text {
  display: inline-block;
  margin-right: 10px;
}

.gallery {
  text-align: center;
}
.gallery .galleryItem {
  display: inline-block;
  width: 33%;
  vertical-align: middle;
  margin: 0 0 25px;
}
@media (max-width: 700px) {
  .gallery .galleryItem {
    width: 49%;
  }
}
.gallery .galleryItem a {
  display: inline-block;
  margin: 0 5px;
}
.gallery .galleryItem span {
  display: block;
  margin: 5px 0 0;
}
.gallery .galleryItem img {
  border: 10px solid #fff;
  -moz-box-shadow: 0 1px 2px #777;
  -webkit-box-shadow: 0 1px 2px #777;
  -o-box-shadow: 0 1px 2px #777;
  -ms-box-shadow: 0 1px 2px #777;
  box-shadow: 0 1px 2px #777;
  max-width: 90%;
  height: auto;
}
@media (max-width: 700px) {
  .gallery .galleryItem img {
    max-width: 80%;
    border: 6px solid #fff;
  }
}
.gallery .galleryItem:hover img {
  -moz-box-shadow: 0px 0px 5px #777;
  -webkit-box-shadow: 0px 0px 5px #777;
  -o-box-shadow: 0px 0px 5px #777;
  -ms-box-shadow: 0px 0px 5px #777;
  box-shadow: 0px 0px 5px #777;
}

#footer {
  border-top: 2px solid #4e7dda;
  background: url(img/footer.gif) repeat-x top;
  position: relative;
}
#footer .footerInner {
  background: url(img/footer-left.gif) no-repeat left 5px;
  *background: url(img/footer-left.gif) no-repeat left 3px;
  padding: 30px 0px 15px;
  font-size: 12px;
}
#footer .footerInner a {
  color: #2e2e2e;
}
@media (max-width: 999px) {
  #footer .footerInner {
    padding: 30px 0px 0px;
  }
}
#footer .footerInner p {
  margin: 0 0 12px;
}
@media (max-width: 999px) {
  #footer .footerInner p {
    margin: 0 0 8px;
  }
}
#footer .footerInner .left-foot {
  position: absolute;
  left: 20px;
  top: 0;
  width: 210px;
}
@media (max-width: 999px) {
  #footer .footerInner .left-foot {
    width: auto;
    left: auto;
    top: auto;
    position: relative;
  }
}
@media (max-width: 999px) {
  #footer .footerInner .left-foot p {
    padding: 10px 20px;
    background: #eee;
    margin: 0;
    font-size: 11px;
  }
}
@media (max-width: 999px) {
  #footer .footerInner .left-foot p br {
    display: none;
  }
}
#footer .footerInner .footer-contacts {
  overflow: hidden;
  line-height: 18px;
  padding-right: 20px;
  padding-left: 260px;
}
@media (max-width: 999px) {
  #footer .footerInner .footer-contacts {
    padding: 0 20px;
  }
}
#footer .footerInner .footer-contacts a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
#footer .footerInner .social {
  margin: 0 0 15px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  color: #356094;
  font-style: italic;
}
@media (max-width: 999px) {
  #footer .footerInner .social {
    padding: 10px 20px;
    background: #4e7dda;
    text-align: center;
    color: #fff;
    margin: 0;
  }
}
#footer .footerInner .counters a {
  margin: 0 7px 0 0;
  display: block;
  height: 31px;
  float: left;
}

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