@charset "UTF-8";
@font-face {
  font-family: "Archive";
  src: url("fonts/Archive.eot");
  src: url("fonts/Archive.eot?#iefix") format("embedded-opentype"), url("fonts/Archive.woff") format("woff"), url("fonts/Archive.ttf") format("truetype"), url("fonts/Archive.svg#Archive") format("svg");
  font-weight: normal;
  font-style: normal;
}
.m {
  margin: 10px;
  padding: 10px;
  background: #fff;
}

.divEdit {
  margin: 0 0 15px 0;
}

.divModuleRights {
  z-index: 999;
}

.adminDivCreate, .adminDivCreateMult {
  margin-bottom: 10px;
}

.adminEditDelText {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.spanEditDel {
  padding: 0px 10px 0px;
}

.spanEditDel img, #mainContent .spanEditDel img {
  vertical-align: middle;
  margin: 0px 3px 0px;
  border: 0;
}

.absolute .spanEditDel {
  position: relative;
  top: -20px;
}

.divAddModule {
  margin: 0 0 10px 0;
}

.divMoveForm {
  margin: 15px 0 25px;
}

.divMoveForm form {
  padding: 0;
  margin: 0;
}

.spanSort {
  padding: 0px 10px 0px;
}

.spanSort input {
  line-height: normal;
}

.spanSort input.inactive, .spanSort input.active, .spanSort input.error {
  border: 1px solid #000;
  width: 50px;
  height: 20px;
  padding-left: 15px;
  padding-right: 0;
  background: url(adminimg/sort_inactive.png) no-repeat left;
  color: #000;
  display: inline-block;
}

.spanSort input.active {
  background: url(adminimg/sort_active.png) no-repeat left;
}

.spanSort input.error {
  background: url(adminimg/sort_error.png) no-repeat left;
}

.pageEdit {
  margin-top: 10px;
}

.pageInput {
  width: 30px;
  padding: 0 5px;
}

/* Group edit */
#groupEditor {
  padding: 0px 0px 20px 0px;
  background: #e9e9e4;
  border: 2px solid #82827F;
  width: 420px;
}

#groupEditor .closeImg {
  text-align: right;
}

#groupEditor .mainDiv {
  margin: 20px 20px 0px 20px;
}

#groupEditor table {
  margin: 15px 0px 0px 0px;
}

#groupEditor .fieldGroupEditor {
  padding: 5px;
}

#groupEditor .fieldGroupEditor input {
  width: 250px;
}

#groupEditor .submitGroupEditor {
  padding: 5px;
  text-align: center;
}

#groupEditor .error {
  font-size: 11px;
  font-weight: bold;
  color: #E00000;
}

#groupEditor .info {
  font-size: 11px;
  font-weight: bold;
  color: #00AF00;
}

/* ModuleRights */
div.divModuleRights {
  position: absolute;
  top: 25px;
  right: 30px;
  border: 1px solid black;
  width: 360px;
  padding: 2px;
  background-color: white;
  z-index: 9999;
}

div.divModuleRights div.title {
  width: 100%;
  text-align: center;
  font-weight: bold;
}

div.divModuleRights div.title a {
  cursor: pointer;
}

div.divModuleRights div.module {
  padding: 4px;
  margin: 5px 2px;
  border: 1px solid black;
}

div.divModuleRights div.module div.role {
  clear: both;
  padding: 3px 0 3px 0;
}

/* Top panel */
.leftalign, .divEdit, .adminDivCreate, .adminDivCreateMult, .adminEditDelText,
.leftalign a, .divEdit a, .adminDivCreate a, .adminDivCreateMult a, .adminEditDelText a, #flashUploadDiv a, .edit a {
  font: 11px Tahoma !important;
  color: #666;
}

.adminTopPanel {
  border-bottom: 1px solid #6f7071;
  width: 100%;
  background: #000;
  font: 12px Arial, Helvetica, sans-serif;
  position: relative;
  behavior: url(js/PIE.htc);
  position: relative;
  -moz-box-shadow: 1px 2px 5px #5A5A5A;
  -webkit-box-shadow: 1px 2px 5px #5A5A5A;
  -o-box-shadow: 1px 2px 5px #5A5A5A;
  -ms-box-shadow: 1px 2px 5px #5A5A5A;
  box-shadow: 1px 2px 5px #5A5A5A;
  /*position:fixed; */
  z-index: 2000;
}
.adminTopPanel table {
  width: 980px !important;
  text-align: center;
  margin: 0 auto;
}
.adminTopPanel table td {
  text-align: left;
}
.adminTopPanel a:hover, .adminTopPanel a:visited, .adminTopPanel a:link {
  color: #fff;
  font: 12px Arial, Helvetica, sans-serif;
}
.adminTopPanel .divEdit {
  margin-bottom: 0;
  color: #79b2f2;
}

.tdAdminTopPanel {
  padding: 5px;
}

.metaEditBlock {
  padding: 5px 10px;
  color: #fff;
  position: relative;
}

.metaEdit {
  margin-top: 10px;
  behavior: url(js/PIE.htc);
  position: relative;
  position: absolute;
  left: 0;
  z-index: 999;
  padding: 10px;
  width: 450px;
  background: #000;
  -moz-box-shadow: 1px 2px 5px #5A5A5A;
  -webkit-box-shadow: 1px 2px 5px #5A5A5A;
  -o-box-shadow: 1px 2px 5px #5A5A5A;
  -ms-box-shadow: 1px 2px 5px #5A5A5A;
  box-shadow: 1px 2px 5px #5A5A5A;
}
.metaEdit .field {
  margin-bottom: 10px;
}
.metaEdit input.visibleInput, .metaEdit textarea.visibleInput {
  width: 95%;
  color: #000;
}
.metaEdit textarea.visibleInput {
  height: 80px;
}
.metaEdit .metaRed {
  font-weight: normal;
  color: #ff0000;
}
.metaEdit .metaGreen {
  font-weight: normal;
  color: #66CC33;
}

.podMenu {
  text-align: left;
  behavior: url(js/PIE.htc);
  position: relative;
  position: absolute;
  z-index: 999;
  visibility: hidden;
  width: 230px;
  background: #000;
  margin-top: 10px;
  -moz-box-shadow: 1px 2px 5px #5A5A5A;
  -webkit-box-shadow: 1px 2px 5px #5A5A5A;
  -o-box-shadow: 1px 2px 5px #5A5A5A;
  -ms-box-shadow: 1px 2px 5px #5A5A5A;
  box-shadow: 1px 2px 5px #5A5A5A;
}
.podMenu .podMenuRel {
  padding: 5px 10px;
}
.podMenu .podMenuRel a {
  text-decoration: none;
  color: #fff;
}
.podMenu .podMenuRel:hover a {
  color: #79b2f2;
}

/* Spec texts for form */
.adminDivFormText {
  background: #F5F6EA;
  padding: 5px;
  border: 1px solid #DCE0D4;
  color: #000;
}

.adminDivFormText a {
  color: #000;
}

.adminDivFormText .adminEditDelText a {
  color: #9D160A;
}

.adminDivFormText .adminEditDelText {
  font-size: 80%;
}

.adminInfoBox {
  position: absolute;
  width: 960px;
  color: #aa0000;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #DB7474;
  padding: 8px;
  background: #FFF3EB;
  box-shadow: inset 0 0 5px rgba(255, 0, 0, 0.5);
  -webkit-animation: myfirst 2.5s infinite;
  -moz-animation: myfirst 2.5s infinite;
  -o-animation: myfirst 2.5s infinite;
  animation: myfirst 2.5s infinite;
}
.adminInfoBox a {
  color: #000 !important;
}

@-webkit-keyframes myfirst {
  0% {
    background: #FFF3EB;
  }
  50% {
    background: #FFFFBB;
  }
  100% {
    background: #FFF3EB;
  }
}
@-moz-keyframes myfirst {
  0% {
    background: #FFF3EB;
  }
  50% {
    background: #FFFFBB;
  }
  100% {
    background: #FFF3EB;
  }
}
@-o-keyframes myfirst {
  0% {
    background: #FFF3EB;
  }
  50% {
    background: #FFFFBB;
  }
  100% {
    background: #FFF3EB;
  }
}
@keyframes myfirst {
  0% {
    background: #FFF3EB;
  }
  50% {
    background: #FFFFBB;
  }
  100% {
    background: #FFF3EB;
  }
}
/**************************  Common styles (could be edited) ******************************/
/* Forms */
/* Заявка отправлена успешно */
.divForm .divFormButton {
  margin: 15px 0 10px;
}

