@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,cyrillic-ext);
/*
 ================================================
 Reset v 2.1 [s3-mod]
 ================================================
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; }

img {
  max-width: 100%;
  height: auto; }

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

a img {
  border: 0 none; }

ol, ul, menu {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

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

sub, sup {
  font-size: 65%;
  line-height: 1;
  vertical-align: baseline; }

sup {
  vertical-align: top; }

sub {
  vertical-align: bottom; }
/* Elements of Form */
input:focus, textarea:focus, select:focus {
  outline: none; }

input, select, button {
  vertical-align: baseline;
  margin: 0; }

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

textarea {
  resize: vertical;
  min-height: 100px;
  max-width: 100%;
  overflow: auto; }

textarea, select[multiple] {
  vertical-align: top; }

input[type="color"] {
  vertical-align: middle; }

input[type="radio"], input[type="checkbox"] {
  margin: 0 4px; }
/* Pablex Object */
object video {
  display: none; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  object video {
    display: block !important; } }
/*
 ================================================
 Default Tags Properties
 ================================================
 */
.row-vspace, h1, h2, h3, h4, h5, h6, hr, p, ul, ol {
  margin-top: 1em;
  margin-bottom: 1em; }

ul, ol {
  margin-left: 1.4em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

a {
  outline: none;
  color: #08c; }

a:hover {
  text-decoration: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  padding: 0; }
/*
 ================================================
 Selectors Utility
 ================================================
 */
.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden !important; }

.visible {
  visibility: visible !important; }

.fixed {
  position: fixed !important; }

.clearfix {
  *zoom: 1; }

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
  line-height: 0; }

.clearfix:after {
  clear: both; }

.clear-both {
  clear: both; }
/* Tables */
table.table0 td, table.table1 td, table.table2 td, table.table2 th {
  padding: 5px;
  border: 1px solid #afafaf;
  vertical-align: top; }

table.table0 td {
  border: none; }

table.table2 th {
  padding: 8px 5px;
  background: #595959;
  border: 1px solid #595959;
  border-bottom: 1px solid #afafaf;
  font-weight: normal;
  text-align: left; }

html, body {
  height: 100%;
  position: relative; }

body {
  font: normal 15px Arial, sans-serif;
  color: #484848;
  background: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, sans-serif;
  font-weight: normal;
  color: #616161;
  margin: 0 0 1.1em 0; }

