/*! normalize.scss v0.1.0 | MIT License | based on 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, menu, 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-color: 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 {
  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 */
  /* 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; }

.inner:before, header .header_bottom:before, .sitemap_widget:before, .inner:after, header .header_bottom:after, .sitemap_widget:after {
  content: "";
  display: table; }
.inner:after, header .header_bottom:after, .sitemap_widget:after {
  clear: both; }

@font-face {
  font-family: "Bender";
  src: url('../fonts/bender_italic-webfont.eot');
  src: url('../fonts/bender_italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bender_italic-webfont.woff2') format('woff2'), url('../fonts/bender_italic-webfont.woff') format('woff'), url('../fonts/bender_italic-webfont.ttf') format('truetype'), url('../fonts/bender_italic-webfont.svg#Bender') format('svg');
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Bender";
  src: url('../fonts/bender_bold_italic-webfont.eot');
  src: url('../fonts/bender_bold_italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bender_bold_italic-webfont.woff2') format('woff2'), url('../fonts/bender_bold_italic-webfont.woff') format('woff'), url('../fonts/bender_bold_italic-webfont.ttf') format('truetype'), url('../fonts/bender_bold_italic-webfont.svg#Bender') format('svg');
  font-weight: bold;
  font-style: italic; }

body {
  font: normal 12px/1.5 Verdana;
  color: #3c3c3c; }

p {
  margin: 0 0 10px; }

a {
  color: #5766af; }
  a:visited {
    color: #343d6c; }
  a:hover {
    color: #44518f;
    text-decoration: none; }

h1, h2, h3, h4 {
  text-transform: uppercase;
  font: normal italic 30px Bender;
  color: #bb3b39;
  margin: 0 0 0.5em 0;
  padding: 0; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

.inner {
  width: 1000px;
  margin: 0 auto; }

header {
  background: url(../images/header_pattern.png) repeat; }

.logo {
  float: left;
  margin: 20px 0 20px; }
  .logo a {
    display: block;
    width: 210px;
    height: 90px;
    background: url(../images/logo.png) no-repeat; }

header .rightside {
  float: right;
  position: relative;
  width: 742px; }

.widgets {
  float: right; }

header .contacts {
  margin: 30px 0 0;
  float: right;
  clear: right;
  position: relative;
  font-style: italic;
  width: 486px; }
  header .contacts > div {
    float: left; }
  header .contacts strong {
    font-weight: normal;
    color: #a1a1a1; }
  header .contacts a {
    color: #A5257D; }
    header .contacts a:hover {
      text-decoration: none; }
  header .contacts .phone {
    position: absolute;
    left: -255px;
    top: -71px;
    font: bold italic 30px Bender; }
    header .contacts .phone strong {
      display: block;
      font: normal 12px Verdana; }
    header .contacts .phone span.code {
      font-weight: normal;
      font-size: 24px; }
  header .contacts .mail {
    margin: 0 0 0 50px; }

.course {
  border: 1px solid #e29b36;
  -webkit-transform: skewX(-15deg);
      -ms-transform: skewX(-15deg);
          transform: skewX(-15deg);
  border-radius: 6px;
  text-align: center;
  width: 174px;
  position: absolute;
  left: 0;
  top: 81px;
  line-height: 25px; }
  .course > div {
    -webkit-transform: skewX(15deg);
        -ms-transform: skewX(15deg);
            transform: skewX(15deg); }
  .course strong {
    color: #bf3b39;
    font-weight: normal; }

.icon {
  display: block;
  position: absolute;
  background-repeat: no-repeat; }
  .widgets .icon {
    width: 56px;
    height: 37px;
    left: 0;
    top: 0; }
    .widgets .icon.write_us {
      background-image: url(../images/write_us.png); }
    .widgets .icon.sitemap {
      background-image: url(../images/sitemap.png); }
    .widgets .icon.cabinet {
      background-image: url(../images/cabinet.png); }

.widgets {
  margin: 20px 0 0; }
  .widgets a {
    display: block;
    position: relative;
    float: left;
    padding: 2px 0 0 64px;
    color: #3c3c3c;
    margin: 0 0 0 34px;
    text-decoration: underline; }
    .widgets a:hover {
      text-decoration: none; }

header {
  overflow: hidden; }
  header .header_bottom {
    clear: both; }
  header nav.menu {
    position: relative;
    z-index: 1;
    border: 1px solid #9f9f9f;
    padding: 3px 0 3px 15px;
    -webkit-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
            transform: skewX(-15deg);
    width: 879px;
    float: left;
    border-radius: 6px; }
    header nav.menu .icon {
      width: 32px;
      height: 32px;
      background-position: 0 0;
      left: 0;
      top: 0; }
    header nav.menu > ul {
      -webkit-transform: skewX(15deg);
          -ms-transform: skewX(15deg);
              transform: skewX(15deg);
      list-style: none;
      padding: 0;
      margin: 0; }
      header nav.menu > ul > li {
        float: left;
        font: italic 17px/29px Bender;
        text-transform: uppercase;
        margin: 0 25px 0 0; }
        header nav.menu > ul > li:first-child .icon {
          background-image: url(../images/ico_1.png); }
        header nav.menu > ul > li:first-child + li .icon {
          background-image: url(../images/ico_2.png); }
        header nav.menu > ul > li:first-child + li + li .icon {
          background-image: url(../images/ico_3.png); }
        header nav.menu > ul > li:first-child + li + li + li .icon {
          background-image: url(../images/ico_4.png); }
        header nav.menu > ul > li:first-child + li + li + li + li .icon {
          background-image: url(../images/ico_5.png); }
        header nav.menu > ul > li:last-child {
          margin: 0; }
        header nav.menu > ul > li a {
          text-decoration: none;
          color: #3c3c3c;
          position: relative;
          padding: 0 0 0 52px;
          display: block; }
          header nav.menu > ul > li a:hover {
            color: #bb3b39; }
        header nav.menu > ul > li.active > a {
          color: #bb3b39; }
        header nav.menu > ul > li ul {
          display: none;
          border: 1px solid #9f9f9f;
          padding: 3px 15px;
          -webkit-transform: skewX(-15deg);
              -ms-transform: skewX(-15deg);
                  transform: skewX(-15deg);
          border-radius: 4px;
          position: absolute;
          top: 40px;
          margin: 0;
          list-style: none; }
          header nav.menu > ul > li ul:before {
            content: "";
            display: block;
            position: absolute;
            top: -15px;
            left: 0;
            height: 15px;
            width: 100%; }
          header nav.menu > ul > li ul .icon {
            display: none; }
          header nav.menu > ul > li ul a {
            font-size: 12px;
            padding: 0; }
            header nav.menu > ul > li ul a:before {
              content: "/";
              display: inline;
              padding: 0 5px; }
          header nav.menu > ul > li ul li {
            float: left;
            -webkit-transform: skewX(15deg);
                -ms-transform: skewX(15deg);
                    transform: skewX(15deg);
            font-size: 16px;
            line-height: 19px; }
            header nav.menu > ul > li ul li:first-child a:before {
              display: none; }
            header nav.menu > ul > li ul li.active a {
              color: #bb3b39; }
        header nav.menu > ul > li:hover ul {
          background: #e7e0d8;
          display: block; }
    header nav.menu.close > ul > li {
      width: 0px; }
    header nav.menu.close > ul > li > a {
      text-indent: -9999px; }

::-webkit-input-placeholder {
  color: #3c3c3c;
  font: italic 14px/30px Verdana; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #3c3c3c;
  font: italic 14px/30px Verdana; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #3c3c3c;
  font: italic 14px/30px Verdana; }

:-ms-input-placeholder {
  color: #3c3c3c;
  font: italic 14px/30px Verdana; }

.placeholder {
  color: #3c3c3c;
  font: italic 14px/30px Verdana; }

.search {
  float: right;
  position: relative;
  width: 87px;
  z-index: 1;
  border: 1px solid #9f9f9f;
  -webkit-transform: skewX(-15deg);
      -ms-transform: skewX(-15deg);
          transform: skewX(-15deg);
  border-radius: 6px; }
  .search form {
    -webkit-transform: skewX(15deg);
        -ms-transform: skewX(15deg);
            transform: skewX(15deg);
    position: relative;
    height: 35px; }
  .search input {
    border: 0;
    background: transparent;
    outline: none;
    width: 0%;
    opacity: 0;
    height: 30px;
    line-height: 30px;
    margin: 2px 0 0 25px; }
  .search.open input {
    width: 85%;
    opacity: 1; }
  .search button {
    background: url(../images/ico_search.png) no-repeat;
    width: 30px;
    position: absolute;
    top: 3px;
    right: 28px;
    height: 30px;
    border: 0;
    outline: none; }

.slider {
  height: 348px;
  position: relative;
  z-index: 0; }
  .slider .slider_item {
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 100%;
    height: 384px;
    top: -37px; }
    .slider .slider_item > div {
      position: absolute;
      width: 100%;
      height: 100%; }
    .slider .slider_item:first-child {
      left: 0; }
      .slider .slider_item:first-child .bg {
        background: url(../images/slider_bg1.png) no-repeat center -15px; }
      .slider .slider_item:first-child + .slider_item .bg {
        background: url(../images/slider_bg2.png) no-repeat center 0; }
  .slider .slider_item:first-child > div.mainImage {
    top: 80px;
    left: -30px; }
  .slider .slider_item:first-child + .slider_item > div.mainImage {
    top: -50px;
    text-indent: -320px; }
  .slider .mainImage {
    text-align: center; }
    .slider .mainImage img {
      margin: 80px 0 0; }
  .slider .people {
    background: url(../images/people.png) no-repeat center 0; }
  .slider .title {
    text-transform: uppercase;
    font: normal italic 20px Bender; }
    .slider .title .inner div {
      margin: 75px 0 0 560px; }
  .slider .description {
    text-transform: uppercase;
    font: bold italic 31px Bender; }
    .slider .description .inner div {
      margin: 115px 0 0 643px; }
  html.js .slider .bg {
    opacity: 0; }
  html.js .slider .people {
    opacity: 0; }
  html.js .slider .title {
    right: -100%; }
  html.js .slider .description {
    right: -100%; }
  html.js .slider .slider_item:first-child .mainImage {
    left: -100%; }
  html.js .slider .slider_item:first-child + .slider_item .mainImage {
    opacity: 0; }

main article .inner.mainside > div {
  width: 565px;
  float: left; }
  main article .inner.mainside > div h1 {
    font-size: 20px;
    font-weight: bold; }
main aside {
  margin: 0 0 0 0;
  width: 370px;
  float: right; }
  main aside h3 {
    font-size: 20px;
    font-weight: bold;
    display: inline-block; }

.blocks {
  font-size: 0;
  line-height: 0;
  text-align: center; }

.blocks_item {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  font-size: 12px;
  line-height: 1.5; }

.blocks_image {
  display: table-cell;
  width: 33%;
  vertical-align: middle;
  text-align: center; }

.blocks_title {
  font: normal italic 18px Verdana;
  text-transform: uppercase; }

.blocks_description {
  color: #756e6d;
  padding: 0 47px; }

.service {
  padding: 30px 0; }
  .service h2 {
    text-align: center;
    margin: 0 0 1em 0; }
  .service .blocks_title {
    color: #554746;
    margin: -8px 0 8px; }
  .service .blocks_image {
    height: 178px; }
  .service .blocks_item:first-child + div .blocks_image {
    text-indent: 50px; }
  .service .blocks_item:first-child + div + div .blocks_image {
    text-indent: 50px; }

.advantage {
  background: url(../images/pattern.png) repeat;
  color: #fff; }
  .advantage h2 {
    text-align: center;
    color: #fff;
    margin: 0 0 1em 0; }
  .advantage > div {
    background: url(../images/advantage.png) no-repeat center 0;
    padding: 30px 0; }
  .advantage .blocks_image {
    height: 160px;
    vertical-align: middle; }
  .advantage .blocks_title {
    font-size: 16px;
    padding: 0 10px;
    margin: 20px 0 0 0; }
  .advantage .blocks_item:first-child .blocks_title {
    padding: 0 16px; }

.news_widget > a {
  color: rgba(231, 131, 43, 0.9);
  margin: 0 0 0 20px; }

.news_item {
  overflow: hidden; }
  .news_item .image {
    float: left;
    margin: 0 10px 0 0; }
    .news_item .image img {
      display: block; }
  .news_item .date {
    color: rgba(231, 131, 43, 0.8);
    position: relative;
    overflow: hidden;
    padding: 0 0 0 25px; }
    .news_item .date .icon {
      left: 0;
      top: 2px;
      width: 15px;
      height: 15px;
      background: url(../images/date.png) no-repeat; }

article {
  padding: 30px 0; }

footer {
  height: 137px;
  background: url(../images/footer.jpg) no-repeat center 0 #000;
  color: #fff;
  padding: 35px 0 0; }
  footer a {
    color: #fff; }
  footer .leftside {
    float: left;
    font-size: 13px; }
  footer .mail a {
    color: #bf3b39; }
  footer .order a {
    color: #fff; }
  footer .rightside {
    float: right; }
    footer .rightside nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    footer .rightside nav li {
      float: left;
      padding: 0 0 0 10px; }
      footer .rightside nav li a {
        color: #fff;
        text-decoration: none;
        font-size: 13px; }
        footer .rightside nav li a:hover {
          color: #bf3b39;
          text-decoration: underline; }
      footer .rightside nav li.active a {
        color: #bf3b39;
        text-decoration: underline; }
      footer .rightside nav li:after {
        content: "-";
        display: inline;
        padding: 0 0 0 10px; }
      footer .rightside nav li:last-child:after {
        display: none; }
      footer .rightside nav li ul {
        display: none; }
  footer .contacts {
    margin: 5px 0 0; }
  footer .counter {
    float: left;
    margin: 30px 0 0; }
  footer .madein {
    margin: 30px 0 0;
    float: right;
    font-size: 11px; }
    footer .madein a {
      color: #fff;
      background: url(../images/madein.png) no-repeat center bottom;
      display: block;
      padding: 0 0 30px 0;
      text-decoration: none; }
      footer .madein a:hover {
        text-decoration: underline; }
  footer .copy {
    font-size: 15px; }
  footer .order a {
    margin: 3px 0 0;
    display: block;
    text-align: center;
    width: 167px;
    line-height: 27px;
    text-decoration: none;
    background: url(../images/btn_bg.png) no-repeat; }
  footer .middleside {
    margin: 0 515px 0 333px; }
    footer .middleside .title {
      font-size: 14px; }
    footer .middleside ul {
      margin: 6px 0 0 0;
      padding: 0;
      list-style: none; }
      footer .middleside ul a {
        font-size: 13px;
        color: #fff;
        text-decoration: none; }
        footer .middleside ul a:hover {
          text-decoration: underline; }

.news_list {
  font-size: 0;
  line-height: 0; }
  .news_list .news_item {
    font-size: 12px;
    line-height: 1.5;
    display: inline-block;
    width: 480px;
    vertical-align: top;
    padding: 0 20px 0 0;
    margin: 0 0 30px 0; }

.siblings {
  margin: 30px 0 0; }

.modal {
  display: none;
  width: 303px;
  background: #fff; }

#order, #feedback {
  padding: 25px 20px; }
  #order input, #order select, #order textarea, #feedback input, #feedback select, #feedback textarea {
    font-size: 13px;
    border: 0;
    border-bottom: 1px solid #bb3b39;
    height: 28px;
    width: 100%;
    outline: none; }
  #order textarea, #feedback textarea {
    height: 76px;
    resize: none;
    padding: 0; }
  #order ::-webkit-input-placeholder, #feedback ::-webkit-input-placeholder {
    color: #848b95;
    font: normal 14px Verdana; }
  #order :-moz-placeholder, #feedback :-moz-placeholder {
    /* Firefox 18- */
    color: #848b95;
    font: normal 13px Verdana; }
  #order ::-moz-placeholder, #feedback ::-moz-placeholder {
    /* Firefox 19+ */
    color: #848b95;
    font: normal 14px Verdana; }
  #order :-ms-input-placeholder, #feedback :-ms-input-placeholder {
    color: #848b95;
    font: normal 13px Verdana; }
  #order .placeholder, #feedback .placeholder {
    color: #848b95;
    font: normal 13px Verdana; }
  #order button[type=submit], #feedback button[type=submit] {
    border: 1px solid #bb3b39;
    color: #bb3b39;
    font-size: 15px;
    text-transform: uppercase;
    width: 141px;
    height: 39px;
    line-height: 39px;
    background: #fff; }
  #order form > div, #feedback form > div {
    margin: 0 0 20px 0; }
  #order .close, #feedback .close {
    float: right;
    color: #bb3b39;
    background: none;
    border: 0;
    font-size: 19px;
    margin: -23px -16px 0 0px;
    outline: none; }

