@charset "UTF-8"; /* FM base */
html {
  width: 100%;
  height: 100%;
}

body {
  height: 100%;
  line-height: 1.375em;
  color: #333;
  font-family: Arial, sans-serif;
}

body {
  font-size: 16px;
}

ol {
  font-size: 100%;
  line-height: 1.375em;
  padding-left: 40px;
}

ul {
  font-size: 100%;
  line-height: 1.375em;
  padding-left: 27px;
}

p,
.p {
  font-size: 100%;
  margin-bottom: 0.875em;
}

table {
  margin: 0 0 22px;
}

img.pull-left {
  margin: 0 15px 22px 0;
}

img.pull-right {
  margin: 0 0 22px 15px;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-weight: bold;
  line-height: 1.25em;
  margin: 1.4em 0 0.6em;
  display: block;
}

h1,
.h1 {
  font-size: 150%;
}

h2,
.h2 {
  font-size: 100%;
}

h3,
.h3 {
  font-size: 70%;
}

label {
  font-weight: 400;
}

.form-control {
  color: #333;
}

.red {
  color: red;
}

/* layout base */
h1,
h2,
h3 {
  text-transform: uppercase;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  color: #333;
  font-size: 29px;
}
h1,
.h1 {
  font-size: 29px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 20px;
  font-weight: bold;
}
h4,
.h4 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
h5,
.h5 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
h6,
.h6 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}

h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child {
  margin-top: 0;
}
.tour_3d iframe,
.frame-brd {
  width: 100%;
  border: none;
}

.block_title {
  color: #333;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.25em;
  margin: 40px 0 40px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}
.block_title:before,
.block_title:after {
  content: "";
  display: inline-block;
  background: #333;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  vertical-align: middle;
  margin: -5px 10px 0;
}
.block_title.white {
  color: #fff;
}
.block_title.white:before,
.block_title.white:after {
  background: #fff;
}
.all {
  width: 1200px;
  margin: 0 auto;
}
a {
  text-decoration: underline;
  color: #9c8972;
}

a:hover:active,
a:focus:active,
a:hover,
a:focus,
a:active {
  outline: 0 none !important;
  color: #ecb660;
  text-decoration: none;
}

a.nohref {
  cursor: default;
}

.doc {
  padding-left: 40px;
  min-height: 40px;
  vertical-align: middle;
  background-position: top left;
  background-size: 35px;
  background-repeat: no-repeat;
}

.doc-pdf {
  background-image: url(icons/pdf-m.png);
}

.doc-word {
  background-image: url(icons/word-m.png);
}

.relative {
  position: relative;
}

.affix {
  position: initial;
  top: 60px;
}

.affix-top,
.affix-bottom {
  position: relative;
}

.vertical-middle,
.vertical-middle * {
  vertical-align: middle;
}

.vertical-top,
.vertical-top * {
  vertical-align: top;
}

.bold {
  font-weight: bold;
  color: #54270c;
}

.lead {
  font-size: 18px;
}

.red {
  color: red;
}

.asterisk {
  font-weight: bold;
  color: red;
  padding-left: 2px;
}

.table-auto {
  width: auto;
}

.table-oversized {
  max-width: 100%;
  overflow-x: auto;
}

.image-left {
  float: left;
  margin: 0 10px 16px 0;
}

.image-right {
  float: right;
  margin: 0 0 16px 10px;
}

.zoom {
  cursor: url(../highslide/graphics/zoomin.html), zoom-in;
}

.dashed span {
  border-bottom: 1px dashed red;
  border-color: inherit;
}

.dashed,
.dashed:hover,
.dashed:focus,
.dashed:active {
  text-decoration: none;
}

