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

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

.menu-default, .menu-default ul, .menu-default li {
  padding: 0;
  margin: 0;
  list-style: none; }

.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; }

html, body {
  height: 100%; }

html {
  font-size: 16px; }

body {
  position: relative;
  min-width: 320px;
  text-align: left;
  color: #2f2f2f;
  background: url(../theme.png) 50% 0 no-repeat #fff;
  background-size: cover;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.25; }

h1, h2, h3, h4, h5, h6 {
  color: #2f2f2f;
  font-family: 'exm', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal; }

h1 {
  margin-top: 0;
  font-size: 22px; }

h2 {
  font-size: 20px; }

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: #1d9397; }

a:hover {
  text-decoration: none; }

a img {
  border-color: #2f2f2f; }

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); }

.site-path {
  margin-bottom: 10px;
  white-space: pre-wrap;
  line-height: 1; }

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

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

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

.site-wrapper {
  min-height: 100%;
  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 {
  background-color: #fff;
  min-height: 160px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }

.site-header-inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 20px 20px 15px;
  min-height: 125px; }

.adress-top {
  float: left;
  width: 220px;
  position: relative;
  color: #555;
  font: 14px/20px 'exr', Arial, Helvetica, sans-serif;
  margin: 37px 0 0 26px; }
  .adress-top a {
    color: #555;
    text-decoration: none; }
  .adress-top:before {
    position: absolute;
    content: '';
    left: -28px;
    height: 21px;
    width: 15px;
    top: 50%;
    margin-top: -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%2215px%22%20height%3D%2221px%22%20%20viewBox%3D%220%200%2015%2021%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%231d9397%22%20d%3D%22M7.500%2C20.991%20C8.302%2C20.991%2014.999%2C12.239%2014.999%2C7.880%20C14.999%2C3.523%2011.642%2C-0.011%207.500%2C-0.011%20C3.358%2C-0.011%200.000%2C3.523%200.000%2C7.880%20C0.000%2C12.239%206.726%2C20.991%207.500%2C20.991%20ZM2.656%2C7.604%20C2.656%2C4.789%204.824%2C2.507%207.500%2C2.507%20C10.175%2C2.507%2012.344%2C4.789%2012.344%2C7.604%20C12.344%2C10.419%2010.175%2C12.701%207.500%2C12.701%20C4.824%2C12.701%202.656%2C10.419%202.656%2C7.604%20Z%22%20%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }

.header-left-container {
  float: left;
  width: 366px;
  margin: 31px 0 0 39px;
  text-align: center; }
  .header-left-container .site-header-name {
    color: #1d9397;
    font: 26px/1 'exb', Arial, Helvetica, sans-serif;
    padding: 0 0 4px; }
  .header-left-container .site-header-name a {
    color: #1d9397;
    text-decoration: none; }
  .header-left-container .activity {
    color: #555;
    font: 24px/1 'exl', Arial, Helvetica, sans-serif; }