.divForm .divFormStar {
  margin: 10px 0;
}

/* Error list */
.divListErrors {
  margin: 10px 0;
}

.divListErrorsHead {
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.divListErrors .divError {
  color: #FF0000;
  margin: 3pt 0;
  padding-left: 10px;
}

.divListErrors .desc {
  font-size: 90%;
  color: #333333;
}

/* Form element */
.formField {
  margin-bottom: 6pt;
}

input.checkbox, input.radio {
  width: 15px;
}

.formField label {
  margin-left: 4pt;
}

.formField textarea.mono {
  font-size: 11pt;
  font-family: "Courier New", Courier, monospace;
}

.divFormStruct {
  padding-top: 6px;
}

.divFormStruct ul li {
  list-style-type: none;
}

.divFormStruct .inactive {
  font-weight: bold;
  /*margin-left: 25px;*/
}

.listExtraField {
  margin-top: 10px;
}

.listExtraField input {
  width: 50%;
}

.divFilter {
  margin: 15px 0;
}

/* Document list */
.docList .answer {
  background: #fff;
  padding: 10px;
  font-style: normal;
  margin: 10px 0 10px 0px;
  overflow: hidden;
}
.docList .answer p {
  margin: 0;
}
.docList .doc {
  overflow: hidden;
  margin: 0 0 20px;
  position: relative;
  min-height: 20px;
  padding-left: 25px;
}
.docList .doc a img {
  position: absolute;
  left: 0;
  top: 0;
}
.docList .doc span img {
  position: inherit;
  display: inline-block;
}
.docList .doc .size {
  color: #888;
  text-transform: uppercase;
  font-size: 13px;
}

.docList .listItem {
  margin-bottom: 25px;
  overflow: hidden;
}

.docList .listPhoto {
  float: left;
  margin-right: 10px;
}

.docList .listDate {
  color: #888;
}

.docList .listTitle, .docList .listTitle a {
  font-size: 16px;
}

.docList .listPreview {
  margin-top: 3px;
}

.docItem .docDate {
  font-size: 80%;
}

.docItem .docText {
  margin-top: 3px;
}

.docBack {
  text-align: right;
  margin: 10px 0 30px;
}
.docBack a {
  position: relative;
  display: inline-block;
  background: url(img/arrow_left.png) no-repeat left center;
  padding-left: 20px;
  color: #59584b;
}
.docBack a:hover {
  color: #083e7e;
}
.docBack.cats {
  margin: -72px 0 55px;
}

div.error_message {
  position: fixed;
  width: 260px;
  top: 50%;
  left: 50%;
  color: black;
  margin-left: -130px;
  margin-top: -130px;
  z-index: 1000;
}

.error_message div.error_block_header {
  background: url(img/wrench.png) 2px 2px no-repeat #CCCCCC;
  height: 20px;
  border-bottom: 1px solid #CCCCCC;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  text-align: right;
  behavior: url(js/PIE.htc);
}

.error_message div.error_block_body {
  padding: 18px 5px 18px 5px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  behavior: url(js/PIE.htc);
}

.error_message a {
  display: block;
  position: relative;
  background: url(img/close.png) 2px 2px no-repeat;
  height: 20px;
  width: 20px;
  float: right;
}

/* Инпуты */
.formField {
  margin: 10px 0px;
}

.formFieldString {
  display: block;
}

select {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

.jserror {
  display: block;
  margin-top: 5px;
}

.jssuccess {
  position: relative;
  top: 5px;
  left: 3px;
}

.captchaImg {
  margin-bottom: 5px;
  vertical-align: top;
  margin-right: 10px;
  float: left;
}

.divFormButton {
  margin-top: 15px;
  clear: both;
}

.divSearchSubmit, .divFormButton input[type=submit]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.goodsItem .spanEditDelExt {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  padding: 7px 0;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.goodsItem .spanEditDelExt a {
  display: inline !important;
}

.mathname,
.mathname * {
  color: #777 !important;
  font-size: 14px !important;
}

.cover-error {
  font-size: 12px;
  color: red;
}

/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * 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.
 */
img {
  border: 0;
  max-width: 100%;
  height: auto;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  /* @include container-fixed;

   @media (min-width: $screen-sm-min) {
     width: $container-sm;
   }
   @media (min-width: $screen-md-min) {
     width: $container-md;
   }
   @media (min-width: $screen-lg-min) {
     width: $container-lg;
   }*/
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  /* position: relative;*/
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-right-0 {
  margin-right: 0%;
}

.col-xs-offset-right-1 {
  margin-right: 8.3333333333%;
}

.col-xs-offset-right-2 {
  margin-right: 16.6666666667%;
}

.col-xs-offset-right-3 {
  margin-right: 25%;
}

.col-xs-offset-right-4 {
  margin-right: 33.3333333333%;
}

.col-xs-offset-right-5 {
  margin-right: 41.6666666667%;
}

.col-xs-offset-right-6 {
  margin-right: 50%;
}

.col-xs-offset-right-7 {
  margin-right: 58.3333333333%;
}

.col-xs-offset-right-8 {
  margin-right: 66.6666666667%;
}

.col-xs-offset-right-9 {
  margin-right: 75%;
}

.col-xs-offset-right-10 {
  margin-right: 83.3333333333%;
}

.col-xs-offset-right-11 {
  margin-right: 91.6666666667%;
}

.col-xs-offset-right-12 {
  margin-right: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-right-0 {
    margin-right: 0%;
  }

  .col-sm-offset-right-1 {
    margin-right: 8.3333333333%;
  }

  .col-sm-offset-right-2 {
    margin-right: 16.6666666667%;
  }

  .col-sm-offset-right-3 {
    margin-right: 25%;
  }

  .col-sm-offset-right-4 {
    margin-right: 33.3333333333%;
  }

  .col-sm-offset-right-5 {
    margin-right: 41.6666666667%;
  }

  .col-sm-offset-right-6 {
    margin-right: 50%;
  }

  .col-sm-offset-right-7 {
    margin-right: 58.3333333333%;
  }

  .col-sm-offset-right-8 {
    margin-right: 66.6666666667%;
  }

  .col-sm-offset-right-9 {
    margin-right: 75%;
  }

  .col-sm-offset-right-10 {
    margin-right: 83.3333333333%;
  }

  .col-sm-offset-right-11 {
    margin-right: 91.6666666667%;
  }

  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-right-0 {
    margin-right: 0%;
  }

  .col-md-offset-right-1 {
    margin-right: 8.3333333333%;
  }

  .col-md-offset-right-2 {
    margin-right: 16.6666666667%;
  }

  .col-md-offset-right-3 {
    margin-right: 25%;
  }

  .col-md-offset-right-4 {
    margin-right: 33.3333333333%;
  }

  .col-md-offset-right-5 {
    margin-right: 41.6666666667%;
  }

  .col-md-offset-right-6 {
    margin-right: 50%;
  }

  .col-md-offset-right-7 {
    margin-right: 58.3333333333%;
  }

  .col-md-offset-right-8 {
    margin-right: 66.6666666667%;
  }

  .col-md-offset-right-9 {
    margin-right: 75%;
  }

  .col-md-offset-right-10 {
    margin-right: 83.3333333333%;
  }

  .col-md-offset-right-11 {
    margin-right: 91.6666666667%;
  }

  .col-md-offset-right-12 {
    margin-right: 100%;
  }
}
@media (min-width: 1400px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-right-0 {
    margin-right: 0%;
  }

  .col-lg-offset-right-1 {
    margin-right: 8.3333333333%;
  }

  .col-lg-offset-right-2 {
    margin-right: 16.6666666667%;
  }

  .col-lg-offset-right-3 {
    margin-right: 25%;
  }

  .col-lg-offset-right-4 {
    margin-right: 33.3333333333%;
  }

  .col-lg-offset-right-5 {
    margin-right: 41.6666666667%;
  }

  .col-lg-offset-right-6 {
    margin-right: 50%;
  }

  .col-lg-offset-right-7 {
    margin-right: 58.3333333333%;
  }

  .col-lg-offset-right-8 {
    margin-right: 66.6666666667%;
  }

  .col-lg-offset-right-9 {
    margin-right: 75%;
  }

  .col-lg-offset-right-10 {
    margin-right: 83.3333333333%;
  }

  .col-lg-offset-right-11 {
    margin-right: 91.6666666667%;
  }

  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1400px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1400px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1400px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
input[type=text],
input[type=password],
select,
textarea,
.input {
  behavior: url(js/PIE.htc);
  position: relative;
  background: #fff;
  height: 36px;
  line-height: 36px;
  padding: 0 1em;
  border: 1px solid #15a1c9;
  font-size: 14px;
  font-family: Tahoma, Arial, sans-serif;
  color: #555;
  -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;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2px 0 0;
}
input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus,
.input:focus {
  outline: 0;
  background: #fff;
  color: #555;
  -moz-box-shadow: inset 1px 2px 4px #888;
  -webkit-box-shadow: inset 1px 2px 4px #888;
  -o-box-shadow: inset 1px 2px 4px #888;
  -ms-box-shadow: inset 1px 2px 4px #888;
  box-shadow: inset 1px 2px 4px #888;
}
input[type=text].search_input,
input[type=password].search_input,
select.search_input,
textarea.search_input,
.input.search_input {
  width: 70%;
  float: left;
  margin: 0 5px 0 0;
}

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

input[type=submit],
input[type=button],
button,
.button {
  behavior: url(js/PIE.htc);
  position: relative;
  background: #15a1c9;
  border: 1px solid #15a1c9;
  /*border-right:3px solid #206fce;*/
  border-bottom: 3px solid #083e7e;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
  padding: 0 20px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-family: "Archive", Arial, sans-serif;
  line-height: 36px;
  height: 36px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
input[type=submit]:hover, input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
  background: #083e7e;
  border: 1px solid #083e7e;
  color: #fff;
}
input[type=submit].btn-red,
input[type=button].btn-red,
button.btn-red,
.button.btn-red {
  background: #ea2713;
  background: -webkit-linear-gradient(top, #ea2713 0%, #ea2713 100%);
  background: -moz-linear-gradient(top, #ea2713 0%, #ea2713 100%);
  background: -o-linear-gradient(top, #ea2713 0%, #ea2713 100%);
  background: -ms-linear-gradient(top, #ea2713 0%, #ea2713 100%);
  background: linear-gradient(top, #ea2713 0%, #ea2713 100%);
  -pie-background: linear-gradient(top, #ea2713 0%, #ea2713 100%);
  behavior: url(js/PIE.htc);
  position: relative;
  border-color: #ea2713;
  border-bottom-color: #a60f00;
  color: #ea2713;
}
input[type=submit].btn-red:hover,
input[type=button].btn-red:hover,
button.btn-red:hover,
.button.btn-red:hover {
  background: #0a4a97;
  background: -webkit-linear-gradient(top, #0a4a97 0%, #07346a 100%);
  background: -moz-linear-gradient(top, #0a4a97 0%, #07346a 100%);
  background: -o-linear-gradient(top, #0a4a97 0%, #07346a 100%);
  background: -ms-linear-gradient(top, #0a4a97 0%, #07346a 100%);
  background: linear-gradient(top, #0a4a97 0%, #07346a 100%);
  -pie-background: linear-gradient(top, #0a4a97 0%, #07346a 100%);
  behavior: url(js/PIE.htc);
  position: relative;
  border: 1px solid #0a4a97;
  color: #fff;
  font-size: 30px;
  border-color: #083e7e;
  border-bottom: 3px solid #052347;
}

.formFieldString br {
  display: none;
}

.captcha {
  overflow: hidden;
}
.captcha img {
  float: left;
  margin: 0 15px 0 0;
}
.captcha input[type=text] {
  width: 100px;
}

.formField {
  margin: 0 0 10px;
  position: relative;
  font-size: 14px;
  text-align: left;
}
.formField:after {
  display: block;
  position: absolute;
  content: "";
  position: relative;
  clear: both;
}
.formField .title {
  font-family: Tahoma, Arial, sans-serif;
  text-transform: none;
  color: #555;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.formField.fleft, .formField.fright {
  width: 49%;
}
.formField br {
  /*display: none;*/
}
.formField.error input[type=text],
.formField.error input[type=password],
.formField.error select,
.formField.error textarea,
.formField.error .input {
  border-color: red;
}
.formField.error .jserror {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
}

.form-field-error {
  display: none;
  padding: 0.125em 1em;
  min-width: 170px;
  border-radius: 6px;
  position: absolute;
  right: 90%;
  color: #fff;
  background: #f00;
  background: rgba(255, 0, 0, 0.8);
}

.box7 .form-field-error {
  right: auto;
  bottom: 102%;
}

.divButton {
  text-align: center;
}

.baseform h2 {
  color: #083e7e;
  margin: 0 0 15px;
}
.baseform .divFormButton {
  margin-bottom: 0;
}

.reloadCaptcha {
  font-size: 12px;
}

#groupEditor {
  margin-left: 300px;
  z-index: 10;
}

a {
  color: #083e7e;
  text-decoration: underline;
}
a:hover {
  color: #ea2713;
  text-decoration: none;
}

img {
  max-width: 100%;
}

h1,
h2,
h3 {
  font-family: Tahoma, Arial, sans-serif;
  color: #083e7e;
  font-weight: normal;
  margin: 0px;
}

.title {
  font-size: 30px;
  font-family: "Archive", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 31px;
  margin: 0 0 10px;
  color: #083e7e;
}

h1 {
  font-size: 36px;
  font-family: "Archive", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 36px;
  margin: 0 0 20px;
  color: #083e7e;
}
h1 span {
  color: #ea2713;
}

h2 {
  margin: 20px 0 15px;
  font-family: "Archive", Arial, sans-serif;
  font-weight: normal;
  text-align: left;
  font-size: 20px;
  line-height: 22px;
  color: #555;
}

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

.row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.row * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.row.row-f {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.row-f:before, .row.row-f:after {
  display: none;
}

.hidden {
  display: none;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

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

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

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

.fleft {
  float: left;
}

.fright {
  float: right;
}

.bold {
  font-weight: bold;
}

.italic {
  font-weight: italic;
}

.big {
  font-size: 1.25em;
}

.small {
  font-size: 0.75em;
}

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

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

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

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

.star {
  color: red;
}

.error {
  color: red;
}

.clear {
  clear: both;
}

.topbottom p {
  margin: 0;
}

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

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

.icons {
  float: right;
  clear: both;
}
.icons a,
.icons span {
  height: 12px;
  background-image: url(img/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 0 0 23px;
}
.icons a.home_ico,
.icons span.home_ico {
  background-position: 0px 0px;
  width: 11px;
}
.icons a.mail_ico,
.icons span.mail_ico {
  background-position: -24px 0px;
  width: 12px;
}
.icons a.map_ico,
.icons span.map_ico {
  background-position: -37px 0px;
  width: 11px;
}
.icons a.search_ico,
.icons span.search_ico {
  background-position: -12px 0px;
  width: 11px;
}
.icons a:hover.home_ico,
.icons a span.home_ico,
.icons span:hover.home_ico,
.icons span span.home_ico {
  background-position: 0px -12px;
}
.icons a:hover.mail_ico,
.icons a span.mail_ico,
.icons span:hover.mail_ico,
.icons span span.mail_ico {
  background-position: -24px -12px;
}
.icons a:hover.map_ico,
.icons a span.map_ico,
.icons span:hover.map_ico,
.icons span span.map_ico {
  background-position: -37px -12px;
}
.icons a:hover.search_ico,
.icons a span.search_ico,
.icons span:hover.search_ico,
.icons span span.search_ico {
  background-position: -12px -12px;
}

.navigator {
  margin: 10px 0;
  font-size: 11px;
  color: #999;
  position: relative;
  z-index: 3;
}
.navigator a {
  color: #999;
}
.navigator span {
  display: inline-block;
  padding: 0 4px;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  color: #555;
  font: normal 14px Tahoma, Arial, sans-serif;
  background: #fff;
}

#outer {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  min-width: 1000px;
}

/*.main {
	#outer {
		&:before {
			@include twins;
			width:100%;
			left:0;
			top:0;
			height:1355px;
			background:url(img/grey-lines.png) no-repeat center bottom;
			z-index:0;
		}
		&:after {
			@include twins;
			width:100%;
			left:0;
			top:1025px;
			height:958px;
			background:url(img/blue-lines.png) no-repeat center bottom;
			z-index:0;
		}
	}
}*/
.calcul #outer:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 1171px;
  background: url(img/grey-lines-calc.png) no-repeat center bottom;
  z-index: 0;
}

.inner #outer {
  background: url(img/fon.png) repeat-y center;
}
.inner #outer:after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: 100px;
  height: 422px;
  background: url(img/footer-fon.png) repeat-x;
  z-index: 0;
}

* html #outer {
  height: 100%;
}

/*for IE min-height */
.container {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 20px;
  position: relative;
  /*z-index:2;*/
}
.container:after {
  display: block;
  position: absolute;
  content: "";
  position: relative;
  clear: both;
}

#header {
  /*ackground:url(img/header.png) no-repeat top center;*/
  height: 465px;
}
#header:after {
  background: url(img/header.png) no-repeat top center;
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 465px;
  top: 0;
  left: 0;
  z-index: 0;
}
#header .container {
  height: 465px;
  z-index: 4;
}
#header .logo {
  top: 10px;
  position: absolute;
  left: 0px;
}
#header .logo a,
#header .logo span {
  width: 240px;
  height: 253px;
  display: block;
}
#header .city {
  float: right;
  color: #0181a1;
  font-size: 16px;
  text-align: right;
  margin: 0 0 10px;
  padding: 50px 0 0;
}
#header .city .jq-selectbox__select {
  height: auto;
  line-height: normal;
  padding: 0 20px 0 0;
  border: none;
  min-width: inherit;
}
#header .city .jq-selectbox__select .jq-selectbox__select-text {
  display: inline-block;
  width: auto;
  border-bottom: 1px dashed #0181a1;
}
#header .city .jq-selectbox__select .jq-selectbox__trigger {
  background: none;
  width: 20px;
  border: none;
}
#header .city .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border-top-color: #0181a1;
  border-top-width: 6px;
  border-left-width: 4px;
  border-right-width: 4px;
  top: 10px;
  opacity: 1;
  right: 5px;
}
#header .city .jq-selectbox {
  margin: 0 0 0 5px;
  vertical-align: middle;
}
#header .city .jq-selectbox.opened .jq-selectbox__select-text {
  border-bottom-color: transparent;
  color: #15a1c9;
}
#header .city .jq-selectbox.opened .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border-top-color: #15a1c9;
}
#header .city .jq-selectbox .jq-selectbox__dropdown {
  color: #083e7e;
  text-align: left;
  border: none;
  top: 100% !important;
  width: auto;
  right: 0;
  left: auto;
  font-size: 14px;
}
#header .city .jq-selectbox .jq-selectbox__dropdown ul {
  padding: 0;
  margin: 0;
}
#header .city .jq-selectbox .jq-selectbox__dropdown ul li {
  list-style: none;
  margin: 0;
  padding: 5px;
}
#header .city .jq-selectbox .jq-selectbox__dropdown ul li:hover {
  background: #15a1c9;
  color: #fff;
}
#header .city .jq-selectbox .jq-selectbox__dropdown ul li.selected, #header .city .jq-selectbox .jq-selectbox__dropdown ul li.sel {
  background: #ccc;
  color: #666;
}
#header .phone {
  float: right;
  clear: both;
  font-family: "Archive", Arial, sans-serif;
  color: #0181a1;
  font-size: 24px;
  margin: 0 0 5px;
  position: relative;
  text-align: right;
}
#header .phone span.strong,
#header .phone strong {
  font-weight: normal;
  font-size: 36px;
  color: #083e7e;
}
#header .phone p {
  margin: 0;
}
#header .callback {
  float: right;
  clear: both;
  margin: 0 0 10px;
}
#header .callback a {
  display: inline-block;
  padding: 9px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  border: 3px solid #fff;
  font-family: "Archive", Arial, sans-serif;
  text-transform: uppercase;
  -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;
}
#header .callback a:hover {
  color: #083e7e;
  border-color: #083e7e;
}
#header .spanEditDel {
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 5;
}
#header .mail {
  float: right;
  clear: both;
  font-size: 18px;
  margin: 0 0 10px;
  position: relative;
}
#header .mail p {
  margin: 0;
}
#header .mail a {
  color: #052347;
}
#header .btn-calculator {
  position: absolute;
  bottom: 20px;
  right: 75px;
}
#header .btn-calculator a {
  display: block;
  width: 402px;
  height: 96px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(img/btn-text.png) no-repeat 0 top;
}
#header .btn-calculator a:hover {
  background-position: 0 bottom;
}