/**/
/*** SPECIAL BOOTSTRAP CLASSES ***/
@media (min-width: 480px) {
  .col-sm-nopadding-left {
    padding-left: 0 !important;
  }

  .col-sm-nopadding-right {
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .col-md-nopadding-left {
    padding-left: 0 !important;
  }

  .col-md-nopadding-right {
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .col-lg-nopadding-left {
    padding-left: 0 !important;
  }

  .col-lg-nopadding-right {
    padding-right: 0 !important;
  }
}

/******/
/* MODAL */
.modal-title {
  text-align: center;
}

/*.modal-dialog { width: 350px; }*/
.modal-content {
  border-radius: 0;
}

.modal-header {
  text-align: right;
}

.modal-header .close {
  margin-left: 10px;
}

.modal-header .close span.sign {
  margin: 0;
  font-size: 150%;
  font-weight: normal;
}

.modal-header .close:hover,
.modal-header .close:focus,
.modal-header .close:active {
  color: #ecb660;
  outline: none;
}

.modal-content textarea {
  resize: none;
}

.modal-body .form-group:last-child {
  margin: 0;
}

.modal-footer {
  text-align: center;
}

.modal-footer .btn {
  margin-bottom: 1em;
}

.modal-footer p:last-child {
  padding: 0;
  margin: 0;
}

.red {
  color: #f00;
}

/* FORMS bootstrap */
.form-control-feedback {
  display: none;
}

.btn-default {
  background: #E3AC2B;
  border: none;
  color: #fff;
  /* margin-bottom: 15px; */
  text-decoration: none;
}

.btn-default:active {
  outline: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active:hover,
.btn-default:active:focus {
  color: #fff;
  outline: none;
  background: #f5c77e;
}

.form-control {
  border-radius: 0;
}

.form-control:focus,
.form-control:active,
.form-control.error {
  border-color: #e49141;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(221, 135, 53, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(221, 135, 53, 0.6);
}

.has-feedback .form-control {
  padding: 6px 12px;
}

.form-validate .has-error input::-webkit-input-placeholder {
  color: #a94442;
}

.form-validate .has-error textarea::-webkit-input-placeholder {
  color: #a94442;
}

.form-validate .has-error *:-moz-placeholder {
  color: #a94442;
}

.form-validate .has-error *::-moz-placeholder {
  color: #a94442;
}

.form-validate .has-error *:-ms-input-placeholder {
  color: #a94442;
}

/**/
#content ul,
#content ol {
  list-style: none;
  margin-bottom: 0.875em;
}

#content ul li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #edb864;
  border-radius: 20px;
  margin-left: -27px;
  margin-right: 15px;
  vertical-align: baseline;
}

.navbar-default {
  background: #2a2b2b;
  border: none;
}

/** nav menu **/
.preim {
  display: table;
  width: 100%;
}
@media (max-width: 620px) {
  .preim .action {
    float: left;
    margin-bottom: 10px;
  }
}
.preim .action {
  display: table-cell;
  text-align: center;
}

.preim .action img {
  max-width: 100%;
}

.preim .action:last-child img {
  width: 100px;
}

.sup-menu {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: table;
}

.sup-menu:before,
.sup-menu:after {
  content: "";
  display: table;
  clear: both;
}

.sup-menu li {
  list-style: none;
}

.sup-menu > li {
  float: left;
}

.sup-menu li.drop {
  position: relative;
}

.sup-menu a {
  text-decoration: none;
}

.sup-menu > li > a {
  position: relative;
  display: block;
  padding: 15px 24px;
  color: #ffffff;
}

.sup-menu > li > a:hover,
.sup-menu > li > a.active {
  color: #ecb660;
}

.sup-menu > li.drop > a:hover {
  background: #9e9283;
  color: #fff;
}

.sup-menu > li.drop > a.open {
  background: #9e9283;
  color: #fff;
}

.sup-menu .sup-1,
.sup-menu .sup-2,
.sup-menu .sup-3 {
  position: absolute;
  float: left;
  text-align: left;
  list-style: none;
  display: none;
  z-index: 1000;
}

/*** level-1 ***/
.sup-menu .sup-1 {
  top: 100%;
  left: 0;
  min-width: 160px;
  white-space: nowrap;
  padding: 0;
  /* font-size: 14px;*/
  background-color: #9e9283;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.sup-menu .sup-1 > li {
  float: none;
}

.sup-menu .sup-1 > li > a {
  color: #fff;
  display: block;
  padding: 10px 20px;
}

.sup-menu .sup-1 > li > a:hover,
.sup-menu .sup-1 > li > a.open,
.sup-menu .sup-1 a.active {
  background: #aa9d8d;
  color: #ffdda8;
}

.sup-menu .sup-1 li > .sup-1 {
  left: 100%;
  top: 0;
}

.sup-menu .sup-1 .caret {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  margin-left: 10px;
}

.caret-right {
  border-left: 5px solid;
  border-bottom: 5px solid transparent;
  border-top: 4px solid transparent;
}

.sup-menu > li.drop > .sup-1.expanded {
  display: block;
}

/***/
/*** level-2 ***/
.sup-menu .sup-2 {
  top: 0;
  left: 100%;
  min-width: 160px;
  padding: 0;
  /* font-size: 14px;*/
  background-color: #aa9d8d;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.sup-menu .sup-2 > li {
  float: none;
}

.sup-menu .sup-2 > li > a {
  color: #fff;
  display: block;
  padding: 10px 20px;
}

.sup-menu .sup-2 > li > a:hover,
.sup-menu .sup-2 > li > a.open {
  background: #c3ad89;
  color: #ffdda8;
}

.sup-menu .sup-1 > li.drop > .sup-2.expanded {
  display: block;
}

/****/
/*** level-3 ***/
.sup-menu .sup-3 {
  top: 0;
  left: 100%;
  min-width: 160px;
  padding: 0;
  /* font-size: 14px;*/
  background-color: #c3ad89;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.sup-menu .sup-3 > li {
  float: none;
}

.sup-menu .sup-3 > li > a {
  color: #fff;
  display: block;
  padding: 10px 20px;
}

.sup-menu .sup-3 > li > a:hover {
  background: #d2bc97;
}

.sup-menu .sup-2 > li.drop > .sup-3.expanded {
  display: block;
}

/******/
header .logo > img {
}
header div.logo {
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
  margin-left: -20px;
}

header .col1 {
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
  text-align: center;
  padding-top: 14px;
  font-size: 15px;
}
header .col2 {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  padding-top: 14px;
}
header .calcbox {
  display: inline-block;
  vertical-align: top;
  width: 270px;
  margin-right: -20px;
  padding-top: 10px;
}
.col1 .mail {
  font-size: 14px;

  color: #E3AC2B;

  margin-top: 5px;

  display: inline-block;

  text-decoration: none;

  border-bottom: 1px solid;

  font-size: 15px;
}
.button-call {
  display: inline-block;
  color: #E3AC2B;
  line-height: 37px;
  padding: 0 40px;
  border-radius: 7px;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  border: 2px solid #E3AC2B;
  margin-top: 20px;
  max-width: 210px;
}
.button-call:hover,
.button-call:focus {
  border-color: #eaf1f7;
  color: #E3AC2B;
}

.phones > .phone {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 150%;
  margin-top: 15px;
}

.phones > .phone:first-child {
  margin: 0;
}

header .buttons > .btn {
  margin-bottom: 10px;
  /* line-height: 1.2; */
}
#show-modal {
  margin-right: 10px;
}
.phone_box {
  padding: 0;
  text-align: right;
}
.calcBtn {
  display: block;
  text-decoration: none;
  font-size: 24px;
  color: #E3AC2B;
  text-transform: uppercase;
  position: relative;
  padding: 20px 24px;
  border-radius: 8px;
  border: 3px solid #E3AC2B;
  font-weight: 700;
  font-family: Bebas Neue;
}
.calcBtn:after {
  content: "";
  width: 130px;
  height: 110px;
  display: block;
  position: absolute;
  background: url(../image/calc_box.png) center no-repeat;
  color: black;
  top: -10px;
  right: -30px;
}
.phone span {
  color: #E3AC2B;
}

