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

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, 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-color: transparent; }

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

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

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 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-appearance: textfield;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

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: ''; }

.overflowHidden {
  overflow: hidden; }

.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 #54529c; }
  .table1 td, .table2 td, .table1 th, .table2 th {
    border: 1px solid #54529c; }

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

html, body {
  height: 100%; }

html {
  font-size: 16px; }

body {
  position: relative;
  min-width: 320px;
  text-align: left;
  color: #333;
  background: #fff;
  font-family: RobotoRegular, Arial, Helvetica, sans-serif;
  line-height: 1.25; }

h1, h2, h3, h4, h5, h6 {
  color: #302f59;
  font-family: RobotoRegular, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal; }

h1 {
  margin-top: 0;
  font-size: 2rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.17rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 0.83rem; }

h6 {
  font-size: 0.67rem; }

h5, h6 {
  font-weight: bold; }

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

a:hover {
  text-decoration: none; }

.site-outer-width {
  padding-left: 20px;
  padding-right: 20px; }

.site-inner-width {
  max-width: 940px;
  margin: 0 auto; }

@media all and (min-width: 940px) {
  .site-outer-width {
    padding-left: 0;
    padding-right: 0; } }

.site-wrapper {
  min-height: 100%;
  max-width: 100%;
  margin: auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .ie .site-wrapper {
    height: 100%; }

.site-header {
  min-height: 130px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }

@media all and (min-width: 480px) {
  .header-inner {
    min-height: 130px; } }

.site-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

@media all and (min-width: 940px) {
    .site-main {
      width: 100%; } }
  .site-main__inner {
    position: relative;
    padding-bottom: 50px; }
    .site-main__inner:after {
      content: '';
      display: block;
      clear: both; }

.site-sidebar {
  position: relative; }

@media all and (min-width: 940px) {
    .site-sidebar.left {
      width: 250px;
      float: left;
      margin-right: -100%; }
      .site-sidebar.left ~ .site-main > .site-main__inner {
        margin-left: 250px; } }

@media all and (min-width: 940px) {
    .site-sidebar.right {
      width: 250px;
      float: right;
      margin-left: -250px; }
      .site-sidebar.right ~ .site-main > .site-main__inner {
        margin-right: 250px; } }

.site-footer {
  min-height: 183px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  background: #302f59;
  background-image: -webkit-gradient(linear, , , color-stop(0%, #302f59), color-stop(11.11111%, #302f59));
  background-image: -o-linear-gradient(#302f59, #302f59);
  background-image: -moz-linear-gradient(#302f59, #302f59);
  background-image: -webkit-linear-gradient(#302f59, #302f59);
  background-image: -ms-linear-gradient(#302f59, #302f59);
  background-image: linear-gradient( #302f59, #302f59);
  -pie-background: linear-gradient( #302f59, #302f59);
  color: #fff;
  font-size: 13px; }
  .site-footer a {
    color: #fff; }

.svg-icon {
  fill-rule: evenodd; }

.top-empty-block {
  height: 50px; }

.menu-top-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  min-height: 50px;
  width: 100%;
  background: #302f59;
  background-image: -webkit-gradient(linear, , , color-stop(0%, #302f59), color-stop(11.11111%, #2d2c54));
  background-image: -o-linear-gradient(#302f59, #2d2c54);
  background-image: -moz-linear-gradient(#302f59, #2d2c54);
  background-image: -webkit-linear-gradient(#302f59, #2d2c54);
  background-image: -ms-linear-gradient(#302f59, #2d2c54);
  background-image: linear-gradient( #302f59, #2d2c54);
  -pie-background: linear-gradient( #302f59, #2d2c54); }
  .menu-top-wrap .menu-top-content {
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 210px; }
    .menu-top-wrap .menu-top-content .menu-top-button {
      cursor: pointer;
      position: relative;
      height: 50px;
      width: 58px;
      font-size: 0;
      line-height: 0; }
      .menu-top-wrap .menu-top-content .menu-top-button:hover {
        background-color: rgba(0, 0, 0, 0.22); }
    .menu-top-wrap .menu-top-content .mt-text {
      color: #fff;
      font-size: 0;
      line-height: 50px;
      padding: 0 20px;
      width: 0;
      box-sizing: border-box; }
    .menu-top-wrap .menu-top-content .svg-but {
      position: absolute;
      left: 18px;
      top: 18px;
      width: 18px;
      height: 12px;
      text-align: center;
      line-height: 0;
      font-size: 0;
      background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2018%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M-0.000%2C12.000%20L18.000%2C12.000%20L18.000%2C10.000%20L-0.000%2C10.000%20L-0.000%2C12.000%20ZM-0.000%2C7.000%20L18.000%2C7.000%20L18.000%2C5.000%20L-0.000%2C5.000%20L-0.000%2C7.000%20ZM-0.000%2C-0.000%20L-0.000%2C2.000%20L18.000%2C2.000%20L18.000%2C-0.000%20L-0.000%2C-0.000%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 0 no-repeat; }
    .menu-top-wrap .menu-top-content.opened {
      background: #e45a7b;
      height: 100%;
      overflow: auto; }
      .menu-top-wrap .menu-top-content.opened .menu-top-button {
        background: none;
        width: auto; }
      .menu-top-wrap .menu-top-content.opened .mt-text {
        background: rgba(0, 0, 0, 0.13);
        width: 100%;
        font-size: 17px; }
      .menu-top-wrap .menu-top-content.opened .svg-but {
        display: none; }
      .menu-top-wrap .menu-top-content.opened .menu-top {
        display: block; }
  .menu-top-wrap .menu-top {
    position: relative;
    display: none; }
    .menu-top-wrap .menu-top > li > a {
      display: block;
      font-size: 17px;
      line-height: 1;
      color: #fff;
      text-decoration: none;
      padding: 8px 20px 9px; }
      .menu-top-wrap .menu-top > li > a:hover {
        background: rgba(0, 0, 0, 0.13); }
      .menu-top-wrap .menu-top > li.has-child > a {
        position: relative; }
        .menu-top-wrap .menu-top > li.has-child > a:after {
          content: '';
          display: inline-block;
          margin: 0 0 0 10px;
          width: 10px;
          height: 10px;
          background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%226px%22%20%20viewBox%3D%220%200%2010%206%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M-0.000%2C0.877%20C-0.000%2C1.103%200.084%2C1.329%200.252%2C1.500%20L4.382%2C5.714%20C4.715%2C6.054%205.253%2C6.054%205.586%2C5.714%20L9.716%2C1.500%20C10.051%2C1.159%2010.053%2C0.603%209.721%2C0.259%20C9.388%2C-0.085%208.847%2C-0.087%208.512%2C0.255%20L4.984%2C3.854%20L1.456%2C0.255%20C1.122%2C-0.087%200.581%2C-0.085%200.248%2C0.259%20C0.083%2C0.430%200.000%2C0.654%20-0.000%2C0.877%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
      .menu-top-wrap .menu-top > li.has-child.opened-ul > a {
        background: rgba(0, 0, 0, 0.13);
        color: #fff; }
        .menu-top-wrap .menu-top > li.has-child.opened-ul > a:after {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
      .menu-top-wrap .menu-top > li.has-child > ul {
        padding: 5px 0 0 20px; }
        .menu-top-wrap .menu-top > li.has-child > ul li {
          padding: 10px 0 0 15px; }
        .menu-top-wrap .menu-top > li.has-child > ul a {
          font-size: 15px;
          line-height: 1;
          color: #fff;
          text-decoration: none;
          display: inline-block; }
          .menu-top-wrap .menu-top > li.has-child > ul a:hover {
            text-decoration: underline; }
      .menu-top-wrap .menu-top > li.has-child li.has-child > a:after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%226px%22%20%20viewBox%3D%220%200%2010%206%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M-0.000%2C0.877%20C-0.000%2C1.103%200.084%2C1.329%200.252%2C1.500%20L4.382%2C5.714%20C4.715%2C6.054%205.253%2C6.054%205.586%2C5.714%20L9.716%2C1.500%20C10.051%2C1.159%2010.053%2C0.603%209.721%2C0.259%20C9.388%2C-0.085%208.847%2C-0.087%208.512%2C0.255%20L4.984%2C3.854%20L1.456%2C0.255%20C1.122%2C-0.087%200.581%2C-0.085%200.248%2C0.259%20C0.083%2C0.430%200.000%2C0.654%20-0.000%2C0.877%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
        margin: 0 0 0 10px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .menu-top-wrap .menu-top > li.has-child li.has-child.opened-ul > a {
        text-decoration: underline; }
        .menu-top-wrap .menu-top > li.has-child li.has-child.opened-ul > a:after {
          background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%226px%22%20%20viewBox%3D%220%200%2010%206%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M-0.000%2C0.877%20C-0.000%2C1.103%200.084%2C1.329%200.252%2C1.500%20L4.382%2C5.714%20C4.715%2C6.054%205.253%2C6.054%205.586%2C5.714%20L9.716%2C1.500%20C10.051%2C1.159%2010.053%2C0.603%209.721%2C0.259%20C9.388%2C-0.085%208.847%2C-0.087%208.512%2C0.255%20L4.984%2C3.854%20L1.456%2C0.255%20C1.122%2C-0.087%200.581%2C-0.085%200.248%2C0.259%20C0.083%2C0.430%200.000%2C0.654%20-0.000%2C0.877%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 50% 50% no-repeat; }
      .menu-top-wrap .menu-top > li.has-child li.has-child.opened-ul > a:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }

.menu-top-wrap .menu-top ul {
  display: none; }

.menu-top-wrap .menu-top li.opened-ul > ul {
  display: block; }

@media all and (max-width: 939px) {
  .menu-top-wrap .menu-top li.opened > ul {
    display: block; } }

@media all and (min-width: 940px) {
  .top-empty-block {
    display: none; }

  .menu-top-wrap {
    position: relative; }
    .menu-top-wrap .menu-top-button {
      display: none; }
    .menu-top-wrap .menu-top-content {
      max-width: 940px;
      margin: 0 auto;
      padding: 0;
      position: static;
      background: none;
      overflow: visible; }
    .menu-top-wrap .menu-top {
      display: block; }
      .menu-top-wrap .menu-top > li {
        display: inline-block;
        border-right: 1px solid rgba(255, 255, 255, 0.1); }
        .menu-top-wrap .menu-top > li:first-child {
          border-left: 1px solid rgba(255, 255, 255, 0.1); }
        .menu-top-wrap .menu-top > li > a {
          line-height: 70px;
          padding: 0 18px;
          color: #fff; }
          .menu-top-wrap .menu-top > li > a:hover {
            background: #252445; }
        .menu-top-wrap .menu-top > li.has-child > a {
          padding-right: 36px; }
          .menu-top-wrap .menu-top > li.has-child > a:after {
            position: absolute;
            top: 50%;
            right: 16px;
            margin: -5px 0 0;
            background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%226px%22%20%20viewBox%3D%220%200%2010%206%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M-0.000%2C0.877%20C-0.000%2C1.103%200.084%2C1.329%200.252%2C1.500%20L4.382%2C5.714%20C4.715%2C6.054%205.253%2C6.054%205.586%2C5.714%20L9.716%2C1.500%20C10.051%2C1.159%2010.053%2C0.603%209.721%2C0.259%20C9.388%2C-0.085%208.847%2C-0.087%208.512%2C0.255%20L4.984%2C3.854%20L1.456%2C0.255%20C1.122%2C-0.087%200.581%2C-0.085%200.248%2C0.259%20C0.083%2C0.430%200.000%2C0.654%20-0.000%2C0.877%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 50% 50% no-repeat; }
          .menu-top-wrap .menu-top > li.has-child.opened-ul > a {
            background: #e45a7b; }
          .menu-top-wrap .menu-top > li.has-child > ul {
            position: absolute;
            z-index: 100;
            top: 100%;
            left: 0;
            padding: 28px 0 18px;
            width: 100%;
            background: #e45a7b;
            box-shadow: 930px 0 #e45a7b, -930px 0 #e45a7b; }
          .menu-top-wrap .menu-top > li.has-child > ul > li {
            display: inline-block;
            vertical-align: top;
            width: 290px;
            padding: 0 0 12px 20px; } }

.company-label {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: 18px 0 16px; }

.company-name {
  font-family: RobotoBlack;
  font-size: 25px;
  line-height: 1;
  color: #e45a7b; }
  .company-name a {
    text-decoration: none;
    color: #e45a7b; }

.company-activity {
  font-size: 20px;
  line-height: 1;
  color: #2e2d28; }

@media all and (min-width: 480px) {
  .company-label {
    margin: 20px 20px 20px 0;
    width: auto; } }

@media all and (min-width: 600px) {
  .company-label {
    margin: 40px 80px 20px 0; } }

@media all and (min-width: 940px) {
  .company-label {
    margin: 42px 17px 20px 0;
    width: 260px; } }

.top-contacts {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  min-height: 23px;
  padding: 0 0 0 32px;
  max-width: 100%;
  margin: 0 0 16px;
  position: relative; }
  .top-contacts a {
    color: #333;
    text-decoration: none; }
  .top-contacts.address-top {
    display: none;
    max-width: 220px;
    background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2223px%22%20height%3D%2223px%22%20%20viewBox%3D%220%200%2023%2023%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23302f59%22%20d%3D%22M11.499%2C23.000%20C5.158%2C23.000%20-0.000%2C17.841%20-0.000%2C11.500%20C-0.000%2C5.159%205.158%2C-0.000%2011.499%2C-0.000%20C17.840%2C-0.000%2023.000%2C5.159%2023.000%2C11.500%20C23.000%2C17.841%2017.840%2C23.000%2011.499%2C23.000%20ZM11.499%2C1.055%20C5.740%2C1.055%201.055%2C5.740%201.055%2C11.500%20C1.055%2C17.259%205.740%2C21.945%2011.499%2C21.945%20C17.259%2C21.945%2021.945%2C17.259%2021.945%2C11.500%20C21.945%2C5.740%2017.259%2C1.055%2011.499%2C1.055%20ZM7.104%2C10.194%20C7.077%2C9.073%207.453%2C5.417%2011.514%2C5.308%20C15.452%2C5.411%2015.923%2C9.054%2015.923%2C10.194%20C15.923%2C13.095%2011.513%2C17.692%2011.513%2C17.692%20C11.513%2C17.692%207.104%2C12.906%207.104%2C10.194%20ZM13.897%2C9.609%20C13.897%2C8.316%2012.830%2C7.269%2011.513%2C7.269%20C10.197%2C7.269%209.130%2C8.316%209.130%2C9.609%20C9.130%2C10.901%2010.197%2C11.949%2011.513%2C11.949%20C12.830%2C11.949%2013.897%2C10.901%2013.897%2C9.609%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 0 no-repeat; }
  .top-contacts.phone-top {
    font-family: RobotoCondensedRegular;
    font-size: 20px;
    background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2223px%22%20height%3D%2223px%22%20%20viewBox%3D%220%200%2023%2023%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23302f59%22%20d%3D%22M11.498%2C22.999%20C5.158%2C22.999%20-0.001%2C17.840%20-0.001%2C11.499%20C-0.001%2C5.158%205.158%2C-0.001%2011.498%2C-0.001%20C17.840%2C-0.001%2023.000%2C5.158%2023.000%2C11.499%20C23.000%2C17.840%2017.840%2C22.999%2011.498%2C22.999%20ZM11.498%2C1.054%20C5.740%2C1.054%201.054%2C5.739%201.054%2C11.499%20C1.054%2C17.259%205.740%2C21.945%2011.498%2C21.945%20C17.258%2C21.945%2021.945%2C17.259%2021.945%2C11.499%20C21.945%2C5.739%2017.258%2C1.054%2011.498%2C1.054%20ZM13.561%2C13.897%20L14.276%2C13.618%20L15.923%2C15.840%20L15.449%2C16.269%20L13.561%2C13.897%20ZM14.553%2C16.807%20L11.734%2C16.755%20C7.076%2C12.238%207.835%2C6.983%207.835%2C6.983%20L9.957%2C5.330%20L10.375%2C5.330%20L10.715%2C8.219%20L9.786%2C8.778%20L12.161%2C14.419%20L13.091%2C14.150%20L14.876%2C16.562%20L14.553%2C16.807%20ZM11.019%2C5.307%20L11.794%2C5.375%20L11.971%2C7.900%20L11.328%2C8.068%20L11.019%2C5.307%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 0 no-repeat; }
  .top-contacts a {
    color: #333; }

@media all and (min-width: 480px) {
  .top-contacts {
    margin: 20px 0 0; } }

@media all and (min-width: 940px) {
  .top-contacts {
    margin: 46px 25px 20px 0; }
    .top-contacts.address-top {
      display: inline-block;
      margin-right: 27px; } }

.site-button {
  display: inline-block;
  cursor: pointer;
  border: 0;
  padding: 10px 15px;
  text-decoration: none;
  line-height: 1;
  color: #fff;
  background-color: #e45a7b;
  background-image: -webkit-gradient(linear, , , color-stop(0%, rgba(255, 255, 255, 0.29)), color-stop(11.11111%, rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.29), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.29), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.29), rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.29), rgba(255, 255, 255, 0));
  background-image: linear-gradient( rgba(255, 255, 255, 0.29), rgba(255, 255, 255, 0));
  -pie-background: linear-gradient( rgba(255, 255, 255, 0.29), rgba(255, 255, 255, 0));
  border-radius: 6px;
  box-shadow: 0 1px #d83e45; }
  .site-button:hover {
    background-color: #e76c89; }
  .site-button:active {
    background-color: #e1486d;
    background-image: -webkit-gradient(linear, , , color-stop(0%, rgba(255, 255, 255, 0)), color-stop(11.11111%, rgba(255, 255, 255, 0.29)));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.29));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.29));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.29));
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.29));
    background-image: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.29));
    -pie-background: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.29)); }

@-webkit-keyframes callback {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg); }

  2% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg); }

  4% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg); }

  6% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg); }

  8% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg); }

  10% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg); }

  12% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg); }

  14% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg); }

  16% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-moz-keyframes callback {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg); }

  2% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg); }

  4% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg); }

  6% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg); }

  8% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg); }

  10% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg); }

  12% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg); }

  14% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg); }

  16% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-o-keyframes callback {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg); }

  2% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg); }

  4% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg); }

  6% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg); }

  8% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg); }

  10% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg); }

  12% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg); }

  14% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg); }

  16% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes callback {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg); }

  2% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg); }

  4% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg); }

  6% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg); }

  8% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg); }

  10% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg); }

  12% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg); }

  14% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg); }

  16% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }

.callback-button-wrap {
  display: none;
  vertical-align: middle;
  margin: 20px 0; }

.callback-but {
  font-size: 16px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  padding: 11px 18px 10px;
  -webkit-animation: callback 6s linear infinite;
  -moz-animation: callback 6s linear infinite;
  -o-animation: callback 6s linear infinite;
  animation: callback 6s linear infinite; }

@media all and (min-width: 768px) {
  .callback-button-wrap {
    display: inline-block;
    margin: 40px 0 20px 60px; } }

@media all and (min-width: 940px) {
  .callback-button-wrap {
    margin: 46px 0 20px; } }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .owl-carousel .owl-animated-in {
    z-index: 0; }
  .owl-carousel .owl-animated-out {
    z-index: 1; }
  .owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel .owl-refresh .owl-item {
    display: none; }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .owl-carousel .owl-item img {
      display: block;
      width: 100%;
      -webkit-transform-style: preserve-3d; }
  .owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto; }
  .owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item img {
    transform-style: preserve-3d; }
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    transition: scale 100ms ease; }
  .owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3); }
  .owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1; }

.no-js .owl-carousel {
  display: block; }

.slider-images-wrap {
  background-color: #fff3eb;
  background-image: url(../site-pat.png);
  padding-top: 20px;
  padding-bottom: 32px;
  margin: 0 0 10px;
  display: none; }
  .slider-images-wrap .owl-item img {
    transform-style: initial; }
  .slider-images-wrap figure {
    margin: 0;
    position: relative;
    border-radius: 6px;
    overflow: hidden; }
    .slider-images-wrap figure + figure {
      display: none; }
    .slider-images-wrap figure img {
      display: block; }
    .slider-images-wrap figure figcaption {
      position: absolute;
      right: 10px;
      bottom: 10px;
      text-align: right;
      font: 18px RobotoBlack, "Arial Black", Gadget, sans-serif;
      line-height: 1;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.46); }
      .slider-images-wrap figure figcaption p {
        margin: 0; }
  .slider-images-wrap .owl-controls {
    position: absolute;
    right: 0;
    bottom: -22px; }
    .slider-images-wrap .owl-controls .owl-nav {
      display: none; }
    .slider-images-wrap .owl-controls .owl-dot {
      display: inline-block;
      margin: 0 0 0 8px;
      background: #e45a7b;
      width: 10px;
      height: 10px;
      border-radius: 50%; }
      .slider-images-wrap .owl-controls .owl-dot:hover, .slider-images-wrap .owl-controls .owl-dot.active {
        background: #302f59;
        box-shadow: 0 0 0 2px #fff; }

@media all and (min-width: 480px) {
  .slider-images-wrap {
    display: block; }
    .slider-images-wrap .slider-images {
      height: 166px; }
    .slider-images-wrap .owl-item img {
      max-height: 166px; } }

@media all and (min-width: 600px) {
  .slider-images-wrap {
    padding-top: 20px;
    padding-bottom: 40px; }
    .slider-images-wrap .slider-images {
      height: 210px; }
    .slider-images-wrap .owl-item img {
      max-height: 210px; }
    .slider-images-wrap figure figcaption {
      right: 14px;
      bottom: 14px;
      font-size: 23px; } }

@media all and (min-width: 768px) {
  .slider-images-wrap {
    padding-top: 20px;
    padding-bottom: 40px; }
    .slider-images-wrap .slider-images {
      height: 275px; }
    .slider-images-wrap .owl-item img {
      max-height: 275px; }
    .slider-images-wrap figure figcaption {
      right: 14px;
      bottom: 14px;
      font-size: 30px; }
    .slider-images-wrap .owl-controls {
      bottom: -25px; } }

@media all and (min-width: 800px) {
  .slider-images-wrap .owl-controls {
    bottom: -32px; } }

@media all and (min-width: 940px) {
  .slider-images-wrap {
    padding-top: 40px; }
    .slider-images-wrap .slider-images {
      height: 354px; }
    .slider-images-wrap .owl-item img {
      max-height: 354px; }
    .slider-images-wrap figure figcaption {
      right: 20px;
      bottom: 20px;
      font-size: 40px; }
    .slider-images-wrap .owl-controls {
      bottom: -29px;
      right: 20px; } }

.services-menu-wrap {
  text-align: center;
  background-color: #fff3eb;
  background-image: url(../site-pat.png);
  padding-top: 20px;
  padding-bottom: 10px; }
  .services-menu-wrap .services-menu li {
    vertical-align: top;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 10px; }
    .services-menu-wrap .services-menu a {
      border-radius: 10px;
      padding: 0;
      display: block;
      height: 50px;
      background-color: #e45a7b;
      box-shadow: 0 1px #e45a7b; }
      .services-menu-wrap .services-menu a:hover {
        background-color: #e76c89; }
      .services-menu-wrap .services-menu a:active {
        background-color: #e1486d; }
      .services-menu-wrap .services-menu a strong {
        font-weight: normal;
        font-family: RobotoRegular;
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 100%; }
      .services-menu-wrap .services-menu a span {
        display: table-cell;
        vertical-align: middle;
        padding: 3px 20px 0; }
      .services-menu-wrap .services-menu a span.service-icon {
        width: 45px;
        text-align: center;
        padding-right: 0; }
      .services-menu-wrap .services-menu a span.service-name {
        text-align: left;
        word-break: break-word;
        font-size: 16px; }

@media all and (min-width: 480px) {
  .services-menu-wrap {
    background: none;
    padding-top: 10px; }
    .services-menu-wrap.inner-page {
      background: #fff3eb url(../site-pat.png); }
    .services-menu-wrap .services-menu li {
      display: inline-block;
      margin: 0 20px 10px 0;
      width: 210px; }
      .services-menu-wrap .services-menu li:nth-child(2n) {
        margin-right: 0; }
      .services-menu-wrap .services-menu a {
        height: 60px; } }

@media all and (min-width: 600px) {
  .services-menu-wrap .services-menu li {
    width: 266px; } }

@media all and (min-width: 768px) {
  .services-menu-wrap .services-menu li {
    margin: 0 20px 20px 0;
    width: 354px; }
    .services-menu-wrap .services-menu a {
      height: 70px; } }

@media all and (min-width: 940px) {
  .services-menu-wrap {
    padding-top: 22px;
    padding-bottom: 2px;
    margin: 0 0 20px; }
    .services-menu-wrap .services-menu li {
      width: 220px; }
      .services-menu-wrap .services-menu li:nth-child(2n) {
        margin-right: 20px; }
      .services-menu-wrap .services-menu li:nth-child(4n) {
        margin-right: 0; } }

.site-offer-wrap {
  padding: 20px; }
  .site-offer-wrap.hide-offer {
    display: none; }
  .site-offer-wrap .offer-text-block {
    padding: 0 0 20px;
    color: #333; }
    .site-offer-wrap .offer-text-block .offer-name {
      margin: 0 0 3px;
      font: 27px RobotoBlack, "Arial Black", Gadget, sans-serif;
      line-height: 1;
      color: #302f59; }
    .site-offer-wrap .offer-text-block p {
      margin: 0 0 10px; }
  .site-offer-wrap .gr-form-wrap {
    padding: 18px 20px;
    background-color: #fff3eb;
    border-radius: 6px; }
  .site-offer-wrap .gr-form .gr-field input[type="text"], .site-offer-wrap .gr-form .gr-field textarea {
    width: 100%; }
    .site-offer-wrap .gr-form .gr-field.gr-captha input[type="text"] {
      width: 80px; }
    .site-offer-wrap .gr-form .gr-field .gr-date input[type="text"] {
      width: 100px; }

@media all and (min-width: 480px) {
  .site-offer-wrap {
    background-color: #fff3eb;
    background-image: url(../site-pat.png);
    margin: 0 0 20px; }
    .site-offer-wrap .gr-form-wrap {
      background: #fff; } }

@media all and (min-width: 768px) {
  .site-offer-wrap .offer-content-table {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .site-offer-wrap .offer-text-block {
      display: table-cell;
      vertical-align: top;
      padding: 0 20px 0 0; }
    .site-offer-wrap .offer-order-form {
      display: table-cell;
      vertical-align: top;
      width: 49%; } }

@media all and (min-width: 940px) {
  .site-offer-wrap {
    padding-top: 40px 0 50px;
    margin: 0 0 39px; }
    .site-offer-wrap .offer-text-block .offer-name {
      margin: -5px 0 3px; } }

.gr-form {
  color: #505050; }
  .gr-form .gr-head, .gr-form .gr-info {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 23px; }
  .gr-form .gr-field {
    margin: 0 0 20px; }
    .gr-form .gr-field:last-child {
      margin: 20px 0 0; }
    .gr-form .gr-field input[type="text"], .gr-form .gr-field textarea {
      border: 1px solid #dbdbdb;
      background: #fff;
      box-sizing: border-box;
      color: #505050;
      font: 16px RobotoRegular, Arial, Helvetica, sans-serif;
      padding: 10px 20px 9px;
      border-radius: 6px;
      outline: none; }
      .gr-form .gr-field input[type="text"]::-webkit-input-placeholder, .gr-form .gr-field textarea::-webkit-input-placeholder {
        color: #505050; }
      .gr-form .gr-field input[type="text"]:moz-placeholder, .gr-form .gr-field textarea:moz-placeholder {
        color: #505050; }
      .gr-form .gr-field input[type="text"]::-moz-placeholder, .gr-form .gr-field textarea::-moz-placeholder {
        color: #505050; }
      .gr-form .gr-field input[type="text"]:-ms-input-placeholder, .gr-form .gr-field textarea:-ms-input-placeholder {
        color: #505050; }
      .gr-form .gr-field input[type="text"]:focus, .gr-form .gr-field textarea:focus {
        border-color: #ceb4d0;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15); }
      .gr-form .gr-field input[type="text"].error, .gr-form .gr-field textarea.error {
        border-color: #f29c9a; }
    .gr-form .gr-field input[type="text"] {
      height: 37px; }
  .gr-form ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .gr-form .gr-required, .gr-form .gr-error {
    color: red; }
  .gr-form .gr-error {
    display: block; }
  .gr-form .gr-button {
    height: 37px;
    padding: 0 18px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    font-size: 16px; }

@media all and (min-width: 480px) {
  .gr-form .gr-head {
    font-size: 27px; } }

@media all and (min-width: 768px) {
  .gr-form .gr-field:last-child {
    margin: 30px 0 0; } }

.site-services-wrap {
  margin: 0 0 18px;
  padding-bottom: 2px; }
  .site-services-wrap .services-name {
    margin: 0 0 15px;
    color: #302f59;
    font: 20px RobotoBlack, "Arial Black", Gadget, sans-serif;
    line-height: 1; }
  .site-services-wrap .service-block {
    background: #fff;
    margin: 0 0 10px;
    box-shadow: inset 0 0 0 1px #d5d5d5;
    border-radius: 5px; }
  .site-services-wrap .service-table {
    display: table;
    width: 100%;
    table-layout: fixed; }
  .site-services-wrap .service-cell {
    display: table-cell;
    vertical-align: middle; }
  .site-services-wrap .service-cell.serv-image {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    width: 92px; }
    .site-services-wrap .service-cell.serv-image img {
      display: block; }
  .site-services-wrap .service-title {
    font-size: 20px;
    line-height: 1;
    color: #302f59;
    margin: 0 0 3px; }
    .site-services-wrap .service-title a {
      text-decoration: none;
      color: #302f59; }
      .site-services-wrap .serv-descrip {
        padding: 10px 20px;
        color: #333; }
    .site-services-wrap .serv-descrip p {
      margin: 0; }

@media all and (min-width: 480px) {
  .site-services-wrap .services-name {
    font-size: 25px; }
    .site-services-wrap .service-block {
      margin: 0 0 20px; }
    .site-services-wrap .service-cell.serv-image {
      width: 140px; }
    .site-services-wrap .service-title {
      font-size: 18px; }
    .site-services-wrap .serv-descrip {
      padding: 16px 20px 24px; } }

@media all and (min-width: 600px) {
  .site-services-wrap .services-name {
    font-size: 27px; }
    .site-services-wrap .service-cell.serv-image {
      width: 200px; }
    .site-services-wrap .service-title {
      font-size: 23px; } }

@media all and (min-width: 768px) {
  .site-services-wrap .service-block {
    display: inline-block;
    vertical-align: top;
    width: 352px;
    margin: 0 20px 20px 0; }
    .site-services-wrap .service-block:nth-child(2n) {
      margin-right: 0; }
    .site-services-wrap .service-cell.serv-image {
      width: 168px; } }

@media all and (min-width: 940px) {
  .site-services-wrap .services-name {
    margin: 0 0 36px; }
    .site-services-wrap .service-block {
      width: 219px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .site-services-wrap .service-block:hover {
        box-shadow: inset 0 0 0 1px #d5d5d5, 0 2px 8px rgba(0, 0, 0, 0.15); }
      .site-services-wrap .service-block:nth-child(2n) {
        margin-right: 20px; }
      .site-services-wrap .service-block:nth-child(4n) {
        margin-right: 0; }
    .site-services-wrap .service-table, .site-services-wrap .service-cell {
      display: block; }
    .site-services-wrap .service-cell.serv-image {
      width: auto; }
    .site-services-wrap .service-title {
      font-size: 27px; } }

.site-reviews-wrap {
  background-color: #fff3eb;
  background-image: url(../site-pat.png);
  padding-top: 16px;
  padding-bottom: 18px; }
  .site-reviews-wrap .reviews-name {
    color: #302f59;
    font: 27px RobotoBlack, "Arial Black", Gadget, sans-serif;
    line-height: 1;
    margin: 0 0 33px; }
  .site-reviews-wrap .review-block + .review-block {
    margin: 0 0 0 20px; }
  .site-reviews-wrap .owl-carousel .review-block {
    width: auto; }
  .site-reviews-wrap .review-text {
    font-style: normal;
    display: block;
    position: relative;
    background: #fff;
    padding: 25px 23px;
    margin: 0 0 30px;
    line-height: 20px;
    border-radius: 6px; }
    .site-reviews-wrap .review-text:before {
      content: '';
      position: absolute;
      top: 100%;
      left: 52px;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 10px 8px 0 8px;
      border-top-color: #fff; }
  .site-reviews-wrap .review-photo {
    display: inline-block;
    vertical-align: middle;
    border: 3px solid #fff;
    background: #fff;
    border-radius: 50%;
    position: relative;
    width: 84px;
    height: 84px;
    overflow: hidden;
    margin: 0 18px; }
    .site-reviews-wrap .review-photo.no-photo {
      background: #fff url(../rev-man.png) 50% 50% no-repeat; }
  .site-reviews-wrap .review-author {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 16px;
    width: 50%; }
  .site-reviews-wrap .owl-controls {
    position: absolute;
    right: 0;
    top: -37px;
    display: none; }
    .site-reviews-wrap .owl-controls .owl-nav {
      display: none; }
    .site-reviews-wrap .owl-controls .owl-dot {
      display: inline-block;
      margin: 0 0 0 8px;
      background: #e45a7b;
      width: 10px;
      height: 10px;
      border-radius: 50%; }
      .site-reviews-wrap .owl-controls .owl-dot:hover, .site-reviews-wrap .owl-controls .owl-dot.active {
        background: #302f59;
        box-shadow: 0 0 0 2px #fff; }
  .site-reviews-wrap .owl-item img {
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat; }

@media all and (min-width: 480px) {
  .site-reviews-wrap {
    padding-top: 18px;
    padding-bottom: 20px; }
    .site-reviews-wrap .review-author {
      width: 60%; }
    .site-reviews-wrap .owl-controls {
      display: block; } }

@media all and (min-width: 600px) {
  .site-reviews-wrap .review-block {
    display: inline-block;
    vertical-align: top;
    width: 270px; } }

@media all and (min-width: 768px) {
  .site-reviews-wrap .review-block {
    width: 350px; } }

@media all and (min-width: 940px) {
  .site-reviews-wrap {
    padding-top: 35px;
    padding-bottom: 40px; }
    .site-reviews-wrap .review-block {
      width: 460px; }
    .site-reviews-wrap .reviews-name {
      margin: 0 0 36px; }
    .site-reviews-wrap .review-author {
      font-size: 18px; }
    .site-reviews-wrap .owl-controls {
      top: -64px;
      right: 20px; } }

.footer-cell {
  padding: 1px 0; }

@media all and (min-width: 600px) {
  .footer-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 940px;
    margin: 0 auto; }

  .footer-cell {
    display: table-cell;
    vertical-align: top; }
    .footer-cell.cell-first {
      width: 192px; }
    .footer-cell.cell-last {
      width: 120px;
      text-align: right; } }

@media all and (min-width: 940px) {
  .footer-cell.cell-first {
    width: 200px;
    padding-right: 20px; }
    .footer-cell.cell-last {
      width: 200px; } }

.social-icons.soc-left {
  display: none; }
  .social-icons.soc-right {
    display: block; }
  .social-icons .soc-name {
    margin: 0 0 12px; }
  .social-icons a {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
    width: 32px;
    height: 32px;
    overflow: hidden;
    font-size: 0;
    border-radius: 50%; }

@media all and (min-width: 600px) {
  .social-icons.soc-left {
    display: block; }
    .social-icons.soc-right {
      display: none; } }

.bottom-contacts {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 35px;
  margin: 14px 0;
  min-height: 23px;
  position: relative; }
  .bottom-contacts a {
    text-decoration: none; }
  .bottom-contacts.address-bot {
    margin-right: 20px;
    background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2223px%22%20height%3D%2223px%22%20%20viewBox%3D%220%200%2023%2023%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M11.499%2C23.000%20C5.158%2C23.000%20-0.000%2C17.841%20-0.000%2C11.500%20C-0.000%2C5.159%205.158%2C-0.000%2011.499%2C-0.000%20C17.840%2C-0.000%2023.000%2C5.159%2023.000%2C11.500%20C23.000%2C17.841%2017.840%2C23.000%2011.499%2C23.000%20ZM11.499%2C1.055%20C5.740%2C1.055%201.055%2C5.740%201.055%2C11.500%20C1.055%2C17.259%205.740%2C21.945%2011.499%2C21.945%20C17.259%2C21.945%2021.945%2C17.259%2021.945%2C11.500%20C21.945%2C5.740%2017.259%2C1.055%2011.499%2C1.055%20ZM7.104%2C10.194%20C7.077%2C9.073%207.453%2C5.417%2011.514%2C5.308%20C15.452%2C5.411%2015.923%2C9.054%2015.923%2C10.194%20C15.923%2C13.095%2011.513%2C17.692%2011.513%2C17.692%20C11.513%2C17.692%207.104%2C12.906%207.104%2C10.194%20ZM13.897%2C9.609%20C13.897%2C8.316%2012.830%2C7.269%2011.513%2C7.269%20C10.197%2C7.269%209.130%2C8.316%209.130%2C9.609%20C9.130%2C10.901%2010.197%2C11.949%2011.513%2C11.949%20C12.830%2C11.949%2013.897%2C10.901%2013.897%2C9.609%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 0 no-repeat; }
  .bottom-contacts.phone-bot {
    font-size: 14px;
    background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2223px%22%20height%3D%2223px%22%20%20viewBox%3D%220%200%2023%2023%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M11.498%2C22.999%20C5.158%2C22.999%20-0.001%2C17.840%20-0.001%2C11.499%20C-0.001%2C5.158%205.158%2C-0.001%2011.498%2C-0.001%20C17.840%2C-0.001%2023.000%2C5.158%2023.000%2C11.499%20C23.000%2C17.840%2017.840%2C22.999%2011.498%2C22.999%20ZM11.498%2C1.054%20C5.740%2C1.054%201.054%2C5.739%201.054%2C11.499%20C1.054%2C17.259%205.740%2C21.945%2011.498%2C21.945%20C17.258%2C21.945%2021.945%2C17.259%2021.945%2C11.499%20C21.945%2C5.739%2017.258%2C1.054%2011.498%2C1.054%20ZM13.561%2C13.897%20L14.276%2C13.618%20L15.923%2C15.840%20L15.449%2C16.269%20L13.561%2C13.897%20ZM14.553%2C16.807%20L11.734%2C16.755%20C7.076%2C12.238%207.835%2C6.983%207.835%2C6.983%20L9.957%2C5.330%20L10.375%2C5.330%20L10.715%2C8.219%20L9.786%2C8.778%20L12.161%2C14.419%20L13.091%2C14.150%20L14.876%2C16.562%20L14.553%2C16.807%20ZM11.019%2C5.307%20L11.794%2C5.375%20L11.971%2C7.900%20L11.328%2C8.068%20L11.019%2C5.307%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 0 no-repeat; }

@media all and (min-width: 768px) {
  .bottom-contacts {
    display: inline-block;
    vertical-align: top;
    margin: 38px 0 0; } }

@media all and (min-width: 940px) {
  .bottom-contacts {
    margin: 40px 0 0; }
    .bottom-contacts.address-bot {
      width: 280px;
      margin-right: 20px; }
    .bottom-contacts.phone-bot {
      font-size: 16px;
      max-width: 150px; } }

.company-copyright {
  margin: 18px 0 16px;
  line-height: 1.4; }

.site-copyright {
  margin: 16px 0; }

.site-counters {
  margin: 0 0 20px; }

@media all and (min-width: 768px) {
  .company-copyright {
    margin: 38px 0 12px; }

  .site-copyright {
    margin: 38px 0 20px; } }

@media all and (min-width: 940px) {
  .company-copyright {
    margin: 34px 0 12px; }

  .site-copyright {
    margin: 36px 0 20px; } }

.overlay-wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 250;
  height: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.45);
  overflow: hidden;
  -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; }
  .overlay-wrap:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100%; }
  .overlay-wrap.open-overlay {
    display: block;
    overflow: auto;
    height: 100%; }
    .overlay-wrap.open-overlay .overlay-content {
      -webkit-transform: translateZ(0) scale(1);
      -moz-transform: translateZ(0) scale(1);
      -ms-transform: translateZ(0) scale(1);
      -o-transform: translateZ(0) scale(1);
      transform: translateZ(0) scale(1); }
  .overlay-wrap .overlay-content {
    display: inline-block;
    vertical-align: middle;
    padding: 40px;
    background: #fff;
    position: relative;
    z-index: 10;
    border-radius: 10px;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    -ms-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
    -webkit-transform: translateZ(0) scale(0);
    -moz-transform: translateZ(0) scale(0);
    -ms-transform: translateZ(0) scale(0);
    -o-transform: translateZ(0) scale(0);
    transform: translateZ(0) scale(0); }
  .overlay-wrap .overlay-close {
    position: absolute;
    top: -8px;
    right: -8px;
    cursor: pointer;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    text-align: center;
    background: #e45a7b url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%229px%22%20%20viewBox%3D%220%200%2012%209%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M6.042%2C3.108%20L8.805%2C0.042%20L12.000%2C0.052%20L7.914%2C4.535%20L11.957%2C9.000%20L8.749%2C8.988%20L6.057%2C6.022%20L3.416%2C8.977%20L0.057%2C8.967%20L4.179%2C4.508%20L-0.000%2C0.010%20L3.232%2C-0.000%20L6.042%2C3.108%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 50% 50% no-repeat; }
  .overlay-wrap .gr-form .gr-field input[type="text"], .overlay-wrap .gr-form .gr-field textarea {
    width: 100%; }
    .overlay-wrap .gr-form .gr-field.gr-captha input[type="text"] {
      width: 80px; }
    .overlay-wrap .gr-form .gr-field .gr-date input[type="text"] {
      width: 100px; }

.post_added {
  padding: 10px 15px;
  border: 1px solid #c35800;
  display: inline-block;
  margin: 0 0 30px;
  background: #ffbc80;
  color: #000;
  font-size: 18px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }

.post_block {
  padding: 10px;
  margin: 0 0 20px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 2px 2px 3px rgba(0, 0, 0, 0.3); }

.post_light {
  background: #fff3eb;
  border: 1px solid #ffd4b8;
  color: #b84a00; }

.post_dark {
  background: #e45a7b;
  border: 1px solid #dd2e58;
  color: #fff; }

.post_text {
  font-size: 15px; }

.post_author {
  font-size: 17px;
  margin: 0 0 10px; }

.post_reply {
  margin: 15px 0 0 30px;
  padding: 5px 10px;
  background: #54529c;
  border-left: 3px solid #302f59;
  color: #eee; }

.board_form {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #ccc;
  padding: 15px;
  display: inline-block;
  border-radius: 6px; }

.board_form h3 {
  margin: 0 0 15px; }

.board_field + .board_field {
  margin: 10px 0 0; }

.post_field_title {
  display: block; }

.board_field input[type="text"], .board_field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
  color: #000;
  outline: none; }

.board_field input[type="text"] {
  height: 26px; }

.board_field.board_captcha input[type="text"] {
  width: 50px; }

.mgCaptcha-block {
  display: inline-block; }

.field_error, .required_field {
  color: red; }

.field_error input[type="text"], .field_error textarea {
  border-color: red; }

.premoderated {
  display: inline-block;
  max-width: 360px;
  padding: 5px 10px;
  background: #ffeba0;
  color: #333;
  font-size: 14px;
  border: 1px solid #e8ba0c;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 2px 2px 5px rgba(0, 0, 0, 0.2); }

.table2 th, h5, h6, b, strong {
  font-family: RobotoBold; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0; }

a img {
  border: none; }

img, textarea, object, object embed, .table-wrapper {
  max-width: 100%; }

.table-wrapper {
  overflow: auto; }

img {
  height: auto; }

table img {
  max-width: none; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.form-over {
  overflow: hidden; }

.site-path-wrap {
  margin: 10px 0;
  font-size: 12px;
  line-height: 1; }

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

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

@font-face {
  font-family: 'RobotoRegular';
  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#RobotoRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RobotoBold';
  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#RobotoBold") format("svg");
  font-weight: normal;
  font-style: normal; }

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

@font-face {
  font-family: 'RobotoCondensedRegular';
  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#RobotoCondensedRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

.services-menu-wrap .services-menu a span.service-name {
  font-size: 16px;
  word-break: normal; }

.services-menu-wrap .services-menu a span {
  padding-left: 10px; }

@media (min-width: 940px) {
  .site-services-wrap .service-title {
    font-size: 21px; } }