#body {
  position: relative;
}

a:hover, a:active, a:focus {
  outline: 0;
  outline: none;
}

.content {
  margin: 0 0 25px;
  position: relative;
  z-index: 2;
}

.main .content {
  float: left;
  width: 460px;
  margin: 0;
  z-index: 12;
  margin: 0 0 20px;
}
.main .news {
  float: right;
  width: 405px;
}

.content {
  line-height: 22px;
}
.content ul {
  margin: 10px 0px;
  padding: 0;
  overflow: hidden;
}
.content ul li {
  list-style: none;
  background: url(img/bull.png) no-repeat 5px 10px;
  padding: 0 0 0 20px;
  font-size: 14px;
  margin: 0 0 5px;
}
.content ol {
  overflow: hidden;
}
.content ol li {
  margin: 0 0 10px;
  padding: 0;
}
.content .right-print {
  text-align: right;
  margin: -5px 0 5px;
}
.content .right-print a {
  border-bottom: 2px dotted #15a1c9;
}
.content .right-print a:hover {
  border-color: transparent;
  color: #ea2713;
}
.content .print {
  font-variant: bold;
  text-decoration: none;
  color: #15a1c9;
}
.content .print:hover {
  color: #ea2713;
}

.calcul h1 {
  text-align: center;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.contactItem {
  display: table;
  margin: 0 0 10px;
  color: #555;
  font-size: 16px;
  line-height: 18px;
}
.contactItem span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 32px;
}
.contactItem span:first-child {
  padding: 0;
}
.contactItem span strong {
  display: block;
}
.contactItem span i {
  font-style: normal;
  color: #15a1c9;
  font-size: 12px;
  display: inline-block;
  margin: 0 0 0 5px;
}