.phone {
  font-weight: 800;

  font-size: 36px;

  margin-bottom: 5px;

  font-family: Bebas Neue;
}
header .buttons > .btn > .glyphicon {
  float: left;
  color: #fff;
  margin-right: 10px;
  font-size: 105%;
  vertical-align: middle;
  line-height: 1;
  margin-top: 2px;
}

header .buttons > .email {
  color: #ecb660 !important;
}

header .buttons > .email .glyphicon {
  vertical-align: middle;
}

header .buttons > .email a {
  color: #ecb660 !important;
}

header .time {
  display: inline-block;
  text-align: center;
  font-size: 100%;
}

header .time > span:first-child {
  display: inline-block;
  margin-bottom: 1em;
}

.headtitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.headsubtitle {
  font-size: 16px;
}

.container > .navbar-collapse {
  margin: 0 -15px;
}
.menu_phone {
  display: none;
}
.navbar-fixed-top .menu_phone {
  display: inline-block;
  font-size: 20px;
}
.navbar-fixed-top .menu_phone a {
  color: #eca843;
}

.preim table {
  border-collapse: collapse;
}

.preim table > tbody > tr > td {
  border: none;
}

.preim table > tbody > tr > td > img {
  margin-right: 15px;
}

.divider.head {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 1em;
}

#sidebar {
  position: relative;
}

#sidebar #side-menu {
  background: #f3f0ea;
}

#sidebar #side-menu #side-menu-inner {
  padding: 15px;
}

#side-menu.affix {
}

#side-menu > a {
  font-weight: bold;
  line-height: 1.85em;
}

#side-menu a.active {
  color: #ecb660;
  text-decoration: none;
}

#side-menu > a + ul {
  margin: 5px 0;
}

#side-menu ul {
  padding-left: 0;
  margin: 0;
}

#side-menu ul li {
  font-size: 90%;
  line-height: 1.75em;
}

/*
#side-menu ul li:before{ width: 6px; height: 6px; background: #aa9d8d; vertical-align: middle; margin-right: 5px; margin-left: 0;}
/**/
#side-menu ul li:before {
  content: none;
}

#side-menu ul li a:before {
  content: "";
  display: inline-block;
  border-radius: 10px;
  width: 6px;
  height: 6px;
  background: #aa9d8d;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 0;
}

#side-menu ul li a.active:before,
#side-menu ul li a:hover:before {
  background-color: #ecb660;
}

#side-menu ul ul {
  padding-left: 20px;
  margin: 5px 0;
}

#side-menu ul ul li {
}

#side-menu ul ul li:before {
  content: none;
}

@media (min-width: 990px) {
  #side-menu.affix {
    /* width: 210px; */
  }
}

@media (min-width: 768px) and (max-width: 989px) {
  #side-menu.affix {
    width: 212px;
  }
}

#breadcrumbs .breadcrumb {
  padding: 0;
  background: none;
  font-size: 90%;
}

#breadcrumbs .breadcrumb li:before {
  display: none;
}

#breadcrumbs .breadcrumb .divider {
  margin: 0 5px;
  display: inline-block;
  color: #bbb;
}