.phone-top {
  position: relative;
  float: right;
  width: 220px;
  margin: 38px 0 0 0;
  text-align: right; }
  .phone-top .phone-top-inner {
    display: inline-block;
    padding: 0 0 0 27px;
    vertical-align: top;
    font: 20px/1 'exm', Arial, Helvetica, sans-serif;
    color: #555;
    min-height: 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%2217px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2017%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%231d9397%22%20d%3D%22M0.161%2C16.603%20C0.224%2C16.868%200.491%2C17.032%200.756%2C16.968%20C1.022%2C16.905%201.186%2C16.639%201.122%2C16.375%20C0.847%2C15.225%200.992%2C14.216%201.509%2C13.675%20C1.853%2C13.316%202.343%2C13.193%202.965%2C13.309%20C4.202%2C13.542%204.990%2C14.607%205.903%2C15.840%20C6.667%2C16.873%207.533%2C18.043%208.804%2C18.827%20C10.040%2C19.589%2011.451%2C19.999%2012.816%2C19.999%20C12.945%2C19.999%2013.074%2C19.996%2013.201%2C19.988%20C14.687%2C19.903%2015.911%2C19.313%2016.561%2C18.368%20C17.382%2C17.176%2016.911%2C15.935%2016.271%2C15.089%20L16.771%2C14.422%20C17.146%2C13.922%2017.048%2C13.205%2016.552%2C12.823%20L13.324%2C10.343%20C13.121%2C10.187%2012.878%2C10.104%2012.621%2C10.104%20C12.259%2C10.104%2011.914%2C10.276%2011.698%2C10.565%20L10.507%2C12.151%20C9.559%2C11.725%208.474%2C11.002%207.298%2C9.811%20C6.108%2C8.608%205.395%2C7.503%204.976%2C6.550%20L6.565%2C5.329%20C7.062%2C4.947%207.160%2C4.230%206.784%2C3.730%20L4.330%2C0.460%20C4.114%2C0.172%203.769%2C-0.001%203.407%2C-0.001%20C3.151%2C-0.001%202.907%2C0.082%202.704%2C0.238%20L0.847%2C1.665%20C0.844%2C1.667%200.843%2C1.670%200.840%2C1.672%20C0.826%2C1.683%200.813%2C1.696%200.800%2C1.709%20C0.789%2C1.721%200.777%2C1.732%200.767%2C1.744%20C0.760%2C1.753%200.754%2C1.762%200.748%2C1.771%20C0.735%2C1.790%200.722%2C1.809%200.711%2C1.829%20C0.709%2C1.834%200.707%2C1.839%200.705%2C1.843%20C0.692%2C1.869%200.682%2C1.896%200.674%2C1.923%20C0.674%2C1.923%200.674%2C1.924%200.674%2C1.924%20C0.627%2C2.097%20-0.410%2C6.209%205.214%2C11.899%20C9.256%2C15.989%2012.504%2C16.600%2014.081%2C16.600%20C14.081%2C16.600%2014.081%2C16.600%2014.081%2C16.600%20C14.696%2C16.600%2015.049%2C16.506%2015.087%2C16.496%20C15.088%2C16.495%2015.089%2C16.495%2015.090%2C16.494%20C15.116%2C16.487%2015.141%2C16.477%2015.166%2C16.465%20C15.173%2C16.462%2015.180%2C16.459%2015.186%2C16.455%20C15.205%2C16.445%2015.222%2C16.434%2015.239%2C16.422%20C15.249%2C16.414%2015.260%2C16.407%2015.271%2C16.398%20C15.282%2C16.389%2015.293%2C16.377%2015.303%2C16.367%20C15.316%2C16.354%2015.329%2C16.341%2015.340%2C16.326%20C15.343%2C16.323%2015.346%2C16.321%2015.348%2C16.318%20L15.649%2C15.917%20C15.982%2C16.436%2016.212%2C17.134%2015.746%2C17.810%20C14.802%2C19.182%2011.855%2C19.550%209.324%2C17.989%20C8.215%2C17.305%207.444%2C16.263%206.698%2C15.255%20C5.705%2C13.913%204.767%2C12.645%203.149%2C12.341%20C2.203%2C12.163%201.367%2C12.395%200.793%2C12.995%20C0.044%2C13.779%20-0.192%2C15.127%200.161%2C16.603%20Z%22%20%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat; }
  .phone-top a {
    color: #555;
    text-decoration: none; }
  .phone-top span {
    font: 14px/1 'exr', Arial, Helvetica, sans-serif; }

