/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
/*Основные цвета*/
/*Миксины*/
.inline-block-top {
  display: inline-block;
  vertical-align: top;
}
.inline-block-middle {
  display: inline-block;
  vertical-align: middle;
}
.inline-block-bottom {
  display: inline-block;
  vertical-align: bottom;
}
.after,
.before {
  content: '';
}
.after-send {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  display: none;
}
.before-send {
  visibility: visible;
  opacity: 1;
}
.background-repeat-none {
  background-repeat: no-repeat;
}
.red-alert {
  color: red!important;
  display: inline!important;
  padding: 0!important;
  margin: 0!important;
}
/*Стили*/
body {
  font-family: Arial, sans-serif;
  min-width: 100%;
  width: 100%;
  height: initial;
}
.header {
  padding: 0 0;
}
.header_bg {
  padding: 0;
  min-height: 279px;
}
.nav {
  margin: 0;
  background: rgba(255, 255, 255, 0.85);
  min-height: 10px;
}
.navbar {
  background: 0;
  line-height: 1;
}
.navbar ul {
  padding: 0;
  text-align: left;
}
.navbar li {
  margin: 0 3rem;
  padding: 15px 0 0 0;
}
.navbar li a {
  color: #000000;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
}
.navbar li a:after {
  background: #000000;
  margin-top: 10px;
  height: 3px;
}
.navbar li ul {
  text-align: center;
  padding: 15px 5px 10px 5px;
}
.navbar li ul li {
  /*display: inline-block;*/
  padding: 0 0 10px 0;
}
.navbar li ul a {
  color: #fefefe;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
}
.navbar li ul a:after {
  background: #fefefe;
  margin-top: 2px;
  margin-bottom: 10px;
  height: 2px;
}
.header-inner {
  background: rgba(0, 0, 0, 0.85);
}
.header-container {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
}
.header-container a {
  color: #fefefe;
}
.logo {
  width: 207px;
}
.logo img {
/*  width: 207px;*/
width: 100%;
}
.contact {
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}
.contact-call {
  font-size: 30px;
  text-align: right;
}
.contact-call .phone {
  display: block;
  line-height: 36px;
}
.contact-call a:hover {
  text-decoration: none;
  color: #a67d4f;
}
.contact-email {
  line-height: 1;
  margin-bottom: 13px;
}
.contact-email:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background-image: url(/sprite/sprite.png?v=1.0);
  background-position: -123px 0px;
  width: 21px;
  height: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.contact-email a {
  text-decoration: underline;
}
.contact-email a:hover {
  text-decoration: none;
}
.contact-company .icon-location {
  background-image: url(/sprite/sprite.png?v=1.0);
  background-position: -123px -35px;
  width: 14px;
  height: 17px;
  display: inline-block;
  vertical-align: top;
  margin-right: 11px;
  margin-left: 3px;
}
.contact-company .location {
  display: inline-block;
  vertical-align: top;
}
.local {
  font-size: 10px;
  height: 26px;
  width: 26px;
  padding: 0;
}
.viberapps {
  position: static;
  display: inline-block;
  vertical-align: top;
  margin-right: 110px;
  margin-bottom: 5px;
}
.whatsapp {
  display: inline-block;
  vertical-align: top;
  background-image: url(/sprite/sprite.png?v=1.0);
  background-position: 0px -74px;
  width: 28px;
  height: 29px;
}
.viber {
  display: inline-block;
  vertical-align: top;
  background-image: url(/sprite/sprite.png?v=1.0);
  background-position: -74px 0px;
  width: 29px;
  height: 30px;
}
.choose-languages {
    display: block;
    float: right;
    font-size: 0;
    width: 100%;
}
.choose-languages .local {
  margin: 3px 0 0 5px;
}
.custom-button {
  letter-spacing: 1px;
  text-transform: none;
  font-size: 18px;
  font-weight: 700;
  width: 200px;
  border: 2px solid white;
  display: block;
  padding: 5px 0;
}
.custom-button:active {
  border-top: 3px solid white;
  border-bottom: 1px solid white;
}
.header {
  position: relative;
  z-index: 9997;
}
.header .btn {
  letter-spacing: 1px;
  text-transform: none;
  font-size: 18px;
  font-weight: 700;
  width: 200px;
  border: 2px solid white;
  display: block;
  padding: 5px 0;
  margin-top: 18px;
}
.header .btn:active {
  border-top: 3px solid white;
  border-bottom: 1px solid white;
}
.btn-phone {
  text-align: center;
  margin-top: 9px;
    position: relative;
    left: 0px;
    width: 200px;
}
.btn-phone:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background-image: url(/sprite/sprite.png);
  background-position: -48px -74px;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.fk-btn {
  font-weight: normal;
  border-bottom: 1px dotted #fefefe;
  font-size: 14px;
}
.fk-btn:hover {
  text-decoration: none;
  border: 0;
}
.slider-background {
  width: 148px;
  height: 341px;
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  top: -28%;
  left: -73%;
}
#slider .pagination .current {
  background: #363636;
}
#slider {
  margin-top: -211px;
  z-index: 10;
}
.message {
  top: 25%;
  margin-top: 0;
  letter-spacing: 0;
  text-transform: none;
  font-weight: normal;
  width: 738px;
  background: rgba(0, 0, 0, 0.6);
  padding: 50px;
  text-shadow: 1.2px 2.7px 0 rgba(0, 0, 0, 0.35);
  z-index: 10;
}
.message .utp-1 {
  color: #bd9466;
  font-family: "Times New Roman";
  font-size: 50px;
  line-height: 60px;
}
.message .utp-2 {
  color: #eee;
  font-family: Verdana;
  font-size: 40px;
  line-height: 60px;
}
.service-title {
  color: white;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
}
.features {
  padding: 40px;
  width: 74%;
  margin: 0 auto;
}
.features li {
  width: 33%;
  margin: 0 -3px 1px 0;
}
.brands {
  display: none;
}
.footer {
  padding: 0;
}
.footer a {
  color: #fefefe;
}
.footer .viberapps {
  margin-right: 170px;
}
.footer .nav {
  margin-bottom: 40px;
}
.footer .btn {
  letter-spacing: 1px;
  text-transform: none;
  font-size: 18px;
  font-weight: 700;
  width: 200px;
  border: 2px solid white;
  display: block;
  padding: 5px 0;
}
.footer .btn:active {
  border-top: 3px solid white;
  border-bottom: 1px solid white;
}
.footer .navbar .active a {
  color: #a67d4f;
}
.footer .navbar li a:after {
  height: 0;
}
.B_crumbBox {
  color: #fefefe;
  font-size: 18px;
  width: 64%;
  margin: 0 auto;
}
.B_crumbBox li {
  display: inline-block;
}
.B_crumbBox a {
  text-decoration: underline;
}
.B_crumbBox a:hover {
  text-decoration: none;
}
.B_crumbBox .crumbSeparator {
  padding: 0 5px;
}
.title_bg {
  text-align: left;
}
h1,
.h1 {
  letter-spacing: 0;
  text-transform: none;
  font-size: 36px;
}
.main {
  padding: 20px 0;
  min-height: 450px;
}
#gallery {
  margin-top: 20px;
}
.car_char {
  padding-top: 0;
}
.wh_block {
  padding-top: 0;
}
.text_block {
  padding: 20px;
}
#scroller {
  position: fixed;
  bottom: 275px;
  background-image: url(/sprite/sprite.png?v=1.0);
  background-position: 0px 0px;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: none;
  right: 50%;
  margin-right: -43%;
  z-index: 1000;
}
.moving .contact-call {
  margin-top: 10px;
}
.moving .header-container {
  padding: 0;
}
.moving .header-fixed {
  display: none;
}
#dsotziv {
  width: 600px;
  margin: 0 auto;
  display: none;
}
#dsotziv .buttonform {
  text-align: right;
}
#dsotziv .text-report {
  color: black;
}
#form-dsotziv {
  color: black;
}
#form-dsotziv .h2 {
  color: black;
  letter-spacing: 0;
  text-transform: none;
  font-size: 36px;
  border-bottom: 3px solid #a6a6a6;
  margin-bottom: 50px;
  font-weight: normal;
  font-family: Arial;
}
#form-dsotziv p {
  color: black;
}
#form-dsotziv input:not([type="submit"]) {
  background: rgba(0, 0, 0, 0.1);
  letter-spacing: 0;
  color: #6a6868;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
}
#form-dsotziv textarea {
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #6a6868;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
}
#form-dsotziv div[class^="field"] {
  margin: 0;
}
#form-dsotziv div.error_form {
  margin-top: 0;
}
#form-dsotziv div.error_form:empty {
  margin-bottom: 30px;
}
#form-dsotziv .btn {
  letter-spacing: 1px;
  text-transform: none;
  font-size: 18px;
  font-weight: 700;
  width: 200px;
  border: 2px solid white;
  display: block;
  padding: 5px 0;
  margin-left: auto;
  display: inline-block;
  vertical-align: top;
}
#form-dsotziv .btn:active {
  border-top: 3px solid white;
  border-bottom: 1px solid white;
}
#form-dsotziv div.close-area {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  margin-top: -30px;
  margin-left: 200px;
  font-size: 18px;
}
#form-dsotziv div.close-area a {
  border-bottom: 1px dotted #a67d4f;
  cursor: pointer;
}
#form-dsotziv div.close-area a:hover {
  text-decoration: none;
  bottom: 0;
}
.open-form {
  border-bottom: 1px dotted #a67d4f;
  cursor: pointer;
}
.open-form:hover {
  text-decoration: none;
  bottom: 0;
}
.feedback-description {
  font-size: 18px;
}
@media (max-width: 1440px){
    .logo img
    {
       width: 100%;
        margin: 18px 0;
    }
}
@media (max-width: 1440px){
    .contact-call
    {
       font-size:25px;
    }
    .viberapps{
        margin-right: 65px;
    }
}
@media (max-width: 1207px){
.fk-btn {
    font-weight: normal;
    border-bottom: 1px dotted #fefefe;
    font-size: 13px;
}
}
@media (max-width: 1115px){
.contact-call {
    font-size: 20px;
}
.viberapps {
    margin-right: 30px;
}
}
@media (max-width: 1115px){
.contact-call {
    font-size: 15px;
}
.viberapps {
    margin-right: 0px;
}
.footer .viberapps {
    margin-right: 60px;
}
}
.navbar{
    margin-bottom: 0;
}
.ds-form textarea[name="message"]{
  height: 60px;
}
.header-fixed {}
.header-fixed .collapse,
.footer .collapse {
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
    height: 48px!important;
    padding: 0;
}
.header-fixed .container-fluid,
.footer .container-fluid {
  padding: 0;
}
.header-fixed .nav,
.footer .nav {
    display: inline-block;
    width: auto;
    float: none;
    background: transparent;
}
.footer .navbar {
  margin-bottom: 40px;
}