#breadcrumbs .breadcrumb li a.active {
  color: #bbb;
}

/* #index-slider { width: 100%; background: #eee; } */
.carousel-inner {
  max-width: 1920px;
  margin: 0 auto;
}

.carousel-inner > .item {
  overflow: hidden;
  text-align: center;
}

#index-slider .item > .holder {
  text-align: center;
  background-position: top center !important;
  background-size: cover !important;
  min-height: 460px;
  width: 100%;
  display: block;
}

/* #index-slider .item img { text-align: center; height: 100%; min-height: 365px; width: auto !important; max-width: 1920px !important; display: inline-block; margin: 0 auto; } */
.carousel-indicators {
  margin-bottom: 0;
}

.carousel-indicators li,
.carousel-indicators .active {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #fff;
  margin: 0 5px;
  border-radius: 4px;
}

.carousel-indicators li {
  cursor: pointer;
  z-index: 1000;
  border-radius: 4px;
}

.carousel-indicators .active {
  background: #d6bc93;
}

.carousel-caption {
  position: absolute;
  vertical-align: middle;
  text-align: left;
  color: #fefefe;
  width: 100%;
  z-index: 1;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.carousel-caption .title {
  display: table;
  padding: 8px;
  background: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.875em;
}

.carousel-caption .title .h1 {
  text-transform: uppercase;
  margin: 0;
}

.carousel-caption .text {
  padding-left: 8px;
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 1em;
  display: table;
}

.carousel-caption .btn {
  text-decoration: none;
  margin-bottom: 60px;
}

#nashi-uslugi {
  margin-top: 1.4em;
}

#nashi-uslugi .item {
  padding: 24px;
  position: relative;
  overflow: hidden;
}

#nashi-uslugi .item a {
  display: block;
  position: relative;
}

#nashi-uslugi .item .color {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#nashi-uslugi .item:hover .color {
  display: none;
}

/* #nashi-uslugi .item:hover { cursor: pointer; } */
#nashi-uslugi .item:hover img {
  transform: scale(1.15, 1.15);
}

#nashi-uslugi .item img {
  width: 100%;
  transition: 0.5s;
  border: 5px solid #fd7311;
  border: 5px solid #383838;
  border-radius: 0px;
}

#nashi-uslugi .item .text {
  color: #fff;
  position: absolute;
  top: 45%;
  bottom: auto;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 135%;
  z-index: 1;
  left: 0;
  padding: 10px;
  color: rgb(252, 184, 5);
}

#why-us,
#repair {
  padding-bottom: 1.4em;
  font-family: "Open Sans Light", Arial, sans-serif;
}

#why-us .h1,
#repair .h1 {
  margin: 1.4em 0;
}

#why-us .item table {
  border: none;
  border-collapse: collapse;
}

#why-us .item table td {
}

#why-us .item table td img {
  margin-right: 10px;
}

#why-us .h1 {
  padding-bottom: 0;
  margin-bottom: 10px;
}

#why-us .subtitle {
  text-align: center;
  margin-bottom: 1.4em;
  font-size: 20px;
}

#repair {
  background-color: #2a2b2b;
  margin-bottom: 1.4em;
}

#repair .item {
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 20px;
}

#repair .item .row > .col-xs-8,
#repair .item .row > .col-xs-4 {
  padding: 0 10px;
}

#repair .item .image {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}

#repair .item .image > img {
  z-index: 10;
}

#repair .item .image:after {
  content: "";
  display: inline-block;
  width: 50%;
  position: absolute;
  top: 50%;
  border: 1px solid #edb864;
}

#repair div.item:last-of-type .image:after {
  display: none;
}

#content {
  padding-bottom: 15px;
  position: relative;
}

#partners {
  position: relative;
}

.partners-wrapper {
  margin-top: 1.4em;
}

.partners-wrapper .title {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.partners-wrapper .title span {
  background: #fff;
  padding: 0 5px;
}

.partners-wrapper .slider {
  margin-top: -15px;
  position: relative;
  z-index: 1;
  padding: 0 30px;
}

.bx-wrapper {
  width: 100%;
  max-width: 100% !important;
  padding: 30px;
  box-shadow: none;
  border: 1px solid #e6e1d4;
  border-radius: 20px;
}

#part-next,
#part-prev {
  display: table;
  width: 50px;
  height: 50px;
  border: 1px solid #e6e1d4;
  background: #fff;
  position: absolute;
  top: 32%;
  border-radius: 50px;
}

#part-next:hover,
#part-prev:hover {
  background: #edb864;
}

#part-next {
  right: -25px;
}

#part-prev {
  left: -25px;
}

#part-next > a,
#part-prev > a {
  font-size: 30px;
  color: #edb864;
  height: 100%;
  width: 100%;
  display: table-cell;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  background: url(images/button.png);
}

#part-next > a {
  background-position: top right;
}

#part-prev > a {
  background-position: top left;
}

#part-next > a:hover {
  background-position: bottom right;
}