.price {
  font-family: "Archive", Arial, sans-serif;
  font-weight: normal;
  text-align: left;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  color: #15a1c9;
  border-bottom: 2px dotted #15a1c9;
  -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;
}
.price:hover {
  border-bottom-color: #ea2713;
}

.right {
  text-align: right;
}

.image-left {
  float: left;
  margin: 5px 10px 5px 0;
}

.image-right {
  float: right;
  margin: 5px 0px 5px 10px;
}

.content p {
  margin: 10px 0;
}
.content .formField table {
  margin: 0;
}
.content .formField table td {
  border: none;
  padding: 0;
}
.content .formField table td br {
  display: none;
}
.content .divFilter table td {
  border: none;
  font-size: 13px;
  padding: 0 10px 10px 0;
}
.content .divFilter table td input[type=text] {
  width: 120px;
}
.content table {
  width: 100%;
  margin: 0 0 10px;
}
.content table thead {
  background: #eee;
}
.content table th {
  color: #333;
  font-size: 14px;
  line-height: 15px;
  padding: 8px 10px 8px 30px;
  text-align: left;
  font-weight: normal;
  border-bottom: 1px dotted #dedede;
}
.content table th span {
  display: block;
  color: #777;
}
.content table th.center {
  text-align: center;
}
.content table td {
  font-size: 16px;
  color: #555;
  padding: 8px 10px 8px 30px;
  border-bottom: 1px dotted #dedede;
}
.content table td.center {
  text-align: center;
  width: 24%;
}