.header.moving .container > .row > div {
  width: 33.3333333%!important;
}
.header.moving .container > .row > div:nth-child(2) {
  display: none;
}
.header.moving .container > .row > div:nth-child(3) .feedback {
  margin: 18px auto 0;
}
.header.moving .container > .row > div:nth-child(3) .btn-phone {
  margin: 9px auto 0;
}
.features-wrapper {
  padding: 40px 15px;
}
.features-wrapper .row {
  margin: 0;
}
.fw-item {
  position: relative;
  min-height: 300px;
  padding: 1px;
}
.fw-item .fw-icon {
  width: 77px;
  height: 77px;
  margin: 0 auto 15px;
}
.fw-item:nth-child(1) .fw-icon {
  background: url(/assets/images/f2.png?v=1.0) no-repeat center;
}
.fw-item:nth-child(2) .fw-icon {
  background: url(/assets/images/f1.png?v=1.0) no-repeat center;
}
.fw-item:nth-child(3) .fw-icon {
  background: url(/assets/images/f3.png?v=1.0) no-repeat center;
}
.fw-item:nth-child(4) .fw-icon {
  background: url(/assets/images/f8.png?v=1.0) no-repeat center;
}
.fw-item:nth-child(5) .fw-icon {
  background: url(/assets/images/f4.png?v=1.0) no-repeat center;
}
.fw-item:nth-child(6) .fw-icon {
  background: url(/assets/images/f5.png?v=1.0) no-repeat center;
}
.fw-item:nth-child(7) .fw-icon {
  background: url(/assets/images/f7.png?v=1.0) no-repeat center;
}
.fw-item:nth-child(8) .fw-icon {
  background: url(/assets/images/f9.png?v=1.0) no-repeat center;
}
.fw-item:nth-child(9) .fw-icon {
  background: url(/assets/images/f6.png?v=1.0) no-repeat center;
}
.fw-item .fw-dot {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #81653a;
  margin: 0 auto;
}
.fw-item.white.with-bg .fw-item-inner {
  background: #a88855;
  color: #ffffff;
}
.fw-item.white.with-bg .fw-dot {
  background: #ffffff;
}
.fw-item.brown.with-bg .fw-item-inner {
  background: #ffffff;
  color: #a88855;
}
.fw-item.brown.with-image {
  color: #ffffff;
}
.fw-item .fw-item-inner {
  position: relative;
  min-height: inherit;
  z-index: 1;
}
.fw-item .fw-item-content {
  position: relative;
  text-align: center;
  padding: 74px 0;
  z-index: 3;
}
.fw-item.with-image .fw-item-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.fw-item.with-image .fw-item-inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.fw-item.with-image:nth-child(1) .fw-item-inner:before {
  background: url(/assets/images/f_cards.jpg?v=1.0) no-repeat center;
  background-size: cover;
}
.fw-item.with-image:nth-child(3) .fw-item-inner:before {
  background: url(/assets/images/f_wifi.jpg?v=1.0) no-repeat center;
  background-size: cover;
}
.fw-item.with-image:nth-child(7) .fw-item-inner:before {
  background: url(/assets/images/f_umbr.jpg?v=1.0) no-repeat center;
  background-size: cover;
}
.fw-item.with-image:nth-child(9) .fw-item-inner:before {
  background: url(/assets/images/f_kid.jpg?v=1.0) no-repeat center;
  background-size: cover;
}
.fw-item .fw-title {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 1.6;
}
.dropdown-menu li.divider:first-child {
  display: none;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background: transparent;
  color: #fefefe;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background: transparent;
  color: #777;
}
.header .contact-call .phone {
  margin-left: 0;
}
.wh_block table td {
  text-align: left;
  border-left: 1px solid #000;
}
.wh_block table td:last-child {
  border-right: 1px solid #000;
}
.viberapps {
  position: absolute;
  top: 0;
  right: 130px;
  margin: 0!important;
}
.service-text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}
.service-text-wrapper p {
  padding-left: 30px;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .navbar li {
    margin: 0 2rem;
  }
  .message {
    top: 35%;
  }
  #slider {
    min-height: 576px;
  }
  .slideme.slideme-zoom {
    height: 336px!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse, .navbar-toggle {
    display:block !important;
  }
  .navbar-header {
    float:none;
  }

}
@media (max-width: 768px) {
  .footer .navbar {
    display: none;
  }
  .header .container .row > div:nth-child(2),
  .footer .container .row > div:nth-child(2) {
    display: none;
  }
  .header .logo,
  .footer .logo {
    margin: 0 auto;
  }
  .header .phone,
  .footer .phone {
    font-size: 20px;
  }
  .footer {
    padding: 15px 0;
  }
  .footer .btn-phone {
    margin-bottom: 20px;
  }
  .B_crumbBox {
    width: 100%;
    padding: 0 20px;
    margin: 0;
  }
  .navbar-collapse.collapse.in ul {
    display: block;
    background: #b2b2b2;
  }
  .navbar-collapse.collapse.in ul li {
    display: block;
    float: none;
    text-align: center;
  }
  .navbar-collapse.collapse.in ul li a {
    color: #000;
    text-shadow: 0 1px 1px #d3d3d3;
    line-height: 3rem;
  }
  .navbar-collapse.collapse.in ul li.active a {
    background: transparent;
    color: #b88b58;
  }
  #slider {
    margin-top: 0;
    min-height: 100%;
  }
  .slideme.slideme-zoom {
    height: 430px!important;
  }
  #slider .arrows,
  #slider .pagination {
    display: none;
  }
  #slider .message {
    top: 90px;
    left: 50%;
    width: 90%;
    margin: 0 0 0 -45%;
  }
  .header.moving .header-fixed {
    display: block;
  }
  .feedback_modal,
  .ds-form.dspopup-modal {
    width: 100%!important;
    padding: 20px!important;
    margin: 0!important;
    top: 0!important;
    left: 0!important;
  }
  .navbar-collapse.collapse.in ul li a {
    background: transparent;
  }
}
@media (max-width: 736px) {
  .service-text-wrapper {
    height: auto;
  }
  .service-text-wrapper p {
    padding-left: 0;
    margin: 15px 0 45px;
  }
  .phone-min-size {
    font-size: 18px;
  }
  .viberapps {
    position: relative;
    top: 0;
    right: 0;
    margin: 10px;
  }
  .car {
    padding: 20px;
  }
  .car_desc_wh,
  .car_desc_bk {
    min-width: 100%;
    float: none;
  }
  .car .text-left a {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .header-fixed .navbar-header,
  .header-fixed .collapse {
    margin: 0;
  }
  .header-fixed .collapse {
    height: auto!important;
    overflow: hidden;
  }
  .header .container .row > div:nth-child(3),
  .footer .container .row > div:nth-child(3),
  .header .container .row > div:nth-child(4),
  .footer .container .row > div:nth-child(4) {
    text-align: center!important;
  }
  .header .container .row > div:nth-child(4) > div,
  .header .container .row > div:nth-child(4) p,
  .footer .container .row > div:nth-child(4) > div {
    padding: 0;
    text-align: center!important;
  }
  .header .container .row > div:nth-child(3) > *,
  .footer .container .row > div:nth-child(3) > * {
    margin: 15px auto;
  }
  .header .container .row > div:nth-child(4) a,
  .footer .container .row > div:nth-child(4) a {
    margin-left: 0!important;
  }
  .slideme.slideme-zoom {
    height: 232px!important;
  }
  #slider .message {
    top: 20px;
    padding: 10px;
  }
  .message .utp-1 {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
  }
  .message .utp-2 {
    font-size: 18px;
    line-height: 40px;
  }
  .header .phone, .footer .phone {
    font-size: 24px;
  }
  .footer .container:last-child .col-xs-12 {
    text-align: center;
  }
  .footer .container:last-child p,
  .footer .container:last-child a {
    display: block;
    float: none!important;
    margin: 10px 0;
  }
  .wh_block {
    overflow: scroll;
  }
  .wh_block .container {
    padding: 0;
  }
  .navbar li:hover ul {
    left: 0;
  }
  #gallery {
    margin: 0;
  }
  #gallery .pagination {
    display: none;
  }
}

