@charset "UTF-8";
/*$img: "Images/";*/
/*! 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; }

a {
  color: #0b4e74;
  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 {
    color: #aa1c3a;
    text-decoration: none; }
  a:hover, a:focus, a:active {
    outline: none;
    outline: 0; }

h1, h2, h3, .h1, .h2, .h3 {
  font-family: "PT Serif", serif;
  color: #292f36;
  line-height: 100%;
  margin: 0.3rem 0 0.4rem 0; }

h1, .h1 {
  font-size: 26px; }

h2 {
  font-size: 24px;
  margin: 30px 0 20px;
  text-transform: uppercase; }

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

abbr {
  cursor: help; }

.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, .rel {
  position: relative; }

.absolute {
  position: absolute; }

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

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

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

.topvalign, .vtop {
  vertical-align: top; }

.middlevalign, .vmiddle {
  vertical-align: middle; }

.bottomvalign, .vbottom {
  vertical-align: bottom; }

.fleft {
  float: left; }

.fright {
  float: right; }

.bold {
  font-weight: bold; }

.big, .big a {
  font-size: 1.25em; }

.small, .small a {
  font-size: .8em; }

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

.blue, .blue a {
  color: #68a0e4; }

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

.bold, .bold a {
  font-weight: bold; }

.star, .error, .req {
  color: #aa1c3a; }

.clear {
  clear: both; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.jserror span {
  padding-left: 24px;
  background-image: url(../images/invalid.html) 3px 3px no-repeat;
  color: #aa1c3a; }

.jssuccess {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../images/valid.html) no-repeat; }

.image-left {
  float: left;
  margin: 5px 15px 5px 0; }
  .image-left img {
    max-width: 300px;
    height: auto; }

p.indent {
  text-indent: 1.25cm; }

.docBack {
  margin: 15px 0; }
  .docBack a {
    padding: 0 0 0 20px;
    display: inline-block;
    background: url(../images/arrow_left.html) no-repeat left center; }

.back {
  text-align: left;
  clear: both;
  margin: 15px 0 0; }

/* Иконки с сcылками
-----------------------------------------------------------*/
a.aqua_linkwithicon {
  margin-right: 5px;
  text-decoration: none;
  font-size: 10px; }
  a.aqua_linkwithicon div {
    display: inline-block;
    margin-right: 3px; }
  a.aqua_linkwithicon span {
    text-decoration: underline;
    color: #0b4e74; }
  a.aqua_linkwithicon:hover span {
    text-decoration: none; }

header a.aqua_linkwithicon.aqua_component_settings_init {
  top: auto;
  bottom: 0; }

div.aqua_component_wrapper .aqua_linktext,
div.aqua_widget_wrapper .aqua_linktext {
  color: #fff;
  padding: 0 10px 0 4px;
  line-height: 16px; }

.aqua_widget_block {
  padding: 1px; }

.docEdit .aqua_linkwithicon .aqua_linktext {
  color: #0b4e74; }

.aqua_active_widget {
  padding: 0px;
  border: 1px solid grey; }

a.docAdd {
  z-index: 5;
  padding: 5px;
  background: url(img/wht50.html) repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  background: #ccc;
  opacity: .8;
  text-decoration: none;
  width: 100%;
  margin-top: -7px; }
  a.docAdd div, a.docAdd span {
    display: inline-block;
    vertical-align: middle; }
  a.docAdd .aqua_linktext {
    font-size: 14px; }
  a.docAdd:hover {
    opacity: 1; }

/*Админское меню*/
ul.adminmenu {
  margin: 0 auto !important;
  width: 800px; }

/*Список изображений*/
.aqua_localimages_edit .aqua_localimage_item {
  padding: 4px 0;
  border-top: 1px solid #ccc; }
  .aqua_localimages_edit .aqua_localimage_item::after {
    content: "";
    display: table;
    clear: both; }
  .aqua_localimages_edit .aqua_localimage_item img {
    float: left;
    margin-right: 5px; }
  .aqua_localimages_edit .aqua_localimage_item .aqua_localimage_data input[type=radio], .aqua_localimages_edit .aqua_localimage_item .aqua_localimage_data input [type=checkbox] {
    margin: 2px;
    padding: 0;
    height: auto;
    top: auto;
    width: 14px; }
  .aqua_localimages_edit .aqua_localimage_item .aqua_localimage_data input[type=text], .aqua_localimages_edit .aqua_localimage_item .aqua_localimage_data textarea {
    width: 400px; }
  .aqua_localimages_edit .aqua_localimage_item .aqua_localimage_data textarea {
    height: 4.5em; }

.aqua_localfiles_edit a {
  margin-right: 6px; }

/*Загрузчик файлов и изображений*/
.aqua_uploaded_img {
  position: relative;
  width: 100px;
  height: 100px;
  float: left; }

.aqua_uploaded_doc a {
  line-height: 24px; }

.aqua_uploaded_doc a img {
  margin: -4px 4px; }

.aqua_uploaded_img .aqua_uploaded_del {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  padding: 5px;
  border: 1px solid red;
  display: none; }

/*KO Simple Binding*/
.editor-field table {
  margin: 0 !important;
  width: auto !important; }
  .editor-field table td {
    background: none !important;
    padding: 2px !important; }

/*$img: "Images/";*/
body {
  overflow-y: scroll;
  background: #fff;
  color: #565656;
  font: normal 16px "PT Serif", serif; }
  @media (max-width: 1180px) {
    body {
      font: normal 14px "PT Serif", serif; } }

#outer {
  overflow: hidden; }

.container {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 1180px) {
    .container {
      max-width: 1000px; } }
  .container:after {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    clear: both; }

#body {
  position: relative; }
  #body:after {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    clear: both; }

h1, .h2, .about h1, .advantages h2 {
    font-size: 36px;
    line-height: 36px;
    padding: 0 0 0 48px;
    color: #292f36;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "PT Serif", serif;
    position: relative;
    margin: 0 0 40px;
		display:block;
}
.leftCol {
  float: left;
  width: 35%;
  max-width: 360px;
  margin-bottom: 30px; }
  @media (max-width: 1180px) {
    .leftCol {
      max-width: 300px;
      margin-bottom: 15px; } }
  @media (max-width: 1000px) {
    .leftCol {
      width: auto;
      max-width: inherit;
      float: none;
      position: relative; } }

.leftCol + .content {
  float: right;
  /*width:66.5%;*/
  width: 755px; }
  @media (max-width: 1180px) {
    .leftCol + .content {
      width: 66.5%; } }
  @media (max-width: 1000px) {
    .leftCol + .content {
      width: auto;
      float: none; } }

.content {
  margin: 0 0 20px; }
  .content:after {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    clear: both; }

.redColor .image:before {
  background: #aa1c3a; }
.redColor .image .title:after {
  background: #aa1c3a; }

.yellowColor .image:before {
  background: #ffcc33; }
.yellowColor .image .title:after {
  background: #ffcc33; }

.orangeColor .image:before {
  background: #cd6835; }
.orangeColor .image .title:after {
  background: #cd6835; }

.greenColor .image:before {
  background: #006600; }
.greenColor .image .title:after {
  background: #006600; }

.greyColor .image:before {
  background: #8f9aa1; }
.greyColor .image .title:after {
  background: #8f9aa1; }

.blueColor .image:before {
  background: #004580; }
.blueColor .image .title:after {
  background: #004580; }

.pinkColor .image:before {
  background: #db5756; }
.pinkColor .image .title:after {
  background: #db5756; }

.alColor .image:before {
  background: #d42b28; }
.alColor .image .title:after {
  background: #d42b28; }

.purpleColor .image:before {
  background: #740e50; }
.purpleColor .image .title:after {
  background: #740e50; }

/*$img: "Images/";*/
.stickTop .top:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-box-shadow: 0 1px 2px #888;
  -webkit-box-shadow: 0 1px 2px #888;
  -o-box-shadow: 0 1px 2px #888;
  -ms-box-shadow: 0 1px 2px #888;
  box-shadow: 0 1px 2px #888; }

.inner header {
  height: 86px;
  margin: 0 0 30px; }
  @media (max-width: 1180px) {
    .inner header {
      height: 65px;
      margin: 0 0 20px; } }
  @media (max-width: 1000px) {
    .inner header {
      height: 46px;
      margin: 0; } }

.admin .top {
  top: 30px; }
.admin header {
  margin: 0 0 60px; }

.top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20; }
  @media (max-width: 1000px) {
    .top {
      -moz-box-shadow: 0 2px 3px #888;
      -webkit-box-shadow: 0 2px 3px #888;
      -o-box-shadow: 0 2px 3px #888;
      -ms-box-shadow: 0 2px 3px #888;
      box-shadow: 0 2px 3px #888; } }
  .top:before {
    display: block;
    position: absolute;
    content: "";
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: #d9ecf3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    -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; }
    @media (max-width: 1000px) {
      .top:before {
        opacity: 1;
        filter: alpha(opacity=100); } }
  .top:hover {
    /*&:before {
    	@include opacity(.9);
    	@include breakpoint(tablet-portrait) {
    		@include opacity(1);
    	}
    }*/ }
  .top .container {
    padding: 17px 20px; }
    @media (max-width: 1180px) {
      .top .container {
        padding: 12px 20px; } }
    @media (max-width: 1000px) {
      .top .container {
        padding: 8px 20px; } }
    @media (max-width: 400px) {
      .top .container {
        padding: 8px 10px; } }
  .top .logo {
    float: left; }
    @media (max-width: 1180px) {
      .top .logo {
        width: 230px; } }
    @media (max-width: 1000px) {
      .top .logo {
        width: 150px; } }
    @media (max-width: 400px) {
      .top .logo {
        width: 115px;
        padding: 5px 0 0; } }
    .top .logo img {
      display: block;
      max-width: 100%;
      height: auto; }
  .top .lang {
    float: right;
    color: #fff;
    font-size: 12px;
    margin-right: -6px;
    padding-top: 15px; }
    @media (max-width: 1180px) {
      .top .lang {
        padding-top: 11px; } }
    @media (max-width: 1000px) {
      .top .lang {
        position: absolute;
        right: 14px;
        top: 2px; } }
    @media (max-width: 400px) {
      .top .lang {
        top: 3px;
        font-size: 13px; } }
    .top .lang a {
      display: inline-block;
      margin: 0 6px 0 8px;
      text-transform: uppercase;
      text-decoration: none;
      position: relative; }
      .top .lang a:before {
        display: block;
        position: absolute;
        content: "";
        content: "|";
        color: #fff !important;
        left: -8px;
        top: -1px;
        font-size: 12px; }
        @media (max-width: 480px) {
          .top .lang a:before {
            font-size: 11px;
            top: 1px; } }
      .top .lang a:first-child {
        margin-left: 6px; }
        .top .lang a:first-child:before {
          display: none; }

/*$img: "Images/";*/
footer.container {
  padding: 25px 20px 20px; }
footer .copyright {
  float: left;
  color: #3a5265;
  text-transform: uppercase; }
  @media (max-width: 1000px) {
    footer .copyright {
      float: none; } }
  @media (max-width: 1000px) {
    footer .copyright {
      position: relative;
      padding: 0 0 0 30px;
      font-size: 12px; } }
  footer .copyright .copy {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    background: #aa1c3a;
    color: #fff;
    font-size: 24px;
    line-height: 100%;
    font-weight: bold;
    padding: 0 3px 2px; }
    @media (max-width: 1000px) {
      footer .copyright .copy {
        position: absolute;
        left: 0;
        top: -1px; } }
  footer .copyright em {
    display: inline-block;
    font-style: normal;
    padding: 0 5px; }
  footer .copyright p {
    margin: 0; }

/*$img: "Images/";*/
.ico {
  display: block;
  height: 48px;
  text-align: center;
  margin: 0 0 15px; }
  .ico:before {
    content: "";
    position: relative;
    display: inline-block;
    background: url(../images/service-icons.png) no-repeat; }
  .ico.ico01::before {
    background-position: 0 0;
    width: 46px;
    height: 46px; }
  .ico.ico02::before {
    background-position: -47px 0;
    width: 46px;
    height: 46px;
    margin: 2px 0 0; }
  .ico.ico03::before {
    background-position: -94px 0;
    width: 47px;
    height: 47px; }
  .ico.ico04::before {
    background-position: -142px 0;
    width: 41px;
    height: 50px; }
  .ico.ico05::before {
    background-position: -185px 0;
    width: 50px;
    height: 46px;
    margin: 1px 0 0; }
  .ico.ico06::before {
    background-position: 0px -102px;
    width: 48px;
    height: 48px; }
  .ico.ico07::before {
    background-position: -49px -102px;
    width: 46px;
    height: 46px;
    margin: 1px 0 0; }
  .ico.ico08::before {
    background-position: -96px -102px;
    width: 50px;
    height: 39px;
    margin: 5px 0 0; }
  .ico.ico09::before {
    background-position: -147px -102px;
    width: 48px;
    height: 41px;
    margin: 3px 0 0; }
  .ico.ico10::before {
    background-position: -196px -102px;
    width: 50px;
    height: 48px; }

.navigator {
  margin: 30px 0;
  font-size: 11px;
  line-height: 1.4em;
  color: #999;
  text-transform: uppercase; }
  @media (max-width: 1180px) {
    .navigator {
      margin: 15px 0; } }
  @media (max-width: 1000px) {
    .navigator {
      display: none; } }
  .navigator a {
    color: #999;
    display: inline-block;
    position: relative;
    margin: 0 26px 0 0; }
    .navigator a:after {
      display: block;
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      background: #d9ecf3;
      top: 1px;
      left: 100%;
      margin-left: 8px; }
    .navigator a:hover {
      color: #aa1c3a; }

.login {
  position: relative;
  z-index: 2; }
  .login a {
    font-weight: bold;
    color: #3a5265;
    text-transform: uppercase;
    line-height: 100%;
    text-decoration: none;
    position: relative; }
    .login a:before {
      display: block;
      position: absolute;
      content: "";
      background-image: url(../images/icons.png);
      background-repeat: no-repeat;
      left: -24px;
      bottom: 4px;
      width: 19px;
      height: 24px;
      background-position: -46px 0;
      margin: 0 5px 0 0; }
    .login a:hover {
      color: #aa1c3a; }
      .login a:hover:before {
        background-position: -46px -25px; }

.stickTop #toTop {
  display: block; }

#toTop {
  float: right;
  cursor: pointer;
  color: #d9ecf3;
  font-size: 18px;
  font-weight: bold;
  top: 24px;
  right: 20px;
  z-index: 2;
  position: absolute;
  padding: 2px 42px 0 0;
  display: none;
  text-transform: uppercase; }
  @media (max-width: 1000px) {
    #toTop {
      position: relative;
      float: none;
      margin: 15px auto 0;
      font-size: 20px;
      width: 139px;
      right: auto;
      top: auto; } }
  #toTop:after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #d9ecf3; }
  #toTop:before {
    display: block;
    position: absolute;
    content: "";
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    top: 5px;
    right: 5px;
    background-position: -64px 0;
    z-index: 2; }
  #toTop:hover {
    color: #68a0e4; }
    #toTop:hover:after {
      background: #68a0e4; }

#nav_dropdown {
  position: relative;
  padding-left: 30px;
  height: 30px;
  display: none;
  float: left;
  font-size: 14px;
  color: #292f36;
  cursor: pointer;
  text-transform: uppercase; }
  @media (max-width: 1000px) {
    #nav_dropdown {
      display: block; } }
  @media (max-width: 400px) {
    #nav_dropdown {
      margin-top: 1px; } }
  #nav_dropdown span {
    height: 30px;
    line-height: 29px; }
  #nav_dropdown:before {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 20px;
    height: 2px;
    background: #292f36;
    box-shadow: 0 4px #d9ecf3, 0 8px #292f36, 0 12px #d9ecf3, 0 16px #292f36; }
  #nav_dropdown.active {
    color: #aa1c3a; }
    @media (max-width: 1000px) {
      #nav_dropdown.active {
        z-index: 5; } }
    #nav_dropdown.active:before {
      background: #aa1c3a;
      box-shadow: 0 4px #d9ecf3, 0 8px #aa1c3a, 0 12px #d9ecf3, 0 16px #aa1c3a; }
    #nav_dropdown.active:after {
      display: block;
      position: absolute;
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

@media (max-width: 1000px) {
  #nav_section {
    display: block;
    cursor: pointer;
    color: #292f36;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 14px;
    padding: 0 0 0 20px;
    font-family: "PT Serif", serif; } }
@media (max-width: 480px) {
  #nav_section {
    font-size: 11px;
    padding: 0 0 0 18px; } }
#nav_section:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 16px;
  background: url(../images/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_section br {
  display: none; }
  @media (max-width: 480px) {
    #nav_section br {
      display: block; } }
#nav_section.active:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*$img: "Images/";*/
.menuTop {
  float: right;
  margin: 0 5px 0 0; }
  @media (max-width: 1000px) {
    .menuTop {
      float: left;
      margin: 0 0 0 20px; } }
  @media (max-width: 400px) {
    .menuTop {
      margin: 0 0 0 12px; } }
  .menuTop ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 1000px) {
      .menuTop ul {
        display: none; } }
    @media (max-width: 1000px) {
      .menuTop ul.nav-active {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin-top: -1px;
        background: #e9f6fa;
        padding: 5px 10px;
        z-index: 5;
        -moz-box-shadow: 0 2px 3px #888;
        -webkit-box-shadow: 0 2px 3px #888;
        -o-box-shadow: 0 2px 3px #888;
        -ms-box-shadow: 0 2px 3px #888;
        box-shadow: 0 2px 3px #888; } }
    .menuTop ul.nav-active li {
      float: none;
      margin: 0;
      padding: 0; }
      .menuTop ul.nav-active li a {
        display: block;
        padding: 8px 10px;
        text-align: left;
        height: auto;
        line-height: normal; }
      .menuTop ul.nav-active li:last-child ul {
        display: none; }
      .menuTop ul.nav-active li ul {
        display: block;
        padding: 5px 10px 5px 30px; }
        .menuTop ul.nav-active li ul li {
          margin: 0 0 5px; }
          .menuTop ul.nav-active li ul li a {
            padding: 0;
            text-transform: none;
            position: relative; }
            .menuTop ul.nav-active li ul li a:before {
              display: block;
              position: absolute;
              content: "";
              background: #aa1c3a;
              width: 7px;
              height: 7px;
              left: -14px;
              top: 7px; }
      .menuTop ul.nav-active li:hover li a {
        background: none; }
    .menuTop ul li {
      float: left;
      margin: 0 15px 0 0; }
      @media (max-width: 1180px) {
        .menuTop ul li {
          margin: 0 10px 0 0; } }
      .menuTop ul li a, .menuTop ul li span {
        height: 46px;
        line-height: 46px;
        padding: 0 30px;
        font-weight: bold;
        text-decoration: none;
        display: block;
        text-transform: uppercase; }
        @media (max-width: 1180px) {
          .menuTop ul li a, .menuTop ul li span {
            height: 40px;
            line-height: 40px;
            padding: 0 20px; } }
      .menuTop ul li:hover a, .menuTop ul li:hover span {
        background: #fff; }
      .menuTop ul li ul {
        display: none; }

.menuLeft {
  position: fixed;
  width: 360px; }
  .menuLeft.stopScroll {
    position: absolute; }
  @media (max-width: 1180px) {
    .menuLeft {
      max-width: 300px; } }
  @media (max-width: 1000px) {
    .menuLeft {
      display: none; } }
  .menuLeft ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .menuLeft ul li {
      margin: 0 0 7px;
      padding: 0;
      position: relative; }
      .menuLeft ul li a {
        display: table-cell;
        height: 50px;
        width: 360px;
        position: relative;
        vertical-align: middle;
        padding: 0 10px 0 18px;
        font-size: 18px;
        line-height: 105%;
        color: #313131;
        text-decoration: none;
        background: #ecf5f9;
        overflow: hidden; }
        @media (max-width: 1180px) {
          .menuLeft ul li a {
            width: 300px;
            /*font-size: 20px;
            height: 50px;*/
            height: 45px;
            font-size: 16px; } }
        .menuLeft ul li a:after {
          display: block;
          position: absolute;
          content: "";
          width: 100%;
          margin-right: -10px;
          right: 100%;
          top: 0;
          /*bottom:0;*/
          height: 60px;
          -webkit-transition: all 0.6s ease;
          -moz-transition: all 0.6s ease;
          -o-transition: all 0.6s ease;
          -ms-transition: all 0.6s ease;
          transition: all 0.6s ease;
          background: #e1e6ea; }
        .menuLeft ul li a:before {
          display: block;
          position: absolute;
          content: "";
          width: 10px;
          left: 0;
          margin-left: -10px;
          top: 0;
          /*bottom:0;*/
          height: 60px;
          z-index: 2;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          transition: all 0.4s ease;
          background: #e1e6ea; }
        .menuLeft ul li a span {
          display: block;
          position: relative;
          z-index: 2; }
      .menuLeft ul li ul {
        display: none; }
      .menuLeft ul li.menu2 a::after {
        background: #aa1c3a; }
      .menuLeft ul li.menu3 a::after {
        background: #ffcc33; }
      .menuLeft ul li.menu5 a::after {
        background: #bf9633; }
      .menuLeft ul li.menu4 a::after {
        background: #006600; }
      .menuLeft ul li.menu6 a::after {
        background: #740e50; }
      .menuLeft ul li.menu1 a::after {
        background: #d42b28; }
      .menuLeft ul li.menu7 a::after {
        background: #004580; }
      .menuLeft ul li.menu8 a::after {
        background: #DA5B2A; }
      .menuLeft ul li.act ul {
        display: block; }
      .menuLeft ul li.act a, .menuLeft ul li:hover a {
        color: #fff;
        /*background:$color_red;*/ }
        .menuLeft ul li.act a:before, .menuLeft ul li:hover a:before {
          background: #bf2042;
          margin: 0; }
        .menuLeft ul li.act a:after, .menuLeft ul li:hover a:after {
          margin: 0;
          right: 0; }
      .menuLeft ul li.act ul, .menuLeft ul li:hover ul {
        margin: 0 0 12px 18px;
        padding: 0; }
        .menuLeft ul li.act ul li, .menuLeft ul li:hover ul li {
          margin: 10px 0;
          padding: 0;
          display: block; }
          .menuLeft ul li.act ul li a, .menuLeft ul li:hover ul li a {
            padding: 0 0 0 23px;
            display: block;
            position: relative;
            color: #474747;
            font-size: 16px;
            line-height: 105%;
            text-decoration: none;
            background: none !important;
            height: auto;
            width: auto;
            text-shadow: none !important;
            overflow: visible; }
            @media (max-width: 1180px) {
              .menuLeft ul li.act ul li a, .menuLeft ul li:hover ul li a {
                font-size: 15px; } }
            .menuLeft ul li.act ul li a:after, .menuLeft ul li:hover ul li a:after {
              display: none; }
            .menuLeft ul li.act ul li a:before, .menuLeft ul li:hover ul li a:before {
              display: block;
              position: absolute;
              content: "";
              left: 0;
              top: 4px;
              width: 10px;
              height: 10px;
              background: #e1e6ea; }
          .menuLeft ul li.act ul li.act > a, .menuLeft ul li.act ul li:hover > a, .menuLeft ul li:hover ul li.act > a, .menuLeft ul li:hover ul li:hover > a {
            color: #aa1c3a; }
            .menuLeft ul li.act ul li.act > a:before, .menuLeft ul li.act ul li:hover > a:before, .menuLeft ul li:hover ul li.act > a:before, .menuLeft ul li:hover ul li:hover > a:before {
              background: #aa1c3a; }
      .menuLeft ul li.act.menu2 a, .menuLeft ul li:hover.menu2 a {
        /*background:$color_red;*/
        text-shadow: 1px 1px #810e26; }
        .menuLeft ul li.act.menu2 a:before, .menuLeft ul li:hover.menu2 a:before {
          background: #bf2042; }
      .menuLeft ul li.act.menu2.act ul li a:before, .menuLeft ul li.act.menu2:hover ul li a:before, .menuLeft ul li:hover.menu2.act ul li a:before, .menuLeft ul li:hover.menu2:hover ul li a:before {
        background: #e1e6ea; }
      .menuLeft ul li.act.menu2.act ul li.act > a, .menuLeft ul li.act.menu2.act ul li:hover > a, .menuLeft ul li.act.menu2:hover ul li.act > a, .menuLeft ul li.act.menu2:hover ul li:hover > a, .menuLeft ul li:hover.menu2.act ul li.act > a, .menuLeft ul li:hover.menu2.act ul li:hover > a, .menuLeft ul li:hover.menu2:hover ul li.act > a, .menuLeft ul li:hover.menu2:hover ul li:hover > a {
        color: #aa1c3a; }
        .menuLeft ul li.act.menu2.act ul li.act > a:before, .menuLeft ul li.act.menu2.act ul li:hover > a:before, .menuLeft ul li.act.menu2:hover ul li.act > a:before, .menuLeft ul li.act.menu2:hover ul li:hover > a:before, .menuLeft ul li:hover.menu2.act ul li.act > a:before, .menuLeft ul li:hover.menu2.act ul li:hover > a:before, .menuLeft ul li:hover.menu2:hover ul li.act > a:before, .menuLeft ul li:hover.menu2:hover ul li:hover > a:before {
          background: #aa1c3a; }
      .menuLeft ul li.act.menu3 a, .menuLeft ul li:hover.menu3 a {
        text-shadow: 1px 1px #cd8200;
        /*	background:$color_yellow;*/ }
        .menuLeft ul li.act.menu3 a:before, .menuLeft ul li:hover.menu3 a:before {
          background: #ffdd76; }
      .menuLeft ul li.act.menu3.act ul li a:before, .menuLeft ul li.act.menu3:hover ul li a:before, .menuLeft ul li:hover.menu3.act ul li a:before, .menuLeft ul li:hover.menu3:hover ul li a:before {
        background: #e1e6ea; }
      .menuLeft ul li.act.menu3.act ul li.act > a, .menuLeft ul li.act.menu3.act ul li:hover > a, .menuLeft ul li.act.menu3:hover ul li.act > a, .menuLeft ul li.act.menu3:hover ul li:hover > a, .menuLeft ul li:hover.menu3.act ul li.act > a, .menuLeft ul li:hover.menu3.act ul li:hover > a, .menuLeft ul li:hover.menu3:hover ul li.act > a, .menuLeft ul li:hover.menu3:hover ul li:hover > a {
        color: #ffcc33; }
        .menuLeft ul li.act.menu3.act ul li.act > a:before, .menuLeft ul li.act.menu3.act ul li:hover > a:before, .menuLeft ul li.act.menu3:hover ul li.act > a:before, .menuLeft ul li.act.menu3:hover ul li:hover > a:before, .menuLeft ul li:hover.menu3.act ul li.act > a:before, .menuLeft ul li:hover.menu3.act ul li:hover > a:before, .menuLeft ul li:hover.menu3:hover ul li.act > a:before, .menuLeft ul li:hover.menu3:hover ul li:hover > a:before {
          background: #ffcc33; }
.menuLeft ul li.act.menu5 a, .menuLeft ul li:hover.menu5 a {
        text-shadow: 1px 1px #856823;
        /*background:$color_orange;*/ }
        .menuLeft ul li.act.menu5 a:before, .menuLeft ul li:hover.menu5 a:before {
          background: #bf9633; }
      .menuLeft ul li.act.menu5.act ul li a:before, .menuLeft ul li.act.menu5:hover ul li a:before, .menuLeft ul li:hover.menu5.act ul li a:before, .menuLeft ul li:hover.menu5:hover ul li a:before {
        background: #bf9633; }
      .menuLeft ul li.act.menu5.act ul li.act > a, .menuLeft ul li.act.menu5.act ul li:hover > a, .menuLeft ul li.act.menu5:hover ul li.act > a, .menuLeft ul li.act.menu5:hover ul li:hover > a, .menuLeft ul li:hover.menu5.act ul li.act > a, .menuLeft ul li:hover.menu5.act ul li:hover > a, .menuLeft ul li:hover.menu5:hover ul li.act > a, .menuLeft ul li:hover.menu5:hover ul li:hover > a {
        color: #bf9633; }
        .menuLeft ul li.act.menu5.act ul li.act > a:before, .menuLeft ul li.act.menu5.act ul li:hover > a:before, .menuLeft ul li.act.menu5:hover ul li.act > a:before, .menuLeft ul li.act.menu5:hover ul li:hover > a:before, .menuLeft ul li:hover.menu5.act ul li.act > a:before, .menuLeft ul li:hover.menu5.act ul li:hover > a:before, .menuLeft ul li:hover.menu5:hover ul li.act > a:before, .menuLeft ul li:hover.menu5:hover ul li:hover > a:before {
          background: #bf9633; }
      .menuLeft ul li.act.menu8 a, .menuLeft ul li:hover.menu8 a {
        text-shadow: 1px 1px #9e421e;
        /*background:$color_orange;*/ }
        .menuLeft ul li.act.menu8 a:before, .menuLeft ul li:hover.menu8 a:before {
          background: #da5B2a; }
      .menuLeft ul li.act.menu8.act ul li a:before, .menuLeft ul li.act.menu8:hover ul li a:before, .menuLeft ul li:hover.menu8.act ul li a:before, .menuLeft ul li:hover.menu8:hover ul li a:before {
        background: #da5B2a; }
      .menuLeft ul li.act.menu8.act ul li.act > a, .menuLeft ul li.act.menu8.act ul li:hover > a, .menuLeft ul li.act.menu8:hover ul li.act > a, .menuLeft ul li.act.menu8:hover ul li:hover > a, .menuLeft ul li:hover.menu8.act ul li.act > a, .menuLeft ul li:hover.menu8.act ul li:hover > a, .menuLeft ul li:hover.menu8:hover ul li.act > a, .menuLeft ul li:hover.menu8:hover ul li:hover > a {
        color: #da5B2a; }
        .menuLeft ul li.act.menu8.act ul li.act > a:before, .menuLeft ul li.act.menu8.act ul li:hover > a:before, .menuLeft ul li.act.menu8:hover ul li.act > a:before, .menuLeft ul li.act.menu8:hover ul li:hover > a:before, .menuLeft ul li:hover.menu8.act ul li.act > a:before, .menuLeft ul li:hover.menu8.act ul li:hover > a:before, .menuLeft ul li:hover.menu8:hover ul li.act > a:before, .menuLeft ul li:hover.menu8:hover ul li:hover > a:before {
          background: #da5B2a; }
      .menuLeft ul li.act.menu4 a, .menuLeft ul li:hover.menu4 a {
        text-shadow: 1px 1px #024b02;
        /*background:$color_green;*/ }
        .menuLeft ul li.act.menu4 a:before, .menuLeft ul li:hover.menu4 a:before {
          background: #138b13; }
      .menuLeft ul li.act.menu4.act ul li a:before, .menuLeft ul li.act.menu4:hover ul li a:before, .menuLeft ul li:hover.menu4.act ul li a:before, .menuLeft ul li:hover.menu4:hover ul li a:before {
        background: #e1e6ea; }
      .menuLeft ul li.act.menu4.act ul li.act > a, .menuLeft ul li.act.menu4.act ul li:hover > a, .menuLeft ul li.act.menu4:hover ul li.act > a, .menuLeft ul li.act.menu4:hover ul li:hover > a, .menuLeft ul li:hover.menu4.act ul li.act > a, .menuLeft ul li:hover.menu4.act ul li:hover > a, .menuLeft ul li:hover.menu4:hover ul li.act > a, .menuLeft ul li:hover.menu4:hover ul li:hover > a {
        color: #138b13; }
        .menuLeft ul li.act.menu4.act ul li.act > a:before, .menuLeft ul li.act.menu4.act ul li:hover > a:before, .menuLeft ul li.act.menu4:hover ul li.act > a:before, .menuLeft ul li.act.menu4:hover ul li:hover > a:before, .menuLeft ul li:hover.menu4.act ul li.act > a:before, .menuLeft ul li:hover.menu4.act ul li:hover > a:before, .menuLeft ul li:hover.menu4:hover ul li.act > a:before, .menuLeft ul li:hover.menu4:hover ul li:hover > a:before {
          background: #006600; }
      .menuLeft ul li.act.menu6 a, .menuLeft ul li:hover.menu6 a {
        text-shadow: 1px 1px #540839;
        /*background:$color_grey;*/ }
        .menuLeft ul li.act.menu6 a:before, .menuLeft ul li:hover.menu6 a:before {
          background: #9a1567; }
      .menuLeft ul li.act.menu6.act ul li a:before, .menuLeft ul li.act.menu6:hover ul li a:before, .menuLeft ul li:hover.menu6.act ul li a:before, .menuLeft ul li:hover.menu6:hover ul li a:before {
        background: #e1e6ea; }
      .menuLeft ul li.act.menu6.act ul li.act > a, .menuLeft ul li.act.menu6.act ul li:hover > a, .menuLeft ul li.act.menu6:hover ul li.act > a, .menuLeft ul li.act.menu6:hover ul li:hover > a, .menuLeft ul li:hover.menu6.act ul li.act > a, .menuLeft ul li:hover.menu6.act ul li:hover > a, .menuLeft ul li:hover.menu6:hover ul li.act > a, .menuLeft ul li:hover.menu6:hover ul li:hover > a {
        color: #740e50; }
        .menuLeft ul li.act.menu6.act ul li.act > a:before, .menuLeft ul li.act.menu6.act ul li:hover > a:before, .menuLeft ul li.act.menu6:hover ul li.act > a:before, .menuLeft ul li.act.menu6:hover ul li:hover > a:before, .menuLeft ul li:hover.menu6.act ul li.act > a:before, .menuLeft ul li:hover.menu6.act ul li:hover > a:before, .menuLeft ul li:hover.menu6:hover ul li.act > a:before, .menuLeft ul li:hover.menu6:hover ul li:hover > a:before {
          background: #740e50; }
      .menuLeft ul li.act.menu1 a, .menuLeft ul li:hover.menu1 a {
        text-shadow: 1px 1px #a2170f;
        /*background:$color_pink;*/ }
        .menuLeft ul li.act.menu1 a:before, .menuLeft ul li:hover.menu1 a:before {
          background: #e74b48; }
      .menuLeft ul li.act.menu1.act ul li a:before, .menuLeft ul li.act.menu1:hover ul li a:before, .menuLeft ul li:hover.menu1.act ul li a:before, .menuLeft ul li:hover.menu1:hover ul li a:before {
        background: #e1e6ea; }
      .menuLeft ul li.act.menu1.act ul li.act > a, .menuLeft ul li.act.menu1.act ul li:hover > a, .menuLeft ul li.act.menu1:hover ul li.act > a, .menuLeft ul li.act.menu1:hover ul li:hover > a, .menuLeft ul li:hover.menu1.act ul li.act > a, .menuLeft ul li:hover.menu1.act ul li:hover > a, .menuLeft ul li:hover.menu1:hover ul li.act > a, .menuLeft ul li:hover.menu1:hover ul li:hover > a {
        color: #d42b28; }
        .menuLeft ul li.act.menu1.act ul li.act > a:before, .menuLeft ul li.act.menu1.act ul li:hover > a:before, .menuLeft ul li.act.menu1:hover ul li.act > a:before, .menuLeft ul li.act.menu1:hover ul li:hover > a:before, .menuLeft ul li:hover.menu1.act ul li.act > a:before, .menuLeft ul li:hover.menu1.act ul li:hover > a:before, .menuLeft ul li:hover.menu1:hover ul li.act > a:before, .menuLeft ul li:hover.menu1:hover ul li:hover > a:before {
          background: #d42b28; }
      .menuLeft ul li.act.menu7 a, .menuLeft ul li:hover.menu7 a {
        text-shadow: 1px 1px #0d416e; }
        .menuLeft ul li.act.menu7 a:before, .menuLeft ul li:hover.menu7 a:before {
          background: #1d6db1; }
      .menuLeft ul li.act.menu7.act ul li a:before, .menuLeft ul li.act.menu7:hover ul li a:before, .menuLeft ul li:hover.menu7.act ul li a:before, .menuLeft ul li:hover.menu7:hover ul li a:before {
        background: #e1e6ea; }
      .menuLeft ul li.act.menu7.act ul li.act > a, .menuLeft ul li.act.menu7.act ul li:hover > a, .menuLeft ul li.act.menu7:hover ul li.act > a, .menuLeft ul li.act.menu7:hover ul li:hover > a, .menuLeft ul li:hover.menu7.act ul li.act > a, .menuLeft ul li:hover.menu7.act ul li:hover > a, .menuLeft ul li:hover.menu7:hover ul li.act > a, .menuLeft ul li:hover.menu7:hover ul li:hover > a {
        color: #004580; }
        .menuLeft ul li.act.menu7.act ul li.act > a:before, .menuLeft ul li.act.menu7.act ul li:hover > a:before, .menuLeft ul li.act.menu7:hover ul li.act > a:before, .menuLeft ul li.act.menu7:hover ul li:hover > a:before, .menuLeft ul li:hover.menu7.act ul li.act > a:before, .menuLeft ul li:hover.menu7.act ul li:hover > a:before, .menuLeft ul li:hover.menu7:hover ul li.act > a:before, .menuLeft ul li:hover.menu7:hover ul li:hover > a:before {
          background: #004580; }
#nav_section {
  position: relative; }
  @media (max-width: 1000px) {
    #nav_section {
      float: left;
      margin: 7px 0 0 20px; } }
  #nav_section.active:after {
    display: block;
    position: absolute;
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    cursor: default; }

.subMenu {
  display: none; }
  @media (max-width: 1000px) {
    .subMenu {
      display: block;
      height: 40px;
      z-index: 9;
      background: #f3f3f3;
      -moz-box-shadow: 1px 2px 3px #828282;
      -webkit-box-shadow: 1px 2px 3px #828282;
      -o-box-shadow: 1px 2px 3px #828282;
      -ms-box-shadow: 1px 2px 3px #828282;
      box-shadow: 1px 2px 3px #828282;
      top: 46px;
      position: fixed;
      left: 0;
      width: 100%; } }
  @media (max-width: 1000px) {
    .subMenu ul {
      display: none; } }
  .subMenu ul.nav-active {
    margin: 0;
    list-style: none;
    background: #f3f3f3;
    display: block;
    width: 100%;
    position: absolute;
    top: 39px;
    left: 0;
    z-index: 5;
    padding: 0 0 5px;
    -moz-box-shadow: 0px 4px 4px #999;
    -webkit-box-shadow: 0px 4px 4px #999;
    -o-box-shadow: 0px 4px 4px #999;
    -ms-box-shadow: 0px 4px 4px #999;
    box-shadow: 0px 4px 4px #999; }
    .subMenu ul.nav-active li {
      border: none;
      padding: 0;
      margin: 0;
      background: none;
      position: relative; }
      .subMenu ul.nav-active li:first-child {
        border: none; }
      .subMenu ul.nav-active li a, .subMenu ul.nav-active li span {
        padding: 3px 15px 3px 35px;
        display: block;
        position: relative;
        font: 14px "PT Serif", serif;
        background: none;
        text-decoration: none; }
        .subMenu ul.nav-active li a:before, .subMenu ul.nav-active li span:before {
          display: block;
          position: absolute;
          content: "";
          background: #aa1c3a;
          width: 7px;
          height: 7px;
          top: 9px;
          left: 20px; }
      .subMenu ul.nav-active li:hover > a, .subMenu ul.nav-active li.act > a {
        color: #aa1c3a; }
      .subMenu ul.nav-active li ul {
        display: block; }
        .subMenu ul.nav-active li ul > li {
          list-style: none; }

/*$img: "Images/";*/
/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
  border: 1px solid #ddd;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0; }

legend {
  font-size: 1.2em;
  font-weight: bold; }

.editor-label {
  margin: 1em 0 0 0;
  font-weight: bold;
  color: #003B4F; }

.editor-field, .editor-button, .editor-buttons {
  margin: 0.5em 0 0 0; }

.editor-field select, .editor-field input {
  width: 99%; }

.editor-field input[type='checkbox'], .editor-field input[type='radio'] {
  width: auto;
  margin-left: 0;
  position: relative; }

/*Форматирование стандартных форм
-----------------------------------------------------------*/
/*textarea, .text-box {
	width: 99%;
}
*/
input[data-val-number] {
  width: 70px; }

input[type=text].timeinput {
  width: 70px; }

input[type=text].dateinput {
  width: 90px; }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
  color: #ff0000;
  position: absolute;
  right: 10px;
  top: 5px;
  padding: 0 10px 0 0;
  z-index: 2; }
  .field-validation-error:before {
    display: block;
    position: absolute;
    content: "";
    content: "!";
    font-size: 18px;
    right: 0;
    top: 0; }
  .field-validation-error:hover {
    text-indent: 0; }
    .field-validation-error:hover span {
      display: block !important; }
  .field-validation-error span {
    padding: 2px;
    font-size: 12px;
    display: none !important; }

.field-validation-valid {
  display: none; }

.input-validation-error {
  background-color: #ffeeee; }

.validation-summary-errors {
  font-weight: bold;
  color: #ff0000; }

.validation-summary-valid {
  display: none; }

input[type="text"], input[type="password"], textarea {
  border: none;
  behavior: url(JS/PIE.html);
  position: relative;
  background: #eaeef1;
  height: 38px;
  line-height: 38px;
  font-family: "PT Serif", serif;
  color: #8d8f92;
  padding: 0 10px;
  width: 100%;
  -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;
  font-size: 14px;
  margin: 2px 0 0;
  border-radius: 3px; }
  @media (max-width: 1180px) {
    input[type="text"], input[type="password"], textarea {
      height: 30px;
      line-height: 30px; } }
  input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    -moz-box-shadow: inset 1px 2px 3px #ccc;
    -webkit-box-shadow: inset 1px 2px 3px #ccc;
    -o-box-shadow: inset 1px 2px 3px #ccc;
    -ms-box-shadow: inset 1px 2px 3px #ccc;
    box-shadow: inset 1px 2px 3px #ccc;
    background: #f6f7f8; }
  input[type="text"].input-validation-error, input[type="password"].input-validation-error, textarea.input-validation-error {
    background-color: #ffeeee; }

#feedbackComponentForm input[type="text"], #feedbackComponentForm input[type="password"], #feedbackComponentForm textarea {
  text-transform: uppercase; }

textarea {
  height: 95px;
  padding: 10px;
  line-height: 18px; }
  @media (max-width: 1180px) {
    textarea {
      height: 74px; } }

input[type=submit], input[type=button], button, .btn {
  display: inline-block;
  font-family: "PT Serif", serif;
  color: #fff;
  font-size: 16px;
  padding: 15px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  background: #68a0e4;
  text-transform: uppercase;
  font-weight: bold; }
  @media (max-width: 1180px) {
    input[type=submit], input[type=button], button, .btn {
      font-size: 14px;
      padding: 10px 20px; } }
  input[type=submit]:hover, input[type=button]:hover, button:hover, .btn:hover {
    background: #aa1c3a;
    color: #fff; }
  input[type=submit].btn_red, input[type=button].btn_red, button.btn_red, .btn.btn_red {
    background: #aa1c3a; }
    input[type=submit].btn_red:hover, input[type=button].btn_red:hover, button.btn_red:hover, .btn.btn_red:hover {
      background: #68a0e4; }

.btns {
  margin: 30px 0; }
  .btns .btn {
    padding: 10px 0;
    display: block; }

.editor-field {
  position: relative; }

.formField {
  position: relative;
  margin: 0 0 15px; }
  .formField:after {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    clear: both; }
  .formField label {
    display: block;
    margin: 5px 0 8px; }

.content-search input[type="text"] {
  height: 38px;
  line-height: 38px;
  width: 70%;
  margin: 0 10px 0 0;
  float: left; }

.captcha {
  overflow: hidden; }
  .captcha img {
    float: left;
    margin-right: 15px; }
  .captcha input {
    width: 120px; }

.content .message:first-child {
  margin: 2px 0 20px; }

.message {
  margin: 15px 0 20px;
  padding: 10px 12px; }
  .message.error {
    border: 1px solid #ed5858;
    font-size: 13px !important;
    line-height: 16px !important;
    color: #aa1c3a; }
  .message.success {
    border: 1px solid #C1F6AD;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #00b050; }

label input[type="checkbox"] {
  margin-left: -25px;
  margin-top: 5px;
  margin-right: 10px; }

input[type="checkbox"] + input + label {
  padding-left: 10px; }

.checkBoxList label input[type='checkbox'] {
  margin-right: 4px; }
.checkBoxList span {
  display: inline-block;
  vertical-align: top;
  width: 90%; }

/*$img: "Images/";*/
.jq-checkbox {
  top: -1px;
  width: 11px;
  height: 11px;
  border: 1px solid #C3C3C3;
  background: #fff;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 5px 0 0; }

.jq-checkbox.checked .jq-checkbox__div {
  width: 7px;
  height: 7px;
  background: url(../images/checkbox.html) no-repeat;
  margin: 2px 0 0 2px; }

.jq-checkbox.checked {
  box-shadow: inset 0 -3px 6px #eee; }

.jq-checkbox.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55); }

.jq-radio {
  width: 12px;
  height: 12px;
  border: 1px solid #C3C3C3;
  border-radius: 50%;
  background: #F6F6F6 url(data:image/gif;base64,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=) 0 -1px repeat-x;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  vertical-align: middle;
  cursor: pointer; }

.jq-radio.checked .jq-radio__div {
  width: 6px;
  height: 6px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #666; }

.jq-radio.focused {
  border: 1px solid #08C; }

.jq-radio.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55); }

.jq-file {
  width: 270px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.jq-file input {
  cursor: pointer;
  height: auto;
  line-height: 1em; }

.jq-file__name {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 0 80px 0 10px;
  color: #333;
  font: 14px/30px Arial, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1;
  background: #FFF; }

.focused .jq-file__name {
  border: 1px solid #5794BF; }

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px/30px Arial, sans-serif; }

.jq-file:hover .jq-file__browse {
  background: #E6E6E6 0 -10px; }

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD; }

.jq-file.disabled .jq-file__name {
  color: #888; }

.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  display: block !important;
  margin: 2px 0 0; }

.jq-selectbox__select {
  height: 28px;
  padding: 0 45px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  background: #fff;
  line-height: 28px; }

.jq-selectbox__select:hover {
  background: #E6E6E6 0 -10px; }

.jq-selectbox__select:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD; }

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF; }

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

.jq-selectbox__select-text {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.jq-selectbox .placeholder {
  color: #888; }

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 10px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  opacity: 0.3;
  filter: alpha(opacity=30); }

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  opacity: 1;
  filter: alpha(opacity=100); }

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  opacity: 0.3;
  filter: alpha(opacity=30); }

.jq-selectbox__dropdown {
  top: 28px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 1px solid #CCC;
  background: #FFF;
  font-size: 14px;
  -moz-box-shadow: 0px 2px 3px #777;
  -webkit-box-shadow: 0px 2px 3px #777;
  -o-box-shadow: 0px 2px 3px #777;
  -ms-box-shadow: 0px 2px 3px #777;
  box-shadow: 0px 2px 3px #777; }

.jq-selectbox__search {
  margin: 5px;
  display: none; }

.jq-selectbox__search input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  outline: none;
  border: 1px solid #CCC;
  border-radius: 3px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px; }

.jq-selectbox ul {
  margin: 0;
  padding: 0; }

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px !important;
  color: #231F20;
  margin: 0 !important; }
  .jq-selectbox li:before {
    display: none !important; }

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF; }

.jq-selectbox li:hover {
  background-color: #68a0e4;
  color: #FFF; }

.jq-selectbox li.disabled {
  color: #AAA; }

.jq-selectbox li.disabled:hover {
  background: none; }

.jq-selectbox li.optgroup {
  font-weight: bold; }

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default; }

.jq-selectbox li.option {
  padding-left: 25px; }

.jq-select-multiple {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #FFF;
  color: #333;
  font: 14px/18px Arial, sans-serif;
  cursor: default; }

.jq-select-multiple.focused {
  border: 1px solid #5794BF; }

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

.jq-select-multiple ul {
  margin: 0;
  padding: 0; }

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none; }

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0; }

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px; }

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF; }

.jq-select-multiple li.disabled {
  color: #AAA; }

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF; }

.jq-select-multiple li.optgroup {
  font-weight: bold; }

.jq-select-multiple li.option {
  padding-left: 25px; }

input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
  padding: 7px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  font: 14px Arial, sans-serif; }

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

textarea.styler {
  overflow: auto; }

input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3; }

input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  outline: none; }

button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
  overflow: visible;
  padding: 7px 11px;
  outline: none;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px Arial, sans-serif;
  cursor: pointer; }

button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.styler:after {
  content: ''; }

button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover,
input[type="reset"].styler:hover {
  background: #E6E6E6 0 -10px; }

button.styler:not([disabled]):active,
input[type="button"].styler:not([disabled]):active,
input[type="submit"].styler:not([disabled]):active,
input[type="reset"].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD; }

button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

/*$img: "Images/";*/
.sliderTop {
  height: 680px;
  background: no-repeat center center; }
  @media (max-width: 1180px) {
    .sliderTop {
      height: 620px; } }
  @media (max-width: 1000px) {
    .sliderTop {
      height: auto;
      padding: 60px 0 5px; } }
  .sliderTop .container {
    height: 680px;
    overflow: hidden; }
    @media (max-width: 1180px) {
      .sliderTop .container {
        height: 620px; } }
    @media (max-width: 1000px) {
      .sliderTop .container {
        height: auto;
        padding: 0; } }
  @media (max-width: 1000px) {
    .sliderTop .sliderTopList {
      float: right;
      width: 60%; } }
  .sliderTop .sliderTopList > div {
    display: none;
    text-align: center; }
    .sliderTop .sliderTopList > div.active {
      display: block; }
    .sliderTop .sliderTopList > div .boxText {
      display: table;
      margin: 200px auto 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      width: 655px;
      text-align: left;
      padding: 15px;
      position: relative; }
      @media (max-width: 1180px) {
        .sliderTop .sliderTopList > div .boxText {
          margin: 180px auto 0; } }
      @media (max-width: 1000px) {
        .sliderTop .sliderTopList > div .boxText {
          margin: 20px 20px 0;
          width: auto; } }
      .sliderTop .sliderTopList > div .boxText:before {
        display: block;
        position: absolute;
        content: "";
        opacity: 0.66;
        filter: alpha(opacity=66);
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 0; }
      .sliderTop .sliderTopList > div .boxText .h2 {
        font-size: 48px;
        line-height: 48px;
        padding: 0 0 0 60px;
        position: relative;
        margin: 0 0 20px;
        white-space: nowrap;
        font-weight: normal; }
        @media (max-width: 1180px) {
          .sliderTop .sliderTopList > div .boxText .h2 {
            font-size: 40px;
            line-height: 100%; } }
        @media (max-width: 1000px) {
          .sliderTop .sliderTopList > div .boxText .h2 {
            font-size: 20px;
            padding: 0 0 0 30px;
            margin: 0 0 15px;
            white-space: normal; } }
        @media (max-width: 400px) {
          .sliderTop .sliderTopList > div .boxText .h2 {
            font-size: 16px; } }
        .sliderTop .sliderTopList > div .boxText .h2:before {
          display: block;
          position: absolute;
          content: "";
          left: 0;
          top: 1px;
          width: 45px;
          height: 45px;
          background: #e1e6ea; }
          @media (max-width: 1180px) {
            .sliderTop .sliderTopList > div .boxText .h2:before {
              width: 38px;
              height: 38px; } }
          @media (max-width: 1000px) {
            .sliderTop .sliderTopList > div .boxText .h2:before {
              width: 20px;
              height: 20px; } }
      .sliderTop .sliderTopList > div .boxText p {
        position: relative;
        margin: 0; }
      .sliderTop .sliderTopList > div .boxText .links {
        position: relative;
        margin: 50px 0 0; }
        @media (max-width: 1180px) {
          .sliderTop .sliderTopList > div .boxText .links {
            margin: 40px 0 0; } }
        @media (max-width: 1000px) {
          .sliderTop .sliderTopList > div .boxText .links {
            margin: 20px 0 0; } }
        .sliderTop .sliderTopList > div .boxText .links.active {
          display: block; }
        .sliderTop .sliderTopList > div .boxText .links a {
          display: inline-block;
          margin: 0 10px 0 0;
          padding: 10px;
          border: 2px solid #0b4e74;
          border-radius: 5px;
          text-decoration: none;
          font-size: 14px;
          font-weight: bold;
          line-height: 100%;
          text-transform: uppercase; }
          @media (max-width: 1000px) {
            .sliderTop .sliderTopList > div .boxText .links a {
              margin: 0 10px 5px 0; } }
          .sliderTop .sliderTopList > div .boxText .links a:first-child {
            background: #0b4e74;
            color: #fff; }
          .sliderTop .sliderTopList > div .boxText .links a:hover {
            color: #fff; }
    .sliderTop .sliderTopList > div.slide1 .boxText .h2:before {
      background: #aa1c3a; }
    .sliderTop .sliderTopList > div.slide1 .boxText .links a:hover {
      background: #aa1c3a;
      border-color: #aa1c3a;
      text-shadow: 0 2px #810e26; }
    .sliderTop .sliderTopList > div.slide2 .boxText .h2:before {
      background: #ffcc33; }
    .sliderTop .sliderTopList > div.slide2 .boxText .links a:hover {
      background: #ffcc33;
      border-color: #ffcc33;
      text-shadow: 0 2px #cd8200; }
    .sliderTop .sliderTopList > div.slide3 .boxText .h2:before {
      background: #cd6835; }
    .sliderTop .sliderTopList > div.slide3 .boxText .links a:hover {
      background: #cd6835;
      border-color: #cd6835;
      text-shadow: 0 2px #924017; }
    .sliderTop .sliderTopList > div.slide4 .boxText .h2:before {
      background: #006600; }
    .sliderTop .sliderTopList > div.slide4 .boxText .links a:hover {
      background: #006600;
      border-color: #006600;
      text-shadow: 0 2px #024b02; }
    .sliderTop .sliderTopList > div.slide5 .boxText .h2:before {
      background: #740e50; }
    .sliderTop .sliderTopList > div.slide5 .boxText .links a:hover {
      background: #740e50;
      border-color: #740e50;
      text-shadow: 0 2px #540839; }
    .sliderTop .sliderTopList > div.slide6 .boxText .h2:before {
      background: #d42b28; }
    .sliderTop .sliderTopList > div.slide6 .boxText .links a:hover {
      background: #d42b28;
      border-color: #d42b28;
      text-shadow: 0 2px #a2170f; }
    .sliderTop .sliderTopList > div.slide7 .boxText .h2:before {
      background: #004580; }
    .sliderTop .sliderTopList > div.slide7 .boxText .links a:hover {
      background: #004580;
      border-color: #004580;
      text-shadow: 0 2px #0d416e; }
    .sliderTop .sliderTopList > div.slide8 .boxText .h2:before {
      background: #DA5B2A; }
    .sliderTop .sliderTopList > div.slide8 .boxText .links a:hover {
      background: #DA5B2A;
      border-color: #DA5B2A;
      text-shadow: 0 2px #0d416e; }
  .sliderTop.white .boxText {
    color: #292f36; }
    .sliderTop.white .boxText:before {
      background: #fff; }
  .sliderTop.black > div .boxText {
    color: #fff; }
    .sliderTop.black > div .boxText:before {
      background: #374c65; }
    .sliderTop.black > div .boxText .h2 {
      color: #fff; }
    .sliderTop.black > div .boxText .links a {
      color: #fff;
      border-color: #fff; }
      .sliderTop.black > div .boxText .links a:first-child {
        color: #0b4e74;
        background: #fff; }
      .sliderTop.black > div .boxText .links a:hover {
        color: #fff; }

.sliderTopMenu {
  /*width:100%;*/
  display: table;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 1000px) {
    .sliderTopMenu {
      display: block;
      position: relative;
      left: 0;
      right: auto;
      float: left;
      width: 40%; } }
  .sliderTopMenu li {
    display: table-cell;
    width: 13.2%;
    padding: 0 0 0 6px;
    position: relative;
    vertical-align: bottom;
    cursor: pointer; }
    @media (max-width: 1000px) {
      .sliderTopMenu li {
        display: block;
        width: auto;
        padding: 0;
        margin: 0 0 5px; } }
    .sliderTopMenu li:first-child {
      padding: 0; }
    .sliderTopMenu li div {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      font-size: 20px;
      line-height: 100%;
      text-transform: uppercase;
      font-weight: bold;
      text-shadow: 1px 1px #fff;
      -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;
      overflow: hidden; }
      @media (max-width: 1180px) {
        .sliderTopMenu li div {
          font-size: 18px; } }
      @media (max-width: 1000px) {
        .sliderTopMenu li div {
          font-size: 16px; } }
      @media (max-width: 400px) {
        .sliderTopMenu li div {
          font-size: 14px; } }
      .sliderTopMenu li div:before {
        display: block;
        position: absolute;
        content: "";
        opacity: 0.8;
        filter: alpha(opacity=80);
        background: #d9ecf3;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
        transition: all 0.1s ease; }
      .sliderTopMenu li div:after {
        display: block;
        position: absolute;
        content: "";
        width: 100%;
        right: 100%;
        top: 0;
        bottom: 0;
        margin-right: -16px;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        transition: all 0.6s ease; }
      .sliderTopMenu li div span {
        display: block;
        position: relative;
        z-index: 2;
        padding: 20px 10px 15px 25px;
        -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; }
        @media (max-width: 1180px) {
          .sliderTopMenu li div span {
            padding: 8px 10px 8px 25px; } }
        .sliderTopMenu li div span:before {
          display: block;
          position: absolute;
          content: "";
          width: 16px;
          left: 0;
          top: 0;
          bottom: 0;
          margin-left: -16px;
          -webkit-transition: all 0.7s ease;
          -moz-transition: all 0.7s ease;
          -o-transition: all 0.7s ease;
          -ms-transition: all 0.7s ease;
          transition: all 0.7s ease;
          z-index: 2; }
    .sliderTopMenu li.active {
      cursor: default; }
      .sliderTopMenu li.active div {
        color: #fff !important;
        /*&:before {@include opacity(1);z-index:2;}*/ }
        .sliderTopMenu li.active div span {
          padding-bottom: 120px; }
          @media (max-width: 1180px) {
            .sliderTopMenu li.active div span {
              padding-bottom: 90px; } }
          @media (max-width: 1000px) {
            .sliderTopMenu li.active div span {
              padding-bottom: 10px; } }
        @media (max-width: 1000px) {
          .sliderTopMenu li.active div {
            overflow: visible; } }
    .sliderTopMenu li.active div, .sliderTopMenu li:hover div {
      color: #fff !important;
      /*&:before {@include opacity(1);width:16px;right:auto;z-index:2;}*/ }
      .sliderTopMenu li.active div:after, .sliderTopMenu li:hover div:after {
        right: 0;
        margin: 0; }
        @media (max-width: 1000px) {
          .sliderTopMenu li.active div:after, .sliderTopMenu li:hover div:after {
            right: -10px;
            width: 105%; } }
      .sliderTopMenu li.active div span:before, .sliderTopMenu li:hover div span:before {
        margin: 0; }
    .sliderTopMenu li.active.menu1 div, .sliderTopMenu li:hover.menu1 div {
      text-shadow: 0 2px #810e26;
      /*&:after {background:$color_red;}*/ }
    .sliderTopMenu li.active.menu2 div, .sliderTopMenu li:hover.menu2 div {
      text-shadow: 0 2px #cd8200;
      /*&:after {background:$color_yellow;}*/ }
    .sliderTopMenu li.active.menu3 div, .sliderTopMenu li:hover.menu3 div {
      text-shadow: 0 2px #924017;
      /*&:after {background:$color_orange;}*/ }
    .sliderTopMenu li.active.menu4 div, .sliderTopMenu li:hover.menu4 div {
      text-shadow: 0 2px #024b02;
      /*	&:before {background:$color_green;}*/ }
    .sliderTopMenu li.active.menu5 div, .sliderTopMenu li:hover.menu5 div {
      text-shadow: 0 2px #bf9633;
      /*&:before {background:$color_grey;}*/ }
    .sliderTopMenu li.active.menu6 div, .sliderTopMenu li:hover.menu6 div {
      text-shadow: 0 2px #a2170f;
      /*&:before {background:$color_pink;}*/ }
    .sliderTopMenu li.active.menu7 div, .sliderTopMenu li:hover.menu7 div {
      text-shadow: 0 2px #0d416e; }
    .sliderTopMenu li.active.menu8 div, .sliderTopMenu li:hover.menu8 div {
      text-shadow: 0 2px #da5B2a;
      /*&:before {background:$color_grey;}*/ }
    .sliderTopMenu li.menu1 div {
      color: #aa1c3a; }
      .sliderTopMenu li.menu1 div:after {
        background: #aa1c3a; }
      .sliderTopMenu li.menu1 div span:before {
        background: #bf2042; }
    .sliderTopMenu li.menu2 div {
      color: #e6b522; }
      .sliderTopMenu li.menu2 div:after {
        background: #ffcc33; }
      .sliderTopMenu li.menu2 div span:before {
        background: #ffdd76; }
    .sliderTopMenu li.menu3 div {
      color: #cd6835; }
      .sliderTopMenu li.menu3 div:after {
        background: #cd6835; }
      .sliderTopMenu li.menu3 div span:before {
        background: #e07540; }
    .sliderTopMenu li.menu4 div {
      color: #006600; }
      .sliderTopMenu li.menu4 div:after {
        background: #006600; }
      .sliderTopMenu li.menu4 div span:before {
        background: #138b13; }
    .sliderTopMenu li.menu5 div {
      color: #bf9633; }
      .sliderTopMenu li.menu5 div:after {
        background: #bf9633; }
      .sliderTopMenu li.menu5 div span:before {
        background: #9a1567; }
    .sliderTopMenu li.menu6 div {
      color: #d42b28; }
      .sliderTopMenu li.menu6 div:after {
        background: #d42b28; }
      .sliderTopMenu li.menu6 div span:before {
        background: #e74b48; }
    .sliderTopMenu li.menu7 div {
      color: #004580; }
      .sliderTopMenu li.menu7 div:after {
        background: #004580; }
      .sliderTopMenu li.menu7 div span:before {
        background: #1d6db1; }
    .sliderTopMenu li.menu8 div {
      color: #da5B2a; }
      .sliderTopMenu li.menu8 div:after {
        background: #da5B2a; }
      .sliderTopMenu li.menu8 div span:before {
        background: #da5B2a; }

/*$img: "Images/";*/
.about {
  padding: 80px 0 40px; }
  @media (max-width: 1180px) {
    .about {
      padding: 40px 0 20px; } }
  .about:after {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    clear: both; }
  .about p {
    margin: 0 0 15px; }
    @media (max-width: 1180px) {
      .about p {
        margin: 0 0 10px; } }
  .about ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .about ul li {
      padding: 0 0 0 68px;
      margin: 0 0 30px;
      position: relative; }
      @media (max-width: 1180px) {
        .about ul li {
          margin: 0 0 20px; } }
      .about ul li:before {
        display: block;
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 50px;
        height: 50px;
        background: #68a0e4; }
      .about ul li:after {
        display: block;
        position: absolute;
        content: "";
        background-image: url(../images/icons.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        width: 14px;
        height: 21px;
        top: 15px;
        left: 19px; }
      .about ul li strong {
        display: block;
        text-transform: uppercase;
        line-height: 100%;
        margin: 0 0 10px; }

.col2 {
  width: 48%; }
  @media (max-width: 700px) {
    .col2 {
      width: auto; } }
  @media (max-width: 700px) {
    .col2.fleft, .col2.fright {
      float: none;
      margin: 0 0 20px; } }

.more {
  display: inline-block;
  padding: 12px;
  border: 2px solid #aa1c3a;
  color: #aa1c3a;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  border-radius: 5px;
  text-transform: uppercase; }
  .more.video:before {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    margin: 0 5px 1px 0;
    width: 19px;
    height: 19px;
    background-position: -15px 0; }
  .more.all:after {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    margin: 0 0 2px 5px;
    width: 10px;
    height: 15px;
    background-position: -35px 0; }
  .more:hover {
    border-color: #68a0e4;
    color: #68a0e4; }
    .more:hover.video:before {
      background-position: -15px -20px; }
    .more:hover.all:after {
      background-position: -35px -16px; }

.advantages {
  position: relative;
  padding: 60px 0 25px; }
  @media (max-width: 1180px) {
    .advantages {
      padding: 40px 0 20px; } }
  .advantages:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 300%;
    left: -1000px;
    background: #d9ecf3; }
    @media (max-width: 1000px) {
      .advantages:before {
        width: 200%;
        left: -20px; } }
  .advantages h2:before, .advantages .h2:before {
    background: #fff; }
  .advantages ul {
    margin: 0;
    padding: 0;
    position: relative; }
    .advantages ul li {
      display: inline-block;
      width: 19%;
      text-align: center;
      font-size: 18px;
      color: #3a5265;
      margin: 35px 0;
      vertical-align: top;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 5px; }
      @media (max-width: 1180px) {
        .advantages ul li {
          font-size: 16px;
          margin: 20px 0; } }
      @media (max-width: 700px) {
        .advantages ul li {
          width: 32%; } }
      @media (max-width: 400px) {
        .advantages ul li {
          width: 49%; } }
      .advantages ul li a {
        color: #3a5265;
        text-decoration: none;
        display: block; }
      .advantages ul li:hover .ico.ico01::before {
        background-position: 0 -47px; }
      .advantages ul li:hover .ico.ico02::before {
        background-position: -47px -47px; }
      .advantages ul li:hover .ico.ico03::before {
        background-position: -94px -48px; }
      .advantages ul li:hover .ico.ico04::before {
        background-position: -142px -51px; }
      .advantages ul li:hover .ico.ico05::before {
        background-position: -185px -47px; }
      .advantages ul li:hover .ico.ico06::before {
        background-position: 0 -151px; }
      .advantages ul li:hover .ico.ico07::before {
        background-position: -49px -149px; }
      .advantages ul li:hover .ico.ico08::before {
        background-position: -96px -142px; }
      .advantages ul li:hover .ico.ico09::before {
        background-position: -147px -144px; }
      .advantages ul li:hover .ico.ico10::before {
        background-position: -196px -151px; }
      .advantages ul li:hover a {
        color: #0b4e74; }

.contacts {
  position: relative;
  padding: 60px 0 60px;
  clear: both; }
  @media (max-width: 1180px) {
    .contacts {
      padding: 40px 0 40px; } }
  .contacts:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 300%;
    left: -1000px;
    background: #d9ecf3; }
    @media (max-width: 1000px) {
      .contacts:before {
        left: -20px;
        width: 200%; } }
  .contacts:after {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    clear: both; }
  .contacts .h2:before {
    background: #fff; }
  .contacts .login {
    position: absolute;
    right: 0;
    top: 70px; }
    @media (max-width: 1000px) {
      .contacts .login {
        top: 50px; } }
    @media (max-width: 700px) {
      .contacts .login {
        top: 40px; } }
  .contacts__Text {
    float: left;
    width: 25%;
    margin: 0 20px 0 0;
    color: #222;
    position: relative; }
    @media (max-width: 1000px) {
      .contacts__Text {
        width: auto;
        float: none;
        margin: 0 0 20px; } }
    @media (max-width: 700px) {
      .contacts__Text {
        float: left;
        width: 48%; } }
    @media (max-width: 480px) {
      .contacts__Text {
        float: none;
        width: auto;
        margin: 0 0 15px; } }
    .contacts__Text strong {
      display: block;
      text-transform: uppercase;
      margin: 0 0 10px;
      font-size: 20px; }
      @media (max-width: 1000px) {
        .contacts__Text strong {
          font-size: 16px; } }
    .contacts__Text p {
      margin: 0 0 20px; }
      @media (max-width: 1000px) {
        .contacts__Text p {
          width: 49%;
          float: right; } }
      @media (max-width: 1000px) {
        .contacts__Text p:first-child {
          float: left; } }
      @media (max-width: 700px) {
        .contacts__Text p:first-child {
          float: none; } }
      @media (max-width: 700px) {
        .contacts__Text p {
          float: none;
          width: auto; } }
    .contacts__Text a {
      color: #024780; }
      .contacts__Text a:hover {
        color: #aa1c3a; }
  .contacts__map {
    float: left;
    width: 360px;
    position: relative; }
    @media (max-width: 1000px) {
      .contacts__map {
        clear: both;
        width: 49%; } }
    @media (max-width: 700px) {
      .contacts__map {
        float: right;
        width: 50%;
        margin: 0 0 15px;
        clear: none; } }
    @media (max-width: 480px) {
      .contacts__map {
        float: none;
        width: auto; } }
    .contacts__map img {
      display: block;
      border: 2px solid #fff;
      max-width: 100%;
      height: auto;
      margin: 0 0 13px; }
    .contacts__map a {
      display: block;
      padding: 15px;
      text-align: center;
      font-weight: bold;
      text-transform: uppercase;
      color: #024780;
      background: #fff; }
      @media (max-width: 1000px) {
        .contacts__map a {
          max-width: 360px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box; } }
      .contacts__map a:hover {
        color: #fff;
        background: #68a0e4; }
      .contacts__map a.aqua_linkwithicon {
        position: absolute;
        left: 0;
        top: 0; }
    .contacts__map p {
      margin: 0; }
  .contacts__feedback {
    float: right;
    width: 39%;
    padding: 10px 15px 20px;
    background: #fff;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1180px) {
      .contacts__feedback {
        width: 33%;
        padding: 5px 15px 15px; } }
    @media (max-width: 1000px) {
      .contacts__feedback {
        width: 49%; } }
    @media (max-width: 700px) {
      .contacts__feedback {
        float: none;
        width: auto;
        clear: both; } }
    .contacts__feedback form button {
      width: 100px;
      padding: 15px 0; }
    .contacts__feedback form .editor-field {
      margin: 10px 0 0; }
    .contacts__feedback form .fleft, .contacts__feedback form .fright {
      margin-top: 15px; }
      @media (max-width: 1180px) {
        .contacts__feedback form .fleft, .contacts__feedback form .fright {
          float: none;
          margin-top: 10px; } }
      @media (max-width: 1180px) {
        .contacts__feedback form .fleft button, .contacts__feedback form .fright button {
          display: block;
          width: 100%;
          padding: 10px 0; } }
      @media (max-width: 400px) {
        .contacts__feedback form .fleft button, .contacts__feedback form .fright button {
          margin-top: -10px; } }
    @media (max-width: 1180px) {
      .contacts__feedback .g-recaptcha {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0; } }
    @media (max-width: 400px) {
      .contacts__feedback .g-recaptcha {
        transform: scale(0.82);
        -webkit-transform: scale(0.82);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0; } }

@keyframes slideImageTitle {
  0% {
    transform: translateX(-100%); }
  60% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
.image {
  position: relative;
  overflow: hidden; }
  @media (max-width: 1000px) {
    .image {
      margin: 0 0 20px;
      padding: 0 20px;
      width: 100%;
      left: -20px; } }
  .image:before {
    background: #e1e6ea;
    display: block;
    position: absolute;
    content: "";
    width: 2px;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3; }
  .image img {
    display: block;
    max-width: 100%;
    height: auto; }
    @media (max-width: 1000px) {
      .image img {
        width: 115%;
        max-width: inherit !important;
        left: -20px;
        position: relative; } }
  .image .title {
    position: absolute;
    left: 0;
    bottom: 20px;
    max-width: 65%;
    animation-name: slideImageTitle;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 2s; }
    @media (max-width: 400px) {
      .image .title {
        max-width: 80%; } }
    .image .title:before {
      background: #1a1306;
      display: block;
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .image .title:after {
      display: block;
      position: absolute;
      content: "";
      height: 100%;
      width: 34px;
      top: 0;
      right: 0;
      background: #e1e6ea; }
    .image .title span {
      display: block;
      padding: 5px 50px 8px 15px;
      font-size: 20px;
      line-height: 22px;
      color: #fff;
      position: relative; }
      @media (max-width: 700px) {
        .image .title span {
          font-size: 18px;
          line-height: 20px; } }
      @media (max-width: 400px) {
        .image .title span {
          font-size: 16px;
          line-height: 18px; } }

.content p {
  margin: 0 0 15px; }
.content img {
  max-width: 100%;
  height: auto; }
.content ul {
  list-style: none; }
  .content ul li {
    position: relative; }
    .content ul li:before {
      display: block;
      position: absolute;
      content: "";
      background: #aa1c3a;
      width: 7px;
      height: 7px;
      left: -14px;
      top: 8px; }
.content .colors {
  margin: 0 0 20px;
  padding: 0;
  list-style: none; }
  .content .colors li {
    padding: 0 0 0 48px;
    position: relative;
    font-size: 20px;
    margin: 0 0 3px;
    min-height: 34px;
    line-height: 34px; }
    @media (max-width: 700px) {
      .content .colors li {
        font-size: 18px; } }
    .content .colors li:before {
      display: block;
      position: absolute;
      content: "";
      left: 0;
      top: 1px;
      width: 34px;
      height: 34px;
      background: #e1e6ea; }
    .content .colors li.pink::before {
      background: #e9678b; }
    .content .colors li.orange::before {
      background: #f7b873; }
    .content .colors li.yellow::before {
      background: #f8da56; }
    .content .colors li.green::before {
      background: #a5c95f; }
    .content .colors li.grey::before {
      background: #b2b2b2; }
@media (max-width: 700px) {
  .content .imgCont.fright {
    float: none;
    margin: 0 0 15px;
    text-align: center; } }
.content .curcle {
  margin-top: -240px; }
  @media (max-width: 1180px) {
    .content .curcle {
      width: 50%;
      height: auto; } }
  @media (max-width: 700px) {
    .content .curcle {
      float: none;
      width: auto;
      text-align: center;
      margin: 0; } }
.content table {
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 10px 0 20px; }
  .content table caption, .content table th, .content table td {
    text-align: left;
    padding: 10px;
    border: #ccc 1px solid; }
  .content table th {
    background: #ededed; }
    .content table th:nth-child(even) td {
      background: #f6f6f6; }
.content .ancLink {
  position: absolute;
  margin-top: -90px; }
@media (max-width: 640px) {
  .content table, .content thead, .content tbody, .content th, .content td, .content tr {
    display: block; }
  .content table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .content table tr {
    border: 1px solid #ccc; }
  .content table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%; }
    .content table td:before {
      position: absolute;
      top: 11px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      content: attr(data-head); } }

/*$img: "Images/";*/
.infoBlock {
  padding: 80px 0;
  display: block; }
  @media (max-width: 1180px) {
    .infoBlock {
      padding: 40px 0; } }
  .infoBlock:after {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    clear: both; }
  .infoBlock .news {
    width: 40%; }
    @media (max-width: 1000px) {
      .infoBlock .news {
        width: auto;
        float: none; } }
    @media (max-width: 1000px) {
      .infoBlock .news.fleft {
        width: auto;
        float: none;
        margin: 0 0 20px; } }
  .infoBlock .partners {
    width: 49%; }
    @media (max-width: 1000px) {
      .infoBlock .partners.fright {
        width: auto;
        float: none; } }
    .infoBlock .partners .h2:before {
      background: #d9ecf3; }
    .infoBlock .partners .partnerItem {
      margin: 0 0 0 25px; }
      .infoBlock .partners .partnerItem.first {
        margin: 0; }

.newsItem {
  margin: 0 0 35px;
  padding: 0 0 0 70px;
  position: relative; }
  @media (max-width: 1180px) {
    .newsItem {
      margin: 0 0 25px; } }
  @media (max-width: 1000px) {
    .newsItem {
      margin: 0 0 20px; } }
  .newsItem .date {
    position: absolute;
    background: #68a0e4;
    color: #fff;
    width: 50px;
    padding: 5px 0 5px;
    text-align: center;
    font-weight: bold;
    line-height: 100%;
    left: 0;
    top: 0; }
    .newsItem .date span {
      display: block; }
  .newsItem .newsTitle {
    font-weight: bold;
    text-transform: uppercase;
    color: #292f36;
    display: block;
    margin: 0 0 5px;
    line-height: 100%; }
    .newsItem .newsTitle a {
      color: #292f36;
      text-decoration: none; }
      .newsItem .newsTitle a:hover {
        color: #aa1c3a; }
  .newsItem .newsDoc {
    display: block;
    margin: 5px 0 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    color: #8d8f92; }
    .newsItem .newsDoc a {
      font-weight: normal;
      display: inline-block;
      margin: 0 0 5px;
      font-size: 16px; }
  .newsItem .newsDesc p {
    margin: 0 0 5px; }

.partnerItem {
  float: left;
  margin: 0 25px 25px 0;
  display: table;
  width: 262px;
  height: 262px; }
  @media (max-width: 1180px) {
    .partnerItem {
      width: 212px;
      height: 212px; } }
  @media (max-width: 600px) {
    .partnerItem {
      width: 160px;
      height: 160px; } }
  @media (max-width: 480px) {
    .partnerItem {
      width: 125px;
      height: 125px;
      margin: 0 10px 15px 0; } }
  .partnerItem a {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 36px;
    border: 1px solid #d9ecf3;
    text-align: center;
    text-decoration: none;
    color: #b9bcbf; }
    @media (max-width: 600px) {
      .partnerItem a {
        font-size: 20px; } }
    .partnerItem a img {
      display: block;
      margin: 0 auto;
      width: auto;
      height: auto;
      max-width: 240px;
      max-height: 240px; }
      @media (max-width: 1180px) {
        .partnerItem a img {
          max-width: 200px;
          max-height: 200px; } }
      @media (max-width: 600px) {
        .partnerItem a img {
          max-width: 150px;
          max-height: 150px; } }
      @media (max-width: 480px) {
        .partnerItem a img {
          max-width: 110px;
          max-height: 110px; } }
    .partnerItem a:hover {
      border-color: #aa1c3a; }

/*$img: "Images/";*/
.faqItem {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px dashed #dedede; }
  .faqItem .date {
    font-size: 14px;
    color: #888; }
  .faqItem .question {
    font-weight: bold;
    font-family: "idealist_sans", sans-serif;
    font-size: 16px; }
  .faqItem .answer {
    background: #f5f5f5;
    padding: 10px;
    margin: 5px 0 0; }

.b468_60, .b200_300 {
  box-sizing: border-box;
  background: #ddd;
  border: 5px solid #aaa;
  font-size: 20px;
  color: #999;
  text-align: center; }

.b468_60 {
  width: 468px;
  height: 60px;
  line-height: 50px; }

.b200_300 {
  width: 200px;
  height: 300px;
  line-height: 290px; }

.ticker div {
  display: inline-block;
  margin-right: 10px; }
  .ticker div strong, .ticker div span {
    margin-right: 5px; }

/*$img: "Images/";*/
.pages {
  clear: both;
  margin-top: 15px;
  color: #0b4e74; }
  .pages a, .pages span {
    margin: 0 3px;
    display: inline-block;
    width: 25px;
    height: 25px;
    -moz-box-shadow: 0px 1px 2px #777;
    -webkit-box-shadow: 0px 1px 2px #777;
    -o-box-shadow: 0px 1px 2px #777;
    -ms-box-shadow: 0px 1px 2px #777;
    box-shadow: 0px 1px 2px #777;
    text-decoration: none;
    line-height: 25px;
    text-align: center;
    font-size: 15px;
    background: #eee;
    -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; }
    .pages a.activepage, .pages span.activepage {
      cursor: default;
      text-decoration: none;
      font-weight: bold; }
    .pages a:hover, .pages span:hover {
      background: #aa1c3a;
      color: #fff; }
    .pages a.prev, .pages span.prev {
      text-indent: -9999px;
      margin-right: 5px;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
      background: none;
      width: 21px; }
      .pages a.prev:after, .pages span.prev:after {
        text-indent: 0;
        display: block;
        position: absolute;
        content: "";
        background: url(../images/arrows-color-left.html) no-repeat -23px 0;
        width: 21px;
        height: 4px;
        top: 12px;
        left: 0; }
      .pages a.prev:hover, .pages span.prev:hover {
        background: none; }
        .pages a.prev:hover:after, .pages span.prev:hover:after {
          background-position: 0 0; }
    .pages a.next, .pages span.next {
      text-indent: -9999px;
      margin-left: 5px;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
      background: none;
      width: 21px; }
      .pages a.next:after, .pages span.next:after {
        text-indent: 0;
        display: block;
        position: absolute;
        content: "";
        background: url(../images/arrows-color.html) no-repeat 0 0;
        width: 21px;
        height: 4px;
        top: 12px;
        left: 0; }
      .pages a.next:hover, .pages span.next:hover {
        background: none; }
        .pages a.next:hover:after, .pages span.next:hover:after {
          background-position: -23px 0; }
  .pages span {
    color: #fff;
    background: #787878; }
    .pages span:hover {
      background: #787878; }
    .pages span.prev {
      background: none; }
      .pages span.prev:after {
        background: url(../images/arrow-left.html) no-repeat; }
      .pages span.prev:hover:after {
        background: url(../images/arrow-left.html) no-repeat; }
    .pages span.next {
      background: none; }
      .pages span.next:after {
        background: url(../images/arrow.png) no-repeat; }
      .pages span.next:hover:after {
        background: url(../images/arrow.png) no-repeat; }

.pagingAjax {
  margin: 15px 0;
  text-align: center; }
  .pagingAjax a {
    color: #3f78ac;
    display: inline-block;
    line-height: 20px;
    font-size: 20px;
    margin: 0 5px;
    position: relative;
    text-decoration: none;
    border-bottom: 1px dotted #3f78ac; }
    .pagingAjax a:hover {
      color: #aa1c3a;
      border-bottom: 1px dotted #aa1c3a; }
    .pagingAjax a.progress:before {
      display: block;
      position: absolute;
      content: "";
      width: 22px;
      height: 22px;
      background: url(../images/ajax-loading.html) no-repeat;
      left: -30px;
      top: 0; }

.pageSeparator {
  margin: 0 0 10px;
  clear: both;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #ccc;
  position: relative; }
  .pageSeparator:before {
    border-top: 1px dotted #ccc;
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 10px;
    left: 0; }
  .pageSeparator:after {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    clear: both; }
  .pageSeparator span {
    float: right;
    padding: 0 0 0 10px;
    background: #fff;
    display: block;
    position: relative;
    z-index: 2; }

/*$img: "Images/";*/
.tabs {
  margin: 0 auto 25px;
  overflow: hidden; }
  .tabs .tab-nav {
    padding: 0 0 1px;
    position: relative;
    margin: 0 0 6px;
    border-bottom: 2px solid #ccc;
    overflow: hidden; }
    .tabs .tab-nav:after {
      display: block;
      position: absolute;
      content: "";
      clear: both;
      left: 0;
      bottom: -2px;
      height: 2px; }
    .tabs .tab-nav .tab {
      height: 30px;
      line-height: 30px;
      padding: 0 26px;
      border: 1px solid #ccc;
      cursor: pointer;
      float: left;
      margin: 0 3px 0 0;
      text-decoration: none;
      behavior: url(JS/PIE.html);
      position: relative; }
      .tabs .tab-nav .tab.active {
        border: 1px solid #000; }
  .tabs .tabContent {
    display: none; }
    .tabs .tabContent.active {
      display: block; }

/*# sourceMappingURL=css.css.map */
.header {
  margin: 0 !important;
}