h1 {
  font-size: 26px;
  text-align: center; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

a {
  color: #15c;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }
/*ul li {
 line-height: 1.5em;
 }*/
.clearfix:before, .clearfix:after {
  content: '';
  display: table; }

.clearfix:after {
  clear: both; }

.clear-footer {
  height: 136px;
  clear: both; }

.no-padding {
  padding: 0 !important; }

footer {
  position: relative;
  height: 136px;
  margin-top: -136px;
  background: #1d1d1d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  footer .inner {
    padding: 0 20px; }

.footer-nav {
  background: #2c2c2c; }
  .footer-nav ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    list-style: none; }
    .footer-nav ul li {
      display: inline-block;
      padding: 12px 10px; }
      .footer-nav ul li a {
        display: block;
        font-size: 13px;
        line-height: 18px;
        color: #fff;
        text-decoration: underline; }
        .footer-nav ul li a:hover {
          text-decoration: none; }

.site-heading {
  font: normal 26px Arial, sans-serif;
  color: #616161;
  margin-bottom: 1.1em; }

.site-wrap {
  height: auto !important;
  min-height: 100%;
  width: 100%;
  margin: 0 auto -130px;
  position: relative;
  overflow: hidden; }

.inner {
  width: 100%;
  max-width: 995px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.site-header {
  width: 100%;
  position: relative;
  padding: 10px 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.site-header .for-table {
  display: table;
  table-layout: fixed;
  height: 60px;
  width: 69%;
  margin-top: 7px; }

.site-header .for-table > .site-logo, .site-header .for-table > .site-contacts {
  display: table-cell;
  vertical-align: middle; }

.site-logo {
  font: bold 27px Arial, sans-serif;
  color: #400101;
  text-decoration: none;
  padding-right: 20px;
  max-width: 385px;
  line-height: 0; }
  .site-logo .site-name {
    display: inline-block;
    vertical-align: top;
    color: #f27d16;
    font: bold 27px Arial;
    margin-left: 18px;
    margin-top: 4px; }
    .site-logo .site-name span {
      display: block;
      color: #616161;
      font: bold 18px Arial; }
  .site-logo img {
    max-width: 100%; }

.site-contacts {
  font-size: 0.8rem;
  line-height: 1.5rem; }
  .site-contacts div {
    font-size: 22px;
    color: #3e393f;
    padding-left: 22px; }
  .site-contacts p {
    margin: 0; }

.site-search {
  position: absolute;
  right: 0;
  top: -59px;
  min-width: 295px; }
  .site-search form label {
    display: block;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .site-search form input[type=text] {
      display: inline-block;
      vertical-align: top;
      margin: 0;
      max-width: 220px;
      padding: 8px 13px 8px 13px;
      border: 1px solid #d6c6aa;
      border-radius: 3px;
      font: normal 15px/15px Arial, sans-serif;
      color: #999;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-shadow: inset 0 2px 0 #faf1e1;
      -moz-box-shadow: inset 0 2px 0 #faf1e1;
      box-shadow: inset 0 2px 0 #faf1e1; }
    .site-search form button {
      display: inline-block;
      vertical-align: top;
      position: relative;
      width: 50px;
      height: 35px; }
      .site-search form button span {
        display: block;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(../search-icon.png) 50% 50% no-repeat; }

.nav-btn {
  display: none !important;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  right: 10px;
  background: #f2f2f2;
  border: 2px solid #e2e2e2;
  cursor: pointer;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .nav-btn .stripes {
    width: 30px;
    height: 24px;
    margin: 16px auto; }
  .nav-btn .stripe {
    height: 4px;
    line-height: 4px;
    background: #616161;
    margin-bottom: 6px; }
  .nav-btn.active {
    background: #d9d5d2 url(../close.png) 50% 50% no-repeat;
    border: none;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.3); }
    .nav-btn.active .stripes {
      display: none; }

.site-btn {
  display: block;
  position: relative;
  border: none;
  outline: 0;
  z-index: 0;
  border-radius: 3px;
  cursor: pointer;
  padding: 10px 30px;
  color: #fff;
  font-size: 18px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #f38618;
  background-image: -moz-linear-gradient(top, #f49019 0%, #f27d16 100%);
  background-image: -webkit-gradient(linear, 0 0, 0% 100%, from(#f49019), to(#f27d16));
  background-image: -webkit-linear-gradient(top, #f49019, #f27d16);
  background-image: -o-linear-gradient(top, #f49019, #f27d16);
  background-image: linear-gradient(to bottom, #f49019 0%, #f27d16 100%);
  background-repeat: repeat-x;
  behavior: url("javascripts/PIE.htc"); }
  .site-btn:hover {
    background-color: #f49637;
    background-image: -moz-linear-gradient(top, #f59e3b 0%, #f48d33 100%);
    background-image: -webkit-gradient(linear, 0 0, 0% 100%, from(#f59e3b), to(#f48d33));
    background-image: -webkit-linear-gradient(top, #f59e3b, #f48d33);
    background-image: -o-linear-gradient(top, #f59e3b, #f48d33);
    background-image: linear-gradient(to bottom, #f59e3b 0%, #f48d33 100%);
    background-repeat: repeat-x; }
  .site-btn:active {
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2);
    background-color: #f38a1f;
    background-image: -moz-linear-gradient(top, #f38524 0%, #f49019 100%);
    background-image: -webkit-gradient(linear, 0 0, 0% 100%, from(#f38524), to(#f49019));
    background-image: -webkit-linear-gradient(top, #f38524, #f49019);
    background-image: -o-linear-gradient(top, #f38524, #f49019);
    background-image: linear-gradient(to bottom, #f38524 0%, #f49019 100%);
    background-repeat: repeat-x; }

nav {
  display: block;
  background: #f2f2f2;
  position: relative;
  z-index: 52;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2); }
  nav ul, nav ul li {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    list-style: none; }

.nav > li {
  float: left;
  position: relative; }
  .nav > li > a {
    display: block;
    padding: 15px 20px;
    font: normal 16px/16px Arial, sans-serif;
    color: #212121;
    position: relative;
    text-decoration: none;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .nav > li:last-child a {
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .nav > li.active > a {
    color: #fff;
    background: #f27d16;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2); }
  .nav > li.active .arr {
    background: url(../nav-bullet.png) 0 0 no-repeat; }
  .nav > li:hover > a {
    background: #f27d16;
    color: #fff; }
    .nav > li:hover > ul {
      display: block; }
    .nav > li:hover .arr {
      background: url(../nav-bullet.png) 0 0 no-repeat; }
  .nav > li.follow .arr {
    display: inline-block; }
  .nav > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    overflow: hidden;
    background: #f27d16;
    padding: 15px 0; }
    .nav > li > ul li {
      display: block; }
      .nav > li > ul li a {
        display: block;
        background: #f27d16;
        font: normal 14px/18px Arial, sans-serif;
        color: #fff;
        text-decoration: underline;
        padding: 0 0 0 20px;
        margin-bottom: 10px; }
        .nav > li > ul li a:hover {
          text-decoration: none; }

.arr {
  background: url(../nav-bullet-black.png) 0 0 no-repeat;
  display: none;
  margin-left: 9px;
  width: 11px;
  height: 7px;
  border: none; }

.top-block {
  margin-top: 20px; }

.slider {
  max-width: 640px;
  max-height: 320px;
  overflow: hidden;
  position: relative; }

.bxslider {
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  list-style: none; }
  .bxslider li {
    display: inline-block; }
  .bxslider li img {
    width: 100%; }

.bx-prev, .bx-next {
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2) url(../slider-arrs.png) 15px 13px no-repeat;
  font-size: 0;
  line-height: 0;
  top: 50%;
  margin-top: -22px;
  z-index: 51; }

.bx-prev {
  left: 10px; }

.bx-next {
  right: 10px;
  background-position: -562px 13px; }

#form-top {
  padding: 15px 25px;
  float: right;
  width: 320px;
  height: 320px;
  border: 3px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #form-top .site-btn {
    margin-top: -15px;
    padding: 9px 20px; }
  #form-top .gr-required {
    display: none; }

.frm-title {
  font-size: 24px;
  line-height: 28px;
  color: #212121; }

form label {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  font-size: 1rem;
  color: #484848; }
  form label.error input[type=text], form label.error textarea {
    border: 1px solid #d44848; }
  form label strong {
    font-size: 18px; }
  form input[type=text], form textarea {
    display: block;
    width: 100%;
    padding: 10px 13px;
    margin-top: 5px;
    font-size: 15px;
    font-size: 1rem;
    font-family: Arial, sans-serif;
    color: #999;
    border-radius: 3px;
    border: 1px solid #d6c6aa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 2px 0 #faf1e1;
    -moz-box-shadow: inset 0 2px 0 #faf1e1;
    box-shadow: inset 0 2px 0 #faf1e1; }
  form input[type=text]:focus, form textarea:focus {
    border: 1px solid #15c;
    color: #484848;
    -webkit-box-shadow: inset 0 2px 0 #faf1e1, 0 0 3px #15c;
    -moz-box-shadow: inset 0 2px 0 #faf1e1, 0 0 3px #15c;
    box-shadow: inset 0 2px 0 #faf1e1, 0 0 3px #15c; }
  form textarea {
    margin-top: 2px;
    margin-bottom: 20px;
    min-height: 156px; }
  form fieldset {
    float: left;
    width: 48%;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  form fieldset:first-child {
    padding-left: 60px; }
  form fieldset button {
    float: right; }
  form .gr-required {
    color: red; }

.content {
  margin-top: 40px; }
  .content .inner {
    padding: 0 20px; }

.services {
  background: #f2f2f2;
  margin: 40px -20px;
  padding: 30px 20px;
  display: table;
  width: 100%; }

.service-list {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .service-list > .column {
    display: table-cell;
    vertical-align: top; }
  .service-list > .column li {
    padding-left: 10px;
    position: relative;
    list-style: none; }
    .service-list > .column li:before {
      content: '-';
      font-size: 18px;
      color: #484848; }
  .service-list > .column a {
    font-size: 18px;
    font-size: 1rem;
    line-height: 25px;
    padding-left: 6px; }

.why-list {
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  list-style: none; }
  .why-list li {
    position: relative;
    color: #484848;
    font-size: 18px;
    line-height: 25px;
    font-size: 1.2rem;
    padding-left: 30px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../why-bullet.png) 0 4px no-repeat; }
  .why-list .why-column {
    display: inline-block;
    width: 48.5%;
    vertical-align: top; }

.contacts {
  margin-top: 40px;
  margin-bottom: 40px; }

#map {
  width: 640px;
  height: 418px;
  float: right; }

.cont-block {
  background: #f27d16;
  overflow: hidden;
  color: #fff;
  font-size: 1.066rem;
  font-size: 15px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .cont-block .site-heading {
    color: #fff;
    margin-bottom: 15px; }

.feedback {
  margin-bottom: 50px; }
  .feedback .site-heading {
    margin-left: 20px;
    margin-bottom: 15px; }
  .feedback .gr-value strong {
    font-weight: normal; }

.copy {
  padding: 40px 0;
  font-size: 12px;
  color: #fff;
  margin-left: 10px; }
  .copy p {
    margin: 0; }

.mega {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 0;
  color: #fff;
  /*
   a {
   color: $color3;
   display: inline-block;
   padding-left: 30px;
   line-height: 25px;
   font-size: 12px;
   background: url(../mega.png) 0 0 no-repeat;
   text-decoration: underline;
   }*/ }
  .mega a {
    color: #f27d16; }

.counter {
  position: absolute;
  text-align: center;
  width: 186px;
  height: 31px;
  top: 30px;
  left: 50%;
  margin-left: -93px;
  line-height: 0; }

.sidebar {
  float: left;
  width: 240px;
  margin-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.sidebar-nav {
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
  border: 3px solid #faf1e1;
  padding: 8px 0; }
  .sidebar-nav li {
    position: relative; }
  .sidebar-nav li span {
    display: none;
    position: absolute;
    top: 0;
    right: -9px;
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 6px;
    border-color: transparent transparent transparent #a62103; }
  .sidebar-nav a {
    display: block;
    position: relative;
    padding: 8px 0 7px 20px;
    font-size: 14px;
    margin: 0 -3px;
    line-height: 15px;
    color: #15c;
    text-decoration: underline; }
  .sidebar-nav a:hover {
    text-decoration: none; }
  .sidebar-nav li.active a {
    color: #fff;
    background: #a62103;
    text-decoration: none; }
  .sidebar-nav li.active span {
    display: block; }

.main {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .main .services {
    margin: 40px 0; }

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

.table-wrapper {
  overflow: auto;
  padding-bottom: 10px; }

@media screen and (min-width: 960px) {
  .page .nav > li > ul {
    display: none !important; } }

@media all and (max-width: 959px) {
  #megagroup-float-bar {
    display: none !important; }

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

  .site-header .for-table {
    table-layout: auto;
    width: 86%; }

  .nav-btn {
    display: block !important; }

  .site-search {
    display: none !important; }

  .sidebar {
    display: none; }

  .main {
    padding: 0 20px;
    font-size: 1rem; }
    .main .services {
      margin: 40px -20px; }

  nav {
    display: none;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 70px;
    z-index: 52;
    background: #d9d5d2;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); }
    nav .site-search {
      display: block !important;
      position: static;
      padding: 30px 30px 10px 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      nav .site-search form label {
        padding-right: 70px;
        position: relative; }
        nav .site-search form input[type=text] {
          max-width: 100%;
          padding: 15px 13px 14px 13px; }
        nav .site-search form button[type=submit] {
          position: absolute;
          right: 0;
          top: 0;
          width: 60px;
          height: 50px; }
          nav .site-search form button[type=submit] span {
            background-image: url(../search-icon-mob.png); }

  .nav {
    background: #d9d5d2;
    padding: 30px 0;
    border-radius: 3px 0 3px 3px; }
    .nav > li {
      float: none;
      margin: 5px 30px;
      background-color: #faf2e3;
      background-image: -moz-linear-gradient(top, #fbf3e6 0%, #faf1e1 100%);
      background-image: -webkit-gradient(linear, 0 0, 0% 100%, from(#fbf3e6), to(#faf1e1));
      background-image: -webkit-linear-gradient(top, #fbf3e6, #faf1e1);
      background-image: -o-linear-gradient(top, #fbf3e6, #faf1e1);
      background-image: linear-gradient(to bottom, #fbf3e6 0%, #faf1e1 100%);
      background-repeat: repeat-x;
      border-radius: 3px; }
      .nav > li > a {
        font-size: 22px;
        border: none !important;
        background: #f8f8f8 !important;
        border-radius: 3px;
        color: #3e393f !important;
        -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2); }
        .nav > li > a:hover {
          background: #faf1e1;
          color: #212121; }
        .nav > li > a .arr {
          position: absolute;
          right: 20px;
          top: 50%;
          margin-top: -6px;
          width: 20px;
          height: 12px;
          background: url(../nav-bullet-mob.png) 0 0 no-repeat !important; }
      .nav > li:hover ul {
        display: none; }
      .nav > li.active ul {
        display: block; }
        .nav > li.active .arr {
          background-image: url(../opened-arr.png) !important; }
        .nav > li.active > a {
          -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
          -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2); }
      .nav > li ul {
        position: relative;
        background: #faf1e1 !important;
        display: none;
        border-radius: 3px; }
        .nav > li ul li {
          padding-left: 20px; }
        .nav > li ul a {
          color: #15c !important;
          background: #faf1e1 !important; }

  .services {
    display: block; }

  .top-block {
    margin-top: 0; }

  #form-top {
    display: none; }

  .slider {
    max-width: 100%; }

  #map {
    display: none; }

  .footer-nav {
    display: none; }

  .contacts {
    margin: 40px 0; }

  .no-padding .contacts {
    margin: 40px 0; }

  footer {
    height: 190px; }

  .clear-footer {
    height: 190px; }

  footer .inner > div {
    position: static;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 0; }

  form input[type=text], form textarea {
    border-width: 2px !important; } }

@media all and (max-width: 905px) {
  .why-list .why-column {
    width: 100%;
    display: block; } }

@media all and (max-width: 760px) {
  .service-list {
    display: block;
    table-layout: auto; }
    .service-list > .column {
      display: block; }
      .service-list > .column a {
        font-size: 20px;
        font-size: 1rem; } }

@media all and (max-width: 720px) {
  form fieldset:first-child {
    padding-left: 20px; }

  form fieldset {
    float: none;
    width: 100%;
    padding: 0 20px; } }

@media all and (max-width: 645px) {
  .site-header .for-table {
    display: block;
    min-height: 60px;
    height: auto; }

  .site-header .for-table > .site-logo, .site-header .for-table > .site-contacts {
    display: block; }

  .site-contacts {
    padding-top: 10px; }

  .site-logo img {
    width: 54px;
    height: 49px; }
    .site-logo .site-name {
      margin-left: 9px;
      margin-top: 0; } }

@media all and (max-width: 460px) {
  body {
    font-size: 20px; }

  .nav > li > a {
    font-size: 1.1rem; }

  .nav > li > ul li a {
    font-size: 1rem; }

  .site-contacts {
    font-size: 1.0588rem; }

  form label {
    font-size: 18px;
    font-size: 0.9rem; }

  .why-list {
    font-size: 20px;
    font-size: 1rem; } }

@media all and (max-width: 1024px) {
  h1 {
    margin-bottom: 0; }

  .content {
    margin-top: 20px; } }

.midde-bl .inner {
  max-width: 1000px;
  margin: 0 auto; }

.edit-block-top-wr {
  max-width: 995px;
  margin: 0 auto;
  padding-top: 40px; }

.edit-block-top {
  background: #f2f2f2;
  padding: 18px 0 12px;
  margin-bottom: 30px; }

.edit-block-top-name {
  text-align: center;
  padding: 0 0 10px;
  color: #616161;
  font: normal 36px Arial, Helvetica, sans-serif; }

.edit-block-top-body {
  padding: 0; }

.edit-block-top-in {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: justify;
  line-height: 0;
  font-size: 1px;
  text-justify: newspaper; }

.edit-block-top-in:after {
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block; }

.edit-block-top-in li {
  display: inline-block;
  text-align: left;
  line-height: normal;
  vertical-align: top;
  padding: 0 6px 18px;
  width: 178px; }

.edit-block-top-in li .edit-block-top-in {
  height: 176px;
  text-align: center; }

.edit-block-top-in li a {
  display: block;
  color: #595959;
  text-decoration: none;
  text-align: center;
  font-size: 18px; }

.edit-block-top-in li a:hover {
  color: #4e8bf6;
  text-decoration: none; }

.block-slider-bot {
  background: #f2f2f2;
  padding: 24px 80px 30px;
  margin-bottom: 40px; }

.block-slider-bot-name {
  color: #616161;
  text-align: center;
  padding: 0 0 20px;
  font: normal 26px Arial, Helvetica, sans-serif; }

.block-slider-bot-in {
  margin: 0;
  padding: 0;
  list-style: none; }

.block-slider-bot-in li {
  display: inline-block;
  vertical-align: top; }

.block-slider-bot-in li .block-slider-img {
  border-left: 3px solid #e5e5e5;
  width: 156px;
  height: 37px;
  text-align: center; }

.owl-wrapper .owl-item:first-child .block-slider-img {
  border-left: none; }

.block-slider-bot-body {
  position: relative;
  padding: 0 0; }

.block-slider-bot .owl-theme .owl-controls {
  margin: 0; }

.block-slider-bot .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 0;
  margin: -20px 0 0;
  padding: 0;
  opacity: 1;
  display: block;
  border-radius: 50%; }

.block-slider-bot .owl-theme .owl-controls .owl-buttons div.owl-prev {
  background: #616161 url(../slider-ico.png) 9px 6px no-repeat;
  left: -55px; }

.block-slider-bot-body:after {
  content: "";
  display: block;
  width: 5px;
  height: 37px;
  background: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.block-slider-bot-body:before {
  content: "";
  display: block;
  width: 7px;
  height: 37px;
  background: #f2f2f2;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }

.block-slider-bot .owl-theme .owl-controls .owl-buttons div.owl-next {
  background: #616161 url(../slider-ico.png) -36px 6px no-repeat;
  right: -55px; }

.block-slider-bot .owl-theme .owl-controls .owl-buttons div:hover {
  background-color: #f27d16; }

.block-slider-bot a img {
  border: none; }

@media screen and (max-width: 569px) {
  .edit-block-top-in {
    text-align: center; } }

@media screen and (max-width: 420px) {
  .main img {
    margin: 0 !important; } }