#popup_form {
  position: absolute;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  background: url(img/blk60.png) repeat;
}
#popup_form form {
  behavior: url(js/PIE.htc);
  position: relative;
  margin: 60px auto 0;
  padding: 0 0 30px;
  width: 435px;
  background: #ffc523;
  border-bottom: 5px solid #ab7f0b;
  border-radius: 8px;
}
@media (max-width: 480px) {
  #popup_form form {
    margin: 25px auto;
    float: none;
    width: 90%;
  }
}
#popup_form form h3 {
  text-transform: none;
  color: #fff;
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 22px;
  background: #f02822;
  position: relative;
  padding: 10px 20px 15px;
  border-radius: 8px 8px 0 0;
  margin: 0 0 35px;
}
#popup_form form h3:after {
  display: block;
  position: absolute;
  content: "";
  background: url(img/form_h3.png) no-repeat center;
  height: 25px;
  width: 100%;
  left: 0;
  bottom: -25px;
}
#popup_form form h3 strong {
  font-weight: normal;
  font-size: 30px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
#popup_form form .formfield {
  padding: 0 30px;
}
#popup_form form .formfield input[type=text] {
  border-color: #ab8417;
  width: 93%;
}
#popup_form form button {
  border-color: #cf0808;
  -moz-box-shadow: 1px 2px 3px #bd420e;
  -webkit-box-shadow: 1px 2px 3px #bd420e;
  -o-box-shadow: 1px 2px 3px #bd420e;
  -ms-box-shadow: 1px 2px 3px #bd420e;
  box-shadow: 1px 2px 3px #bd420e;
  background: #ff2d26;
  background: -webkit-linear-gradient(top, #ff2d26 0%, #e4120b 100%);
  background: -moz-linear-gradient(top, #ff2d26 0%, #e4120b 100%);
  background: -o-linear-gradient(top, #ff2d26 0%, #e4120b 100%);
  background: -ms-linear-gradient(top, #ff2d26 0%, #e4120b 100%);
  background: linear-gradient(top, #ff2d26 0%, #e4120b 100%);
  -pie-background: linear-gradient(top, #ff2d26 0%, #e4120b 100%);
  behavior: url(js/PIE.htc);
  position: relative;
  color: #fff;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  display: block;
  font-weight: 500;
  margin: 0px;
  width: 99.5%;
  border-radius: 1px;
}
#popup_form form .divButton {
  padding: 5px 50px 0;
  text-align: center;
}
#popup_form .close {
  display: block;
  width: 20px;
  height: 20px;
  background: url(img/close.png) no-repeat;
  position: absolute;
  top: -22px;
  right: -22px;
  cursor: pointer;
}

body.price {
  background: #eeeeee;
}
body.price .price_list {
  background: #eeeeee;
  padding: 10px;
}
body.price h1 {
  text-align: center;
  color: #000;
  font-size: 36px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
body.price h2 {
  font-size: 30px;
  color: #15a1c9;
  text-align: center;
  margin: 20px 0 15px;
}
body.price h3 {
  margin: 15px 0 10px;
  color: #ea2713;
}
body.price table {
  width: 100%;
  border-collapse: collapse;
}
body.price table tr.top th,
body.price table tr.top td {
  text-align: center;
  color: #888;
  font-size: 12px;
  font-weight: 500;
}
body.price table td {
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  border: 1px dotted #777;
  padding: 5px;
}
body.price table th {
  font-weight: normal;
  font-size: 15px;
  line-height: 16px;
  text-align: left;
  width: 50%;
  border: 1px dotted #777;
  padding: 5px;
}
body.price table th br {
  display: block;
  margin: 0 0 3px;
}

.docs .listItem {
  margin: 0 0 10px;
  overflow: hidden;
}
.docs .listItem .listTitle {
  display: block;
}
.docs .listItem .listTitle img {
  float: left;
  margin: 2px 5px 0 0;
}
.docs .listItem .spanSort {
  float: left;
}

tr.disabled {
  background: #fdd;
}

.news,
.newsInner {
  position: relative;
  z-index: 15;
}
.news .title,
.newsInner .title {
  color: #555;
}
.news .newsItem,
.newsInner .newsItem {
  margin: 0 0 25px;
  position: relative;
}
.news .newsItem .date,
.newsInner .newsItem .date {
  position: absolute;
  width: 55px;
  left: -55px;
  top: 5px;
  color: #6ccbe2;
  font-size: 18px;
  line-height: 18px;
  font-family: "Archive", Arial, sans-serif;
}
.news .newsItem .date span,
.newsInner .newsItem .date span {
  display: block;
  font-size: 22px;
}
.news .newsItem a,
.newsInner .newsItem a {
  font-size: 16px;
  display: block;
}
.news .newsItem .spanEditDel a,
.newsInner .newsItem .spanEditDel a {
  display: inline;
}
.news .more a,
.newsInner .more a {
  color: #15a1c9;
}
.news .more a:hover,
.newsInner .more a:hover {
  color: #ea2713;
}

.newsInner .newsItem {
  padding: 0 0 0 55px;
}
.newsInner .newsItem .date {
  left: 0;
}

.date {
  color: #6ccbe2;
  font-size: 16px;
  line-height: 16px;
  font-family: "Archive", Arial, sans-serif;
}

.divYears {
  margin: 0 0 25px;
}

.objectsMain {
  position: relative;
  /*top:-60px;*/
  /*z-index:1;*/
}
.objectsMain:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: 145px;
  height: 1083px;
  background: url(img/grey-lines.png) no-repeat center;
  z-index: 0;
}
.objectsMain .title {
  color: #000;
  position: relative;
}
.objectsMain .map {
  position: relative;
  text-align: center;
  top: -80px;
  z-index: 10;
}

.servicesMain .advantages {
  float: right;
  width: 390px;
  margin-top: -190px;
}
.servicesMain .advantages .title {
  font-size: 24px;
  line-height: 25px;
}
.servicesMain .advantages .title strong {
  display: block;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
}
.servicesMain .advantages ol {
  counter-reset: point;
  list-style: outside none none;
  padding: 0;
}
.servicesMain .advantages ol li {
  padding: 0;
  margin: 0 0px 12px;
  position: relative;
  line-height: 22px;
}
.servicesMain .advantages ol li:before {
  color: #bedce3;
  content: counter(point, decimal);
  counter-increment: point 1;
  display: block;
  font-size: 72px;
  line-height: 72px;
  font-family: "Archive", Arial, sans-serif;
  position: absolute;
  width: 55px;
  left: -65px;
  top: -5px;
  text-align: right;
}
.servicesMain .our-services {
  margin-top: -100px;
  width: 460px;
  position: relative;
}
.servicesMain .our-services:before {
  display: block;
  position: absolute;
  content: "";
  height: 958px;
  width: 960px;
  bottom: -260px;
  right: -17px;
  background: url(img/blue-lines1.png) no-repeat;
  z-index: 0;
}
.servicesMain .our-services .title {
  color: #fff;
  position: relative;
}
.servicesMain .our-services ul {
  margin: 0 0 100px;
  padding: 0;
  min-height: 205px;
  position: relative;
}
.servicesMain .our-services ul li {
  list-style: none;
  background: url(img/bull.png) no-repeat 5px 5px;
  padding: 0 0 0 20px;
  font-size: 14px;
  font-family: "Archive", Arial, sans-serif;
  color: #9fdbe7;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.servicesMain .our-services ul li a {
  color: #9fdbe7;
}
.servicesMain .our-services ul li a:hover {
  color: #fff;
}
.servicesMain .our-services .btn_calk {
  position: absolute;
  right: 0;
  bottom: -180px;
  text-align: right;
  z-index: 2;
}
.servicesMain .our-services .btn_calk a {
  font-family: "Archive", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px dotted #487489;
}
.servicesMain .our-services .btn_calk a:hover {
  border-bottom-color: transparent;
  color: #ea2713;
}
.servicesMain .our-products {
  margin-bottom: 30px;
  position: relative;
}
.servicesMain .our-products ul {
  margin: 0 0 20px;
  padding: 0;
  min-height: 205px;
  position: relative;
  z-index: 2;
}
.servicesMain .our-products ul li {
  list-style: none;
  background: url(img/bull.png) no-repeat 5px 5px;
  padding: 0 0 0 20px;
  font-size: 14px;
  font-family: "Archive", Arial, sans-serif;
  color: #444;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.servicesMain .our-products ul li a {
  color: #444;
}
.servicesMain .our-products ul li a:hover {
  color: #15a1c9;
}

.videos {
  position: relative;
  width: 103%;
  left: -10px;
  margin: 20px 0 0;
}
.videos:after {
  display: block;
  position: absolute;
  content: "";
  position: relative;
  clear: both;
}
.videos .videoItem,
.videos p {
  float: left;
  width: 475px;
  display: block;
  margin: 15px 0 0px 10px;
}

.gallery {
  position: relative;
  overflow: hidden;
}

.gallery:after {
  display: block;
  position: absolute;
  content: "";
  position: relative;
  clear: both;
}

.gallery .listItem {
  float: left;
  width: 33%;
  margin: 0 0 25px;
}

.gallery .listItem.first {
  clear: both;
  margin: 0 0 25px;
}

.gallery .listItem .listPhoto {
  text-align: center;
  float: none;
  margin: 0;
}

.gallery .jq-checkbox {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.gallery .spanSort {
  float: left;
}

div.strong {
  margin: 0 0 3px;
  font-weight: bold;
}

.calcul #body .container .content {
  width: 600px;
  margin: 0 auto 30px;
  min-height: 650px;
}
.calcul h1 {
  font-size: 36px;
  line-height: 36px;
}
.calcul h2 {
  color: #15a1c9;
  font-size: 19px;
  text-align: center;
  line-height: 19px;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin: 15px 0 5px;
}
.calcul #body input[type=submit],
.calcul #body input[type=button],
.calcul #body button,
.calcul #body .btns a,
.calcul #body .calback a,
.calcul #body .button {
  background: #15a1c9;
  border: 1px solid #15a1c9;
  /*border-right:3px solid #206fce;*/
  border-bottom: 3px solid #083e7e;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-family: "Archive", Arial, sans-serif;
  line-height: 60px;
  height: 60px;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  -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;
}
.calcul #body input[type=submit]:hover, .calcul #body input[type=submit]:focus,
.calcul #body input[type=button]:hover,
.calcul #body input[type=button]:focus,
.calcul #body button:hover,
.calcul #body button:focus,
.calcul #body .btns a:hover,
.calcul #body .btns a:focus,
.calcul #body .calback a:hover,
.calcul #body .calback a:focus,
.calcul #body .button:hover,
.calcul #body .button:focus {
  background: #083e7e;
  border: 1px solid #083e7e;
  color: #fff;
}
.calcul #body input[type=submit].btn-red,
.calcul #body input[type=button].btn-red,
.calcul #body button.btn-red,
.calcul #body .btns a.btn-red,
.calcul #body .calback a.btn-red,
.calcul #body .button.btn-red {
  background: #ea2713;
  background: -webkit-linear-gradient(top, #ea2713 0%, #ea2713 100%);
  background: -moz-linear-gradient(top, #ea2713 0%, #ea2713 100%);
  background: -o-linear-gradient(top, #ea2713 0%, #ea2713 100%);
  background: -ms-linear-gradient(top, #ea2713 0%, #ea2713 100%);
  background: linear-gradient(top, #ea2713 0%, #ea2713 100%);
  -pie-background: linear-gradient(top, #ea2713 0%, #ea2713 100%);
  behavior: url(js/PIE.htc);
  position: relative;
  border-color: #ea2713;
  border-bottom-color: #a60f00;
  color: #fff;
  font-size: 30px;
}
.calcul #body input[type=submit].btn-red:hover,
.calcul #body input[type=button].btn-red:hover,
.calcul #body button.btn-red:hover,
.calcul #body .btns a.btn-red:hover,
.calcul #body .calback a.btn-red:hover,
.calcul #body .button.btn-red:hover {
  background: #0a4a97;
  background: -webkit-linear-gradient(top, #0a4a97 0%, #07346a 100%);
  background: -moz-linear-gradient(top, #0a4a97 0%, #07346a 100%);
  background: -o-linear-gradient(top, #0a4a97 0%, #07346a 100%);
  background: -ms-linear-gradient(top, #0a4a97 0%, #07346a 100%);
  background: linear-gradient(top, #0a4a97 0%, #07346a 100%);
  -pie-background: linear-gradient(top, #0a4a97 0%, #07346a 100%);
  behavior: url(js/PIE.htc);
  position: relative;
  border: 1px solid #0a4a97;
  color: #fff;
  font-size: 30px;
  border-color: #083e7e;
  border-bottom: 3px solid #052347;
}
.calcul #body input[type=text],
.calcul #body input[type=number],
.calcul #body input[type=email],
.calcul #body input[type=password] select,
.calcul #body textarea,
.calcul #body .input {
  background: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 1em;
  border: 3px solid #d2d2d2;
  font-size: 16px;
  font-family: Tahoma, Arial, sans-serif;
  color: #555;
  -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;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2px 0 0;
}
.calcul #body input[type=text]:focus,
.calcul #body input[type=number]:focus,
.calcul #body input[type=email]:focus,
.calcul #body input[type=password] select:focus,
.calcul #body textarea:focus,
.calcul #body .input:focus {
  outline: 0;
  background: #fff;
  color: #555;
  -moz-box-shadow: inset 1px 2px 4px #888;
  -webkit-box-shadow: inset 1px 2px 4px #888;
  -o-box-shadow: inset 1px 2px 4px #888;
  -ms-box-shadow: inset 1px 2px 4px #888;
  box-shadow: inset 1px 2px 4px #888;
}
.calcul #body .divForm {
  background: #15a1c9 url(img/calculator.png) no-repeat center top;
  padding: 25px 110px;
  margin: 0px;
}
.calcul #body .divForm input[type=submit],
.calcul #body .divForm input[type=button],
.calcul #body .divForm button,
.calcul #body .divForm .btns a,
.calcul #body .divForm .calback a,
.calcul #body .divForm .button {
  background: #0a4a97;
  background: -webkit-linear-gradient(top, #0a4a97 0%, #07346a 100%);
  background: -moz-linear-gradient(top, #0a4a97 0%, #07346a 100%);
  background: -o-linear-gradient(top, #0a4a97 0%, #07346a 100%);
  background: -ms-linear-gradient(top, #0a4a97 0%, #07346a 100%);
  background: linear-gradient(top, #0a4a97 0%, #07346a 100%);
  -pie-background: linear-gradient(top, #0a4a97 0%, #07346a 100%);
  behavior: url(js/PIE.htc);
  position: relative;
  border: 1px solid #0a4a97;
  color: #fff;
  font-size: 30px;
  border-bottom: 3px solid #052347;
}
.calcul #body .divForm input[type=submit]:hover,
.calcul #body .divForm input[type=button]:hover,
.calcul #body .divForm button:hover,
.calcul #body .divForm .btns a:hover,
.calcul #body .divForm .calback a:hover,
.calcul #body .divForm .button:hover {
  background: #07346a;
  background: -webkit-linear-gradient(top, #07346a 0%, #0a4a97 100%);
  background: -moz-linear-gradient(top, #07346a 0%, #0a4a97 100%);
  background: -o-linear-gradient(top, #07346a 0%, #0a4a97 100%);
  background: -ms-linear-gradient(top, #07346a 0%, #0a4a97 100%);
  background: linear-gradient(top, #07346a 0%, #0a4a97 100%);
  -pie-background: linear-gradient(top, #07346a 0%, #0a4a97 100%);
  behavior: url(js/PIE.htc);
  position: relative;
  border: 1px solid #0a4a97;
  border-bottom: 3px solid #052347;
  color: #fff;
}
.calcul #body .divForm .formField {
  text-align: center;
  color: #fff;
  position: relative;
}
.calcul #body .divForm .formField input[type=text],
.calcul #body .divForm .formField input[type=number],
.calcul #body .divForm .formField input[type=email],
.calcul #body .divForm .formField input[type=password] {
  border: none;
  height: 40px;
  line-height: 40px;
}
.calcul #body .divForm .formField.km input[type=text],
.calcul #body .divForm .formField.km input[type=number] {
  width: 85px;
  text-align: right;
  margin: 0;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}
.calcul #body .divForm .formField.amount input[type=text],
.calcul #body .divForm .formField.amount input[type=number] {
  float: left;
  width: 49.5%;
  text-align: right;
  margin: 0;
  background: #fff;
}
.calcul #body .divForm .formField.amount .jq-selectbox {
  width: 49.5%;
  float: right;
}
.calcul #body .divForm .formField.amount .jq-selectbox .jq-selectbox__select {
  display: block;
  min-width: inherit;
}
.calcul #body .divForm .formField.amount .unitTitle {
  line-height: 22px;
  font-size: 14px;
  text-align: center;
  color: #083e7e;
  float: right;
  width: 49.5%;
  background: #fff none repeat scroll 0 0;
  border: medium none;
  height: 40px;
  line-height: 40px;
  padding: 0 25px 0 10px;
  text-align: center;
  box-sizing: border-box;
}
.calcul #body .divForm .formField.amount i {
  right: 100%;
  margin: 0 5px 0 0;
  left: auto;
  text-align: right;
}
.calcul #body .divForm .formField strong {
  display: block;
  margin: 0 0 3px;
}
.calcul #body .divForm .formField .or {
  width: 44px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 44px;
  position: absolute;
  bottom: 3px;
  left: 167px;
  z-index: 5;
  display: block;
  background: #15a1c9;
  -moz-box-shadow: 0 1px 1px #083e7e;
  -webkit-box-shadow: 0 1px 1px #083e7e;
  -o-box-shadow: 0 1px 1px #083e7e;
  -ms-box-shadow: 0 1px 1px #083e7e;
  box-shadow: 0 1px 1px #083e7e;
}
.calcul #body .divForm .formField i {
  position: absolute;
  font-style: normal;
  color: #b3eeff;
  font-size: 14px;
  display: block;
  width: 80px;
  left: 100%;
  bottom: 6px;
  margin-left: 5px;
  text-align: left;
  line-height: 14px;
}
.calcul #body .divForm .formField label {
  display: block;
  width: 49.5%;
  float: left;
  position: relative;
  height: 50px;
  margin: 0;
}
.calcul #body .divForm .formField label.left .jq-radio:after {
  left: 100%;
}
.calcul #body .divForm .formField label.left .jq-radio.checked:after {
  left: 0;
}
.calcul #body .divForm .formField label.right {
  float: right;
}
.calcul #body .divForm .formField label.right .jq-radio:after {
  right: 100%;
}
.calcul #body .divForm .formField label.right .jq-radio.checked:after {
  right: 0;
}
.calcul #body .divForm .formField label.active span {
  color: #fff;
}
.calcul #body .divForm .formField label span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #15a1c9;
  width: 146px;
  height: 50px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.calcul #body .divForm .formField label .jq-radio {
  display: block !important;
  position: absolute !important;
  z-index: 0;
  background: #fff;
  height: 50px;
  border-radius: 0;
  border: none;
  width: 100% !important;
  margin: 0;
  top: 0;
  left: 0;
  overflow: hidden;
}
.calcul #body .divForm .formField label .jq-radio .jq-radio__div {
  display: none;
}
.calcul #body .divForm .formField label .jq-radio:after {
  width: 100%;
  height: 100%;
  -moz-box-shadow: 1px 0px 2px #000 inset;
  -webkit-box-shadow: 1px 0px 2px #000 inset;
  -o-box-shadow: 1px 0px 2px #000 inset;
  -ms-box-shadow: 1px 0px 2px #000 inset;
  box-shadow: 1px 0px 2px #000 inset;
  -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;
  background: #083e7e;
  display: block;
  position: absolute;
  content: "";
  top: 0;
}
.calcul #body .divForm .formField label .jq-radio.checked:after {
  left: 0;
}
.calcul #body .divForm .formButton {
  margin: 10px 0 0;
}
.calcul #body .divForm .formButton button {
  width: 100%;
  text-align: center;
}
.calcul #body .divForm .jq-selectbox {
  display: block !important;
  color: #083e7e;
}
.calcul #body .divForm .jq-selectbox .jq-selectbox__select {
  height: 40px;
  line-height: 40px;
  background: #fff;
  border: none;
  padding: 0 25px 0 10px;
  text-align: center;
}
.calcul #body .divForm .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
  background: none;
  border: none;
}
.calcul #body .divForm .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  width: 17px;
  height: 11px;
  background: url(img/arrow-select.png) no-repeat;
  border: none;
  top: 16px;
  right: 8px;
}
.calcul #body .divForm .jq-selectbox .jq-selectbox__dropdown {
  border: none;
  -moz-box-shadow: 0 2px 3px #0581a4;
  -webkit-box-shadow: 0 2px 3px #0581a4;
  -o-box-shadow: 0 2px 3px #0581a4;
  -ms-box-shadow: 0 2px 3px #0581a4;
  box-shadow: 0 2px 3px #0581a4;
  top: 40px;
  color: #555;
}
.calcul #body .divForm .jq-selectbox .jq-selectbox__dropdown .jq-selectbox__search {
  display: none !important;
}
.calcul #body .divForm .jq-selectbox .jq-selectbox__dropdown ul {
  margin: 0;
  padding: 0;
}
.calcul #body .divForm .jq-selectbox .jq-selectbox__dropdown ul li {
  padding: 5px;
  list-style: none;
  background: #fff;
  text-align: left;
  white-space: normal !important;
}
.calcul #body .divForm .jq-selectbox .jq-selectbox__dropdown ul li.sel, .calcul #body .divForm .jq-selectbox .jq-selectbox__dropdown ul li.selected {
  background: #ddd;
}
.calcul #body .divForm .jq-selectbox .jq-selectbox__dropdown ul li:hover {
  background: #15a1c9;
  color: #fff;
}
.calcul #body .price1 {
  margin: 0 0 10px;
  font-family: "Archive", Arial, sans-serif;
  color: #15a1c9;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
}
.calcul #body .price1 strong {
  font-weight: normal;
  font-size: 30px;
}
.calcul #body .price1 .strong span {
  font-weight: normal;
  font-size: 30px;
}
.calcul #body .price2 {
  margin: 0 0 15px;
  font-family: "Archive", Arial, sans-serif;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
}
.calcul #body .price2 .strong span {
  font-weight: normal;
  font-size: 30px;
}
.calcul #body .date {
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Tahoma, Arial, sans-serif;
  color: #0088c1;
  margin: 0;
}
.calcul #body #calc_result p {
  text-align: center;
}