#feedback {
  width: 303px;
  padding: 0; }
  #feedback form {
    border: 3px solid #e6e8ea;
    padding: 20px; }
  #feedback .QapTcha .TxtStatus {
    clear: none; }
  #feedback .QapTcha .clr {
    clear: none; }
  #feedback button[type=submit] {
    margin: 30px 0 0 70px; }

.QapTcha {
  float: none;
  width: 100%; }

.QapTcha .bgSlider {
  height: 2px;
  background: #878787;
  border: 0;
  width: 100%; }

.QapTcha .Slider {
  width: 31px;
  height: 14px;
  background: #a92a28;
  border-radius: 6px;
  margin: -6px 0 0; }

.QapTcha .TxtStatus {
  font-size: 13px;
  color: #bb3b39 !important;
  margin-bottom: 8px; }

.map {
  width: 667px;
  height: 549px;
  float: right;
  margin: 0 0 0 30px; }

.modules {
  float: left;
  width: 249px; }
  .modules > a {
    font: italic 26px/28px Bender;
    color: #bb3b39;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    margin: 0 0 20px; }
  .modules span.label {
    color: #fff;
    font: italic 13px/17px Verdana;
    padding: 0 13px; }
  .modules .search_line {
    border-bottom: 1px solid #787878;
    padding: 0 0 8px 0;
    margin: 0 0 15px 0; }
    .modules .search_line a {
      color: #3c3c3c;
      text-decoration: none; }

.bl_search {
  border: 1px solid #a1a1a1;
  border-radius: 6px;
  -webkit-transform: skewX(-15deg);
      -ms-transform: skewX(-15deg);
          transform: skewX(-15deg);
  margin: 0 0 15px 0; }
  .bl_search form {
    -webkit-transform: skewX(15deg);
        -ms-transform: skewX(15deg);
            transform: skewX(15deg);
    height: 35px; }
  .bl_search input {
    width: 85%;
    border: 0;
    border-right: 0;
    height: 32px;
    padding: 0 20px;
    vertical-align: top;
    background: none;
    outline: none;
    margin: 2px 0 0 7px;
    line-height: 28px; }
  .bl_search button {
    background: url(../images/ico_search.png) no-repeat;
    height: 30px;
    border: 0;
    float: right;
    display: inline-block;
    margin: 2px 22px 0 0;
    outline: none;
    padding: 0 0 0 31px; }

.search_block {
  margin: 0 0 0 291px; }

.result {
  margin: 0 0 20px; }
  .result .title {
    margin: 0 0 3px 0; }
    .result .title a {
      color: #636363;
      font-size: 14px; }

.sitemap_widget {
  width: 498px;
  border-left: 5px solid #fff;
  background: #9a1650;
  position: fixed;
  top: 0;
  right: -558px;
  height: 100%;
  z-index: 20;
  padding: 0 0 0 55px;
  overflow: auto; }
  .sitemap_widget h3 {
    line-height: 75px;
    background: #f7f8f8;
    text-indent: 30px; }
  .sitemap_widget ul {
    list-style: none;
    padding: 0;
    margin: 25px 0 0 15px; }
    .sitemap_widget ul li {
      border-bottom: 1px dashed #cbcbcc;
      line-height: 25px;
      background: url(../images/sitemap_open.png) no-repeat -9999px; }
      .sitemap_widget ul li.dropdown span {
        width: 9px;
        line-height: 9px;
        padding: 0 2px 0 0;
        display: inline-block;
        height: 9px; }
      .sitemap_widget ul li span {
        background: url(../images/sitemap_close.png) no-repeat; }
      .sitemap_widget ul li a {
        color: #3c3c3c;
        text-decoration: none; }
        .sitemap_widget ul li a:hover {
          color: #fff; }
      .sitemap_widget ul li.open {
        color: #fff; }
        .sitemap_widget ul li.open span {
          background: url(../images/sitemap_open.png) no-repeat; }
        .sitemap_widget ul li.open a {
          color: inherit; }
      .sitemap_widget ul li ul {
        display: none;
        margin: 0 0 0 15px; }
        .sitemap_widget ul li ul li {
          border: 0; }
  .sitemap_widget .sitemap_btn {
    float: left;
    width: 55px;
    margin: 0 0 0 -55px;
    height: 75px;
    background: url(../images/sitemap_arrow.png) no-repeat 20px 18px; }
  .sitemap_widget > div {
    background: #bebebf; }

.paginator {
  text-align: center; }
  .paginator ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0; }
  .paginator li {
    display: inline-block;
    padding: 0 5px;
    vertical-align: top; }
  .paginator a {
    color: #ec9c55;
    text-decoration: none;
    font: italic 16px/18px Bender; }
  .paginator .selected a, .paginator a:hover {
    color: #bb3b39;
    text-decoration: underline; }
  .paginator .previous, .paginator .next {
    margin: 3px 0 0;
    padding: 0 15px; }
    .paginator .previous a, .paginator .next a {
      background: url(../images/pager.png) no-repeat 0 0;
      display: block;
      width: 7px;
      height: 8px; }
      .paginator .previous a:hover, .paginator .next a:hover {
        background-position: 0 -16px; }
    .paginator .previous.hidden, .paginator .next.hidden {
      display: none; }
  .paginator .next a {
    background-position: -14px 0; }
    .paginator .next a:hover {
      background-position: -14px -16px; }
