@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;
  overflow-y: auto; }

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

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

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

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

a:hover {
  text-decoration: none; }

a img {
  border-color: #333; }

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

.ie .popup-win {
  height: auto !important; }
  .ie .popup-win .select-span:before {
    display: none !important; }

.site-header {
  min-height: 170px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  .site-header .header-top-panel {
    height: 50px;
    background-image: -o-linear-gradient(#064073, #053864);
    background-image: -moz-linear-gradient(#064073, #053864);
    background-image: -webkit-linear-gradient(#064073, #053864);
    background-image: -ms-linear-gradient(#064073, #053864);
    background-image: linear-gradient( #064073, #053864);
    -pie-background: linear-gradient( #064073, #053864);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),inset 0 -1px 0 rgba(255, 255, 255, 0.1); }
  .site-header .header-top-panel .panel-inner {
    max-width: 940px;
    position: relative;
    margin: 0 auto; }
  .site-header .site-header-inner {
    background-image: -o-linear-gradient(#ebebeb, #e6e6e6);
    background-image: -moz-linear-gradient(#ebebeb, #e6e6e6);
    background-image: -webkit-linear-gradient(#ebebeb, #e6e6e6);
    background-image: -ms-linear-gradient(#ebebeb, #e6e6e6);
    background-image: linear-gradient( #ebebeb, #e6e6e6);
    -pie-background: linear-gradient( #ebebeb, #e6e6e6); }
  .site-header .site-header-inner .inner-container {
    position: relative;
    padding: 20px 0 20px;
    min-height: 80px;
    max-width: 940px;
    margin: 0 auto;
    font-size: 0; }

.social-wrap {
  float: right;
  font-size: 0;
  margin: 12px 0 0 0;
  width: 300px;
  text-align: right; }
  .social-wrap .social-title {
    color: #c9c9c9;
    font: 14px/1 'ops', Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: top;
    max-width: 160px;
    padding: 7px 5px 0 0; }
  .social-wrap .social-icons {
    display: inline-block;
    vertical-align: top;
    max-width: 140px; }
  .social-wrap .social {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #052746;
    width: 27px;
    height: 27px; }
  .social-wrap .social img {
    margin: 7px 0 0 0; }

.top-but {
  float: left;
  color: #c9c9c9;
  font: 14px/1 'ops', Arial, Helvetica, sans-serif;
  position: relative;
  margin: 15px 0 0 0;
  padding: 4px 0 4px 30px;
  text-decoration: none;
  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%2220px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%231475c7%22%20d%3D%22M18.720%2C19.999%20L1.280%2C19.999%20C0.575%2C19.999%200.000%2C19.415%200.000%2C18.696%20L0.000%2C2.952%20C0.000%2C2.234%200.575%2C1.649%201.280%2C1.649%20L3.460%2C1.649%20L3.460%2C3.861%20C3.460%2C4.662%204.101%2C5.314%204.888%2C5.314%20L5.174%2C5.314%20C5.961%2C5.314%206.601%2C4.662%206.601%2C3.861%20L6.601%2C1.649%20L13.558%2C1.649%20L13.558%2C3.841%20C13.558%2C4.642%2014.199%2C5.294%2014.986%2C5.294%20L15.272%2C5.294%20C16.059%2C5.294%2016.699%2C4.852%2016.699%2C4.051%20L16.699%2C1.649%20L18.720%2C1.649%20C19.425%2C1.649%2020.000%2C2.234%2019.999%2C2.952%20L19.999%2C18.696%20C19.999%2C19.415%2019.425%2C19.999%2018.720%2C19.999%20ZM18.720%2C6.806%20L1.280%2C6.806%20L1.280%2C18.696%20L18.720%2C18.696%20C18.720%2C18.696%2018.720%2C18.696%2018.720%2C18.696%20L18.720%2C6.806%20ZM16.709%2C17.428%20L14.411%2C17.428%20C14.320%2C17.428%2014.246%2C17.352%2014.246%2C17.259%20L14.246%2C15.234%20C14.246%2C15.141%2014.320%2C15.066%2014.411%2C15.066%20L16.709%2C15.066%20C16.800%2C15.066%2016.874%2C15.141%2016.874%2C15.234%20L16.874%2C17.259%20C16.874%2C17.352%2016.800%2C17.428%2016.709%2C17.428%20ZM16.709%2C14.111%20L14.411%2C14.111%20C14.320%2C14.111%2014.246%2C14.036%2014.246%2C13.943%20L14.246%2C11.917%20C14.246%2C11.824%2014.320%2C11.750%2014.411%2C11.750%20L16.709%2C11.750%20C16.800%2C11.750%2016.874%2C11.824%2016.874%2C11.917%20L16.874%2C13.943%20C16.874%2C14.036%2016.800%2C14.111%2016.709%2C14.111%20ZM16.709%2C10.795%20L14.411%2C10.795%20C14.320%2C10.795%2014.246%2C10.720%2014.246%2C10.627%20L14.246%2C8.601%20C14.246%2C8.508%2014.320%2C8.433%2014.411%2C8.433%20L16.709%2C8.433%20C16.800%2C8.433%2016.874%2C8.508%2016.874%2C8.601%20L16.874%2C10.627%20C16.874%2C10.720%2016.800%2C10.795%2016.709%2C10.795%20ZM12.959%2C17.428%20L10.661%2C17.428%20C10.570%2C17.428%2010.496%2C17.352%2010.496%2C17.259%20L10.496%2C15.234%20C10.496%2C15.141%2010.570%2C15.066%2010.661%2C15.066%20L12.959%2C15.066%20C13.050%2C15.066%2013.124%2C15.141%2013.124%2C15.234%20L13.124%2C17.259%20C13.124%2C17.352%2013.050%2C17.428%2012.959%2C17.428%20ZM12.959%2C14.111%20L10.661%2C14.111%20C10.570%2C14.111%2010.496%2C14.036%2010.496%2C13.943%20L10.496%2C11.917%20C10.496%2C11.824%2010.570%2C11.750%2010.661%2C11.750%20L12.959%2C11.750%20C13.050%2C11.750%2013.124%2C11.824%2013.124%2C11.917%20L13.124%2C13.943%20C13.124%2C14.036%2013.050%2C14.111%2012.959%2C14.111%20ZM12.959%2C10.795%20L10.661%2C10.795%20C10.570%2C10.795%2010.496%2C10.720%2010.496%2C10.627%20L10.496%2C8.601%20C10.496%2C8.508%2010.570%2C8.433%2010.661%2C8.433%20L12.959%2C8.433%20C13.050%2C8.433%2013.124%2C8.508%2013.124%2C8.601%20L13.124%2C10.627%20C13.124%2C10.720%2013.050%2C10.795%2012.959%2C10.795%20ZM9.208%2C17.428%20L6.910%2C17.428%20C6.819%2C17.428%206.745%2C17.352%206.745%2C17.259%20L6.745%2C15.234%20C6.745%2C15.141%206.819%2C15.066%206.910%2C15.066%20L9.208%2C15.066%20C9.299%2C15.066%209.373%2C15.141%209.373%2C15.234%20L9.373%2C17.259%20C9.373%2C17.352%209.299%2C17.428%209.208%2C17.428%20ZM9.208%2C14.111%20L6.910%2C14.111%20C6.819%2C14.111%206.745%2C14.036%206.745%2C13.943%20L6.745%2C11.917%20C6.745%2C11.824%206.819%2C11.750%206.910%2C11.750%20L9.208%2C11.750%20C9.299%2C11.750%209.373%2C11.824%209.373%2C11.917%20L9.373%2C13.943%20C9.373%2C14.036%209.299%2C14.111%209.208%2C14.111%20ZM5.458%2C17.428%20L3.160%2C17.428%20C3.069%2C17.428%202.995%2C17.352%202.995%2C17.259%20L2.995%2C15.234%20C2.995%2C15.141%203.069%2C15.066%203.160%2C15.066%20L5.458%2C15.066%20C5.549%2C15.066%205.623%2C15.141%205.623%2C15.234%20L5.623%2C17.259%20C5.623%2C17.352%205.549%2C17.428%205.458%2C17.428%20ZM5.458%2C14.111%20L3.160%2C14.111%20C3.069%2C14.111%202.995%2C14.036%202.995%2C13.943%20L2.995%2C11.917%20C2.995%2C11.824%203.069%2C11.750%203.160%2C11.750%20L5.458%2C11.750%20C5.549%2C11.750%205.623%2C11.824%205.623%2C11.917%20L5.623%2C13.943%20C5.623%2C14.036%205.549%2C14.111%205.458%2C14.111%20ZM15.272%2C4.642%20L14.986%2C4.642%20C14.551%2C4.642%2014.198%2C4.283%2014.198%2C3.841%20L14.198%2C1.439%20L14.198%2C0.802%20C14.198%2C0.360%2014.551%2C0.001%2014.986%2C0.001%20L15.272%2C0.001%20C15.707%2C0.001%2016.059%2C0.360%2016.059%2C0.802%20L16.059%2C1.439%20L16.059%2C3.841%20C16.059%2C4.283%2015.707%2C4.642%2015.272%2C4.642%20ZM5.174%2C4.662%20L4.888%2C4.662%20C4.453%2C4.662%204.100%2C4.303%204.100%2C3.861%20L4.100%2C1.649%20L4.100%2C0.822%20C4.100%2C0.379%204.453%2C0.020%204.888%2C0.020%20L5.174%2C0.020%20C5.608%2C0.020%205.961%2C0.379%205.961%2C0.822%20L5.961%2C1.649%20L5.961%2C3.861%20C5.961%2C4.303%205.608%2C4.662%205.174%2C4.662%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }

.header-left-container {
  display: inline-block;
  max-width: 330px;
  float: left;
  margin: 18px 0 0 0;
  text-align: left; }
  .header-left-container .site-header-name {
    color: #232a29;
    font: 23px/1 'ops', Arial, Helvetica, sans-serif;
    padding: 0 0 5px; }
  .header-left-container .site-header-name a {
    text-decoration: none;
    color: #232a29; }
  .header-left-container .site-header-activity {
    color: #126dc2;
    font: 16px/1 'opssb', Arial, Helvetica, sans-serif; }

.header-right-part {
  display: inline-block;
  vertical-align: top;
  float: right;
  text-align: right;
  max-width: 560px;
  min-width: 560px; }
  .header-right-part .phone-top {
    display: inline-block;
    vertical-align: top;
    max-width: 43%;
    min-width: 43%;
    margin: 21px 33px 0 0;
    font-size: 0;
    text-align: left; }
  .header-right-part .phone-top .phone-icon {
    width: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 19px 0 0; }
    .header-right-part .phone-top .phone-icon .svg {
      fill: #126dc2; }
  .header-right-part .phone-top .phone-inner {
    max-width: 82%;
    min-width: 82%;
    display: inline-block;
    vertical-align: middle;
    color: #232a29;
    font: 16px/17px 'opssb', Arial, Helvetica, sans-serif; }
    .header-right-part .phone-top .phone-inner span {
      color: #666;
      font-size: 14px;
      font-family: Arial, Helvetica, sans-serif; }
    .header-right-part .phone-top .phone-inner a {
      color: #232a29;
      text-decoration: none; }
  .header-right-part .adress-top {
    display: inline-block;
    vertical-align: middle;
    margin: 21px 0 0 0;
    max-width: 51%;
    text-align: left;
    min-width: 51%; }
  .header-right-part .adress-top .adress-icon {
    width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: middle; }
    .header-right-part .adress-top .adress-icon .svg {
      fill: #126dc2; }
  .header-right-part .adress-top .adress-inner {
    display: inline-block;
    vertical-align: top;
    min-width: 78%;
    max-width: 78%;
    color: #666;
    font: 14px/19px Arial, Helvetica, sans-serif; }

@media all and (min-width: 940px) {
  .menu-wrapper {
    background: #1475c7;
    position: relative;
    z-index: 6;
    padding: 10px 0; }

  .menu-top-wrap {
    position: relative;
    font-size: 0;
    max-width: 940px;
    margin: 0 auto;
    z-index: 1; }
    .menu-top-wrap .menu-top {
      padding: 0;
      display: inline-block;
      vertical-align: top; }
      .menu-top-wrap .menu-top > li {
        display: inline-block;
        vertical-align: top;
        position: relative; }
        .menu-top-wrap .menu-top > li.opened > ul {
          display: block; }
        .menu-top-wrap .menu-top > li:before {
          position: absolute;
          content: '';
          right: 0;
          top: 15px;
          width: 1px;
          height: 10px;
          background: rgba(255, 255, 255, .3); }
        .menu-top-wrap .menu-top > li.s3-menu-allin-has.s3-menu-allin-active a, .menu-top-wrap .menu-top > li.sub.opened a {
          background: #145891;
          color: #fff;
          -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
          -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4); }
        .menu-top-wrap .menu-top > li > a {
          padding: 0 15px;
          display: block;
          z-index: 1;
          height: 40px;
          font: 15px/38px 'ops', Arial, Helvetica, sans-serif;
          text-decoration: none;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          -ms-border-radius: 6px;
          -o-border-radius: 6px;
          border-radius: 6px;
          color: #fff;
          position: relative;
          margin: 0 0 0 -1px; }
          .menu-top-wrap .menu-top > li > a:hover {
            background: #145891;
            color: #fff;
            -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4); }
        .menu-top-wrap .menu-top > li ul {
          width: 230px;
          display: none;
          background: #1475c7;
          position: absolute;
          top: 100% !important;
          left: 0 !important;
          padding: 4px 0 17px;
          -webkit-border-radius: 0 0 6px 6px;
          -moz-border-radius: 0 0 6px 6px;
          -ms-border-radius: 0 0 6px 6px;
          -o-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px; }
          .menu-top-wrap .menu-top > li ul li {
            display: block;
            text-decoration: none;
            position: relative; }
            .menu-top-wrap .menu-top > li ul li.sub.opened > ul {
              display: block; }
            .menu-top-wrap .menu-top > li ul li a {
              color: #fff;
              background: none !important;
              box-shadow: none !important;
              display: block;
              border-bottom: 1px solid rgba(255, 255, 255, .15);
              margin: 0 15px;
              padding: 11px 0 12px;
              text-decoration: none;
              font: 15px/1 'ops', Arial, Helvetica, sans-serif; }
              .menu-top-wrap .menu-top > li ul li a:hover {
                text-decoration: underline; }
          .menu-top-wrap .menu-top > li ul ul {
            top: -1px !important;
            left: 100% !important;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            padding: 1px 0 20px; } }

.slider-wrapper {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }

.top-slider-wrap {
  max-width: 940px;
  margin: 0 auto;
  padding: 30px 0 10px 0; }
  .top-slider-wrap .top-slider {
    position: relative;
    height: 380px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden; }
  .top-slider-wrap .top-slider li {
    height: 380px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden; }
    @media screen and (max-width: 939px) {
    .top-slider-wrap .top-slider li {
      height: 380px; } }
    @media screen and (max-width: 767px) {
    .top-slider-wrap .top-slider li {
      height: 280px; } }
    @media screen and (max-width: 479px) {
    .top-slider-wrap .top-slider li {
      height: 180px; } }
  .top-slider-wrap .top-slider li img {
    height: 380px;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px; }
  .top-slider-wrap .slider-text-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 23px 0 24px;
    background: rgba(16, 16, 16, .7);
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px; }
  .top-slider-wrap .slider-text {
    color: #fff;
    font: 20px 'ops', Arial, Helvetica, sans-serif;
    margin: 0 0 0 19px;
    max-width: 400px; }
  .top-slider-wrap .owl-controls {
    position: absolute;
    right: 17px;
    bottom: 28px;
    line-height: 1; }
  .top-slider-wrap .owl-dot {
    text-align: right;
    display: inline-block;
    vertical-align: top; }
  .top-slider-wrap .owl-dot.active span {
    background: #fff; }
  .top-slider-wrap .owl-dot span {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #555;
    margin: 0 3px; }

.center-blocks {
  padding: 20px 0 66px;
  -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 screen and (max-width: 939px) {
  .center-blocks {
    padding: 0 0 16px; } }

.site-container {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 940px;
  margin: 0 auto; }

@media screen and (min-width: 940px) {
    .site-main {
      float: left;
      width: 100%; } }
  .site-main__inner {
    position: relative;
    padding: 5px 0 0 40px; }

.site-sidebar {
  position: relative; }

.path {
  font-size: 14px;
  color: #999;
  padding: 0 0 12px; }
  .path a {
    color: #1d7bd3; }

.services-wrap {
  max-width: 700px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  overflow: hidden;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  .services-wrap .services-title {
    color: #222;
    text-align: left;
    font: 32px/1 'opssb', Arial, Helvetica, sans-serif;
    padding: 0 15px 27px 0; }
  .services-wrap .services-body {
    margin: 0 -20px 0 0; }
  .services-wrap .services {
    display: inline-block;
    vertical-align: top;
    width: 30.5559%;
    margin: 0 2.7% 17px 0; }
  .services-wrap .services-img img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    max-width: 100%; }
  .services-wrap .services-link {
    font: 16px/1 'opssb', Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 18px 5px 11px; }
  .services-wrap .services-link a {
    color: #1d7bd3; }

.tabs-wrap {
  margin: 1.57em 0;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }

.tabs-title {
  color: #222;
  font: 28px/1 'opssb', Arial, Helvetica, sans-serif;
  padding: 0 0 24px; }

.tabs-nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0; }
  .tabs-nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0 1px; }
  .tabs-nav li:first-child {
    margin: 0 1px 0 0; }
  .tabs-nav li a {
    position: relative;
    display: block;
    height: 53px;
    padding: 0 20px;
    text-decoration: none;
    color: #222;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    background-color: #ebebeb;
    font: 18px/53px 'opssb', Arial, Helvetica, sans-serif; }
    .tabs-nav li a.active {
      z-index: 10;
      background-color: #1475c7;
      color: #fff; }
    .tabs-nav li a:focus {
      outline: none; }

.tabs-body {
  padding: 18px 18px 18px 18px;
  background: #fff;
  border: 2px solid #1475c7;
  color: #333;
  font: 15px/1 Arial, Helvetica, sans-serif;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }
  .tabs-body > div {
    display: none; }
  .tabs-body > div.active {
    display: block; }
  .tabs-body .tabs-but {
    padding: 20px 0 0 0; }
  .tabs-body .tabs-but .tabs-form {
    color: #fff;
    font: 15px/1 'opssb', Arial, Helvetica, sans-serif;
    padding: 17px 20px 18px;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background-image: -o-linear-gradient(#1ca4dd, #1475c7);
    background-image: -moz-linear-gradient(#1ca4dd, #1475c7);
    background-image: -webkit-linear-gradient(#1ca4dd, #1475c7);
    background-image: -ms-linear-gradient(#1ca4dd, #1475c7);
    background-image: linear-gradient( #1ca4dd, #1475c7);
    -pie-background: linear-gradient( #1ca4dd, #1475c7);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 3px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 3px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 3px 0 rgba(255, 255, 255, 0.2);
    text-decoration: none; }
    .tabs-body .tabs-but .tabs-form:hover {
      background-image: -o-linear-gradient(#1475c7, #1ca4dd);
      background-image: -moz-linear-gradient(#1475c7, #1ca4dd);
      background-image: -webkit-linear-gradient(#1475c7, #1ca4dd);
      background-image: -ms-linear-gradient(#1475c7, #1ca4dd);
      background-image: linear-gradient( #1475c7, #1ca4dd);
      -pie-background: linear-gradient( #1475c7, #1ca4dd); }
  .tabs-body ul {
    margin: 0;
    padding: 11px 0;
    list-style: none; }
  .tabs-body ul li {
    padding: 4px 0 4px 24px;
    background: url(../list-style.png) 0 50% no-repeat; }
  .tabs-body strong, .tabs-body b {
    font-family: 'opssb', Arial, Helvetica, sans-serif; }

.accordion-wrap {
  padding: 23px 0 28px 0;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  .accordion-wrap .accordion-title {
    color: #222;
    padding: 0 0 15px;
    font: 18px/1 'opssb', Arial, Helvetica, sans-serif; }
  .accordion-wrap .accordion_square > li {
    background: #ebebeb;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 5px;
    padding: 0; }
    .accordion-wrap .accordion_square > li.active > a {
      -webkit-border-radius: 6px 6px 0 0;
      -moz-border-radius: 6px 6px 0 0;
      -ms-border-radius: 6px 6px 0 0;
      -o-border-radius: 6px 6px 0 0;
      border-radius: 6px 6px 0 0;
      background: #1475c7;
      color: #fff; }
    .accordion-wrap .accordion_square > li > a {
      color: #222;
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      -o-transition: all 0.1s;
      -ms-transition: all 0.1s;
      transition: all 0.1s;
      padding: 12px 20px 13px 20px;
      display: block;
      text-decoration: none;
      font: 16px 'opssb', Arial, Helvetica, sans-serif; }
    .accordion-wrap .accordion_square > li .accordion-body {
      padding: 18px;
      display: none;
      background: #fff;
      border: 2px solid #1475c7;
      -webkit-border-radius: 0 0 6px 6px;
      -moz-border-radius: 0 0 6px 6px;
      -ms-border-radius: 0 0 6px 6px;
      -o-border-radius: 0 0 6px 6px;
      border-radius: 0 0 6px 6px; }
  .accordion-wrap ul {
    margin: 0;
    padding: 11px 0;
    list-style: none; }
  .accordion-wrap ul li {
    padding: 4px 0 4px 24px;
    background: url(../list-style.png) 0 50% no-repeat; }
  .accordion-wrap strong, .accordion-wrap b {
    font-family: 'opssb', Arial, Helvetica, sans-serif; }
  .accordion-wrap .tabs-but {
    padding: 20px 0 0 0; }
  .accordion-wrap .tabs-but .tabs-form {
    color: #fff;
    font: 15px/1 'opssb', Arial, Helvetica, sans-serif;
    padding: 17px 20px 18px;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background-image: -o-linear-gradient(#1ca4dd, #1475c7);
    background-image: -moz-linear-gradient(#1ca4dd, #1475c7);
    background-image: -webkit-linear-gradient(#1ca4dd, #1475c7);
    background-image: -ms-linear-gradient(#1ca4dd, #1475c7);
    background-image: linear-gradient( #1ca4dd, #1475c7);
    -pie-background: linear-gradient( #1ca4dd, #1475c7);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 3px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 3px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 3px 0 rgba(255, 255, 255, 0.2);
    text-decoration: none; }
    .accordion-wrap .tabs-but .tabs-form:hover, .accordion-wrap .tabs-but .tabs-form:active {
      background-image: -o-linear-gradient(#1475c7, #1ca4dd);
      background-image: -moz-linear-gradient(#1475c7, #1ca4dd);
      background-image: -webkit-linear-gradient(#1475c7, #1ca4dd);
      background-image: -ms-linear-gradient(#1475c7, #1ca4dd);
      background-image: linear-gradient( #1475c7, #1ca4dd);
      -pie-background: linear-gradient( #1475c7, #1ca4dd); }

.advantages-wrap {
  margin: 0 0 30px;
  padding: 10px 0 0 0;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  .advantages-wrap p {
    margin: 0; }
  .advantages-wrap .advantages-title {
    color: #222;
    font: 24px/1 'opssb', Arial, Helvetica, sans-serif;
    padding: 0 0 28px; }
  .advantages-wrap .advantages {
    margin: 0 0 17px;
    min-height: 40px;
    padding: 8px 0 0 60px;
    background: url(../check.png) 0 0 no-repeat; }
  .advantages-wrap .advantages-name {
    color: #222;
    font: 16px 'opssb', Arial, Helvetica, sans-serif;
    padding: 0 0 10px; }
  .advantages-wrap .advantages-body {
    color: #333;
    font: 15px/18px Arial, Helvetica, sans-serif; }

.specialists-wrap {
  background: #f1f1f1;
  padding: 37px 0 40px 0;
  max-width: 100%;
  overflow: hidden;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  .specialists-wrap p {
    margin: 0; }
  .specialists-wrap .specialists-body {
    position: relative;
    max-width: 940px;
    margin: 0 auto; }
  .specialists-wrap .specialists-body img {
    width: auto; }
  .specialists-wrap .owl-stage-outer {
    position: relative;
    z-index: 1; }
  .specialists-wrap .owl-controls {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .specialists-wrap .owl-nav {
    position: relative;
    min-height: 100%; }
  .specialists-wrap .owl-nav .owl-prev {
    position: absolute;
    left: -80px;
    top: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    font-size: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: url(../slider-arrow.png) 50% 13px no-repeat #053864;
    -moz-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.35);
    -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.35);
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.35); }
  .specialists-wrap .owl-nav .owl-next {
    position: absolute;
    right: -80px;
    top: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    font-size: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: url(../slider-arrow.png) 50% -30px no-repeat #053864;
    -moz-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.35);
    -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.35);
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.35); }
  .specialists-wrap .owl-dots {
    display: none !important;
    text-align: center;
    font-size: 0; }
  .specialists-wrap .owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 13px;
    height: 13px;
    margin: 0 5px;
    border: 1px solid #053864;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .specialists-wrap .owl-dot.active {
    background: #053864; }
  .specialists-wrap .specialists-title {
    color: #222;
    font: 24px/1 'opssb', Arial, Helvetica, sans-serif;
    padding: 0 0 27px; }
  .specialists-wrap .owl-item {
    max-width: 460px; }
  .specialists-wrap .slider-item {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    min-width: 100%;
    max-width: 460px;
    -moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px; }
  .specialists-wrap .slider-inner {
    padding: 23px 20px 23px 20px; }
  .specialists-wrap .block-image {
    float: left;
    margin: 0 20px 0 0;
    width: 100px;
    height: 100px;
    font-size: 0; }
  .specialists-wrap .block-image img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px; }
  .specialists-wrap .block-body {
    overflow: hidden; }
  .specialists-wrap .block-name {
    color: #222;
    font: 18px/1 'ops', Arial, Helvetica, sans-serif;
    padding: 0 0 11px; }
  .specialists-wrap .block-text {
    color: #666;
    font: 15px/18px Arial, Helvetica, sans-serif; }

.photos-slider-wrap {
  background: #f4f4f4;
  padding: 36px 0 40px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  .photos-slider-wrap .slider-name {
    color: #222;
    font: 24px/1 'opssb', Arial, Helvetica, sans-serif;
    padding: 0 0 27px; }
  @media screen and (max-width: 479px) {
    .photos-slider-wrap .slider-name {
      font-size: 18px;
      text-align: center; } }
  .photos-slider-wrap .slider-inner {
    max-width: 940px;
    margin: 0 auto; }
  .photos-slider-wrap .slider-body {
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px; }
  .photos-slider-wrap .slider-body img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px; }
  .photos-slider-wrap .slick-slider {
    margin: 0 !important; }
  .photos-slider-wrap .thumbs-wrap {
    max-width: 900px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    background: rgba(255, 255, 255, .8);
    padding: 21px 20px 20px;
    height: 90px; }
  .photos-slider-wrap .photos-slider {
    margin: 0 !important; }
  .photos-slider-wrap .photos-slider li {
    height: 400px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden; }
    @media screen and (max-width: 939px) {
    .photos-slider-wrap .photos-slider li {
      height: 340px; } }
    @media screen and (max-width: 767px) {
    .photos-slider-wrap .photos-slider li {
      height: 300px; } }
    @media screen and (max-width: 479px) {
    .photos-slider-wrap .photos-slider li {
      height: 180px; } }
  .photos-slider-wrap .photos-slider img {
    height: 400px; }
  .photos-slider-wrap .slick-slide:focus {
    outline: none !important; }
  .photos-slider-wrap .slick-thumbs {
    font-size: 0;
    overflow: hidden; }
  .photos-slider-wrap .slick-thumbs .slick-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin: 0 10px;
    height: 90px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden; }
    .photos-slider-wrap .slick-thumbs .slick-slide:before {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(255, 255, 255, .4);
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
    .photos-slider-wrap .slick-thumbs .slick-slide img {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
      border: 0;
      height: 90px;
      max-width: 100%; }
    .photos-slider-wrap .slick-thumbs .slick-slide.slick-current:before {
      opacity: 0; }

.reviews-wrap {
  background: #f1f1f1;
  padding: 36px 0 10px 0;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  .reviews-wrap .reviews-inner {
    max-width: 940px;
    margin: 0 auto; }
  .reviews-wrap .reviews {
    margin: 0 0 28px; }
  .reviews-wrap .reviews-name {
    color: #222;
    font: 24px/1 'opssb', Arial, Helvetica, sans-serif;
    padding: 0 0 27px; }
  .reviews-wrap .reviews-name a {
    float: right;
    color: #1d7bd3;
    margin: 8px 0 0 0;
    font: 15px/1 Arial, Helvetica, sans-serif; }
  .reviews-wrap .reviews-text {
    position: relative;
    color: #555;
    margin: 0 0 18px;
    padding: 18px 20px 16px 18px;
    background: #fff;
    font: 15px/22px Arial, Helvetica, sans-serif;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px; }
  .reviews-wrap .reviews-text:before {
    position: absolute;
    content: '';
    left: 17px;
    bottom: -12px;
    width: 14px;
    height: 12px;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 7px 0 7px;
    border-top-color: #fff; }
  .reviews-wrap .reviews-title {
    color: #1475c7;
    font: 18px/1 'ops', Arial, Helvetica, sans-serif;
    padding: 0 15px 0 18px; }

.map-block-wrap {
  overflow: hidden;
  height: 460px;
  position: relative; }
  .map-block-wrap #map {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .map-block-wrap #myMap {
    z-index: 1;
    height: 100% !important; }
  .map-block-wrap p {
    margin: 0; }
  .map-block-wrap .map-block-in {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    height: 460px; }
  .map-block-wrap .map-block {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 300px;
    bottom: 127px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background: #fff; }
  @media screen and (max-width: 767px) {
    .map-block-wrap .map-block {
      left: 50%;
      margin-left: -150px; } }
  @media screen and (max-width: 479px) {
    .map-block-wrap .map-block {
      margin-left: -135px !important;
      left: 50% !important; } }
  .map-block-wrap .map-block .contacts-block {
    padding: 30px 30px 30px 38px; }
  .map-block-wrap .phone-bot {
    color: #262626;
    font: 16px/17px 'opssb', Arial, Helvetica, sans-serif;
    padding: 0 0 18px; }
  .map-block-wrap .phone-bot span {
    font: 14px/1 Arial, Helvetica, sans-serif;
    color: #666; }
  .map-block-wrap .phone-bot a {
    text-decoration: none;
    color: #262626; }
  .map-block-wrap .adress-bot {
    color: #666;
    font: 14px/19px Arial, Helvetica, sans-serif; }
  .map-block-wrap .adress-bot a {
    color: #666;
    text-decoration: none; }

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

.menu-left-wrap {
  margin: 0 0 22px 0; }
  .menu-left-wrap .menu-left {
    padding: 0; }
  .menu-left-wrap .menu-left li {
    margin: 0 0 1px; }
    .menu-left-wrap .menu-left li a {
      display: block;
      text-decoration: none;
      padding: 10px 10px 12px 20px;
      color: #333;
      font: 15px/18px 'ops', Arial, Helvetica, sans-serif;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
      background: #e6e6e6; }
      .menu-left-wrap .menu-left li a:hover {
        color: #fff;
        background-image: -o-linear-gradient(#1ca4dd, #1475c7);
        background-image: -moz-linear-gradient(#1ca4dd, #1475c7);
        background-image: -webkit-linear-gradient(#1ca4dd, #1475c7);
        background-image: -ms-linear-gradient(#1ca4dd, #1475c7);
        background-image: linear-gradient( #1ca4dd, #1475c7);
        -pie-background: linear-gradient( #1ca4dd, #1475c7);
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 3px 0 rgba(255, 255, 255, 0.2);
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 3px 0 rgba(255, 255, 255, 0.2);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 3px 0 rgba(255, 255, 255, 0.2); }

.edit-block-wrap {
  background: #f6e16a;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 0 20px 20px; }
  .edit-block-wrap .edit-block-title {
    color: #222;
    font: 15px/18px 'opssb', Arial, Helvetica, sans-serif;
    padding: 15px 0 15px;
    border-bottom: 1px solid #edc72c; }
  .edit-block-wrap .edit-block-text {
    color: #444;
    padding: 14px 0 15px 0;
    font: 15px/18px Arial, Helvetica, sans-serif; }
  .edit-block-wrap .edit-block-text p {
    margin: 0; }
  .edit-block-wrap .edit-block-image {
    font-size: 0;
    width: 160px;
    height: 160px; }
  .edit-block-wrap .edit-block-image img {
    max-width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }

.site-footer {
  background-image: -o-linear-gradient(#074e8c, #053864);
  background-image: -moz-linear-gradient(#074e8c, #053864);
  background-image: -webkit-linear-gradient(#074e8c, #053864);
  background-image: -ms-linear-gradient(#074e8c, #053864);
  background-image: linear-gradient( #074e8c, #053864);
  -pie-background: linear-gradient( #074e8c, #053864);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  min-height: 109px;
  -moz-box-shadow: 0 1px 0 #000;
  -webkit-box-shadow: 0 1px 0 #000;
  box-shadow: 0 1px 0 #000;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  .site-footer .footer-inner {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    min-height: 69px;
    padding: 20px 0 20px; }
  @media screen and (max-width: 939px) {
    .site-footer .footer-inner {
      padding: 20px 30px 20px; } }
  @media screen and (max-width: 479px) {
    .site-footer .footer-inner {
      padding: 20px 25px 20px; } }

.site-name-bottom {
  color: #c3c3c3;
  padding: 26px 0 0 0;
  width: 270px;
  display: inline-block;
  vertical-align: top;
  font: 14px/1 'ops', Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 660px) {
  .site-name-bottom {
    display: block;
    text-align: center;
    padding: 0 0 15px;
    width: auto; } }

.site-counters {
  display: inline-block;
  vertical-align: top;
  margin: 19px 0 0 78px;
  text-align: center;
  color: #c3c3c3; }
  @media screen and (max-width: 939px) {
  .site-counters {
    display: none; } }

.site-copyright {
  float: right;
  width: 260px;
  margin: 23px 0 0 0; }
  @media screen and (max-width: 660px) {
  .site-copyright {
    display: block;
    margin: 0;
    float: none;
    width: auto;
    text-align: center; } }
  .site-copyright .copy-inner {
    display: inline-block;
    vertical-align: top;
    padding: 3px 0 4px 38px;
    background: url(../mega.png) 0 0 no-repeat;
    color: #c3c3c3; }
  .site-copyright .copy-inner a {
    color: #1d7bd3;
    font: 14px/1 'ops', Arial, Helvetica, sans-serif; }
  .site-copyright .copy-inner span {
    font-size: 14px !important; }

.menu-bot-wrap {
  position: relative;
  background-image: -o-linear-gradient(#1787cf, #1475c7);
  background-image: -moz-linear-gradient(#1787cf, #1475c7);
  background-image: -webkit-linear-gradient(#1787cf, #1475c7);
  background-image: -ms-linear-gradient(#1787cf, #1475c7);
  background-image: linear-gradient( #1787cf, #1475c7);
  -pie-background: linear-gradient( #1787cf, #1475c7);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -moz-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.75); }
  @media screen and (max-width: 939px) {
  .menu-bot-wrap {
    display: none; } }
  .menu-bot-wrap .menu-bottom {
    max-width: 940px;
    margin: 0 auto; }
  .menu-bot-wrap .menu-bottom ul {
    display: none; }
  .menu-bot-wrap .menu-bottom li {
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .menu-bot-wrap .menu-bottom li:before {
      position: absolute;
      content: '';
      right: 0;
      top: 50%;
      height: 10px;
      margin-top: -5px;
      border-right: 1px solid rgba(255, 255, 255, .15); }
    .menu-bot-wrap .menu-bottom li a {
      color: #d0e6fa;
      padding: 0 12px;
      height: 50px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      text-decoration: none;
      font: 14px/50px 'ops', Arial, Helvetica, sans-serif; }
      .menu-bot-wrap .menu-bottom li a:hover {
        color: #fff; }

@media screen and (min-width: 940px) {
  .navigation__wrapper, .navigation-button, .navigation-close, .edit-block-wrap.middle, .accordion-wrap {
    display: none; } }

@media screen and (max-width: 1122px) {
  .specialists-wrap {
    padding: 34px 0 20px 0; }
    .specialists-wrap .owl-controls {
      position: relative;
      padding: 20px 0 0; }
    .specialists-wrap .owl-nav {
      display: none; }
    .specialists-wrap .owl-dots {
      display: block !important; } }

@media screen and (max-width: 1024px) {
  .site-header .header-top-panel {
    padding: 0 30px; }

  .top-slider-wrap {
    padding: 30px 0 10px;
    margin: 0 20px; }

  .site-footer .footer-inner {
    padding: 20px 20px 20px; }

  .specialists-wrap {
    padding: 37px 20px 40px; }

  .photos-slider-wrap {
    padding: 36px 20px 40px; }

  .reviews-wrap {
    padding: 36px 20px 10px; }

  .center-blocks {
    padding: 20px 20px 16px; }

  .site-header .site-header-inner .inner-container {
    padding: 20px 30px; }

  .header-right-part .phone-top .phone-icon {
    margin: 0px 13px 0px 0px; } }
  @media screen and (max-width: 1024px) and (max-width: 940px) {
    .center-blocks {
      padding: 0 0 16px; } }

@media screen and (max-width: 939px) {
  .site-header .header-top-panel {
    height: 70px;
    padding: 0 30px; }

  .accordion-wrap .accordion-title {
    font-size: 24px; }

  .site-sidebar.left {
    display: none; }

  .header-left-container {
    display: block;
    float: none;
    width: 330px;
    margin-top: 0; }

  .header-right-part {
    float: none;
    text-align: left;
    width: auto;
    max-width: 100%;
    min-width: 0;
    min-width: 600px;
    padding: 23px 0 0 0; }
    .header-right-part .phone-top {
      margin: 0 5px 0 0;
      max-width: 42%;
      min-width: 42%; }
    .header-right-part .adress-top {
      margin: 0;
      min-width: 57%;
      max-width: 57%; }

  .social-wrap {
    display: none; }

  .top-but {
    float: right;
    margin-top: 24px;
    padding: 5px 0 6px 35px;
    background-size: 25px 25px; }

  .menu-wrapper {
    display: none; }

  .navigation-button {
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    left: 0;
    top: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, .2); }
    .navigation-button span {
      position: relative;
      display: block; }
      .navigation-button span:before {
        position: absolute;
        content: '';
        left: 23px;
        top: 24px;
        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%2225px%22%20height%3D%2223px%22%20%20viewBox%3D%220%200%2025%2023%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M-0.000%2C23.000%20L-0.000%2C18.000%20L25.000%2C18.000%20L25.000%2C23.000%20L-0.000%2C23.000%20ZM-0.000%2C9.000%20L25.000%2C9.000%20L25.000%2C14.000%20L-0.000%2C14.000%20L-0.000%2C9.000%20ZM-0.000%2C-0.000%20L25.000%2C-0.000%20L25.000%2C5.000%20L-0.000%2C5.000%20L-0.000%2C-0.000%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
        width: 25px;
        height: 23px; }

  .navigation-close {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 300px;
    top: 0;
    font-size: 0;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    background: rgba(0, 0, 0, .2); }
    .navigation-close span {
      display: block;
      position: relative; }
      .navigation-close span:before {
        position: absolute;
        content: '';
        left: 27px;
        top: 24px;
        width: 15px;
        height: 22px;
        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%2222px%22%20%20viewBox%3D%220%200%2015%2022%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M14.847%2C19.091%20L11.312%2C22.626%20L-0.002%2C11.312%20L11.312%2C-0.001%20L14.847%2C3.534%20L7.069%2C11.312%20L14.847%2C19.091%20Z%22%20%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
    .navigation-close.opened {
      visibility: visible;
      opacity: 1; }

  .navigation__wrapper {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    left: -100%;
    background: #1371c4;
    width: 300px;
    z-index: 4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    -o-transition: left 0.4s;
    -ms-transition: left 0.4s;
    transition: left 0.4s; }
    .navigation__wrapper.opened {
      left: 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); }
    .navigation__wrapper ul li {
      display: block;
      padding: 0 0 0 30px;
      border-bottom: 1px solid rgba(255, 255, 255, .15); }
      .navigation__wrapper ul li.parent-item {
        padding-left: 90px; }
      .navigation__wrapper ul li a {
        color: #fff;
        padding: 26px 35px 26px 0px;
        display: block;
        vertical-align: top;
        position: relative;
        font: 17px/1 'ops', Arial, Helvetica, sans-serif;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -ms-transition: 0.4s;
        transition: 0.4s;
        text-decoration: none; }
        .navigation__wrapper ul li a:hover {
          text-decoration: underline; }
        .navigation__wrapper ul li a.has:before {
          position: absolute;
          content: '';
          width: 10px;
          height: 16px;
          margin-top: -8px;
          right: 21px;
          top: 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%2210px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2010%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M8.188%2C9.779%20L8.188%2C9.779%20L1.827%2C16.006%20L0.010%2C14.227%20L6.371%2C8.000%20L0.010%2C1.773%20L1.827%2C-0.006%20L10.006%2C8.000%20L8.188%2C9.779%20Z%22%20%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
      .navigation__wrapper ul li.waSlideMenu-back {
        padding: 0;
        border: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        height: 69px;
        width: 70px;
        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%2216px%22%20%20viewBox%3D%220%200%2010%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M9.990%2C14.227%20L8.173%2C16.006%20L-0.006%2C8.000%20L8.173%2C-0.006%20L9.990%2C1.773%20L3.629%2C8.000%20L9.990%2C14.227%20Z%22%2F%3E%3C%2Fsvg%3E") 27px 50% no-repeat #145891; }
        .navigation__wrapper ul li.waSlideMenu-back a {
          display: block;
          padding: 0;
          margin: 0;
          font-size: 0;
          width: 70px;
          height: 69px; }

  .waSlideMenu-nav {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100% !important; }

  .waSlideMenu-wrapper {
    left: 0;
    position: relative;
    top: 0; }

  .waSlideMenu-menu {
    width: 100%;
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
    display: inherit;
    left: 0; }

  .waSlideMenu-inheritedmenu {
    position: absolute;
    left: 100%;
    top: 0;
    padding: 20px 0 0 20px; }

  .selected > a {
    font-weight: bold; }

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

  .site-container {
    min-width: 100%;
    margin: 0 auto; }

  .site-main__inner {
    padding: 15px 30px 25px; }

  .edit-block-wrap.middle {
    display: block;
    margin: 30px 0 0;
    padding: 0 20px 20px; }
    .edit-block-wrap.middle .edit-block-image {
      float: left;
      margin: 20px 20px 0 0;
      width: 120px;
      height: 120px; }
      .edit-block-wrap.middle .edit-block-image img {
        max-width: 100%; }
    .edit-block-wrap.middle .edit-block-text {
      overflow: hidden;
      padding: 18px 0px 15px; }

  .services-wrap {
    max-width: 100%; }
    .services-wrap .services-title {
      font-size: 28px; }

  .tabs-wrap {
    display: none; }

  .accordion-wrap {
    display: block; }

  .specialists-wrap {
    padding: 33px 30px 20px; }

  .photos-slider-wrap {
    padding: 34px 30px 30px; }
    .photos-slider-wrap .photos-slider img {
      height: 340px;
      min-width: 100%; }
    .photos-slider-wrap .thumbs-wrap {
      position: relative;
      padding: 20px 0 0;
      background: none; }
      .photos-slider-wrap .thumbs-wrap .slick-slide:before {
        display: none; }
      .photos-slider-wrap .thumbs-wrap .slick-slide img {
        opacity: 0.4; }
      .photos-slider-wrap .thumbs-wrap .slick-slide.slick-current.slick-active img {
        opacity: 1; }

  .reviews-wrap {
    padding: 30px 30px 10px; }

  .map-block-wrap {
    height: 286px;
    padding: 0 30px; }
    .map-block-wrap .map-block-in {
      height: 286px; }
    .map-block-wrap .map-block {
      bottom: 40px; } }
  @media screen and (max-width: 939px) and (max-width: 767px) {
    .accordion-wrap .accordion-title {
      font-size: 18px; } }
    @media screen and (max-width: 939px) and (max-width: 479px) {
        .navigation__wrapper ul li.waSlideMenu-back {
          height: 59px;
          width: 60px; } }
      @media screen and (max-width: 939px) and (max-width: 479px) {
        .navigation__wrapper ul li.waSlideMenu-back a {
          height: 59px;
          width: 60px; } }

@media screen and (max-width: 767px) {
  .header-left-container {
    width: 100%;
    margin: 0 auto;
    text-align: center; }

  .advantages-wrap .advantages-title {
    font-size: 18px; }

  .header-right-part {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0 auto;
    text-align: center; }
    .header-right-part .adress-top {
      display: none; }
    .header-right-part .phone-top {
      text-align: center;
      width: 100%;
      margin: 0 auto;
      min-width: 100%; }
      .header-right-part .phone-top .phone-inner {
        min-width: 1%; }
      .header-right-part .phone-top .time {
        display: none; }

  .top-but {
    margin-top: 23px; }

  .top-slider-wrap {
    margin: 0 30px; }
    .top-slider-wrap .top-slider {
      height: 280px; }
      .top-slider-wrap .top-slider li img {
        height: 280px; }
    .top-slider-wrap .slider-text {
      display: none; }
    .top-slider-wrap .owl-controls {
      position: absolute;
      right: 0;
      bottom: 19px;
      text-align: center;
      left: 0; }
    .top-slider-wrap .slider-text-wrap {
      padding: 0;
      height: 56px; }

  .edit-block-wrap.middle .edit-block-image {
    width: 100px;
    height: 100px; }

  .services-wrap .services-title {
    font-size: 24px; }

  .specialists-wrap {
    padding: 25px 25px 20px; }
    .specialists-wrap .owl-item {
      max-width: 100%; }
    .specialists-wrap .slider-item {
      max-width: 100%; }

  .photos-slider-wrap {
    padding: 34px 20px 30px; }
    .photos-slider-wrap .photos-slider img {
      height: 300px; }
    .photos-slider-wrap .thumbs-wrap {
      padding: 20px 0 0; }
      .photos-slider-wrap .thumbs-wrap .slick-slide {
        text-align: center; }
        .photos-slider-wrap .thumbs-wrap .slick-slide img {
          display: inline-block;
          vertical-align: top; }

  .reviews-wrap {
    padding: 30px 25px 10px; }
    .reviews-wrap .reviews-name a {
      display: none; }
    .reviews-wrap .owl-controls {
      padding: 10px 0px 20px;
      font-size: 0;
      text-align: center; }
    .reviews-wrap .owl-dot {
      width: 13px;
      display: inline-block;
      vertical-align: top;
      border: 1px solid #053864;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      height: 13px;
      margin: 0 5px; }
      .reviews-wrap .owl-dot.active {
        background: #053864; } }

@media screen and (max-width: 479px) {
  .site-header .header-top-panel {
    height: 60px; }

  .site-header .site-header-inner .inner-container {
    padding: 20px 10px; }

  .top-but {
    margin-top: 17px; }

  .accordion-wrap {
    padding: 14px 0px 0; }
    .accordion-wrap .accordion-title {
      text-align: center; }

  .navigation__wrapper {
    width: 260px; }
    .navigation__wrapper ul li.waSlideMenu-back {
      width: 60px;
      background-position: 23px 21px; }
      .navigation__wrapper ul li.parent-item {
        padding-left: 80px; }
      .navigation__wrapper ul li a {
        padding: 21px 35px 21px 0px; }

  .navigation-close {
    width: 60px;
    height: 60px;
    left: 260px; }
    .navigation-close span:before {
      left: 23px;
      top: 19px; }

  .navigation-button {
    width: 60px;
    height: 60px; }
    .navigation-button span:before {
      left: 18px;
      top: 19px; }

  .top-slider-wrap {
    margin: 0 25px;
    padding: 30px 0 5px; }
    .top-slider-wrap .top-slider {
      height: 180px; }
      .top-slider-wrap .top-slider li img {
        height: 180px; }
    .top-slider-wrap .slider-text {
      display: none; }
    .top-slider-wrap .slider-text-wrap {
      height: 35px; }
    .top-slider-wrap .owl-controls {
      bottom: 10px; }

  .edit-block-wrap.middle .edit-block-image {
    width: 80px;
    height: 80px; }

  .site-main__inner {
    padding: 15px 25px 10px 25px; }

  .specialists-wrap {
    padding: 19px 25px 20px; }

  .specialists-wrap .specialists-title {
    font-size: 18px;
    text-align: center;
    padding-bottom: 19px; }

  .services-wrap {
    text-align: left; }
    .services-wrap .services-body {
      margin: 0; }
    .services-wrap .services-title {
      font-size: 20px;
      padding: 0 0 16px;
      text-align: center; }
    .services-wrap .services {
      width: 100%;
      margin: 0 0 10px; }
    .services-wrap .services-img {
      display: inline-block;
      vertical-align: middle;
      width: 70px;
      height: 70px;
      margin: 0 7.4% 0 0; }
    .services-wrap .services-link {
      text-align: left;
      display: inline-block;
      vertical-align: middle;
      width: 66.6%;
      padding: 0; }

  .accordion-wrap .tabs-but .tabs-form {
    text-align: center;
    display: block; }

  .photos-slider-wrap {
    padding: 24px 20px 25px; }
    .photos-slider-wrap .photos-slider img {
      height: 180px; }
      .photos-slider-wrap .photos-slider .slick-slide {
        margin: 0 5px; }
    .photos-slider-wrap .slick-thumbs .slick-slide {
      margin: 0 5px; }
      .photos-slider-wrap .slick-thumbs .slick-slide img {
        height: 70px !important; }

  .reviews-wrap .reviews-name {
    font-size: 18px;
    text-align: center;
    padding-bottom: 15px; }
    .reviews-wrap .reviews-title {
      font-size: 16px; }
    .reviews-wrap .reviews {
      margin: 0; }

  .map-block-wrap {
    height: 238px;
    padding: 0 25px; }
    .map-block-wrap .map-block-in {
      height: 238px; }
    .map-block-wrap .map-block {
      bottom: 20px;
      width: 270px; }
      .map-block-wrap .map-block .contacts-block {
        padding: 15px 20px 16px 20px; }
    .map-block-wrap .phone-bot {
      display: none; }

  .site-footer .footer-inner {
    padding: 28px 20px 20px 20px; } }

.popup {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: 3333;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: center; }
  .popup .popup-wrapper {
    display: inline-block;
    margin: 0 auto;
    min-height: 100%;
    text-align: center; }

.gr-info {
  padding: 10px 0 30px; }

.popup-win {
  position: relative;
  padding: 43px 60px 59px;
  width: 820px;
  height: 100%;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  @media screen and (max-width: 939px) {
  .popup-win {
    width: 628px;
    padding: 34px 40px 39px; } }
  @media screen and (max-width: 767px) {
  .popup-win {
    width: 340px;
    padding: 27px 20px 20px; } }
  @media screen and (max-width: 479px) {
  .popup-win {
    width: 220px;
    padding: 27px 20px 20px; } }
  .popup-win .s3_message {
    padding: 13px 0 20px;
    text-align: left;
    color: #000;
    font: 26px/1 'opssb', Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 479px) {
    .popup-win .s3_message {
      font-size: 18px; } }
  .popup-win > .title {
    display: none; }
  .popup-win .s3_form_field_title {
    color: #555;
    font: 16px/1 'opssb', Arial, Helvetica, sans-serif;
    padding: 0 0 8px; }
  .popup-win .s3_form_item {
    margin-bottom: 7px; }
  .popup-win .s3_form_item.s3_form_item_button {
    text-align: left;
    margin: 14px 0 0; }
  @media screen and (max-width: 479px) {
    .popup-win .s3_form_item {
      margin: 16px 0px 0px; } }
  .popup-win .cell {
    float: left;
    width: 48.77%;
    margin: 0 2.4% 0 0;
    text-align: left; }
  @media screen and (max-width: 767px) {
    .popup-win .cell {
      float: none;
      width: 100%;
      margin: 0; } }
  .popup-win .textarea-block {
    float: left;
    text-align: left;
    width: 48.77%; }
  @media screen and (max-width: 767px) {
    .popup-win .textarea-block {
      float: none;
      width: 100%; } }
  .popup-win input, .popup-win textarea {
    outline: none;
    color: #555;
    font: 16px/44px 'ops', Arial, Helvetica, sans-serif;
    border: 1px solid #b9b9b9;
    padding: 0 2% 0 2%;
    width: 95.5%;
    height: 48px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff; }
  .popup-win .select-span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%; }
  .popup-win .select-span .option {
    display: none; }
  .popup-win .select-span:before {
    position: absolute;
    content: '';
    right: 17px;
    top: 21px;
    z-index: 2;
    height: 9px;
    width: 14px;
    background: url(../select-arrow.png) 0 0 no-repeat;
    pointer-events: none; }
  .popup-win select {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    font: 16px/44px 'ops', Arial, Helvetica, sans-serif;
    width: 100%;
    height: 50px;
    outline: none;
    color: #555;
    border: 1px solid #b9b9b9;
    padding: 0 0 0 2%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative; }
  .popup-win textarea {
    padding: 15px 2% 15px;
    height: 180px;
    resize: none;
    width: 96%;
    line-height: 1; }
  @media screen and (max-width: 767px) {
    .popup-win textarea {
      height: 70px; } }
  @media screen and (max-width: 479px) {
    .popup-win textarea {
      height: 60px; } }
  .popup-win button {
    font: 15px/1 'opssb', Arial, Helvetica, sans-serif;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 17px 19px 18px;
    margin: 0;
    border: 0;
    outline: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background-image: -o-linear-gradient(#1ca4dd, #1475c7);
    background-image: -moz-linear-gradient(#1ca4dd, #1475c7);
    background-image: -webkit-linear-gradient(#1ca4dd, #1475c7);
    background-image: -ms-linear-gradient(#1ca4dd, #1475c7);
    background-image: linear-gradient( #1ca4dd, #1475c7);
    -pie-background: linear-gradient( #1ca4dd, #1475c7);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 3px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 3px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 3px 0 rgba(255, 255, 255, 0.2);
    text-decoration: none; }
  .popup-win button:hover {
    background-image: -o-linear-gradient(#1475c7, #1ca4dd);
    background-image: -moz-linear-gradient(#1475c7, #1ca4dd);
    background-image: -webkit-linear-gradient(#1475c7, #1ca4dd);
    background-image: -ms-linear-gradient(#1475c7, #1ca4dd);
    background-image: linear-gradient( #1475c7, #1ca4dd);
    -pie-background: linear-gradient( #1475c7, #1ca4dd); }

.icon-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background: url(../form-close.png) 0 0 no-repeat;
  font-size: 0; }

.s3_form_error {
  font-size: 12px;
  color: #f00; }

.popup.closepopup {
  opacity: 0 !important;
  pointer-events: none !important; }

.gr-info {
  padding: 30px 0;
  font-size: 22px;
  text-align: center; }

.gr-note {
  padding-top: 6px; }

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

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

.site-copyright .copy-inner a {
  color: #c3c3c3; }

.site-copyright .copy-inner {
  text-align: left;
  background: url(../lightmega.png) 0 0 no-repeat; }

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

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

.menu-top-wrap .menu-top > li.active a {
  background: #145891; }