#part-prev > a:hover {
  background-position: bottom left;
}

.footer-wrapper {
  background: #464646;
  padding: 50px 0 10px 0;
}

footer .submenu {
  padding: 0;
  color: #fff;
  list-style: none;
  /* padding-left: 35px; */
}

footer a {
  color: #fff;
}
footer img {
  max-width: 100%;
}
footer {
  color: #fff;
}
.footer-nav {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.footer-nav > div {
  border-right: 1px solid #fff;

  display: table-cell;

  vertical-align: top;

  padding: 0 20px 0 0;
}
.footer-nav > div:first-child {
  width: 310px;
}
.footer-nav > div:last-child {
  text-align: center;
  padding: 0 0 0 40px;
  border: none;
}
.footer-nav > div:nth-child(2) {
  padding: 0 20px 0 50px;
}
.footer-nav > div:nth-child(3) {
  padding: 0 20px 0 50px;

  width: 340px;
}
.footer-nav > div:nth-child(2) li {
  margin-bottom: 6px;
}
.footer-nav > div:nth-child(2) .footer-title,
.footer-nav > div:nth-child(3) .footer-title {
  /* padding-left: 35px; */
}
.footer-nav > div:nth-child(2) ul {
}
footer .col2 {
  margin-top: 30px;
}
.slogan {
  margin-top: 0px;
  font-size: 15px;
  padding-left: 8px;
}

footer .socials {
  margin-top: 23px;
}

.social {
  color: #41332b;
  background: #fff;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin: 0 4px 0 0;
  font-weight: 800;
  font-size: 24px;
}

.social:hover {
  background: #E3AC2B;
}

.footer-title {
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  margin: 7px 0 4px 0;
}

footer a {
  color: #fff;
  text-decoration: none !important;
}

#footer .submenu > li:before {
  /* content: ''; */
}

.copyright {
  font-size: 14px;
  line-height: normal;
}

@media (min-width: 992px) {
  #footer .submenu > li {
    white-space: nowrap;
  }
}

#footer .copy {
  margin: 10px 0;
}

#footer .copy span {
  display: block;
  color: #a9a9a9;
  margin-top: 10px;
}

.icon {
  padding-left: 25px;
  display: inline-block;
  background-position: 0 2px !important;
  background-size: 17px 17px !important;
  margin-bottom: 1.25em;
}

.icon.phone {
  background: url(../image/phone.svg) no-repeat;
}

.icon.phone + .btn {
  margin-bottom: 10px;
}

.icon.mail {
  background: url(../image/envelop.svg) no-repeat;
}

#footer .icon {
  display: block;
  margin-bottom: 0.8em;
}

#footer .phone {
  /* font-size: 125%; */
  margin: 15px 0 10px;
}

#footer .mail a {
  color: #d69d43;
}

#footer .social a {
  opacity: 0.5;
}

#footer .social a:hover,
#footer .social a:focus {
  outline: none;
  opacity: 1;
}

/* YANDEX SEARCH */
#search {
  margin: 5px 0 !important;
  margin-bottom: 1.25em !important;
}

#search input:focus,
#search-block button:focus {
  outline: none;
}

#search input {
  padding: 0px 0px 0 10px;
  border: none;
  color: #333;
  box-shadow: none;
}

#search .input-group-addon {
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 0;
}

#search span > button {
  width: 30px;
  border: none;
  background: none;
  color: #efc177;
}

/**/
#map {
  min-height: 360px;
  margin-top: 1em;
}

#map .balloon {
  padding: 10px 5px 0 5px;
}

.form-wrapper {
  background: #bead92;
  padding-top: 15px;
  margin: 35px 0;
  color: #fff;
}

.form-wrapper .h2 {
  color: #fff;
}

.form-wrapper .form-control,
.form-wrapper .btn {
  font-size: 1.125em;
  height: auto;
  line-height: 1.375em;
}

.form-wrapper .btn {
  width: 100%;
  border-radius: 0;
}

.quest-form {
  background: #f3f0ea;
  padding: 15px;
  border: 5px solid #383838;
}

.quest-form p {
  margin: 0;
  margin-top: 0.5em;
}

.nomargin {
  margin: 0;
}

/**/
table.incontacts td .glyphicon {
  color: #bbb;
  margin-right: 10px;
  font-size: 1.2em;
}

table.incontacts td .heading {
  color: #555;
  font-size: 95%;
}

table.incontacts td {
  vertical-align: middle;
}

table.incontacts td .cont {
  font-size: 110%;
}

table.incontacts td a {
  color: #d69d43;
}

/* table.prays */
table.prays tr > td,
table.prays tr > th {
  text-align: center;
}

table.prays tr :first-child {
  text-align: left;
}

table.prays tr :last-child {
  text-align: right;
}

table.prays {
  border-collapse: collapse;
  font-family: "Open Sans", sans-serif;
}

table.prays > thead {
  color: #959595;
}

table.prays > thead > tr > th {
  padding: 8px;
  border-bottom: 1px solid #959595;
  text-align: center;
}

