@charset "utf-8";
.flex_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex_container.fw_w {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex_container.fw_nw {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.flex_container.fw_wr {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.flex_container.jc_sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex_container.jc_fs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.flex_container.jc_fe {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex_container.jc_sa {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.flex_container.jc_c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex_container.ai_c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

.flex_container.ai_fs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start; }

.flex_container.ai_fe {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end; }

.flex_container.ai_s {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch; }

.flex_container.ai_b {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  -ms-grid-row-align: baseline;
  align-items: baseline; }

.flex_container.fd_r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex_container.fd_rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex_container.fd_c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex_container.fd_cr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.flex_container.ac_fs {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.flex_container.ac_fe {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.flex_container.ac_c {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.flex_container.ac_sb {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.flex_container.ac_sa {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around; }

.flex_container.ac_s {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.flex_container > *.fl_n {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.flex_container > *.fl_u {
  -webkit-box-flex: unset;
  -webkit-flex: unset;
  -ms-flex: unset;
  flex: unset; }

.flex_container > *.fl_inh {
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
  -ms-flex: inherit;
  flex: inherit; }

.flex_container > *.fl_ini {
  -webkit-box-flex: initial;
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: initial; }

.flex_container > *.order_u {
  -webkit-box-ordinal-group: NaN;
  -webkit-order: unset;
  -ms-flex-order: unset;
  order: unset; }

.flex_container > *.order_inh {
  -webkit-box-ordinal-group: NaN;
  -webkit-order: inherit;
  -ms-flex-order: inherit;
  order: inherit; }

.flex_container > *.order_ini {
  -webkit-box-ordinal-group: NaN;
  -webkit-order: initial;
  -ms-flex-order: initial;
  order: initial; }

.flex_container > *.order_0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0; }

.flex_container > *.order_1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.flex_container > *.order_2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.flex_container > *.order_3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.flex_container > *.order_4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4; }

.flex_container > *.order_5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5; }

.flex_container > *.order_6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6; }

.flex_container > *.order_7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7; }

.flex_container > *.order_8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8; }

.flex_container > *.order_9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9; }

.flex_container > *.order_10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10; }

.flex_container > *.fb_a {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.flex_container > *.fb_25per {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%; }

.flex_container > *.fb_33per {
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%; }

.flex_container > *.fb_50per {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }

.flex_container > *.fb_100per {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.flex_container > *.fg_0 {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

.flex_container > *.fg_1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.flex_container > *.fg_2 {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

.flex_container > *.fg_3 {
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3; }

.flex_container > *.fg_4 {
  -webkit-box-flex: 4;
  -webkit-flex-grow: 4;
  -ms-flex-positive: 4;
  flex-grow: 4; }

.flex_container > *.fg_5 {
  -webkit-box-flex: 5;
  -webkit-flex-grow: 5;
  -ms-flex-positive: 5;
  flex-grow: 5; }

.flex_container > *.fg_6 {
  -webkit-box-flex: 6;
  -webkit-flex-grow: 6;
  -ms-flex-positive: 6;
  flex-grow: 6; }

.flex_container > *.fg_7 {
  -webkit-box-flex: 7;
  -webkit-flex-grow: 7;
  -ms-flex-positive: 7;
  flex-grow: 7; }

.flex_container > *.fg_8 {
  -webkit-box-flex: 8;
  -webkit-flex-grow: 8;
  -ms-flex-positive: 8;
  flex-grow: 8; }

.flex_container > *.fg_9 {
  -webkit-box-flex: 9;
  -webkit-flex-grow: 9;
  -ms-flex-positive: 9;
  flex-grow: 9; }

.flex_container > *.fg_10 {
  -webkit-box-flex: 10;
  -webkit-flex-grow: 10;
  -ms-flex-positive: 10;
  flex-grow: 10; }

.flex_container > *.fs_0 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.flex_container > *.fs_1 {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.flex_container > *.fs_2 {
  -webkit-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2; }

.flex_container > *.fs_3 {
  -webkit-flex-shrink: 3;
  -ms-flex-negative: 3;
  flex-shrink: 3; }

.flex_container > *.fs_4 {
  -webkit-flex-shrink: 4;
  -ms-flex-negative: 4;
  flex-shrink: 4; }

.flex_container > *.fs_5 {
  -webkit-flex-shrink: 5;
  -ms-flex-negative: 5;
  flex-shrink: 5; }

.flex_container > *.fs_6 {
  -webkit-flex-shrink: 6;
  -ms-flex-negative: 6;
  flex-shrink: 6; }

.flex_container > *.fs_7 {
  -webkit-flex-shrink: 7;
  -ms-flex-negative: 7;
  flex-shrink: 7; }

.flex_container > *.fs_8 {
  -webkit-flex-shrink: 8;
  -ms-flex-negative: 8;
  flex-shrink: 8; }

.flex_container > *.fs_9 {
  -webkit-flex-shrink: 9;
  -ms-flex-negative: 9;
  flex-shrink: 9; }

.flex_container > *.fs_10 {
  -webkit-flex-shrink: 10;
  -ms-flex-negative: 10;
  flex-shrink: 10; }

.flex_container > *.as_a {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto; }

.flex_container > *.as_fs {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.flex_container > *.as_fe {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.flex_container > *.as_c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.flex_container > *.as_b {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline; }

.flex_container > *.as_s {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

html {
  overflow-y: scroll;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  margin: 0.67em 0;
  font-size: 2em; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-size: 1em;
  font-family: monospace, monospace; }

button, input, optgroup, select, textarea {
  margin: 0;
  color: inherit;
  font: inherit; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td, th {
  padding: 0; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.reset-indents {
  padding: 0;
  margin: 0; }

.reset-font {
  line-height: 0;
  font-size: 0; }

.clear-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
  font-size: 0; }
  .clearfix:after {
    clear: both; }

.clear {
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0; }

.clear-self:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ''; }

.thumb, .YMaps, .ymaps-map {
  color: #000; }

.table {
  display: table; }
  .table .tr {
    display: table-row; }
    .table .tr .td {
      display: table-cell; }

.table0, .table1, .table2 {
  border-collapse: collapse; }
  .table0 td, .table1 td, .table2 td {
    padding: 0.5em; }

.table1, .table2 {
  border: 1px solid #afafaf; }
  .table1 td, .table2 td, .table1 th, .table2 th {
    border: 1px solid #afafaf; }

.table2 th {
  padding: 0.5em;
  color: #fff;
  background: #f00; }

label {
  cursor: pointer; }

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

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

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

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

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

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

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

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

html, body {
  height: 100%; }

body {
  position: relative;
  min-width: 990px;
  text-align: left;
  color: #000;
  font: 14px 'rbl';
  line-height: 1;
  background: #fff; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: 'rbcr';
  font-weight: normal;
  font-style: normal; }

h1 {
  margin-top: 0;
  font-size: 28px;
  background: url(../h1-bg.png) no-repeat 0 bottom;
  padding: 0 0 25px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 19px; }

h5, h6 {
  font-size: 18px; }

a {
  text-decoration: underline;
  color: #000; }

a:hover {
  text-decoration: none; }

a img {
  border-color: #000; }

.site-path {
  font-size: 13px;
  margin-bottom: 10px;
  white-space: pre-wrap;
  line-height: 1;
  font-family: 'rbl';
  color: #000; }
  .site-path a {
    color: #911b06; }

.header a img, .sidebar a img, .footer a img {
  border: none; }

.header p, .footer p {
  margin: 0; }

.sidebar p:first-child {
  margin-top: 0; }
  .sidebar p:last-child {
    border-bottom: 0; }

.site-wrapper {
  position: relative;
  min-height: 100%;
  background: url(../top-pic.jpg) no-repeat 50% 0; }
  .site-wrapper .site-wrapper-in {
    position: relative;
    max-width: 991px;
    width: 100%;
    margin: 0 auto; }
  .site-wrapper:after {
    display: block;
    visibility: hidden;
    height: 45px;
    content: ""; }

.header {
  min-height: 150px;
  font-size: 0;
  position: relative;
  max-width: 991px;
  width: 100%;
  margin: 0 auto; }
  .header .logo-top {
    width: 344px;
    float: left;
    margin: 68px 0 0 22px;
    text-decoration: none; }
  .header .logo-top img {
    display: block; }
  .header .logo-top .slogan-top {
    font: normal 12px 'rbr', Arial, Helvetica, sans-serif;
    color: #232323; }
  .header .top-info-div {
    float: right;
    margin: 70px 7px 10px 0;
    width: 237px; }
  .header .top-info-div .tel {
    font: normal 18px 'rbm', Arial, Helvetica, sans-serif;
    color: #000;
    padding: 0 0 0 25px;
    margin: 0 0 8px;
    background: url(../t-logo.png) no-repeat 0 3px; }
    .header .top-info-div .tel span {
      font-family: 'rbr';
      color: #de213d; }
  .header .top-info-div .adr {
    font: normal 12px 'rbr', Arial, Helvetica, sans-serif;
    color: #000;
    padding: 0 0 10px 25px;
    background: url(../adr-logo.png) no-repeat 3px 0; }

.menu-top-main-wrapper .menu-top-main {
  margin: 0;
  padding: 0;
  list-style: none; }
  .menu-top-main-wrapper .menu-top-main li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 37px; }
    .menu-top-main-wrapper .menu-top-main li:first-child {
      margin-left: 22px; }
    .menu-top-main-wrapper .menu-top-main li a {
      display: block;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      font: normal 12px/1 'rbl', Arial, Helvetica, sans-serif;
      color: #fff;
      padding: 8px 0 3px;
      background: url(../top-main-manu-del.png) repeat-x 0 bottom; }
    .menu-top-main-wrapper .menu-top-main li.opened > a, .menu-top-main-wrapper .menu-top-main li > a:hover {
      background: none; }

.search-div {
  position: absolute;
  right: 16px;
  top: 3px; }

.search-site-form {
  background: url(../search-bg.jpg) no-repeat 0 0;
  width: 193px;
  height: 21px; }
  .search-site-form .search-text {
    float: left;
    width: 160px;
    height: 21px;
    padding: 0 0 0 5px;
    font: normal 11px/21px Arial, Helvetica, sans-serif;
    color: #c15a5b;
    background: none;
    border: none;
    outline: none; }
  .search-site-form .search-button {
    display: none;
    width: 0;
    height: 0;
    float: right;
    margin: 0;
    padding: 0;
    border: none;
    outline: none; }

.menu-top-wrapper {
  background: url(../mt-bg.jpg) no-repeat 0 0;
  max-width: 1006px;
  margin: 0 auto 7px;
  height: 64px;
  position: relative; }
  .menu-top-wrapper .menu-top {
    margin: 0;
    padding: 29px 60px 0;
    list-style: none; }
  .menu-top-wrapper .menu-top > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px 0 10px;
    background: url(../mt-mark.png) no-repeat 0 50%; }
    .menu-top-wrapper .menu-top > li:first-child {
      background: none; }
    .menu-top-wrapper .menu-top > li > a {
      display: block;
      text-decoration: none;
      padding: 7px 16px;
      font: normal 14px 'rbr', Arial, Helvetica, sans-serif;
      color: #fff;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-border-radius : 4px;
      -moz-border-radius : 4px;
      -ms-border-radius : 4px;
      -o-border-radius : 4px;
      border-radius : 4px; }
    .menu-top-wrapper .menu-top > li.opened > a, .menu-top-wrapper .menu-top > li > a:hover {
      background: #1f262c; }

.slider-wrap {
  max-width: 991px;
  width: 100%;
  margin: 0 auto 26px; }

.j-slider {
  max-width: 991px;
  width: 100%;
  margin: 0 auto 69px;
  font-size: 0; }
  .j-slider .j-slider-in {
    /*@include justify-content(space-between);
     @include flex-wrap(wrap);
     @include flexbox;*/
    max-height: 356px;
    overflow: hidden;
    padding-left: 45px; }
  .j-slider .j-title {
    width: 363px;
    margin: 0 auto;
    padding: 0 27px 36px;
    font: normal 27px 'rbcl', Arial, Helvetica, sans-serif;
    color: #000;
    margin-bottom: 46px;
    text-transform: uppercase; }
  .j-slider .j-title span {
    font-family: 'rbcb'; }
  .j-slider .slider-item {
    position: relative;
    width: 143px;
    height: 144px;
    background: url(../j.png) no-repeat 0 0; }
  .j-slider .slider-item:hover {
    background: url(../j-h.png) no-repeat 0 0; }
  .j-slider .j-all {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 0 68px 0;
    padding: 0;
    /*&:after{
     content:'';
     position: absolute;
     left: 0;
     top: 0;
     width: 143px;
     height: 144px;
     background:url(../j.png) no-repeat 0 0;
     }*/ }
  .j-slider .j-all a {
    display: block;
    position: relative;
    z-index: 1; }
  .j-slider .j-all img {
    -webkit-border-radius : 50%;
    -moz-border-radius : 50%;
    -ms-border-radius : 50%;
    -o-border-radius : 50%;
    border-radius : 50%;
    margin: 0 auto; }

.g-block {
  min-height: 160px;
  background: url(../g-bg.png) no-repeat 50% 0;
  background-size: cover; }
  .g-block .g-title {
    position: relative;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 30px 0 0;
    margin: 0 0 20px; }
  .g-block .g-title .g-title-in-l {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -moz-box-flex: 1;
    -moz-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    position: relative; }
    .g-block .g-title .g-title-in-l:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 13px;
      height: 1px;
      background: #d98f8f; }
  .g-block .g-title .g-title-in {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto 0;
    -moz-box-flex: 1;
    -moz-flex: 1 auto 0;
    -ms-flex: 1 auto 0;
    flex: 1 auto 0;
    font: normal 30px/1 'rbcl', Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0 30px; }
  .g-block .g-block-in {
    max-width: 991px;
    width: 100%;
    margin: 0 auto; }
  .g-block .g-block-in .g-block-in2 {
    padding: 0 0 0 100px;
    font-size: 0;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .g-block .g-block-in .g-all {
    width: 350px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 78px;
    margin: 0 0 30px 36px;
    padding: 23px 0 0 136px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: normal 15px Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    text-align: left; }
    .g-block .g-block-in .g-all:hover {
      text-decoration: underline; }
    .g-block .g-block-in .g-all .g-icon {
      position: absolute;
      left: 0;
      top: 0;
      text-align: center;
      background: url(../g-all-bg.png) no-repeat 0 0; }
  .g-block .g-block-in .g-all.help {
    width: 350px;
    height: 0 !important;
    padding: 0;
    margin: 0; }

.map-block {
  padding: 14px 0 0;
  margin: 0 0 47px;
  min-height: 467px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fdeded url(../our-map.jpg) no-repeat 50% 0; }
  .map-block .map-title {
    background: url(../map-title.png) no-repeat 0 0;
    background-size: cover;
    font: normal 23px/56px 'rbcr', Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    width: 316px;
    margin: 0 auto;
    text-align: center; }

.foot-info-div {
  max-width: 991px;
  width: 100%;
  margin: 0 auto; }
  .foot-info-div .f-tel {
    float: left;
    width: 206px;
    margin: 112px 43px 10px 172px;
    font: normal 18px 'rbm', Arial, Helvetica, sans-serif;
    color: #000;
    text-transform: uppercase; }
  .foot-info-div .f-tel p {
    margin: 0; }
  .foot-info-div .f-tel span {
    font-family: 'rbr';
    color: #de213d; }
  .foot-info-div .f-icon {
    float: left;
    margin: 0 35px 15px 0; }
  .foot-info-div .but-consultation {
    float: right;
    width: 193px;
    height: 73px;
    display: block;
    margin: 105px 196px 0 0;
    font: normal 19px/1 'rbcb', Arial, Helvetica, sans-serif;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0 0 15px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    background: url(../but-consultation.jpg) no-repeat 0 0; }
  .foot-info-div .f-edit {
    padding: 0 50px;
    font: normal 19px 'rbcl', Arial, Helvetica, sans-serif;
    color: #000;
    text-align: center; }
  .foot-info-div .f-edit p {
    margin: 0; }
  .foot-info-div .f-edit .title {
    font: normal 27px 'rbcr', Arial, Helvetica, sans-serif; }

.content-wrapper {
  position: relative;
  padding: 20px 0 40px; }

.main {
  float: left;
  width: 100%; }

.content {
  line-height: 1.3; }

.sidebar {
  position: relative; }

.sidebar.left {
  float: left;
  width: 0;
  margin-right: -100%; }

.sidebar.left ~ .main > .content {
  margin-left: 0;
  padding-left: 20px; }

.sidebar.right {
  float: right;
  width: 0;
  margin-left: 0; }

.sidebar.right ~ .main > .content {
  margin-right: 0;
  padding-right: 20px; }

.shop2-block {
  position: relative;
  z-index: 100; }
  .shop2-block .block-title {
    position: relative;
    cursor: pointer; }
  .shop2-block .block-title span, .shop2-block .block-title strong {
    display: block; }
  .shop2-block .block-title span {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto 0;
    line-height: 0;
    font-size: 0;
    width: 13px;
    height: 8px;
    background: url(../arrows.svg) no-repeat;
    background-size: 34px 29px; }
  .shop2-block .block-title strong {
    -webkit-user-select : none;
    -moz-user-select : none;
    user-select : none; }
  .shop2-block .block-body {
    display: none; }
  .shop2-block.opened .block-body {
    display: block; }

.shop2-block.search-form {
  background: none;
  width: 193px;
  position: absolute;
  top: 24px;
  right: 0; }
  .shop2-block.search-form .search-btn {
    border: none;
    padding: 6px 12px;
    margin-top: 6px;
    font-size: 13px;
    line-height: 1;
    color: #333;
    background-color: #ddd;
    -moz-box-shadow: inset 0 0 0 1px #cbcbcb;
    -webkit-box-shadow: inset 0 0 0 1px #cbcbcb;
    box-shadow: inset 0 0 0 1px #cbcbcb;
    -webkit-border-radius : 3px;
    -moz-border-radius : 3px;
    -ms-border-radius : 3px;
    -o-border-radius : 3px;
    border-radius : 3px;
    background-image: -webkit-gradient(linear, , , color-stop(0%, #f8f8f8), color-stop(11.11111%, #ddd));
    background-image: -o-linear-gradient(#f8f8f8, #ddd);
    background-image: -moz-linear-gradient(#f8f8f8, #ddd);
    background-image: -webkit-linear-gradient(#f8f8f8, #ddd);
    background-image: -ms-linear-gradient(#f8f8f8, #ddd);
    background-image: linear-gradient( #f8f8f8, #ddd);
    -pie-background: linear-gradient( #f8f8f8, #ddd); }
  .shop2-block.search-form .search-btn:hover {
    background-color: #ededed;
    background-image: -webkit-gradient(linear, , , color-stop(0%, #fbfbfb), color-stop(11.11111%, #ededed));
    background-image: -o-linear-gradient(#fbfbfb, #ededed);
    background-image: -moz-linear-gradient(#fbfbfb, #ededed);
    background-image: -webkit-linear-gradient(#fbfbfb, #ededed);
    background-image: -ms-linear-gradient(#fbfbfb, #ededed);
    background-image: linear-gradient( #fbfbfb, #ededed);
    -pie-background: linear-gradient( #fbfbfb, #ededed); }
  .shop2-block.search-form .search-btn:active {
    background-color: #ddd;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #f1f1f1), color-stop(11.11111%, #ddd));
    background-image: -o-linear-gradient(bottom, #f1f1f1, #ddd);
    background-image: -moz-linear-gradient(bottom, #f1f1f1, #ddd);
    background-image: -webkit-linear-gradient(bottom, #f1f1f1, #ddd);
    background-image: -ms-linear-gradient(bottom, #f1f1f1, #ddd);
    background-image: linear-gradient(to top, #f1f1f1, #ddd);
    -pie-background: linear-gradient(to top, #f1f1f1, #ddd); }
  .shop2-block.search-form .block-title {
    width: 6px;
    height: 6px;
    margin: -16px 0 7px 180px;
    background: none; }
  .shop2-block.search-form .block-title span {
    top: 0;
    right: 0;
    margin: 0;
    width: 6px;
    height: 6px;
    background: url(../all-search-mark.png) no-repeat 0 0; }
  .shop2-block.search-form.opened .block-title span {
    background: url(../all-search-mark.png) no-repeat 0 -7px; }
  .shop2-block.search-form .block-body {
    font-size: 13px;
    padding: 8px 24px 4px;
    background-color: #fff;
    border: solid #eee;
    border-width: 2px 2px 2px;
    color: #333;
    -webkit-border-radius : 3px;
    -moz-border-radius : 3px;
    -ms-border-radius : 3px;
    -o-border-radius : 3px;
    border-radius : 3px; }
  .shop2-block.search-form .block-body div.row {
    margin: 10px 0;
    overflow: hidden; }
    .shop2-block.search-form .block-body div.row select {
      width: 100%;
      font-family: inherit;
      font-size: 13px;
      cursor: pointer;
      outline: none; }
    .shop2-block.search-form .block-body div.row input[type="text"] {
      width: 97%;
      font-size: 13px;
      outline: none; }
      .shop2-block.search-form .block-body div.row input[type="text"].small {
        width: 40px; }
    .shop2-block.search-form .block-body div.row span {
      color: #333; }
  .shop2-block.search-form .block-body div.row-title, .shop2-block.search-form .block-body label.row-title {
    display: block;
    padding-bottom: 4px; }
  .shop2-block.search-form button[type="submit"] {
    outline: none; }

.footer-menu {
  min-height: 374px;
  background: #8c8c8c url(../footer.jpg) no-repeat 0 0; }
  .footer-menu .footer-menu-in {
    max-width: 991px;
    margin: 0 auto;
    width: 100%;
    padding: 43px 0 0; }

.menu-bottom-wrapper {
  padding: 0 0 0 30px;
  width: 150px;
  margin: 0 15px 20px 0;
  display: inline-block;
  vertical-align: top; }
  .menu-bottom-wrapper .title {
    font: normal 11px/27px 'rbr', Arial, Helvetica, sans-serif;
    color: #fff;
    background: url(../mb-a-bg.png) no-repeat 0 0;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    margin: 0 0 15px -16px;
    text-transform: uppercase; }
  .menu-bottom-wrapper .menu-bottom {
    margin: 0;
    padding: 0;
    list-style: none; }
  .menu-bottom-wrapper .menu-bottom li {
    display: block;
    padding: 5px 0; }
    .menu-bottom-wrapper .menu-bottom li a {
      display: inline-block;
      vertical-align: top;
      text-decoration: none;
      font: normal 11px 'rbr', Arial, Helvetica, sans-serif;
      color: #fff;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .menu-bottom-wrapper .menu-bottom li.opened > a, .menu-bottom-wrapper .menu-bottom li > a:hover {
      text-decoration: underline; }

.footer {
  position: relative;
  min-height: 45px;
  font-size: 0;
  color: #fff;
  background: #656565; }
  .footer .footer-in {
    width: 991px;
    margin: auto; }

.site-name-bottom {
  width: 270px;
  float: left;
  font: normal 11px 'rbr', Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 17px 0 0 21px; }

.site-copyright {
  width: 270px;
  float: right;
  margin: 17px 20px 0 0;
  text-align: right;
  font-family: 'rbr';
  text-transform: uppercase; }
  .site-copyright span {
    font-size: 12px !important; }
  .site-copyright a {
    color: #fff; }

.site-counters {
  padding: 8px 0 0;
  margin: 0 auto;
  text-align: center;
  font-size: 12px; }

.menu-top, .menu-top ul {
  list-style: none;
  font-size: 0;
  line-height: 0; }
  .menu-top > li {
    display: inline-block;
    vertical-align: top;
    position: relative; }
  .menu-top > li:hover, .menu-top > li:hover + li {
    border-color: transparent; }
  .menu-top > li > a:hover, .menu-top > li > a.over {
    position: relative;
    z-index: 101; }
  .menu-top > li > ul {
    display: none;
    position: absolute;
    left: 0;
    z-index: 100;
    margin: 0;
    padding: 10px 0;
    background: #fff;
    -webkit-border-radius : 0px 0px 3px 3px;
    -moz-border-radius : 0px 0px 3px 3px;
    -ms-border-radius : 0px 0px 3px 3px;
    -o-border-radius : 0px 0px 3px 3px;
    border-radius : 0px 0px 3px 3px;
    -moz-box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.3); }
    .menu-top > li > ul li {
      padding: 2px 10px 2px 10px; }
      .menu-top > li > ul li > a {
        display: block;
        padding: 0 0 0 10px;
        font-size: 15px;
        line-height: normal;
        color: #4c4c4c;
        text-decoration: none;
        position: relative;
        white-space: nowrap; }
        .menu-top > li > ul li > a::before {
          content: '';
          position: absolute;
          top: 5px;
          left: 0;
          height: 7px;
          width: 7px;
          background: url(../mt-mark.png) no-repeat 0 50%; }
        .menu-top > li > ul li > a:hover {
          color: #d72251; }
          .menu-top > li:first-child {
            border: none;
            position: static; }
    .menu-top > li:first-child > ul {
      right: 0;
      -webkit-column-count : 5;
      -moz-column-count : 5;
      -ms-column-count : 5;
      -o-column-count : 5;
      column-count : 5; }
      .menu-top > li:first-child > ul > li {
        display: inline-block;
        vertical-align: top;
        padding: 9px 10px;
        width: 180px;
        border-left: 1px solid #f2f2f2; }
        .menu-top > li:first-child > ul > li > a {
          margin: 0 10px 10px;
          padding: 0 0 2px;
          display: inline-block;
          vertical-align: top;
          font-size: 17px;
          line-height: normal;
          color: #1a1a1a;
          text-decoration: none;
          border-bottom: 2px solid; }
          .menu-top > li:first-child > ul > li > a::before {
            display: none; }
          .menu-top > li:first-child > ul > li > a:hover {
            color: #d91137; }
        .menu-top > li:first-child > ul > li ul {
          margin: 0;
          padding: 0; }
          .menu-top > li:first-child > ul > li ul a {
            white-space: normal; }
          .menu-top > li:first-child > ul > li ul ul {
            margin-left: 10px; }
            .menu-top > li:first-child > ul > li ul ul > li:last-child {
              padding-bottom: 0; }