.menu-top-wrap {
  position: relative;
  font-size: 0;
  z-index: 2; }
  @media screen and (max-width: 939px) {
  .menu-top-wrap {
    padding: 0 20px; } }
  @media screen and (max-width: 767px) {
  .menu-top-wrap {
    display: none; } }
  .menu-top-wrap .menu-top-inner {
    max-width: 940px;
    margin: 0 auto;
    position: relative; }
  .menu-top-wrap .menu-top-inner:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    margin-left: -381px;
    height: 1px;
    width: 762px;
    background: #e8e8e8; }
    @media screen and (max-width: 939px) {
    .menu-top-wrap .menu-top-inner:before {
      width: 730px;
      margin-left: -365px; } }
  .menu-top-wrap .menu-top {
    padding: 0;
    text-align: center; }
  .menu-top-wrap .menu-top > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 18px;
    position: relative; }
    .menu-top-wrap .menu-top > li.openedd > ul {
      display: block; }
    .menu-top-wrap .menu-top > li.sub.s3-menu-allin-has.s3-menu-allin-active a {
      border-color: #1d9397; }
    .menu-top-wrap .menu-top > li > a {
      display: block;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      height: 65px;
      font: 15px/58px 'rr', Arial, Helvetica, sans-serif;
      text-decoration: none;
      color: #2f2f2f;
      border-top: 5px solid transparent; }
      .menu-top-wrap .menu-top > li > a:hover {
        border-color: #1d9397; }
    .menu-top-wrap .menu-top > li ul {
      width: 210px;
      background: #1d9397;
      position: absolute;
      top: 100% !important;
      left: 0 !important;
      display: none;
      z-index: 1;
      text-align: left;
      padding: 13px 0 11px; }
      .menu-top-wrap .menu-top > li ul li {
        display: block;
        margin: 0 20px;
        border-top: 1px solid #239ea2;
        position: relative; }
        .menu-top-wrap .menu-top > li ul li:first-child {
          border-color: transparent; }
        .menu-top-wrap .menu-top > li ul li.sub.openedd > ul {
          display: block; }
          .menu-top-wrap .menu-top > li ul li.sub.openedd > a {
            color: #1d9397; }
        .menu-top-wrap .menu-top > li ul li.sub.s3-menu-allin-has.s3-menu-allin-active > a {
          color: #1d9397; }
        .menu-top-wrap .menu-top > li ul li a {
          display: inline-block;
          vertical-align: top;
          padding: 7px 0 9px 0;
          text-decoration: none;
          color: #dedede;
          font: 15px/1 'rr', Arial, Helvetica, sans-serif; }
          .menu-top-wrap .menu-top > li ul li a:hover {
            color: #1d9397; }
      .menu-top-wrap .menu-top > li ul ul {
        top: 0 !important;
        left: 100% !important; }

.top-panel-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 38px;
  background: #1d9397;
  z-index: 10; }
  @media screen and (min-width: 768px) {
  .top-panel-wrap {
    display: none; } }
  .top-panel-wrap .navigation-button {
    position: absolute;
    left: 9px;
    z-index: 1;
    top: 0;
    width: 45px;
    height: 38px;
    cursor: pointer;
    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%2219px%22%20%20viewBox%3D%220%200%2023%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ededed%22%20d%3D%22M21.850%2C11.000%20L1.150%2C11.000%20C0.515%2C11.000%20-0.000%2C10.328%20-0.000%2C9.500%20C-0.000%2C8.671%200.515%2C8.000%201.150%2C8.000%20L21.850%2C8.000%20C22.485%2C8.000%2023.000%2C8.671%2023.000%2C9.500%20C23.000%2C10.328%2022.485%2C11.000%2021.850%2C11.000%20ZM21.850%2C3.000%20L1.150%2C3.000%20C0.515%2C3.000%20-0.000%2C2.328%20-0.000%2C1.500%20C-0.000%2C0.672%200.515%2C-0.000%201.150%2C-0.000%20L21.850%2C-0.000%20C22.485%2C-0.000%2023.000%2C0.672%2023.000%2C1.500%20C23.000%2C2.328%2022.485%2C3.000%2021.850%2C3.000%20ZM1.150%2C16.000%20L21.850%2C16.000%20C22.485%2C16.000%2023.000%2C16.671%2023.000%2C17.500%20C23.000%2C18.328%2022.485%2C19.000%2021.850%2C19.000%20L1.150%2C19.000%20C0.515%2C19.000%20-0.000%2C18.328%20-0.000%2C17.500%20C-0.000%2C16.671%200.515%2C16.000%201.150%2C16.000%20Z%22%2F%3E%3C%2Fsvg%3E") 11px 9px no-repeat; }
  .top-panel-wrap .navigation-close {
    position: absolute;
    left: 220px;
    top: 10px;
    width: 39px;
    height: 39px;
    cursor: pointer;
    background: url(../menu-close.png) 0 0 no-repeat;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s; }
  .top-panel-wrap .navigation-close.opened {
    opacity: 1;
    visibility: visible; }
  .top-panel-wrap .navigation__wrapper {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    left: -100%;
    width: 280px;
    z-index: 4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .top-panel-wrap .navigation__wrapper.opened {
    -moz-box-shadow: 0 0 0 10000px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 0 10000px rgba(0, 0, 0, .4);
    box-shadow: 0 0 0 10000px rgba(0, 0, 0, .4);
    left: 0; }
  .top-panel-wrap .navigation__wrapper ul {
    padding: 75px 0 55px 0;
    background: #1d9397; }
    .top-panel-wrap .navigation__wrapper ul.waSlideMenu-inheritedmenu {
      padding: 10px 0 98px 0;
      background: #0d0d0d; }
      .top-panel-wrap .navigation__wrapper ul.waSlideMenu-inheritedmenu li.parent-item {
        border-bottom: 0;
        position: relative;
        margin: 0px 20px 6px; }
        .top-panel-wrap .navigation__wrapper ul.waSlideMenu-inheritedmenu li.parent-item:before {
          position: absolute;
          left: -20px;
          right: -20px;
          top: -500px;
          bottom: 0;
          content: '';
          background: #1d9397; }
        .top-panel-wrap .navigation__wrapper ul.waSlideMenu-inheritedmenu li.parent-item a {
          color: #fff;
          background: none; }
        .top-panel-wrap .navigation__wrapper ul.waSlideMenu-inheritedmenu li.waSlideMenu-back {
          position: relative;
          z-index: 2; }
        .top-panel-wrap .navigation__wrapper ul.waSlideMenu-inheritedmenu li.waSlideMenu-back a {
          color: #fff; }
        .top-panel-wrap .navigation__wrapper ul.waSlideMenu-inheritedmenu li a {
          color: #aaa; }
        .top-panel-wrap .navigation__wrapper ul.waSlideMenu-inheritedmenu li a:hover {
          color: #fff; }
    .top-panel-wrap .navigation__wrapper ul li {
      display: block;
      margin: 0 20px;
      border-bottom: 1px solid rgba(255, 255, 255, .15); }
      .top-panel-wrap .navigation__wrapper ul li a {
        color: #fff;
        padding: 10px 20px 12px 0;
        display: block;
        position: relative;
        font: 15px/1 'rr', Arial, Helvetica, sans-serif;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -o-transition: all 0.1s;
        -ms-transition: all 0.1s;
        transition: all 0.1s;
        text-decoration: none;
        background: url(../waslide-dot.png) 100% 50% no-repeat; }
        .top-panel-wrap .navigation__wrapper ul li a:hover {
          color: #f2f2f2; }
      .top-panel-wrap .navigation__wrapper ul li.waSlideMenu-back {
        height: 39px;
        margin-bottom: 19px;
        border-bottom: 0; }
        .top-panel-wrap .navigation__wrapper ul li.waSlideMenu-back a {
          font: 14px/39px 'rr', Arial, Helvetica, sans-serif;
          padding: 0 0 0 20px;
          text-transform: uppercase;
          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%228px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%208%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M6.824%2C13.000%20C6.521%2C13.000%206.219%2C12.890%205.989%2C12.671%20L0.342%2C7.285%20C-0.114%2C6.850%20-0.114%2C6.149%200.342%2C5.715%20L5.989%2C0.329%20C6.447%2C-0.108%207.191%2C-0.110%207.653%2C0.323%20C8.114%2C0.757%208.116%2C1.463%207.658%2C1.899%20L2.835%2C6.500%20L7.658%2C11.100%20C8.116%2C11.537%208.114%2C12.243%207.653%2C12.676%20C7.423%2C12.892%207.123%2C13.000%206.824%2C13.000%20Z%22%2F%3E%3C%2Fsvg%3E") 0 13px no-repeat; }
        .top-panel-wrap .navigation__wrapper ul li.waSlideMenu-back a:hover {
          color: #fff; }
  .top-panel-wrap .waSlideMenu-nav {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100% !important; }
  .top-panel-wrap .waSlideMenu-wrapper {
    left: 0;
    position: relative;
    top: 0;
    -moz-box-shadow: 0 0 0 10000px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 0 10000px rgba(0, 0, 0, .4);
    box-shadow: 0 0 0 10000px rgba(0, 0, 0, .4); }
  .top-panel-wrap .waSlideMenu-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inherit;
    left: 0; }
  .top-panel-wrap .waSlideMenu-inheritedmenu {
    position: absolute;
    left: 100%;
    top: 0;
    padding: 0; }
  .top-panel-wrap .selected > a {
    font-weight: bold; }

.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;
  position: relative;
  overflow: hidden; }
  .site-container:before {
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -500px;
    top: 0;
    bottom: 0;
    width: 1000px;
    background: rgba(47, 82, 120, .1); }
  .site-container .site-container-inner {
    max-width: 940px;
    position: relative;
    margin: 0 auto;
    padding: 30px 30px 22px;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none; }
  .site-container .site-container-inner1 {
    max-width: 940px;
    position: relative;
    margin: 0 auto;
    padding: 38px 30px 41px;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none; }

.site-container.site-container1:before {
  bottom: 0; }

.jblock-wrap {
  position: relative;
  padding: 0 0 30px;
  font-size: 0;
  text-align: center;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  .jblock-wrap .jblock-inner {
    margin: 0 0 0 -20px; }
  .jblock-wrap .jblock {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px 20px;
    width: 31.25%;
    position: relative;
    text-decoration: none; }
  .jblock-wrap .jblock .img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    min-width: 100%;
    height: 225px; }
    @media screen and (max-width: 939px) {
    .jblock-wrap .jblock .img {
      height: 175px; } }
    @media screen and (max-width: 670px) {
    .jblock-wrap .jblock .img {
      height: 180px; } }
    @media screen and (max-width: 440px) {
    .jblock-wrap .jblock .img {
      height: 190px; } }
  @media screen and (max-width: 1024px) {
    .jblock-wrap .jblock {
      width: 31%; } }
  .jblock-wrap .jblock:hover:before, .jblock-wrap .jblock:active:before {
    opacity: 0;
    visibility: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .jblock-wrap .jblock:hover .jblock-text, .jblock-wrap .jblock:active .jblock-text {
      opacity: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      visibility: 0; }
  .jblock-wrap .jblock:before {
    position: absolute;
    content: '';
    left: 9px;
    right: 9px;
    top: 9px;
    bottom: 9px;
    border: 1px solid rgba(255, 255, 255, .5);
    z-index: 1; }
  .jblock-wrap .jblock img {
    border: 0; }
  .jblock-wrap .jblock-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(58, 64, 60, .6);
    color: #fff;
    text-align: center;
    font: 20px/18px 'exl', Arial, Helvetica, sans-serif;
    padding: 0 20px; }
  .jblock-wrap .jblock-text ins {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle; }
  .jblock-wrap .jblock-text ins + ins {
    min-height: 100%; }

.edit-block {
  margin: 0 0 50px;
  background: #fff;
  position: relative;
  padding: 10px 10px 10px 10px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  .edit-block p {
    margin: 0; }
  .edit-block .edit-block-inner {
    border: 1px solid #ededed;
    padding: 15px 20px 20px 20px; }
  .edit-block .edit-block-body {
    float: left;
    width: 56%; }
  .edit-block .edit-block-title {
    color: #1d9397;
    font: 32px/1 'exr', Arial, Helvetica, sans-serif; }
  .edit-block .edit-block-title span {
    display: inline-block;
    vertical-align: top;
    padding: 0 40px 10px 0;
    border-bottom: 3px solid #1d9397; }
  .edit-block .edit-block-text {
    padding: 18px 0 18px 0;
    color: #161616;
    font: 15px/20px Arial, Helvetica, sans-serif; }
  .edit-block .edit-block-text .edit-name {
    font: 20px/1 'exm', Arial, Helvetica, sans-serif;
    padding: 0 0 10px; }
  .edit-block .edit-block-img {
    float: right;
    font-size: 0;
    width: 40%;
    margin: -15px -20px -20px 0; }
  .edit-block .edit-block-img .img {
    display: block;
    height: 230px; }
    @media screen and (max-width: 479px) {
    .edit-block .edit-block-img .img {
      height: 180px; } }
  .edit-block .edit-block-link a {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    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%228px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%208%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M7.939%2C7.646%20L0.428%2C15.128%20L-0.001%2C14.675%20L7.249%2C7.453%20L0.037%2C0.443%20L0.462%2C0.005%20L7.901%2C7.235%20L7.722%2C7.418%20L7.939%2C7.646%20Z%22%20%2F%3E%3C%2Fsvg%3E") 50% 10px no-repeat #1d9397; }
    .edit-block .edit-block-link a:hover, .edit-block .edit-block-link a:active {
      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%228px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%208%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M7.939%2C7.646%20L0.428%2C15.128%20L-0.001%2C14.675%20L7.249%2C7.453%20L0.037%2C0.443%20L0.462%2C0.005%20L7.901%2C7.235%20L7.722%2C7.418%20L7.939%2C7.646%20Z%22%20%2F%3E%3C%2Fsvg%3E") 50% 10px no-repeat #2f5278; }
  .edit-block .edit-block-link.swap {
    display: none; }

.edit-block.edit-block1 {
  margin: 0 0 17px; }

.form-wrapper {
  background: url(../formbg.jpg) 50% 0 no-repeat;
  background-size: cover;
  text-align: center;
  padding: 37px 20px 40px;
  margin: 0 0 91px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  @media screen and (max-width: 767px) {
  .form-wrapper {
    margin-bottom: 30px; } }
  .form-wrapper .form-inner {
    max-width: 460px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    min-width: 460px; }
  @media screen and (max-width: 580px) {
    .form-wrapper .form-inner {
      min-width: 100%;
      max-width: 100%; } }
  .form-wrapper .form-title {
    color: #1d9397;
    font: 22px/1 'exr', Arial, Helvetica, sans-serif;
    padding: 0 0 28px;
    text-align: center; }
  .form-wrapper .row {
    margin: 0 0 7px; }
  .form-wrapper .row-title {
    color: #161616;
    font: 16px/1 'exr', Arial, Helvetica, sans-serif;
    padding: 0 0 7px; }
  .form-wrapper .row-title span {
    color: #161616; }
  .form-wrapper .gr-info {
    color: #161616;
    text-align: center;
    font: 22px/1 'exr', Arial, Helvetica, sans-serif; }
  .form-wrapper input[type="text"], .form-wrapper textarea, .form-wrapper select {
    width: 95.5%;
    padding: 0 2% 0 2%;
    height: 30px;
    border: 1px solid #c6c6c6;
    background: rgba(255, 255, 255, .3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
  .form-wrapper select {
    width: 100%;
    height: 32px;
    padding: 0; }
  .form-wrapper textarea {
    padding: 5px 2% 5px;
    height: auto; }
  .form-wrapper .row-button {
    padding: 16px 0 0; }
  .form-wrapper button {
    display: block;
    background: #1d9397;
    border: 0;
    height: 42px;
    width: 100%;
    padding: 11px 2% 11px;
    color: #fff;
    font: 18px/1 'exr', Arial, Helvetica, sans-serif;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0.4px 3px 5px rgba(0, 0, 0, 0.57);
    -webkit-box-shadow: 0.4px 3px 5px rgba(0, 0, 0, 0.57);
    box-shadow: 0.4px 3px 5px rgba(0, 0, 0, 0.57);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .form-wrapper button:hover {
    opacity: 0.9; }

.portfolio-wrap {
  position: relative;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  .portfolio-wrap img {
    border: 0;
    max-width: 100%;
    min-width: 100%; }
  .portfolio-wrap .portfolio {
    font-size: 0;
    margin: 0; }
  .portfolio-wrap .portfolio-title {
    color: #2b2b2b;
    font: 27px/1 'exm', Arial, Helvetica, sans-serif;
    margin: 0 0 18px;
    padding: 0 0 28px;
    text-align: center;
    background: url(../decoration.png) 50% 100% no-repeat; }
  .portfolio-wrap .portfolio-block {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
    text-align: left; }
  @media screen and (max-width: 479px) {
    .portfolio-wrap .portfolio-block {
      height: 202px !important; } }
  .portfolio-wrap .portfolio-block .img {
    height: 340px;
    display: block; }
    @media screen and (max-width: 939px) {
    .portfolio-wrap .portfolio-block .img {
      height: 264px; } }
    @media screen and (max-width: 767px) {
    .portfolio-wrap .portfolio-block .img {
      height: 315px; } }
    @media screen and (max-width: 479px) {
    .portfolio-wrap .portfolio-block .img {
      height: 202px !important; } }
  .portfolio-wrap .portfolio-block:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(58, 64, 60, .6);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .portfolio-wrap .portfolio-block:hover:before {
    opacity: 0;
    visibility: hidden; }
    .portfolio-wrap .portfolio-block:hover .block-text:before {
      background-color: #2f5278; }
    .portfolio-wrap .portfolio-block:hover .block-link {
      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%2213px%22%20height%3D%2225px%22%20%20viewBox%3D%220%200%2013%2025%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M13.006%2C12.520%20L0.697%2C24.781%20L-0.006%2C24.039%20L11.876%2C12.202%20L0.056%2C0.714%20L0.753%2C-0.003%20L12.944%2C11.846%20L12.652%2C12.146%20L13.006%2C12.520%20Z%22%2F%3E%3C%2Fsvg%3E") 50% 17px no-repeat #2f5278; }
  .portfolio-wrap .block-inner {
    position: absolute;
    left: 40px;
    z-index: 1;
    right: 40px;
    bottom: 111px; }
  .portfolio-wrap .block-text {
    position: relative;
    padding: 15px 0 0 0;
    color: #fff;
    font: 30px/30px 'exr', Arial, Helvetica, sans-serif; }
  .portfolio-wrap .block-text:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    width: 130px;
    height: 3px;
    background: #1d9397; }
  .portfolio-wrap .block-link {
    position: absolute;
    left: 40px;
    bottom: 30px;
    z-index: 1;
    width: 59px;
    height: 59px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    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%2213px%22%20height%3D%2225px%22%20%20viewBox%3D%220%200%2013%2025%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M13.006%2C12.520%20L0.697%2C24.781%20L-0.006%2C24.039%20L11.876%2C12.202%20L0.056%2C0.714%20L0.753%2C-0.003%20L12.944%2C11.846%20L12.652%2C12.146%20L13.006%2C12.520%20Z%22%2F%3E%3C%2Fsvg%3E") 50% 17px no-repeat #1d9397; }

@media screen and (min-width: 940px) {
    .site-main {
      width: 100%; } }
  .site-main__inner {
    position: relative;
    padding: 0 10px 30px; }
  @media screen and (min-width: 940px) {
    .site-main__inner {
      padding: 23px 10px 30px; } }
  .site-main .image-block {
    float: left;
    margin: 0 50px 50px 0;
    font-size: 0; }
  .site-main .image-block img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

.site-sidebar {
  position: relative; }

.site-footer {
  background: url(../pattern.png) 0 0 repeat #2f5278;
  min-height: 58px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  .site-footer .footer-inner {
    background: #294c72; }
  .site-footer .footer-inner-body {
    max-width: 940px;
    margin: 0 auto;
    min-height: 43px;
    position: relative;
    padding: 10px 20px 10px; }
  .site-footer .footer-in {
    padding: 51px 20px 17px;
    max-width: 940px;
    margin: 0 auto; }

.menu-bot-wrap {
  margin: 6px 0 0 0;
  float: left;
  width: 63%; }
  .menu-bot-wrap .menu-bot {
    font-size: 0; }
  .menu-bot-wrap .menu-bot > li {
    display: inline-block;
    vertical-align: top;
    width: 270px; }
    .menu-bot-wrap .menu-bot > li:first-child {
      margin: 0 50px 0 0; }
    .menu-bot-wrap .menu-bot > li > a {
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      color: #219a9e;
      font: 18px/1 'exr', Arial, Helvetica, sans-serif;
      padding: 0 10px 14px 0;
      display: inline-block;
      vertical-align: top; }
      .menu-bot-wrap .menu-bot > li > a:before {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 60px;
        height: 2px;
        background: #219a9e; }
  .menu-bot-wrap .menu-bot ul {
    margin: 14px 0 0 0; }
    .menu-bot-wrap .menu-bot ul ul {
      margin: 0; }
    .menu-bot-wrap .menu-bot ul li {
      display: block;
      margin: 0; }
      .menu-bot-wrap .menu-bot ul li a {
        color: #d9d9d9;
        text-transform: none;
        font: 14px/1 'exl', Arial, Helvetica, sans-serif;
        display: inline-block;
        vertical-align: top;
        padding: 4px 10px 4px 0;
        text-decoration: none; }
        .menu-bot-wrap .menu-bot ul li a:hover {
          text-decoration: underline; }

.contacts-block {
  float: right;
  width: 300px;
  margin: 6px 0 28px 0; }
  .contacts-block .contacts-title {
    color: #219a9e;
    font: 18px/1 'exr', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 0 0 14px 0;
    position: relative;
    margin: 0 0 16px; }
  .contacts-block .contacts-title:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #219a9e; }
  .contacts-block .contacts-adress {
    color: #d9d9d9;
    font: 16px/20px 'exr', Arial, Helvetica, sans-serif;
    padding: 0 0 12px; }
  .contacts-block .contacts-adress a {
    color: #d9d9d9;
    text-decoration: none; }
  .contacts-block .contacts-phone {
    color: #fff;
    font: 20px/1 'exm', Arial, Helvetica, sans-serif;
    padding: 0 0 16px; }
  .contacts-block .contacts-phone a {
    color: #fff;
    text-decoration: none; }
  .contacts-block .social-wrap {
    font-size: 0; }
  .contacts-block .social-wrap .social {
    display: block;
    float: left;
    margin: 0 7px 0 0; }
    .contacts-block .social-wrap .social img {
      border: 0;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }

.site-name-bottom {
  color: #e5e5e5;
  font: 12px/1 Arial, Helvetica, sans-serif;
  float: left;
  margin: 18px 0 15px 0;
  width: 220px; }
  .site-name-bottom a {
    color: #e5e5e5;
    text-decoration: none; }

.site-copyright {
  float: right;
  margin: 18px 0 0 0;
  width: 215px;
  color: #e5e5e5;
  font: 12px/1 Arial, Helvetica, sans-serif; }
  .site-copyright a {
    color: #e5e5e5;
    text-decoration: none; }
  .site-copyright a:hover {
    text-decoration: underline; }
  .site-copyright span {
    font-size: 12px !important; }

.site-counters {
  float: left;
  width: 250px;
  margin: 13px 0 0 0;
  color: #e5e5e5; }
  @media screen and (min-width: 1024px) {
  .site-counters {
    margin: 13px 0 0 120px; } }

@media screen and (max-width: 939px) {
  .adress-top {
    display: none; }

  .header-left-container {
    text-align: left;
    margin: 26px 0 0 1px; }

  .phone-top {
    margin: 35px 0 0 0; }

  .site-container .site-container-inner {
    padding: 25px 20px 22px; }

  .jblock-wrap {
    padding: 0 0 35px; }
    .jblock-wrap .jblock-inner {
      margin: 0 0 0 -16px; }
    .jblock-wrap .jblock {
      margin: 0 0 15px 15px;
      width: 31%; }
    .jblock-wrap .jblock-text {
      font-size: 18px; }

  .edit-block .edit-block-img {
    height: 244px;
    width: 44%; }
    .edit-block .edit-block-img .img {
      height: 244px; }

  .site-main .site-main__inner {
    padding: 0 0 10px; }
    .site-main .image-block {
      margin: 0 30px 50px 0; }
    .site-main .image-block img {
      width: 172px;
      height: 172px; }

  .portfolio-wrap .portfolio-title {
    position: relative;
    font-size: 25px;
    padding-bottom: 24px;
    margin-bottom: 11px; }
    .portfolio-wrap .portfolio-block img {
      height: 263px; }
    .portfolio-wrap .block-inner {
      bottom: 85px; }
    .portfolio-wrap .block-text {
      font-size: 25px;
      line-height: 23px;
      padding-top: 10px; }
    .portfolio-wrap .block-link {
      width: 46px;
      height: 46px;
      background-position: 50% 14px;
      background-size: 10px 19px;
      bottom: 24px; }
    .portfolio-wrap .portfolio-block:hover .block-link {
      background-position: 50% 14px;
      background-size: 10px 19px; }

  .contacts-block {
    float: none;
    display: block;
    width: auto;
    font-size: 0; }
    .contacts-block .contacts-left {
      display: inline-block;
      vertical-align: top;
      width: 340px;
      margin: 0 25px 0 0; }
    .contacts-block .social-wrap {
      display: inline-block;
      vertical-align: top;
      margin: 80px 0 0 0; }

  .menu-bot-wrap {
    width: auto;
    float: none;
    margin: 6px 0 30px; } }

@media screen and (max-width: 767px) {
  .site-header {
    min-height: 146px; }

  .site-header-inner {
    min-height: 91px;
    padding: 45px 20px 10px; }

  .header-left-container {
    float: none;
    text-align: center;
    width: auto;
    margin: 9px auto 3px; }

  .phone-top {
    float: none;
    text-align: center;
    width: 260px;
    margin: 0 auto; }
    .phone-top .phone-top-inner {
      background: none;
      padding: 0;
      font-size: 18px; }
    .phone-top .call {
      display: none; }

  .edit-block {
    margin: 0 0 30px; }
    .edit-block .edit-block-inner {
      padding: 10px 19px 13px; }
    .edit-block .edit-block-body {
      width: auto;
      float: none;
      padding: 0 0 20px; }
    .edit-block .edit-block-title {
      text-align: center;
      font-size: 28px; }
      .edit-block .edit-block-title span {
        padding: 0 16px 6px; }
    .edit-block .edit-block-text {
      padding: 15px 0 0; }
      .edit-block .edit-block-text .edit-name {
        text-align: center;
        color: #2e3b4e;
        font-size: 20px; }
    .edit-block .edit-block-img {
      width: auto;
      text-align: center;
      float: none;
      max-width: 360px;
      margin: 0 auto 23px; }
      .edit-block .edit-block-img img {
        width: 380px; }
    .edit-block .edit-block-link {
      display: none; }
    .site-main .image-block {
      float: none;
      width: auto;
      margin: 0 0 20px;
      text-align: center; }
    .site-main h1 {
      text-align: center; }

  .menu-bot-wrap {
    display: none; }

  .contacts-block {
    margin: 0 0 36px;
    text-align: center; }
    .contacts-block .contacts-left {
      display: none; }
    .contacts-block .social-wrap {
      margin: 0; }

  .site-footer {
    padding: 0 0 30px; }
    .site-footer .footer-in {
      padding: 44px 20px 0; }
    .site-footer .footer-inner {
      background: none; }
    .site-footer .footer-inner-body {
      padding: 0 20px; }

  .site-name-bottom {
    float: none;
    text-align: center;
    margin: 0 auto 18px; }

  .site-counters {
    float: none;
    text-align: center;
    margin: 0 auto 15px;
    display: none; }

  .site-copyright {
    float: none;
    text-align: center;
    margin: 0 auto; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
      .edit-block .edit-block-link.swap {
        display: block;
        text-align: center; } }

@media screen and (max-width: 670px) {
  .jblock-wrap {
    padding-bottom: 15px; }
    .jblock-wrap .jblock-inner {
      margin: 0px 0px 0px -15px; }
    .jblock-wrap .jblock {
      margin: 0 0 19px 14px;
      width: 46.595%; }
    .jblock-wrap .jblock-text {
      font-size: 17px; } }

@media screen and (max-width: 600px) {
  .portfolio-wrap {
    text-align: center; }
    .portfolio-wrap .portfolio-title {
      margin-bottom: 34px; }
    .portfolio-wrap .portfolio-block {
      width: 100%;
      max-width: 440px;
      height: 315px; }
      .portfolio-wrap .portfolio-block img {
        height: 315px; }
      .portfolio-wrap .portfolio-block:hover .block-link {
        background-position: 50% 16px;
        background-size: 12px 23px; }
    .portfolio-wrap .block-inner {
      bottom: 102px; }
    .portfolio-wrap .block-link {
      width: 54px;
      height: 54px;
      bottom: 28px;
      background-position: 50% 16px;
      background-size: 12px 23px; } }

@media screen and (max-width: 479px) {
  .site-header {
    min-height: 140px; }

  .site-header-inner {
    min-height: 85px; }

  .header-left-container {
    margin: 5px auto 6px; }
    .header-left-container .site-header-name {
      padding: 0 0 5px;
      font-size: 22px; }
    .header-left-container .activity {
      font-size: 20px; }

  .portfolio-wrap .portfolio-title {
    font-size: 20px;
    margin-bottom: 12px; }
    .portfolio-wrap .portfolio-block:hover .block-link {
      background-position: 50% 10px;
      background-size: 8px 14px; }
    .portfolio-wrap .block-inner {
      bottom: 66px;
      left: 20px;
      right: 20px; }
    .portfolio-wrap .block-text {
      font-size: 20px;
      line-height: 20px; }
      .portfolio-wrap .block-text:before {
        width: 80px;
        height: 2px; }
    .portfolio-wrap .block-link {
      background-position: 50% 10px;
      background-size: 8px 14px;
      width: 35px;
      left: 20px;
      height: 35px;
      bottom: 18px; }

  .site-footer {
    padding: 0 0 38px; }
    .site-footer .footer-in {
      padding: 36px 20px 0px; }

  .contacts-block {
    margin: 0 0 33px; } }

@media screen and (max-width: 460px) {
  .jblock-wrap .jblock {
    margin-left: 13px; } }

@media screen and (max-width: 440px) {
  .jblock-wrap .jblock-inner {
    margin: 0; }
    .jblock-wrap .jblock {
      margin: 0 0 19px 0;
      width: 100%;
      height: 190px; }
      .jblock-wrap .jblock img {
        height: 190px; }
    .jblock-wrap .jblock-text {
      font-size: 21px; } }

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

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

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

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

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

.menu-top-wrap .menu-top > li ul li a:hover {
  color: #f2f2f2; }

.menu-top-wrap .menu-top > li ul li.sub.s3-menu-allin-has.s3-menu-allin-active > a {
  color: #f2f2f2; }

.menu-top-wrap .menu-top > li ul li.sub.opened > a {
  color: #f2f2f2; }