table.prays > tbody > tr > th {
  padding: 8px;
  padding-top: 12px;
  text-align: center;
  font-size: 1.25em;
  font-weight: normal;
}

table.prays > tbody > tr > td {
  padding: 8px;
  color: #515151;
  text-align: center;
}

table.prays > tbody > tr > td:last-child {
  text-align: right;
}

table.prays > tbody > tr:nth-child(even) > td {
  background: #f8f6df;
}

table.prays > tbody > tr:last-child td {
  border-bottom: 1px solid #ddd;
}

#otzivy .otziv {
  border-bottom: 1px solid #aaa;
  margin-bottom: 1.375em;
  padding-bottom: 1.375em;
  font-family: "Open Sans", sans-serif;
}

#otzivy .otziv .title {
  margin-top: 0.875em;
  font-size: 1.375em;
  margin-bottom: 0.375em;
}

#otzivy .otziv .publish {
  font-style: italic;
}

#otzivy .otziv .highslide img {
  border-color: #d9cbbc;
}

#otzivy .otziv .highslide {
  position: relative;
  display: block;
}

#otzivy .otziv .highslide:hover {
  cursor: zoom-in;
}

#otzivy .otziv .highslide .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  text-align: center;
}

#otzivy .otziv .highslide:hover .bg {
  display: flex;
  display: flex;
  background: rgba(129, 114, 96, 0.3);
}

#otzivy .otziv .highslide .bg .glyphicon {
  width: 100%;
  font-size: 30px;
  color: #817260;
}

#actions .action {
  border-bottom: 1px solid #aaa;
  margin-bottom: 1.375em;
  padding-bottom: 1.375em;
  font-family: "Open Sans", sans-serif;
}

#actions .action .title {
  font-size: 1.5em;
  margin-bottom: 0.875em;
}

#actions .action .text {
  margin-bottom: 1.375em;
}

#actions .action img {
  border: 2px solid #d9cbbc;
}

#actions .action .more a {
  text-decoration: none;
}

#uslugi-list .usluga {
  margin-bottom: 1em;
}

#uslugi-list .usluga a {
  display: block;
  position: relative;
  overflow: hidden;
}

#uslugi-list .usluga a .bg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(194, 175, 150, 0.6);
}

#uslugi-list .usluga a:hover .bg {
  background: transparent;
}

#uslugi-list .usluga a .bg .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.275em;
  width: 100%;
  display: inline-block;
  padding: 0 0px;
}

#uslugi-list .usluga a img {
  transition: 0.5s;
}

#uslugi-list .usluga a:hover img {
  transform: scale(1.15, 1.15);
}

/* PAGINATION */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #817260;
  border-color: #817260;
}

.pagination > li > a,
.pagination > li > span {
  color: #333;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #333;
  background: #bda88f;
  border-color: #bda88f;
}

/***/
/* GALLERY */
#gallery .image {
  margin-bottom: 1.375em;
}

#gallery .image .zoom {
  display: block;
  border: 2px solid #bda88f;
  overflow: hidden;
}

#gallery .image .zoom img {
}

#gallery .image .zoom .bg {
  width: 100%;
  height: 100%;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#gallery .image .zoom:hover .bg {
  background: rgba(189, 168, 143, 0.5);
}

#gallery .image .zoom .tr {
  display: flex;
  align-items: center;
  width: 100px;
  height: 100px;
  transform: rotate(45deg);
  background: rgba(129, 114, 96, 0.7);
  position: absolute;
  bottom: -50px;
  right: -50px;
}

#gallery .z-in {
  display: inline-block;
  font-size: 1.5em;
  color: #fff;
  margin-left: 10px;
  transform: rotate(-45deg);
}

.back-to a {
  text-decoration: none;
}

.back-to a .text {
  text-decoration: underline;
  display: inline-block;
  margin-left: 5px;
}

.back-to a:hover .text {
  text-decoration: none;
}

/**/
.top-image {
  margin-bottom: 1em;
}

/*****/
.table.detail th {
  text-align: center;
}

.table.detail td:nth-child(odd),
.table.detail th:nth-child(odd) {
  background: #f8f6df;
}

.table.detail tr:last-child td,
.table.detail tr:last-child th {
  border-bottom: 1px solid #ddd;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel {
  border: 0 none;
  border-radius: 0 !important;
  box-shadow: none;
}

.panel-default > .panel-heading a {
  display: block;
  margin-right: 32px;
  line-height: 32px;
  text-decoration: none;
}

.panel-default > .panel-heading a:after {
  font-family: "Glyphicons Halflings";
  text-align: center;
  font-size: 20px;
  display: block;
  content: "\e253";
  float: right;
  margin-right: -32px;
  width: 32px;
  height: 32px;
}

.panel-default > .panel-heading a.collapsed:after {
  content: "\e252";
}

.panel-default {
  border-color: #ecebeb;
}

.panel {
  background-color: transparent;
}

.panel-heading {
  padding: 10px 15px 10px 20px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 8px;
}