#alertLayout {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  z-index: 1000;
}

#alertLayout .wnd {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 500px;
  min-height: 50px;
  margin: -25px 0 0 -250px;
  background: rgba(255, 255, 255, 0.8);
  border: 3px solid #aaa;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}

#alertLayout .close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  font-family: Verdana;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
  color: #fff;
  background: #999;
  border: 2px solid #888;
}

#alertLayout .close:hover {
  background: red;
  border: 2px solid #a00;
}

#alertLayout p.error {
  color: #aa0000;
}

.divCalcForm #calc_result {
  background: #083e7e;
  padding: 54px 15px 15px;
  margin: 0 0 10px;
  position: relative;
}
.divCalcForm #calc_result:before {
  display: block;
  position: absolute;
  content: "";
  border-top: 45px solid #15a1c9;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  top: 0;
  left: calc(50% - 60px);
}
.divCalcForm .formButton {
  margin: 10px 0 0;
}
.divCalcForm .formButton button {
  width: 100%;
  text-align: center;
}

.orderForm {
  margin-bottom: 70px;
}
.orderForm .formField .title {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Tahoma, Arial, sans-serif;
  color: #777;
  margin: 0 0 2px;
}
.orderForm .formField .star {
  color: #15a1c9;
}
.orderForm .formField input[type=text],
.orderForm .formField input[type=mail],
.orderForm .formField textarea {
  border: 2px solid #d2d2d2;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.orderForm .formField textarea {
  height: 135px;
}
.orderForm .text__description {
  padding: 18px;
  background: #15a1c9;
  color: #fff;
}
.orderForm .text__description h3 {
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  font-family: "Archive", Arial, sans-serif;
}
.orderForm .text__description p {
  margin: 0 0 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-family: Tahoma, Arial, sans-serif;
}
.orderForm .text__description p strong {
  display: block;
}
.orderForm .text__total {
  background: #083e7e;
  padding: 40px 18px 18px;
  position: relative;
}
.orderForm .text__total:before {
  display: block;
  position: absolute;
  content: "";
  border-top: 25px solid #15a1c9;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  top: 0;
  left: calc(50% - 60px);
}
.orderForm .text__total .price1 {
  margin: 0 0 10px;
  font-family: "Archive", Arial, sans-serif;
  color: #15a1c9;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: 24px;
}
.orderForm .text__total .price1 strong {
  font-weight: normal;
  white-space: nowrap;
}
.orderForm .text__total .price1 .strong {
  white-space: nowrap;
  font-weight: normal;
}
.orderForm .text__total .price1 .strong span {
  font-weight: normal;
  font-size: 20px;
}
.orderForm .text__total .price2 {
  margin: 0;
  font-family: "Archive", Arial, sans-serif;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
}
.orderForm .text__total .price2 .strong {
  display: block;
}
.orderForm .text__total .price2 .strong span {
  font-weight: normal;
  font-size: 30px;
}
.orderForm .text .date {
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-family: Tahoma, Arial, sans-serif;
  color: #999999;
  text-align: center;
  margin: 5px 0 10px;
}
.orderForm .captcha {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.orderForm .captcha img {
  margin: 0;
}
.orderForm .formButton .btn.btn-red {
  height: 78px;
  line-height: 78px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  border-bottom-width: 3px;
}

.orderText {
  margin-bottom: 70px;
}
.orderText__description {
  padding: 18px;
  background: #15a1c9;
  color: #fff;
}
.orderText__description p {
  margin: 0 0 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-family: Tahoma, Arial, sans-serif;
}
.orderText__description a {
  color: #fff;
}
.orderText__description a:hover {
  color: #083e7e;
}
.orderText__total {
  background: #083e7e;
  padding: 45px 18px 18px;
  position: relative;
  text-align: center;
}
.orderText__total:before {
  display: block;
  position: absolute;
  content: "";
  border-top: 25px solid #15a1c9;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  top: 0;
  left: calc(50% - 60px);
}
.orderText__total h3 {
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 15px;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  font-family: "Archive", Arial, sans-serif;
}
.orderText__total p {
  margin: 10px 0 0;
  text-align: center;
  color: #15a1c9;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Tahoma, Arial, sans-serif;
}

.map {
  width: 1088px;
  margin: 0 auto 60px;
}
.map .imagepoint {
  position: absolute;
  z-index: 100;
}
.map .imagepoint:before {
  display: block;
  position: absolute;
  content: "";
  z-index: 0;
  background: url(img/ico-map2.png) no-repeat;
  width: 24px;
  height: 15px;
  top: 16px;
  left: 8px;
}
.map .imagepoint:after {
  display: block;
  position: absolute;
  content: "";
  z-index: 1;
  background: url(img/ico-map1.png) no-repeat;
  width: 25px;
  height: 32px;
  top: 0px;
  left: 0px;
}
.map .imagepoint span {
  width: 25px;
  height: 22px;
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 22px;
  color: #ea2713;
  font-size: 13px;
  font-family: "Archive", Arial, sans-serif;
}
.map .imagepoint .pointList {
  background: url(img/wht75.png) repeat;
  border: 1px solid #15a1c9;
  border-bottom: none;
  behavior: url(js/PIE.htc);
  position: relative;
  position: absolute;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 363px;
  z-index: 3;
  bottom: 21px;
  left: 0px;
  padding: 15px 20px;
  text-align: left;
  -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;
  display: none;
}
.map .imagepoint .pointList:after {
  display: block;
  position: absolute;
  content: "";
  height: 22px;
  border-top: 1px solid #15a1c9;
  width: 338px;
  top: 100%;
  right: 0px;
}
.map .imagepoint .pointList .title {
  font-size: 20px;
  margin: 0 0 10px;
  color: #083e7e;
}
.map .imagepoint .pointList ol {
  margin: 0 0 0 20px;
  padding: 0;
}
.map .imagepoint .pointList ol li {
  margin: 0 0 10px;
  padding: 0;
  font-size: 14px;
  line-height: 14px;
  font-family: "Archive", Arial, sans-serif;
  color: #333;
  text-transform: uppercase;
}
.map .imagepoint:hover, .map .imagepoint.selected, .map .imagepoint.hovered {
  z-index: 101;
}
.map .imagepoint:hover:after, .map .imagepoint.selected:after, .map .imagepoint.hovered:after {
  opacity: 0.75;
}
.map .imagepoint:hover .pointList, .map .imagepoint.selected .pointList, .map .imagepoint.hovered .pointList {
  display: block;
}

.menuTop {
  right: 13px;
  top: 0;
  position: absolute;
}
.menuTop ul {
  margin: 0;
  padding: 0;
  height: 50px;
}
.menuTop ul li {
  margin: 0 0 0 10px;
  padding: 0px;
  list-style: none;
  float: left;
  position: relative;
  /*&:before {
  	@include twins;
  	width:100%;
  	height:62px;
  	background:url(img/menu01.png) no-repeat;
  	background-size:100%;
  	bottom:30px;
  	left:0;	
  }*/
}
.menuTop ul li img {
  width: 100%;
  height: 62px;
  position: absolute;
  left: 0;
  top: -55px;
  -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;
}
.menuTop ul li a,
.menuTop ul li span {
  display: block;
  margin: 0;
  padding: 0px 7px;
  cursor: pointer;
  text-decoration: none;
  color: #083e7e;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  font-family: "Archive", Arial, sans-serif;
  position: relative;
  z-index: 2;
}
.menuTop ul li:hover img, .menuTop ul li.act img {
  top: -12px;
}
.menuTop ul li:hover a,
.menuTop ul li:hover span, .menuTop ul li.act a,
.menuTop ul li.act span {
  color: #ea2713;
  text-decoration: none;
}

.leftMenu {
  float: left;
  width: 270px;
  margin: 0 25px 10px 0;
  position: relative;
}
.leftMenu:after {
  display: block;
  position: absolute;
  content: "";
  background: url(img/leftmenu.png) no-repeat;
  top: -360px;
  right: 0;
  width: 750px;
  height: 985px;
}
.leftMenu .title {
  position: relative;
  z-index: 2;
  font-size: 36px;
  color: #333;
  line-height: 36px;
  margin: 0 0 20px;
}
.leftMenu ul {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  min-height: 575px;
}
.leftMenu ul li {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
  background: none;
}
.leftMenu ul li a,
.leftMenu ul li span {
  font-family: "Archive", Arial, sans-serif;
  font-size: 16px;
  line-height: 17px;
  text-decoration: none;
}
.leftMenu ul li:hover a,
.leftMenu ul li:hover span, .leftMenu ul li.act a,
.leftMenu ul li.act span {
  color: #ea2713;
}

.footer {
  height: 224px;
}

#footer {
  height: 224px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #083e7e;
  /*z-index:2;*/
}
#footer:after {
  display: block;
  position: absolute;
  content: "";
  background: url(img/footer-lines.png) no-repeat center;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 497px;
}
#footer .container {
  z-index: 2;
}
#footer .menu {
  float: left;
  padding: 22px 0 0;
  width: 240px;
}
#footer .menu ul {
  margin: 0 0 0 50px;
  padding: 0;
}
#footer .menu ul li {
  list-style: none;
  margin: 0 0 7px;
  text-transform: uppercase;
}
#footer .menu ul li a,
#footer .menu ul li span {
  font-size: 16px;
  color: #fff;
  font-family: "Archive", Arial, sans-serif;
  line-height: 16px;
  text-decoration: none;
}
#footer .menu ul li:hover a,
#footer .menu ul li:hover span, #footer .menu ul li.act a,
#footer .menu ul li.act span {
  color: #ea2713;
}
#footer .spanEditDel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#footer .contacts {
  float: left;
  width: 380px;
  color: #fff;
  padding: 20px 0 0;
  font-size: 14px;
  position: relative;
}
#footer .contacts p {
  margin: 0 0 15px;
}
#footer .contacts p span.strong {
  font-family: "Archive", Arial, sans-serif;
  font-size: 18px;
  color: #15a1c9;
  font-weight: normal;
  text-transform: uppercase;
}
#footer .copyright {
  float: right;
  width: 295px;
  padding: 20px 0 0;
  color: #fff;
  font-size: 14px;
  position: relative;
}
#footer .copyright span.strong {
  font-weight: normal;
  color: #15a1c9;
  font-size: 15px;
}
#footer .copyright span.strong a {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Archive", Arial, sans-serif;
}
#footer .copyright p {
  margin: 0 0 20px;
}
#footer .copyright a {
  color: #15a1c9;
}

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