.panel-default > .panel-heading {
}

.panel-body {
  padding: 0;
  margin: 0 0 15px 0;
}

/*RESPONSIVE*/
@media (min-width: 768px) and (max-width: 989px) {
  #repair .item .image:after {
    width: 80%;
  }

  #repair div.item:nth-of-type(3) .image:after {
    display: none;
  }

  .sup-menu > li > a {
    padding: 15px;
  }

  #uslugi-list .usluga a .bg .title {
    font-size: 1.2em;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 350px;
  }

  .header-wrapper {
    position: relative;
    padding-top: 130px;
  }

  #header {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 15px;
  }

  #repair .item {
    text-align: center;
  }
}

@media (max-width: 767px) {
  /** nav menu **/
  .sup-menu {
    margin: 0 -15px;
    display: block;
  }

  .sup-menu .sup-1,
  .sup-menu .sup-2,
  .sup-menu .sup-3 {
    position: relative;
    float: none;
    padding: 0 10px;
  }

  .sup-menu li a {
    background: transparent;
    margin: 0;
  }

  .sup-menu > li {
    float: none;
    padding: 0;
  }

  .sup-menu li.drop {
    display: block;
  }

  .sup-menu > li > a {
    position: inherit;
    display: block;
    padding: 10px;
    color: #fff;
  }

  .sup-menu > li > a:hover {
    color: #ffdda8;
  }

  .sup-menu > li.drop > a.open {
    background: #9e9283;
    color: #ffdda8;
  }

  /* no caret */
  .caret {
    display: none;
  }

  li.drop > a:after {
    content: "+";
    display: inline-block;
    float: right;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1em;
    border-radius: 20px;
    line-height: 1em;
    text-align: center;
    vertical-align: middle;
  }

  li.drop > a:hover:after,
  li.drop > a.open:after {
    content: "-";
    color: #ffdda8;
    border-color: #ffdda8;
    line-height: 0.7em;
  }

  /*** level-1 ***/
  .sup-menu .sup-1 {
    min-width: 100%;
    left: 0;
    top: 100%;
    padding: 0;
    /* font-size: 14px;*/
    background-color: #aa9d8d;
  }

  .sup-menu .sup-1 > li {
    float: none;
    padding: 0;
  }

  .sup-menu .sup-1 > li > a {
    color: #fff;
    display: block;
    padding: 10px;
    padding-left: 20px;
  }

  .sup-menu .sup-1 > li > a:hover,
  .sup-menu .sup-1 > li.open > a {
    color: #ffdda8;
    background: #aa9d8d;
  }

  .sup-menu > li.drop > .sup-1.expanded {
    display: block;
  }

  /***/
  /*** level-2 ***/
  .sup-menu .sup-2 {
    min-width: 100%;
    padding: 0;
    left: 0;
    top: 100%;
    background-color: #aa9d8d;
  }

  .sup-menu .sup-2 > li > a {
    color: #fff;
    padding: 10px;
    padding-left: 30px;
  }

  .sup-menu .sup-2 > li > a:hover,
  .sup-menu .sup-2 > li.open > a {
    color: #ffdda8;
    background: #c3ad89;
  }

  /****/
  /*** level-3 ***/
  .sup-menu .sup-3 {
    min-width: 100%;
    padding: 0;
    left: 0;
    top: 100%;
    /* font-size: 14px;*/
    background-color: #c3ad89;
  }

  .sup-menu .sup-3 > li > a {
    color: #fff;
    padding: 10px;
    padding-left: 40px;
  }

  .sup-menu .sup-3 > li > a:hover {
    background: #d2bc97;
    color: #f9d9a6;
  }

  /*****/
  .modal-dialog {
    width: auto;
  }

  #header {
    text-align: center;
    margin-bottom: 25px;
  }

  #header .phones {
    padding-bottom: 25px;
    border-bottom: 2px solid #f3f0ea;
  }

  #header .logo img {
    margin-bottom: 25px;
    width: 52%;
  }

  #nav {
    min-height: 40px;
    position: initial;
  }

  #nav.navbar-fixed-top {
    position: fixed;
    box-shadow: 0 0 10px 1px #666;
  }

  #nav .navbar-header .modal-button {
    float: right;
    background: none;
    border: none;
    height: 40px;
    width: 40px;
    margin-left: 5px;
    padding-top: 5px;
    text-align: center;
  }

  #nav .navbar-header .modal-button .glyphicon {
    font-size: 150%;
    color: #8c7e6e;
  }

  #nav .navbar-header .modal-button .glyphicon:hover {
    color: #dbc19a;
  }

  #nav .navbar-toggle {
    background: #9e9283;
    border: none;
    float: left;
    color: #fff;
    height: 40px;
    width: 100px;
    margin: 0;
    margin-right: 15px;
    border-radius: 0;
  }

  #nav .navbar-toggle .icon-bar {
    background: #fff;
    margin-top: 2px;
  }

  #nav .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }

  #nav .navbar-toggle .sr-only {
    position: inherit;
    float: right;
    width: auto;
    height: auto;
  }

  #nav .navbar-collapse {
    background: #9e9283;
    border: none;
    position: initial;
  }

  #repair .item .image:after {
    top: 100%;
    height: 100%;
    left: 50%;
    width: 0;
  }

  #why-us .item table td {
    vertical-align: middle;
  }

  #otzivy .otziv > .row > div:first-child {
    text-align: center;
  }
}

@media (min-width: 480px) {
  .carousel-indicators {
    bottom: 5px;
  }
}

@media (max-width: 479px) {
  #nashi-uslugi .item > .text {
    margin: 0 -15px;
  }

  #nashi-uslugi .row:last-child {
    margin: 0;
  }

  #footer {
    text-align: center;
  }

  #footer .icon {
    display: table;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}

h1 + .h2 {
  margin-top: 0;
}

#scrollNavArrow {
  display: none;
  cursor: pointer;
  left: 100%;
  margin-left: -100px;
  margin-top: -100px;
  opacity: 0.8;
  position: fixed;
  top: 100%;
  z-index: 40;
  background: #9f9384;
  color: #fff;
  padding: 5px 30px 15px !important;
  border-radius: 0px;
  font-size: 48px;
  line-height: 1em;
}

#scrollNavArrow {
  opacity: 1;
}

.rem-block {
  font-size: 0;
  margin: 0 -5px;
}

.rem-block img {
  display: inline-block;
  width: 24%;
  margin: 0 5px;
  margin-bottom: 10px;
}

.nuxt-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 0;
  -webkit-transition:
    width 0.2s,
    opacity 0.4s;
  transition:
    width 0.2s,
    opacity 0.4s;
  opacity: 1;
  background-color: #efc14e;
  z-index: 999999;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1024;
}

.modal {
  position: relative;
  /*    width: 65vmin;*/
  height: 45vmin;
  min-height: 25em;
  min-width: 20em;
}

.modal,
.modal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal__container {
  padding: 20px 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  color: #333;
  border-radius: 2px;
}

.modal__header {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal__body {
  margin: 20px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
}

.modal__footer {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 1em;
}

.modal__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

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

.modal__x {
  cursor: pointer;
  font-size: 24px;
  line-height: 0.5;
}

.modal__x_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.modal-default-button {
  float: right;
}

.modal-enter,
.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal,
.modal-leave-active .modal {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pop_up_box {
  max-width: 320px;
  width: 100%;
}

.buttons {
  margin-bottom: 30px;
}
.mparametrs {
  font-size: 20px;
}

ul.mparametrs {
  padding: 0;
  margin-top: -2px;
}

ul.mparametrs li {
  cursor: pointer;
  text-align: left;
  margin: 3px;
  padding: 0;
  width: 240px;
  color: #ccc;
  background-color: #ffffff;
  transition: all ease-in-out 0.3s;
  display: block;
  font-weight: 500;
  padding: 0px 10px;
}

ul.mparametrs li:hover {
  color: #333;
}

ul.mparametrs li.check-param {
  padding: 4px 10px;
  color: #fff;
}

ul.mparametrs li.check-param:hover,
ul.mparametrs li.check-param {
  color: #fff;
  background: #E3AC2B;
}

.mcur {
  font-size: 24px;
}

.mrub {
  display: none;
}

.mcalc-wrapper {
  width: auto;
  margin: 0 auto;
}

.mform-group {
  margin-top: -20px;
  padding: 5px;
}

.calc-param-group {
  width: 170px;
  display: inline-block;
  float: left;
}
p.mfooter_calc {
  margin-top: 0;
  color: #ffffff;
  background: #E3AC2B;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  margin-bottom: 10px;
}
p.price_note {
  text-align: center;
  margin: 0 0 20px;
  font-size: 14px;
}
.mclear {
  height: 0px;
  clear: both;
}
.callme_viewform {
  text-align: center;
}
@font-face {
  font-family: Gilroy ExtraBold;
  src: url("../fonts/Gilroy/Gilroy-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: Gilroy Light;
  src: url("../fonts/Gilroy/Gilroy-Light.otf") format("opentype");
}
header .calcbox_t {
  display: inline-block;
  vertical-align: top;
  width: 215px;
  margin: 20px 0 0 0;
  padding-top: 10px;
  float: right;
}
.calcBtn_t {
  display: block;
  text-decoration: none;
  font-size: 23px;
  color: #333333;
  position: relative;
  padding: 0px 24px;
  font-weight: normal;
  font-family: Gilroy Light;
  border-left: 1px solid #333333;
}
.calcBtn_t:after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  background: url(../../../images/home/calc-top.png) center no-repeat;
  background-size: contain;
  color: black;
  top: -7px;
  right: 0px;
  border-radius: 7px;
}
.phone.desktop a {
  text-decoration: none;
  color: #333333;
}

@media (max-width: 500px) {
  .footer_logo {
    margin-left: auto;
    margin-right: auto;
  }
}
