

/* Start:/local/templates/auto/libs/slick/slick/slick.css?16601040131776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/auto/libs/slick/slick/slick-theme.css?16601040123151*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/auto/libs/slick/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/auto/libs/slick/slick/./fonts/slick.eot');
    src: url('/local/templates/auto/libs/slick/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/auto/libs/slick/slick/./fonts/slick.woff') format('woff'), url('/local/templates/auto/libs/slick/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/auto/libs/slick/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
    
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{

    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/auto/css/libs.min.css?166019787261*/
@import url(/local/templates/auto/css/app/libs/magnific-popup/dist/magnific-popup.css);
/* End */


/* Start:/local/templates/auto/libs/selecter/jquery.fs.selecter.css?16601034715275*/
/* 
 * Selecter v3.2.3 - 2014-10-24 
 * A jQuery plugin for replacing default select elements. Part of the Formstone Library. 
 * http://formstone.it/selecter/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */


.selecter {
  position: relative;
  display: block;
  margin: 10px 0;
  z-index: 1;
  max-width: 30%;
}
.selecter:focus {
  box-shadow: none;
  outline: none;
}
.selecter,
.selecter * {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.selecter,
.selecter *,
.selecter *:before,
.selecter *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.selecter-element {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.selecter-element,
.selecter-element:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.no-opacity .selecter-element {
  left: -999999px;
}
.selecter-selected {
  position: relative;
  width: 375px;
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #222222;
  cursor: pointer;
  display: block;
  font-size: 15px;
  margin: 0;
  overflow: hidden;
  padding: 14px 15px;
  text-overflow: clip;
  z-index: 2;
  border-radius: 3px;
}
.selecter-selected:after {
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #cccccc;
  content: '';
  display: block;
  margin: auto 0;
}
.no-touch .selecter-selected:hover {
  color: #333333;
}
.no-touch .selecter.disabled .selecter-selected:hover {
  color: #cccccc;
}
.selecter-options {
  width: 375px;
  max-height: 260px;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #cccccc;
  border-width: 0 1px 1px;
  background-color: #ffffff;
  display: none;
  margin: 0;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  z-index: 50;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.selecter-options.scroller {
  position: absolute;
}
.no-opacity .selecter-options {
  width: auto;
}
.selecter-group {
  border-bottom: 1px solid #cccccc;
  color: #999999;
  display: block;
  font-size: 11px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.selecter-item {
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  color: #222222;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0;
  overflow: hidden;
  padding: 10px 15px;
  text-decoration: none;
  text-overflow: ellipsis;
}
.selecter-item.placeholder {
  display: none;
}
.selecter-item.selected {
  background: #eeeeee;
}
.selecter-item.disabled {
  color: #999999;
  cursor: default;
}
.selecter-item:first-child {
  border-radius: 0;
}
.selecter-item:last-child {
  border-bottom: 0;
  border-radius: 0 0 2px 2px;
}
.no-touch .selecter-item:hover,
.no-touch .selecter-item.selected:hover {
  color: #333333;
  background-color: #cccccc;
}
.selecter-item.disabled,
.no-touch .selecter-item.disabled:hover {
  color: #cccccc;
  background-color: #ffffff;
}
.selecter.open {
  z-index: 3;
}
.selecter.open .selecter-selected {
  z-index: 51;
  border-radius: 3px 3px 0 0;
}
.selecter.open .selecter-selected,
.selecter.focus .selecter-selected {
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.selecter.cover .selecter-options {
  border-width: 1px;
  top: 0;
  border-radius: 3px;
}
.selecter.cover .selecter-options .selecter-item.first {
  border-radius: 3px 3px 0 0;
}
.selecter.cover.open .selecter-selected {
  z-index: 49;
  border-radius: 3px 3px 0 0;
}
.selecter.bottom .selecter-options {
  top: auto;
  bottom: 100%;
  border-width: 1px 1px 0;
}
.selecter.bottom .selecter-item:last-child {
  border: none;
}
.selecter.bottom.open .selecter-selected {
  border-radius: 0 0 3px 3px;
}
.selecter.bottom.open .selecter-options {
  border-radius: 3px 3px 0 0;
}
.selecter.bottom .cover .selecter-options {
  top: auto;
  bottom: 0;
}
.selecter.bottom .cover.open .selecter-selected {
  border-radius: 3px;
}
.selecter.bottom .cover.open .selecter-options {
  border-radius: 3px;
}
.selecter.multiple .selecter-options {
  width: 100%;
  position: static;
  border-width: 1px;
  display: block;
  border-radius: 3px;
  box-shadow: none;
}
.selecter.disabled .selecter-selected {
  background: #ffffff;
  border-color: #cccccc;
  color: #cccccc;
  cursor: default;
}
.selecter.disabled .selecter-options {
  background: #ffffff;
  border-color: #cccccc;
}
.selecter.disabled .selecter-group,
.selecter.disabled .selecter-item {
  border-color: #cccccc;
  color: #cccccc;
  cursor: default;
}
.selecter.disabled .selecter-item.selected,
.no-touch .selecter.disabled .selecter-item.selected:hover {
  background: #fafafa;
}
.selecter.disabled .selecter-item,
.no-touch .selecter.disabled .selecter-item:hover {
  color: #cccccc;
  background-color: #ffffff;
}
.selecter-options.scroller {
  overflow: hidden;
}
.selecter-options.scroller .scroller-content {
  max-height: 260px;
  padding: 0;
}
@media screen and (max-width: 740px) {
  .selecter {
    max-width: 40%;
  }
}
@media screen and (max-width: 500px) {
  .selecter {
    max-width: 100%;
  }
}

/* End */


/* Start:/local/templates/auto/libs/niceselect/css/nice-select.css?16601040124007*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/* End */


/* Start:/local/templates/auto/libs/magnific-popup/dist/magnific-popup.css?16601040126951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/auto/css/main.css?1775568937252868*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


.popular-services, .preimushestva{
	width: 100%;
}

.popular-services .title, .preimushestva .title{
    font-size: 3.2rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #009900;
    text-align: center;
    padding: 15px 0;
}
.instalist {
	display: inline-block;
width: 100%;
overflow: hidden;
}
.instalist a{
float: none;
width: 375px;
height: 375px;
margin: 0;
display: table-cell;
vertical-align: middle;

}
.instalist a img{
	max-height: 100%;
}
section.video.text .wrap .item {
   display: inline-block;
border:none;
   height: 375px;
}
section.video.text {
   
    margin-bottom: 75px;
}
section.mainmasters .title {
    font-size: 3.2rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #009900;
    text-align: center;
    padding-bottom: 30px;
}
section.our_team.mainmasters .wrap .items {
    border-top: none;
}
section.our_team.mainmasters {
    
    margin-bottom: 75px;
}
section.video.text.sertifmain .wrap .item {
   text-align: center;
    height: auto;
}
.preimushestva-list, .popular-services-list{
	width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-bottom: 60px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding: 30px 15px;
	font-family: 'PT Sans', sans-serif;
}
.preimushestva-list li:after, .popular-services-list li:after{
	display: none;
}

.preimushestva-list li, .popular-services-list li{
	width: calc(25% - 10px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px;
	margin: 5px;
}


.preimushestva-list .preimushestva-list-item{
	border-radius: 5px;
}
.preimushestva-list .preimushestva-list-item:nth-child(1){
	background-color: #f2f2f2;
}
.preimushestva-list .preimushestva-list-item:nth-child(3){
	background-color: #f2f2f2;
}
.preimushestva-list .preimushestva-list-item:nth-child(6){
	background-color: #f2f2f2;
}
.preimushestva-list .preimushestva-list-item:nth-child(8){
	background-color: #f2f2f2;
}

.preimushestva-list .preimushestva-list-item img{
	width: 70px;
}
.preimushestva-list .preimushestva-list-item .preimushestva-list-item-title{
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.preimushestva-list .preimushestva-list-item .preimushestva-list-item-text{
	font-size: 14px;
	text-align: center;
}


.popular-services-list .popular-services-list-item img{
	width: 100%;
}
.popular-services-list .popular-services-list-item .popular-services-list-title a{
	font-size: 24px;
	text-align: center;
	color: #000;
	padding: 15px 0;
	display: block;
}
.popular-services-list .popular-services-list-item .popular-services-list-text{
	font-size: 14px;
	text-align: center;
}

.car_info_title{
	font-size: 24px;
	color: #424242;
}
.center-items{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.center-item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 0 0 0 30px;
}
.center-item .second-floor{
    margin: 0 !important;
}
.center-item .second-floor p, .center-item .adress p{
    margin: 0 !important;
}
.center-item .mesangers a img{
    width: 25px;
    margin: 15px 0 0 0;
}

.work_list-auto {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    padding: 15px 0;
    flex-wrap: wrap;
}
.work_list-auto li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #057f00;
    text-align: center;
}

.work_list-auto li{
	display: flex;
	width: 20%;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    list-style: none;
	padding: 5px;
}

.work_list-auto li img{
	display: block;
	max-height: 100px;
}
.work_list-auto li:after{
	display: none;
}



.work_list-uslugi{
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    padding: 15px 0;
    flex-wrap: wrap;
}
.work_list-uslugi li a {
    display: flex;
    align-items: center;
justify-content: flex-start;
    color: #057f00;
}

.work_list-uslugi li{
	display: flex;
	width: 50%;
	flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    list-style: none;
	padding: 5px;
}

.work_list-uslugi li img{
	display: block;
	width: 70px;
	margin: 0 15px 0 0;
}
.work_list-uslugi li:after{
	display: none;
}

.service-dop-menu{
	display: none;
	background-color: #fff;
	position: absolute;
	z-index: 9999;
	width: 100vw;
	left: 0;
	box-shadow: 2px 3px 15px rgba(0, 0, 0, .3);
}
.service-dop-menu ul.service-dop-items{
	display: flex;
	width: 100%;
    min-width: 380px;
	max-width: 1200px;
    align-items: flex-start;
    justify-content: center !important;
	margin: 0 auto !important;
    flex-wrap: wrap;
}
.nav-menu ul li:hover > div.service-dop-menu{
	display: block;
}

.nav-menu{
	z-index: 999 !important;
}

.nav-menu ul li{
	position: initial;
}

.service-dop-menu ul.service-dop-items li{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 25%;
	padding: 15px;
}
.service-dop-menu.auto ul.service-dop-items li img{
	width: 120px;
}
.service-dop-menu ul.service-dop-items li a:hover{
	background-color: #fff !important;
	text-decoration: underline !important;
}
.service-dop-menu ul.service-dop-items li a{
	color: #424242 !important;
	padding: 15px !important;
	height: auto !important;
    font-size: 14px !important;
    line-height: 14px !important;
    font-weight: normal !important;
    display: block !important;
    width: 100% !important;
    text-decoration: none !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
	text-align: left;
}

.dop-title{
	font-size: 18px;
	padding: 15px;
	color: #424242;
	font-weight: bold;
}

.service-dop-menu .centers, .service-dop-menu .centers-mini{
	display: none;
}

@media only screen and (max-width: 980px){

.service-dop-menu{
	display: block;
	background-color: #fff;
	position: absolute;
	z-index: 9999;
	width: 100vw;
	left: 0;
	box-shadow: 2px 3px 15px rgba(0, 0, 0, .3);
}

.nav-menu .wrap > ul li > a{
	width: fit-content !important;
	margin: 0 auto !important;
	min-width: auto !important;
}
.service-dop-menu ul.service-dop-items{
	display: flex;
	width: 100%;
    min-width: 380px;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nav-menu ul li:hover > div.service-dop-menu{
	display: block;
}

.nav-menu{
	z-index: 999 !important;
}

.nav-menu ul li{
	position: initial;
}

.nav-menu ul li ul{
	padding-top: 15px !important;
}

.service-dop-menu ul.service-dop-items li{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	padding: 5px;
}
.service-dop-menu.auto ul.service-dop-items li img{
	width: 70px;
}
.service-dop-menu ul.service-dop-items li a:hover{
	background-color: #fff !important;
	text-decoration: underline !important;
}
.service-dop-menu ul.service-dop-items li a{
	color: #424242 !important;
	padding: 5px !important;
	height: auto !important;
    font-size: 12px !important;
    line-height: 12px !important;
    font-weight: normal !important;
    display: block !important;
    width: 100% !important;
    text-decoration: none !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
	text-align: left;
}

.dop-title{
	font-size: 16px;
	padding: 5px;
	color: #424242;
	font-weight: bold;
}

.service-dop-menu .centers, .service-dop-menu .centers-mini{
	display: none;
}

}


h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }


h2, h3, h4, h5, h6 {
    padding: 20px 0;
  }

b {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.8rem;
  color: #009A00;
}

h4 {
  font-size: 1.6rem;
  color: #529A00;
}

ol {
  list-style-type: none;
  counter-reset: list1;
}

ol li:before {
  counter-increment: list1;
  content: counter(list1) ". ";
}

ol ol {
  counter-reset: list2;
}

ol ol li:before {
  counter-increment: list2; 
  content: counter(list1) "." counter(list2) ". "; 
}

ul {
  list-style-type: none;
}

ul li {
  position: relative;
}

ol li {
  font-size: 1.6rem;
}

ol li:after {
  display: none!important;
}

ul li:after {
  content: "";
  background-color: #529A00;
  display: block;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 9px;
  left: -10px;
}


.wrap-menu li.parent.active p{
  font-weight: bold;
}
.wrap-menu li.parent p > a{
  color: #424242;
  text-decoration: none;
}
.wrap-menu li.parent p > a:hover{
  color: #424242;
  text-decoration: underline;
}
.wrap-menu li.child a.active{
  font-weight: bold;
  text-decoration: none !important;
}


table tr:nth-child(2n + 1) {
  background-color: #f5f7fa;
}

table tr:first-child {
  background-color: #E4EAF1;
}

table {
  margin: 15px 0;
  border-collapse: collapse;
}

table th {
  border: 1px solid #D8D8D8;
  font-size: 1.6rem;
  padding: 10px 20px;
}

table td {
  border: 1px solid #D8D8D8;
  font-size: 1.6rem;
  padding: 10px 20px;
}

html {
  font-size: 10px; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
min-height: 1100px;
position: relative; }

header .logo{
  text-align: center;
}
.logo-text{
  padding: 15px;
}

header {
  width: 100%;
  background-image: url("/local/templates/auto/css/../img/bg-head.png");
  background-repeat: no-repeat;
  background-size: cover;}
  header .first-head {
    width: 100%;
    height: 40px; }
    header .first-head .wrap {
      width: 1200px;
      margin: auto;
      height: 100%;
      position: relative; }
      header .first-head .wrap .content {
        background-color: #009A00;
        height: 100%;
        width: 730px;
        position: absolute;
        right: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-border-radius: 0 0 12px 12px;
                border-radius: 0 0 12px 12px; }
        header .first-head .wrap .content .working-hours {
          width: 550px;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          header .first-head .wrap .content .working-hours img {
            margin-left: 20px; }
          header .first-head .wrap .content .working-hours p {
            margin-left: 20px;
            margin-top: 10px;
            margin-bottom: 10px;
            color: white;
            font-size: 1.5rem; }
        header .first-head .wrap .content .btn-phone {
          background-color: transparent;
          width: 180px;
          height: 100%;
          -webkit-border-radius: 0 0 12px 0;
                  border-radius: 0 0 12px 0;
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s;
          cursor: pointer;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          header .first-head .wrap .content .btn-phone:hover {
            background-color: #007200; }
          header .first-head .wrap .content .btn-phone img {
            margin-left: 10px; }
          header .first-head .wrap .content .btn-phone p {
            color: white;
            font-size: 1.5rem;
            margin-top: 10px;
            margin-bottom: 10px;
            margin-left: 10px; }
  header .second-head {
    width: 100%;
    height: 120px; }
    header .second-head .wrap {
      width: 1200px;
      margin: auto;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
    header .second-head .wrap .wrap-phone {
      width: 700px;
      -webkit-box-pack: justify;-webkit-justify-content: space-between;-moz-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
      display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;
    }
      header .second-head .wrap .logo img {
        margin-top: -30px; }
      header .second-head .wrap .descr {
        margin-top: -18px;
        font-size: 1.2rem;
        font-weight: 600; }
      header .second-head .wrap .southDorojniy {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        font-weight: 600;
        font-size: 1.2rem; }
        header .second-head .wrap .southDorojniy p {
          margin: 0; }
        header .second-head .wrap .southDorojniy .social-number {
          color: #009A00;
          font-weight: 700;
          font-size: 1.8rem;
          line-height: 1.2rem; }
          header .second-head .wrap .southDorojniy .social-number .phn {
            color: #009A00;
            text-decoration: none; }
      header .second-head .wrap .andropova {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        font-weight: 600;
        font-size: 1.2rem; }
        header .second-head .wrap .andropova p {
          margin: 0; }
        header .second-head .wrap .andropova .social-number {
          color: #009A00;
          font-weight: 700;
          font-size: 1.8rem;
          line-height: 1.2rem; }
          header .second-head .wrap .andropova .social-number .phn {
            color: #009A00;
            text-decoration: none; }
      header .second-head .wrap .belomorskaya {
        min-width: 210px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        font-weight: 600;
        font-size: 1.2rem; }
        header .second-head .wrap .belomorskaya p {
          margin: 0; }
        header .second-head .wrap .belomorskaya .social-number {
          color: #009A00;
          font-weight: 700;
          font-size: 1.8rem;
          line-height: 1.2rem; }
          header .second-head .wrap .belomorskaya .social-number .phn {
            color: #009A00;
            text-decoration: none; }
  header .third-head {
    width: 100%;
    height: 80px;
    border-top: 1px solid #889FB6; }
    header .third-head .wrap {
      width: 1200px;
      margin: auto;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      header .third-head .wrap .item {
        width: 230px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        header .third-head .wrap .item .descr {
          margin-left: 8px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          header .third-head .wrap .item .descr span {
            font-weight: 700;
            font-size: 1.6rem;
            text-transform: uppercase;
            line-height: 1.4rem; }
          header .third-head .wrap .item .descr p {
            margin: 0;
            font-weight: 600;
            font-size: 1.2rem; }

.nav-menu {
  height: 55px;
  position: relative;
  width: 100%;
  z-index: 5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008A00), to(#005F00));
  background-image: -webkit-linear-gradient(top, #008A00 0%, #005F00 100%);
  background-image: -o-linear-gradient(top, #008A00 0%, #005F00 100%);
  background-image: linear-gradient(to bottom, #008A00 0%, #005F00 100%);
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.3);
        transition: .4s; }
  .nav-menu .wrap {
    width: 1200px;
    margin: auto;
    height: 100%; }
    .nav-menu .wrap ul {
      list-style-type: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      margin: 0;
      text-align: center; }
      .nav-menu .wrap ul li:after {
        display: none;
      }
      .nav-menu .wrap ul li a {
        height: 55px;
        font-size: 1.5rem;
        line-height: 5rem;
        font-weight: 500;
        display: block;
        width: 165px;
        color: white;
        text-decoration: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .nav-menu .wrap ul li span {
        height: 55px;
        font-size: 1.5rem;
        line-height: 5rem;
        font-weight: 500;
        display: block;
        width: 165px;
        color: white;
        text-decoration: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #007200;
        cursor: default;
      }
        .nav-menu .wrap ul li a:hover {
          background-color: #007200; }
        .nav-menu .wrap ul li a img {
          margin-right: 10px; }
        .nav-menu .wrap ul li span img {
          margin-right: 10px; }

section.main {
  width: 100%;
  height: 480px;
  z-index: 1;
  background-image: url("/local/templates/auto/css/../img/bg.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }
  section.main .wrap {
    width: 1200px;
    margin: auto;
    height: 100%;
    position: relative; }
    section.main .wrap .count {
      text-align: center;
      position: absolute;
      right: 35px;
      background-color: white;
      width: 360px;
      height: 95px;
      -webkit-border-radius: 0 0 20px 20px;
              border-radius: 0 0 20px 20px; }
      section.main .wrap .count p {
        margin: 0;
        text-transform: uppercase;
        padding-top: 20px;
        font-size: 1.6rem;
        font-weight: 600; }
        section.main .wrap .count p span {
          font-size: 3rem;
          font-weight: 900;
          color: #009A00; }
    section.main .wrap .left-column {
      width: 100%;
      height: 100%; }
      section.main .wrap .left-column .main-title {
        padding-top: 75px;
    font-size: 3.6rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #009800;
    max-width: 60%; }
        section.main .wrap .left-column .main-title span {
          color: #009A00; }
      section.main .wrap .left-column > p {
        text-transform: uppercase;
        font-size: 2rem;
        font-weight: 700;
        color: #424242; }
      section.main .wrap .left-column button {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#CA0000), to(#9F0000));
        background-image: -webkit-linear-gradient(top, #CA0000 0%, #9F0000 100%);
        background-image: -o-linear-gradient(top, #CA0000 0%, #9F0000 100%);
        background-image: linear-gradient(to bottom, #CA0000 0%, #9F0000 100%);
        width: 360px;
        height: 55px;
        cursor: pointer;
        border: none;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        margin-top: 40px;
        font-weight: 600;
        color: white;
        font-size: 1.6rem;
        text-transform: uppercase; }
        section.main .wrap .left-column button:hover {
          background-image: -webkit-gradient(linear, left top, left bottom, from(#9F0000), to(#9F0000));
          background-image: -webkit-linear-gradient(top, #9F0000 0%, #9F0000 100%);
          background-image: -o-linear-gradient(top, #9F0000 0%, #9F0000 100%);
          background-image: linear-gradient(to bottom, #9F0000 0%, #9F0000 100%); }
      section.main .wrap .left-column > span {
        display: block;
        color: #CA0000;
        font-size: 2.5rem;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 12px; }
      section.main .wrap .left-column .tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        bottom: 0; }
        section.main .wrap .left-column .tabs .item-tab {
          color: #009A00;
          font-size: 2.2rem;
          font-weight: 700;
          text-transform: uppercase;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          cursor: pointer;
          padding-left: 20px;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 430px;
          height: 65px;
          -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.3);
                  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.3);
          background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#CAC8C8));
          background-image: -webkit-linear-gradient(top, #fff 0%, #CAC8C8 100%);
          background-image: -o-linear-gradient(top, #fff 0%, #CAC8C8 100%);
          background-image: linear-gradient(to bottom, #fff 0%, #CAC8C8 100%); }
          section.main .wrap .left-column .tabs .item-tab img {
            margin-right: 10px; }
          section.main .wrap .left-column .tabs .item-tab:first-child {
            -webkit-border-radius: 20px 0 0 0;
                    border-radius: 20px 0 0 0; }
          section.main .wrap .left-column .tabs .item-tab:last-child {
            -webkit-border-radius: 0 20px 0 0;
                    border-radius: 0 20px 0 0; }
            section.main .wrap .left-column .tabs .item-tab:last-child img {
              margin-right: 30px; }

.active-tab {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009A00), to(#007800)) !important;
  background-image: -webkit-linear-gradient(top, #009A00 0%, #007800 100%) !important;
  background-image: -o-linear-gradient(top, #009A00 0%, #007800 100%) !important;
  background-image: linear-gradient(to bottom, #009A00 0%, #007800 100%) !important;
  color: white !important; }

section.tabs {
  width: 100%;
  background-color: white; }
  section.tabs .wrap {
    width: 1200px;
    margin: auto; }
    section.tabs .wrap .landrover {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      section.tabs .wrap .landrover .item {
        width: 300px;
        cursor: pointer;
        height: 170px;
        z-index: 90;
        position: relative;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        background-color: white; }
        section.tabs .wrap .landrover .item .item-wrap {
          position: absolute;
          padding-top: 20px;
          background-color: white;
          display: -webkit-box;
          display: -webkit-flex;
          max-height: 170px;
          justify-content: flex-start;
          display: -ms-flexbox;
          display: flex;
          overflow: hidden;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%;
          border: 1px solid #A6BBD1;
          border-top: none;
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s;
          border-left: none; }
          section.tabs .wrap .landrover .item .item-wrap .picturae img {
            height: 105px;
          }
          section.tabs .wrap .landrover .item .item-wrap:hover {
            max-height: 500px;
            justify-content: flex-start;
            height: auto;
            -webkit-box-shadow: 0px 12px 17.82px 0.18px rgba(32, 22, 0, 0.35);
                    box-shadow: 0px 12px 17.82px 0.18px rgba(32, 22, 0, 0.35);
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s; }
        section.tabs .wrap .landrover .item:first-child {
          border-left: 1px solid #A6BBD1;
}
        section.tabs .wrap .landrover .item:nth-child(5) {
          border-left: 1px solid #A6BBD1; }
        section.tabs .wrap .landrover .item:nth-child(9) {
          border-left: 1px solid #A6BBD1; }
        section.tabs .wrap .landrover .item span {
          display: block;
          margin-top: 15px;
          color: black;
          font-size: 1.6rem;
          font-weight: 700;
          text-transform: uppercase; }
          section.tabs .wrap .landrover .item span a {
            color: #333;
            text-decoration: none;
          }
          section.tabs .wrap .landrover .item span a:hover {
            color: #333;
            text-decoration: underline;
          }
        section.tabs .wrap .landrover .item ul {
          padding: 15px; }
          section.tabs .wrap .landrover .item ul li:after {
            top: 6px;
          }
          section.tabs .wrap .landrover .item ul li {
            font-size: 1.2rem;
            text-transform: uppercase;
            font-weight: 700; }
          section.tabs .wrap .landrover .item ul li:last-child {
            padding-bottom: 8px;
          }
          section.tabs .wrap .landrover .item ul li a {
            color: black;
            text-decoration: none;
          }
          section.tabs .wrap .landrover .item ul li a:hover {
            text-decoration: underline;
          }
    section.tabs .wrap .landrover:nth-child(2) {
      display: none;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      section.tabs .wrap .jaguar .item {
        width: 300px;
        cursor: pointer;
        height: 170px;
        position: relative;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        background-color: white; }
        section.tabs .wrap .jaguar .item .item-wrap {
          position: absolute;
          padding-top: 20px;
          background-color: white;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          overflow: hidden;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          max-height: 170px;
          width: 100%;
          border: 1px solid #A6BBD1;
          border-top: none;
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s;
          border-left: none; }
          section.tabs .wrap .jaguar .item .item-wrap .picturae img {
            height: 105px;
          }
          section.tabs .wrap .jaguar .item .item-wrap:hover {
            max-height: 500px;
            height: auto;
            -webkit-box-shadow: 0px 12px 17.82px 0.18px rgba(32, 22, 0, 0.35);
                    box-shadow: 0px 12px 17.82px 0.18px rgba(32, 22, 0, 0.35);
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s; }
        section.tabs .wrap .jaguar .item:first-child {
          border-left: 1px solid #A6BBD1;
          z-index: 100; }
        section.tabs .wrap .jaguar .item:nth-child(2) {
          z-index: 100; }
        section.tabs .wrap .jaguar .item:nth-child(3) {
          z-index: 100; }
        section.tabs .wrap .jaguar .item:nth-child(4) {
          z-index: 100; }
        section.tabs .wrap .jaguar .item:nth-child(5) {
          border-left: 1px solid #A6BBD1; }
        section.tabs .wrap .jaguar .item:nth-child(9) {
          border-left: 1px solid #A6BBD1; }
        section.tabs .wrap .jaguar .item span {
          display: block;
          margin-top: 15px;
          color: black;
          font-size: 1.6rem;
          font-weight: 700;
          text-transform: uppercase; }
        section.tabs .wrap .jaguar .item ul {
          padding-top: 10px;
          padding-left: 0; }
          section.tabs .wrap .jaguar .item ul li {
            font-size: 1.2rem;
            text-transform: uppercase;
            font-weight: 700; }
            section.tabs .wrap .jaguar .item ul li a {
              text-decoration: none;
              color: black;
            }
            section.tabs .wrap .jaguar .item ul li a:hover {
              text-decoration: underline;
            }

section.service {
  width: 100%;
  padding-bottom: 60px; }
  section.service .title {
    font-size: 3.2rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #009900;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px; }
  section.service .wrap {
    width: 1000px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    section.service .wrap .item {
      color: black;
      text-decoration: none;
      margin-left: 20px;
      margin-right: 20px;
      position: relative;
      margin-bottom: 40px;
      width: 265px;
      cursor: pointer;
      height: 270px;
      border: 1px solid #009A00;
      -webkit-box-shadow: 0px 1px 3.96px 0.04px rgba(32, 22, 0, 0.1);
              box-shadow: 0px 1px 3.96px 0.04px rgba(32, 22, 0, 0.1); }
      section.service .wrap .item .item-wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: white;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        border: 1px solid transparent;
        overflow: hidden; }
        section.service .wrap .item .item-wrap .logo-title {
          position: absolute;
          width: 100%;
          height: 90px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
        section.service .wrap .item .item-wrap ul {
          list-style-type: disc;
          margin-top: 90px; }
          section.service .wrap .item .item-wrap ul li {
            font-weight: 600;
            font-size: 1.2rem;
            line-height: 1.4rem; }
          section.service .wrap .item .item-wrap ul li:after {
            display: none;
          }
        section.service .wrap .item .item-wrap img {
          margin-left: 20px; }
        section.service .wrap .item .item-wrap p {
          color: black;
          padding: 0 20px;
          text-transform: uppercase;
          font-size: 1.6rem;
          font-weight: 700; }

section.video {
  width: 100%; }
  section.video .title {
    font-size: 3.2rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #009900;
    text-align: center;
    padding-bottom: 30px; }
  section.video .wrap {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-bottom: 60px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    section.video .wrap .item {
      width: 375px;
      height: 200px; }

section.online {
  width: 100%;
  transition: .2s;
  height: 300px;
  background-image: url("/local/templates/auto/css/../img/bgform.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }
  section.online .title {
    font-size: 3.2rem;
    text-transform: uppercase;
    font-weight: 800;
    color: white;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px; }
  section.online .wrap {
    padding-top: 30px;
    width: 1200px;
    margin: auto; }
    section.online .wrap .main_form .selects-form-online {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      section.online .wrap .main_form a {
        width: 275px;
        height: 50px;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        color: white;
        font-size: 1.6rem;
        text-transform: uppercase;
        cursor: pointer;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#009A00), to(#007800));
        background-image: -webkit-linear-gradient(top, #009A00 0%, #007800 100%);
        background-image: -o-linear-gradient(top, #009A00 0%, #007800 100%);
        background-image: linear-gradient(to bottom, #009A00 0%, #007800 100%); }
        section.online .wrap .main_form button:hover {
          background-image: -webkit-gradient(linear, left top, left bottom, from(#007800), to(#007800));
          background-image: -webkit-linear-gradient(top, #007800 0%, #007800 100%);
          background-image: -o-linear-gradient(top, #007800 0%, #007800 100%);
          background-image: linear-gradient(to bottom, #007800 0%, #007800 100%); }

section.centers {
  width: 100%;
  background-color: white;
  padding-bottom: 50px; }
  section.centers .title {
    font-size: 3.2rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #009900;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px; }
  section.centers .wrap {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    section.centers .wrap .left {
      width: 50%;
      height: 550px; }
    section.centers .wrap .right-map {
      width: 50%;
      height: 550px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      section.centers .wrap .right-map .slider-center {
        width: 565px;
        height: 290px; }
        section.centers .wrap .right-map .slider-center img {
          height: 100%;
          width: 100%; }
      section.centers .wrap .right-map .second-floor {
        width: 100%;
        height: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        margin-top: 20px;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        section.centers .wrap .right-map .second-floor p {
          margin-left: 15px;
          font-size: 2rem;
          font-weight: 700; }
        section.centers .wrap .right-map .second-floor img {
          margin-left: 10px; }
          section.centers .wrap .right-map .second-floor img:nth-child(2) {
            margin-left: 30px; }
      section.centers .wrap .right-map .third-floor {
        padding-top: 10px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative; }
        section.centers .wrap .right-map .third-floor .numbers {
          margin-left: 15px; }
          section.centers .wrap .right-map .third-floor .numbers a {
            color: #009A00;
            display: block;
            text-decoration: none;
            font-size: 2.4rem;
            font-weight: 700;
            margin: 0;
            line-height: 2.6rem; }
        section.centers .wrap .right-map .third-floor .mesangers {
          margin-top: 5px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-left: 10px; }
          section.centers .wrap .right-map .third-floor .mesangers a {
            margin-left: 5px; }
            section.centers .wrap .right-map .third-floor .mesangers a img {
              margin: 0;
              max-width: 23px;
            }
        section.centers .wrap .right-map .third-floor .adress {
          position: absolute;
          right: 15px; }
          section.centers .wrap .right-map .third-floor .adress p {
            font-size: 2.2rem;
            margin: 0;
            font-weight: 700;
            line-height: 2.4rem; }
      section.centers .wrap .right-map .four-floor {
        width: 100%; }
        section.centers .wrap .right-map .four-floor p {
          font-size: 1.4rem;
          padding: 0 17px;
          font-weight: 600; }

#map {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }

section.control {
  width: 100%;
  padding-bottom: 60px;
  background-image: url("/local/templates/auto/css/../img/controlbg.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }
  section.control .title {
    font-size: 3.2rem;
    text-transform: uppercase;
    font-weight: 800;
    color: white;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px; }
    section.control .wrap img {
      border-radius: 50%;
      max-width: 170px;
      max-height: 170px;
    }
  section.control .wrap {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    section.control .wrap > p {
      color: white;
      padding: 0 220px;
      font-size: 1.4rem;
      margin-top: 30px; }
    section.control .wrap .name {
      color: white;
      text-align: center; }
      section.control .wrap .name p {
        margin: 0;
        font-size: 1.6rem; }
      section.control .wrap .name span {
        font-size: 1.8rem;
        font-weight: 700;
        margin-top: 30px;
        display: block;
        text-align: center; }
    section.control .wrap button {
      width: 360px;
      height: 50px;
      outline: none;
      color: white;
      font-size: 1.5rem;
      text-transform: uppercase;
      font-weight: 500;
      cursor: pointer;
      border: none;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#009200), to(#007800));
      background-image: -webkit-linear-gradient(top, #009200 0%, #007800 100%);
      background-image: -o-linear-gradient(top, #009200 0%, #007800 100%);
      background-image: linear-gradient(to bottom, #009200 0%, #007800 100%);
      margin-top: 40px; }
      section.control .wrap button:hover {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#007800), to(#007800));
        background-image: -webkit-linear-gradient(top, #007800 0%, #007800 100%);
        background-image: -o-linear-gradient(top, #007800 0%, #007800 100%);
        background-image: linear-gradient(to bottom, #007800 0%, #007800 100%); }

section.expert {
  width: 100%;
  background-color: white;
  padding-bottom: 70px; }
  section.expert .title {
    font-size: 3.2rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #009A00;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px; }
  section.expert .wrap {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    section.expert .wrap .left {
      width: 475px;
      height: 385px;
      position: relative;
      cursor: pointer; }
      section.expert .wrap .left > img {
        width: 100%;
        height: 100%; }
      section.expert .wrap .left .content {
        position: absolute;
        width: 100%;
        height: 80px;
        bottom: 0; }
        section.expert .wrap .left .content .eye-like {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          section.expert .wrap .left .content .eye-like span {
            color: white;
            margin-left: 10px;
            font-size: 1.6rem; }
          section.expert .wrap .left .content .eye-like img {
            margin-left: 30px; }
        section.expert .wrap .left .content .descr p {
          color: white;
          font-size: 1.6rem;
          margin-left: 20px;
          margin-top: 0; }
    section.expert .wrap .right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 725px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      section.expert .wrap .right .item {
        width: 325px;
        cursor: pointer;
        height: 180px;
        position: relative;
        margin-left: 20px; }
        section.expert .wrap .right a:nth-child(3) {
          margin-top: 25px; }
        section.expert .wrap .right a:nth-child(4) {
          margin-top: 25px; }
        section.expert .wrap .right .item > img {
          width: 100%;
          height: 100%; }
        section.expert .wrap .right .item .content {
          position: absolute;
          width: 100%;
          height: 80px;
          bottom: 0; }
          section.expert .wrap .right .item .content .eye-like {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; }
            section.expert .wrap .right .item .content .eye-like span {
              color: white;
              margin-left: 10px;
              font-size: 1.6rem; }
            section.expert .wrap .right .item .content .eye-like img {
              margin-left: 30px; }
          section.expert .wrap .right .item .content .descr p {
            color: white;
            font-size: 1.6rem;
            margin-left: 20px;
            margin-top: 0; }

footer {
float: left;	
  width: 100%;
  background-color: #E4EAF1;
  //position: absolute;
  bottom: 0;
  margin-bottom: -280px;
  }
  footer .wrap {
    width: 1200px;
    margin: auto;
    padding-top: 20px; }
    footer .wrap .first-floor {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      footer .wrap .first-floor .item-1 p {
        padding-left: 20px;
        font-size: 1.4rem;
        font-weight: 500; }
      footer .wrap .first-floor .item-2 ul li a {
        font-size: 1.6rem;
        color: black;
        text-decoration: none; }
        footer .wrap .first-floor .item-2 ul li a:hover {
          text-decoration: underline; }
      footer .wrap .first-floor .item-3 ul li a {
        font-size: 1.6rem;
        color: black;
        text-decoration: none; }
        footer .wrap .first-floor .item-3 ul li a:hover {
          text-decoration: underline; }
      footer .wrap .first-floor .item-4 .number {
        display: -webkit-box;
        display: -webkit-flex;
        margin-top: 10px;
        display: -ms-flexbox;
        display: flex; }
        footer .wrap .first-floor .item-4 .number a {
          margin-left: 5px;
          margin-top: 5px; }
          footer .wrap .first-floor .item-4 .number a img {
            max-width: 23px;
			width: 23px;
            margin-top: -5px;
          }
        footer .wrap .first-floor .item-4 .number a.phone {
          margin-top: -5px;
          color: #424242;
          text-decoration: none;
          font-size: 2.4rem;
          font-weight: 700; }
      footer .wrap .first-floor .item-4 .work-time p {
        font-size: 1.4rem;
        margin: 0;
        font-weight: 600;
        margin: 5px 0; }
      footer .wrap .first-floor .item-4 .webs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: center; }
        footer .wrap .first-floor .item-4 .webs a {
          line-height: 2.9rem;
          margin-left: 8px;
          font-size: 1.7rem;
          width: 30px;
          height: 30px;
          color: #E4EAF1;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          background-color: #008700;
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s; }
          footer .wrap .first-floor .item-4 .webs a:hover {
            opacity: .7; }
          footer .wrap .first-floor .item-4 .webs a:nth-child(3) {
            padding-right: 2px; }
          footer .wrap .first-floor .item-4 .webs a:nth-child(4) {
            padding-right: 2px; }
  footer .second-floor {
    width: 100%;
    height: 50px;
    background-color: #007200; }
    footer .second-floor .wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 0;
      height: 100%;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      footer .second-floor .wrap .left p {
        color: white;
        font-size: 1.4rem; 
		float: left;
		margin-right: 10px;
		}
		 footer .second-floor .wrap .left p.politclass a {
       text-transform: none;
  //text-decoration: underline;
		}
      footer .second-floor .wrap .left a {
        color: white;
        font-weight: 500;
        text-transform: uppercase;
        text-decoration: none; }
        footer .second-floor .wrap .left a:hover {
          text-decoration: underline; }
      footer .second-floor .wrap .right ul {
        list-style-type: none; }
        footer .second-floor .wrap .right ul li {
          display: inline-block;
          margin-left: 20px; }
          footer .second-floor .wrap .right ul li:after {
            display: none;
          }
          footer .second-floor .wrap .right ul li a {
            color: white;
            font-size: 1.4rem;
            text-decoration: none; }
            footer .second-floor .wrap .right ul li a:hover {
              text-decoration: underline; }

.slick-next {
  right: 20px;
  z-index: 2;
  background-color: transparent;
  border: 1px solid white;
  width: 40px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  height: 40px;
  -webkit-border-radius: 5px;
          border-radius: 5px; }
  .slick-next:hover {
    border-color: #009A00; }
  .slick-next:hover:before {
    color: #009A00; }
  .slick-next:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 4rem;
    line-height: 2.2rem;
    opacity: 1; }

.slick-prev {
  z-index: 2;
  left: 20px;
  background-color: transparent;
  border: 1px solid white;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .slick-prev:hover {
    border-color: #009A00; }
  .slick-prev:hover:before {
    color: #009A00; }
  .slick-prev:before {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 4rem;
    opacity: 1;
    line-height: 2.2rem; }

section.centers .wrap .right-map.belomorskaya {
  display: none; }

section.centers .wrap .right-map.southDorojniy {
  display: none; }

#nav-burger {
  display: none;
  z-index: 1001;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 40px;
  height: 30px;
  z-index: 20 !important;
  padding: 5px;
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 12px; }

.burger {
  background: white;
  display: block;
  height: 3px;
  position: relative;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  width: 30px; }
  .burger:before, .burger:after {
    -webkit-animation: burger-init .4s forwards;
    animation: burger-init .4s forwards;
    background: inherit;
    content: "";
    display: block;
    height: inherit;
    position: absolute;
    width: inherit;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
  .burger:before {
    top: -10px; }
  .burger:after {
    top: 10px; }

.open-bu {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
     transition-delay: .2s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .open-bu:before, .open-bu:after {
    -webkit-animation: burger .4s forwards;
    animation: burger .4s forwards; }

@-webkit-keyframes burger {
  35% {
    top: 0; }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); } }

@keyframes burger {
  35% {
    top: 0; }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); } }

@-webkit-keyframes burger-init {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 0; }
  35% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes burger-init {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 0; }
  35% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.mobile-menu {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1000; }
  .mobile-menu img {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 60px; }
  .mobile-menu .wrap-mob-menu {
    width: 300px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 25%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .mobile-menu .wrap-mob-menu ul {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      text-align: center;
      list-style-type: none; }
      .mobile-menu .wrap-mob-menu ul li a {
        color: white;
        text-decoration: none;
        width: 100%;
        display: block;
        padding: 16px 0;
        font-size: 1.6rem;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }
        .mobile-menu .wrap-mob-menu ul li a:hover {
          background-color: rgba(255, 255, 255, 0.05); }

section.calc {
  width: 100%; }
  section.calc .wrap {
    width: 1200px;
    margin: auto; }
    section.calc .wrap .title {
      font-size: 3.2rem;
      font-weight: 800;
      color: #424242;
      text-align: left;
      padding-top: 30px;
      padding-bottom: 30px; }
    section.calc .wrap .first-floor {
      text-decoration: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      section.calc .wrap .first-floor a {
        text-decoration: none;
        color: black; }
        section.calc .wrap .first-floor a .item {
          text-decoration: none;
          width: 240px;
          -webkit-border-radius: 15px 15px 0 0;
                  border-radius: 15px 15px 0 0;
          height: 60px;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CAC8C8));
          background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #CAC8C8 100%);
          background-image: -o-linear-gradient(top, #FFFFFF 0%, #CAC8C8 100%);
          background-image: linear-gradient(to bottom, #FFFFFF 0%, #CAC8C8 100%);
          -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.2);
                  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.2);
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          section.calc .wrap .first-floor a .item span {
            font-size: 1.4rem;
            text-decoration: none;
            color: #009A00;
            font-weight: 900;
            text-transform: uppercase; }
          section.calc .wrap .first-floor a .item p {
            margin: 0;
            font-size: 1.5rem;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 700; }
    section.calc .wrap .second-floor {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      section.calc .wrap .second-floor .item {
        width: 600px;
        height: 120px;
        background-color: white;
        cursor: pointer;
        border: 1px solid #009A00;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-border-radius: 7px;
                border-radius: 7px; }
        section.calc .wrap .second-floor a {
          text-decoration: none;
        }
        section.calc .wrap .second-floor .item p {
          color: black;
          text-transform: uppercase;
          font-size: 2rem;
          font-weight: 700;
          margin-left: 20px; }
        section.calc .wrap .second-floor .item:hover {
          -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.3);
                  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.3);
          background-image: -webkit-gradient(linear, left top, left bottom, from(#009A00), to(#007800));
          background-image: -webkit-linear-gradient(top, #009A00 0%, #007800 100%);
          background-image: -o-linear-gradient(top, #009A00 0%, #007800 100%);
          background-image: linear-gradient(to bottom, #009A00 0%, #007800 100%); }
          section.calc .wrap .second-floor .item:hover p {
            color: white; }
    section.calc .wrap .seo-text {
      padding-top: 50px; }
      section.calc .wrap .seo-text p {
        font-size: 1.4rem;
        color: black; }
    section.calc .wrap .second-floor-four .third-floor {
      border: 1px solid #BDBDBD;
      border-top: none;
      width: 100%; }
      section.calc .wrap .second-floor-four .third-floor h3 {
        padding-left: 25px;
        padding-right: 25px;
      }
      section.calc .wrap .second-floor-four .third-floor > p {
        background-color: #EFFBF2;
        padding: 10px 25px;
        position: relative;
        font-weight: 600;
      }
      section.calc .wrap .second-floor-four .third-floor > p span {
        font-size: 1.6rem;
        position: absolute;
        width: 210px;
        display: flex;
        right: 0;
        top: 0;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
                justify-content: center;
      }
      section.calc .wrap .second-floor-four .third-floor .name-table {
        width: 100%;
        height: 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        border-top: 1px solid #BDBDBD; }
        section.calc .wrap .second-floor-four .third-floor .name-table .left {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-left: 13px; }
          section.calc .wrap .second-floor-four .third-floor .name-table .left p {
            margin-left: 10px;
            font-weight: 600;
            font-size: 1.4rem; }
        section.calc .wrap .second-floor-four .third-floor .name-table .right {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 210px;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-size: 1.6rem;
          font-weight: 600; }
      section.calc .wrap .second-floor-four .third-floor .title_table {
        width: 100%;
        height: 40px;
        background-color: #EEF2F6;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        border-top: 1px solid #BDBDBD; }
        section.calc .wrap .second-floor-four .third-floor .title_table .left {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-left: 20px; }
          section.calc .wrap .second-floor-four .third-floor .title_table .left label {
            margin-left: 10px;
            margin-top: 10px;
            font-size: 1.4rem; }
        section.calc .wrap .second-floor-four .third-floor .title_table .right {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 210px;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-size: 1.6rem; }
      section.calc .wrap .second-floor-four .third-floor .table_td {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        height: 40px;
        border: 1px solid #BDBDBD;
        border-bottom: none;
        border-left: none;
        border-right: none; }
        section.calc .wrap .second-floor-four .third-floor .table_td .left {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-left: 50px; }
          section.calc .wrap .second-floor-four .third-floor .table_td .left label {
            margin-left: 10px;
            font-size: 1.4rem; }
        section.calc .wrap .second-floor-four .third-floor .table_td .right {
          width: 210px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 1.6rem; }
      section.calc .wrap .second-floor-four .third-floor .end-price-table {
        width: 100%;
        height: 100px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        border-top: 1px solid #BDBDBD; }
        section.calc .wrap .second-floor-four .third-floor .end-price-table .left {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: left;
          -webkit-align-items: left;
              -ms-flex-align: left;
                  align-items: left;
          padding-left: 13px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          section.calc .wrap .second-floor-four .third-floor .end-price-table .left p {
            margin-left: 10px;
            margin-top: 40px;
            font-weight: 600;
            font-size: 1.8rem;
            text-transform: uppercase; }
          section.calc .wrap .second-floor-four .third-floor .end-price-table .left span {
            margin-top: -10px;
            display: block;
            margin-left: 10px; }
        section.calc .wrap .second-floor-four .third-floor .end-price-table .right {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 210px;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-size: 1.6rem;
          font-weight: 600; }
          section.calc .wrap .second-floor-four .third-floor .end-price-table .right strike {
            font-size: 1.4rem;
            color: #BEBEBE; }
          section.calc .wrap .second-floor-four .third-floor .end-price-table .right p {
            margin-top: 10px; }
          section.calc .wrap .second-floor-four .third-floor .end-price-table .right .inp {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-top: -10px; }
            section.calc .wrap .second-floor-four .third-floor .end-price-table .right .inp label {
              font-weight: 500;
              font-size: 1.4rem; }

.second-floor-land .landrover {
  display: -webkit-box;
  margin: auto;
  -webkit-box-pack: center;-webkit-justify-content: center;-moz-box-pack: center;-ms-flex-pack: center;justify-content: center;
  -webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .second-floor-land .landrover .item {
    width: 300px;
    cursor: pointer;
    height: 170px;
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background-color: white; }
    .second-floor-land .landrover .item .item-wrap {
      position: absolute;
      padding-top: 15px;
      background-color: white;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      width: 100%;
      border: 1px solid #A6BBD1;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      border-left: none; }
      .second-floor-land .landrover .item .item-wrap img {
        height: 105px!important;
        width: 171px; }
      .second-floor-land .landrover .item .item-wrap:hover {
        min-height: 100%;
        height: auto;
        -webkit-box-shadow: 0px 12px 17.82px 0.18px rgba(32, 22, 0, 0.35);
                box-shadow: 0px 12px 17.82px 0.18px rgba(32, 22, 0, 0.35);
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }
    .second-floor-land .landrover .item:first-child {
      border-left: 1px solid #A6BBD1;
 }
.landrover .item:nth-child(5) {
      border-left: 1px solid #A6BBD1; }
    .second-floor-land .landrover .item:nth-child(9) {
      border-left: 1px solid #A6BBD1; }
    .second-floor-land .landrover .item span {
      display: block;
      margin-top: 15px;
      color: black;
      font-size: 1.6rem;
      font-weight: 700;
      text-transform: uppercase; }
    .second-floor-land .landrover .item ul {
      padding-top: 15px;
      padding-bottom: 10px; }
      .second-floor-land .landrover .item ul li {
        font-size: 1.2rem;
        text-transform: uppercase;
        font-weight: 700; }
        .second-floor-land .landrover .item ul li a {
          color: black;
          text-decoration: none; }
          .second-floor-land .landrover .item ul li a:hover {
            text-decoration: underline; }

.second-floor-price {
  border: 1px solid #009A00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 5px;
          border-radius: 5px; }
  .second-floor-price .left {
    width: 50%;
    position: relative; }
    .second-floor-price .left .box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 30px;
      margin-left: 260px;
      border: 1px solid #009A00;
      width: 320px;
      height: 280px;
      margin-bottom: 70px; }
    .second-floor-price .left img {
      margin-top: 40px;
      width: 171px;
      height: 105px; }
    .second-floor-price .left span {
      display: block;
      margin-top: 30px;
      text-transform: uppercase;
      color: #00AE1C;
      font-size: 1.8rem;
      font-weight: 700; }
    .second-floor-price .left li {
      display: block;
      margin-top: 30px;
      width: 100%;
      text-align: center;
      font-size: 1.2rem;
      font-weight: 700;
      text-transform: uppercase; }
    .second-floor-price .left li:last-child {
      margin-top: 0;
       }
       .second-floor-price .left .zal-links {
         top: 330px;
         width: 60%;
         position: absolute;
         right: 0;
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
       }
    .second-floor-price .left a {
      font-size: 1.2rem;
      display: block;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none;
      color: black; }
    .second-floor-price .left a:last-child {
      bottom: 15px;
      right: 91px}
      .second-floor-price .left a:hover {
        text-decoration: underline; }
  .second-floor-price .right {
    width: 50%; }
    .second-floor-price .right .wrapper {
      margin-left: 50px;
      width: 50%;
      height: 100%; }
      .second-floor-price .right .wrapper ul {
        padding: 20px 0;
        height: 100%;
        margin-top: 0; }
        .second-floor-price .right .wrapper ul li {
          margin-top: 5px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          font-weight: 700;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: space-between;
              -ms-flex-pack: distribute;
                  justify-content: space-between;
          font-size: 1.2rem;
          text-transform: uppercase; }
          .second-floor-price .right .wrapper ul li strong {
            color: #00AE1C;
            font-size: 1.8rem;
            margin-right: -20px; }
          .second-floor-price .right .wrapper ul li a {
            display: block;
            -webkit-border-radius: 5px;
                    border-radius: 5px;
            font-size: 1rem;
            text-decoration: none;
            font-weight: 700;
            padding: 3px 10px;
            color: #00AE1C;
            border: 1px solid #00AE1C; }
            .second-floor-price .right .wrapper ul li a:hover {
              color: white;
              -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.3);
                      box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.3);
              background-image: -webkit-gradient(linear, left top, left bottom, from(#009A00), to(#007800));
              background-image: -webkit-linear-gradient(top, #009A00 0%, #007800 100%);
              background-image: -o-linear-gradient(top, #009A00 0%, #007800 100%);
              background-image: linear-gradient(to bottom, #009A00 0%, #007800 100%); }

.second-floor-four .first-floor {
  border: 1px solid #BDBDBD;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  border-bottom: none; }
  .second-floor-four .first-floor .item:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .second-floor-four .first-floor .item:first-child img {
      width: auto;
      height: auto;
      max-width: 170px;
      margin-top: 20px;
      max-height: 90px; }
    .second-floor-four .first-floor .item:first-child span {
      color: #00AE1C;
      margin-top: 20px;
      font-size: 1.4rem;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 20px; }
  .second-floor-four .first-floor .item.generation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .second-floor-four .first-floor .item.generation ul {
      padding: 0;
      margin: 0;
      margin-left: 20px; }
      .second-floor-four .first-floor .item.generation ul li {
        font-size: 1.2rem;
        text-transform: uppercase;
        color: black;
        font-weight: 700; }
        .second-floor-four .first-floor .item.generation ul li:after {
          top: 6px;
        }
    .second-floor-four .first-floor .item.generation a {
      margin-top: 30px;
      display: block;
      font-size: 1.2rem;
      text-transform: uppercase;
      font-weight: 600;
      margin-left: 10px; }
      .second-floor-four .first-floor .item.generation a:hover {
        text-decoration: underline; }
  .second-floor-four .first-floor .item.price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .second-floor-four .first-floor .item.price strike {
      color: #BEBEBE;
      font-size: 1.6rem;
      font-weight: 700; }
    .second-floor-four .first-floor .item.price p {
      font-weight: 700;
      margin: 0;
      font-size: 2rem; }
    .second-floor-four .first-floor .item.price .inp {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: uppercase;
      font-size: 1.2rem; }
  .second-floor-four .first-floor .item.grant {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .second-floor-four .first-floor .item.grant .img {
      margin-left: 30px; }
      .second-floor-four .first-floor .item.grant .img img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      .second-floor-four .first-floor .item.grant .img p {
        text-align: center;
        font-size: 1.1rem;
        font-weight: 600;
        margin: 0;
        line-height: 1.2rem; }

.second-floor-four .third-floor-t {
  border: 1px solid #BDBDBD;
  border-top: none;
  width: 100%; }
  .second-floor-four .third-floor-t .name-table {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #BDBDBD; }
    .second-floor-four .third-floor-t .name-table .left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 13px; }
      .second-floor-four .third-floor-t .name-table .left p {
        margin-left: 10px;
        font-weight: 600;
        font-size: 1.4rem; }
    .second-floor-four .third-floor-t .name-table .right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 210px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 1.6rem;
      font-weight: 600; }
  .second-floor-four .third-floor-t .title_table {
    width: 100%;
    height: 40px;
    background-color: #EEF2F6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #BDBDBD; }
    .second-floor-four .third-floor-t .title_table .left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 20px; }
      .second-floor-four .third-floor-t .title_table .left label {
        margin-left: 10px;
        font-size: 1.4rem; }
    .second-floor-four .third-floor-t .title_table .right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 210px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 1.6rem; }
  .second-floor-four .third-floor-t .table_td {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 40px;
    border: 1px solid #BDBDBD;
    border-bottom: none;
    border-left: none;
    border-right: none; }
    .second-floor-four .third-floor-t .table_td .left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 50px; }
      .second-floor-four .third-floor-t .table_td .left label {
        margin-left: 10px;
        font-size: 1.4rem; }
    .second-floor-four .third-floor-t .table_td .right {
      width: 210px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 1.6rem; }
  .second-floor-four .third-floor-t .end-price-table {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #BDBDBD; }
    .second-floor-four .third-floor-t .end-price-table .left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: left;
      -webkit-align-items: left;
          -ms-flex-align: left;
              align-items: left;
      padding-left: 13px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .second-floor-four .third-floor-t .end-price-table .left p {
        margin-left: 10px;
        margin-top: 40px;
        font-weight: 600;
        font-size: 1.8rem;
        text-transform: uppercase; }
      .second-floor-four .third-floor-t .end-price-table .left span {
        margin-top: -10px;
        display: block;
        margin-left: 10px; }
    .second-floor-four .third-floor-t .end-price-table .right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 210px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 1.6rem;
      font-weight: 600; }
      .second-floor-four .third-floor-t .end-price-table .right strike {
        font-size: 1.4rem;
        color: #BEBEBE; }
      .second-floor-four .third-floor-t .end-price-table .right p {
        margin-top: 10px; }
      .second-floor-four .third-floor-t .end-price-table .right .inp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: -10px; }
        .second-floor-four .third-floor-t .end-price-table .right .inp label {
          font-weight: 500;
          font-size: 1.4rem; }




third-floor-t two-2-t {
  display: none;
}


third-floor-t two-3-t {
  display: none;
}


third-floor-t two-4-t {
  display: none;
}

.third-floor-t.two-t {
  display: none; }

.third-floor-t.three-t {
  display: none; }

.third-floor-t.four-t {
  display: none; }

.wrap-form {
  width: 1200px;
  margin: auto;
  margin-top: 40px;
  position: relative;
  height: 460px;
  background-image: url("/local/templates/auto/css/../img/formbg.png");
  -webkit-background-size: cover;
          background-size: cover; }
  .wrap-form .title {
    color: white;
    text-align: center;
    padding-top: 50px;
    font-size: 3.5rem;
    text-transform: uppercase;
    font-weight: 700; }
  .wrap-form .inp {
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .wrap-form .inp label {
      color: white;
      font-size: 1.6rem;
      text-transform: uppercase; }
  .wrap-form .inputs-to {
    position: relative;
    z-index: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: .9;
    width: 390px;
    margin-left: 70px; }
    .wrap-form .inputs-to input {
      width: 375px;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      padding: 15px 15px;
      margin-top: 30px; }
    .wrap-form .inputs-to .selecter {
      margin-top: 30px; }
  .wrap-form .text-to {
    position: absolute;
    right: 60px;
    top: 170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-border-radius: 5px;
            border-radius: 5px; }
    .wrap-form .text-to textarea {
      resize: none;
      width: 600px;
      height: 120px;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      opacity: .9;
      padding: 10px 10px; }
    .wrap-form .text-to button {
      display: block;
      color: white;
      border: none;
      text-decoration: none;
      cursor: pointer;
      text-align: center;
      font-size: 1.6rem;
      text-transform: uppercase;
      line-height: 5rem;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#009A00), to(#007800));
      background-image: -webkit-linear-gradient(top, #009A00 0%, #007800 100%);
      background-image: -o-linear-gradient(top, #009A00 0%, #007800 100%);
      background-image: linear-gradient(to bottom, #009A00 0%, #007800 100%);
      position: absolute;
      bottom: 50px;
      right: 0;
      width: 260px;
      height: 50px;
      -webkit-border-radius: 5px;
              border-radius: 5px; }
      .wrap-form .text-to button:hover {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#007800), to(#007800));
        background-image: -webkit-linear-gradient(top, #007800 0%, #007800 100%);
        background-image: -o-linear-gradient(top, #007800 0%, #007800 100%);
        background-image: linear-gradient(to bottom, #007800 0%, #007800 100%); }

.calc .seo-text {
  width: 1200px;
  margin: auto;
  padding-top: 50px; }
  .calc .seo-text p {
    font-size: 1.4rem;
    color: black; }

.item.active-tab-form {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009A00), to(#007800)) !important;
  background-image: -webkit-linear-gradient(top, #009A00 0%, #007800 100%) !important;
  background-image: -o-linear-gradient(top, #009A00 0%, #007800 100%) !important;
  background-image: linear-gradient(to bottom, #009A00 0%, #007800 100%) !important;
  color: white !important; }
  .item.active-tab-form span {
    color: white !important; }

section.thank-you {
  width: 100%;
  height: 520px;
  padding: 0 30px;
  background-image: url("/local/templates/auto/css/../img/thankbg.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover; }
  section.thank-you .wrap {
    margin: auto;
    padding-bottom: 45px;
    width: 1200px; }
    section.thank-you .wrap .title {
      text-align: center;
      text-transform: uppercase;
      font-size: 3.6rem;
      font-weight: 700;
      padding-top: 65px; }
    section.thank-you .wrap span {
      display: block;
      font-size: 2.4rem;
      text-align: center;
      padding-top: 20px; }
    section.thank-you .wrap p {
      text-align: center;
      font-size: 2rem; }
      section.thank-you .wrap p a {
        color: #00BB4A; }
        section.thank-you .wrap p a:hover {
          text-decoration: none; }
      section.thank-you .wrap p:last-child {
        margin-top: 20px;
        font-size: 3rem; }

section.socials {
  width: 100%;
  background-color: white; }
  section.socials .wrap {
    margin: auto;
    width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  section.socials .title {
    font-size: 3.6rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 50px 0;
    text-align: center; }

section.page-leftmenu {
  width: 100%; }
  section.page-leftmenu .wrap {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    section.page-leftmenu .wrap .wrap-right-bar {
      width: 900px; }
      section.page-leftmenu .wrap .wrap-right-bar .navigate {
        width: 100%;
        height: 50px;
        padding-top: 10px; }
        section.page-leftmenu .wrap .wrap-right-bar .navigate a {
          font-weight: normal !important;
          color: #424242 !important;
          font-size: 14px !important;
          text-decoration: underline !important; }
          section.page-leftmenu .wrap .wrap-right-bar .navigate a:hover {
            text-decoration: none !important; }
          section.page-leftmenu .wrap .wrap-right-bar .navigate span {
            text-decoration: none !important;
            font-weight: normal !important;
            color: #424242 !important;
            font-size: 14px !important; }
      section.page-leftmenu .wrap .wrap-right-bar .title {
        font-size: 3.4rem;
        font-weight: 700;
        color: #424242;
        width: auto; }
      section.page-leftmenu .wrap .wrap-right-bar .tabs {
        width: auto;
        min-width: 0;
        height: 60px;
        margin-top: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: strech;
		
 }
        section.page-leftmenu .wrap .wrap-right-bar .tabs a {
          display: block;
          text-align: center;
          width: 280px;
          -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.2);
          font-size: 1.4rem;
          font-weight: 600;
          text-decoration: none;
          line-height: 5.5rem;
          height: 60px;
          color: black;
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s;
          /* vertical-align: center; */
          background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CAC8C8));
          background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #CAC8C8 100%);
          background-image: -o-linear-gradient(top, #FFFFFF 0%, #CAC8C8 100%);
          background-image: linear-gradient(to bottom, #FFFFFF 0%, #CAC8C8 100%); }
          section.page-leftmenu .wrap .wrap-right-bar .tabs a:nth-child(2) {
            width: 340px; }
          section.page-leftmenu .wrap .wrap-right-bar .tabs a:last-child {
            background-image: -webkit-gradient(linear, left top, left bottom, from(#009A00), to(#007800));
            background-image: -webkit-linear-gradient(top, #009A00 0%, #007800 100%);
            background-image: -o-linear-gradient(top, #009A00 0%, #007800 100%);
            background-image: linear-gradient(to bottom, #009A00 0%, #007800 100%);
            color: white; }
            section.page-leftmenu .wrap .wrap-right-bar .tabs a:last-child:hover {
              background-image: -webkit-gradient(linear, left top, left bottom, from(#007800), to(#007800));
              background-image: -webkit-linear-gradient(top, #007800 0%, #007800 100%);
              background-image: -o-linear-gradient(top, #007800 0%, #007800 100%);
              background-image: linear-gradient(to bottom, #007800 0%, #007800 100%); }
          section.page-leftmenu .wrap .wrap-right-bar .tabs a:hover {
            color: white;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#009A00), to(#007800));
            background-image: -webkit-linear-gradient(top, #009A00 0%, #007800 100%);
            background-image: -o-linear-gradient(top, #009A00 0%, #007800 100%);
            background-image: linear-gradient(to bottom, #009A00 0%, #007800 100%); }
      section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants {
        height: 110px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        position: relative; }
        section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants .liter {
          width: 40%;
          position: absolute;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          height: 70%;
          bottom: 0;
          left: 0; }
          section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants .liter a {
            background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CAC8C8));
            background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #CAC8C8 100%);
            background-image: -o-linear-gradient(top, #FFFFFF 0%, #CAC8C8 100%);
            background-image: linear-gradient(to bottom, #FFFFFF 0%, #CAC8C8 100%);
            cursor: pointer;
            padding: 5px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
                    align-items: center
            display: block;
            word-wrap:  break-word;
            -webkit-border-radius: 20px 20px 0 0;
                    border-radius: 20px 20px 0 0;
            width: 30.33333%;
            height: 100%;
            color: #009A00;
            text-decoration: none;
            text-transform: uppercase;
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s;
            font-size: 1.4rem;
            font-weight: 700;
            text-align: center;
            -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.2);
                    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.2); }
            section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants .liter a:hover {
              color: white;
              background-image: -webkit-gradient(linear, left top, left bottom, from(#009A00), to(#007800));
              background-image: -webkit-linear-gradient(top, #009A00 0%, #007800 100%);
              background-image: -o-linear-gradient(top, #009A00 0%, #007800 100%);
              background-image: linear-gradient(to bottom, #009A00 0%, #007800 100%); }
          section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants .liter a.active-liter {
            background-image: -webkit-gradient(linear, left top, left bottom, from(#009A00), to(#007800));
            background-image: -webkit-linear-gradient(top, #009A00 0%, #007800 100%);
            background-image: -o-linear-gradient(top, #009A00 0%, #007800 100%);
            background-image: linear-gradient(to bottom, #009A00 0%, #007800 100%);
            color: white; }
        section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants .grants {
          width: 40%;
          position: absolute;
          right: 0;
          bottom: 0;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: space-around;
              -ms-flex-pack: distribute;
                  justify-content: space-around; }
          section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants .grants img {
            width: 70px; }
          section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants .grants p {
            margin: 0;
            font-size: 1.1rem;
            margin-top: -7px;
            text-align: center;
            font-weight: 600;
            line-height: 1rem; }
      section.page-leftmenu .wrap .wrap-right-bar .third-floor-t {
        border: 1px solid #BDBDBD;
        border-top: none;
        width: 100%;
        position: relative; }
        section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .name-table {
          width: 100%;
          height: 40px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          border-top: 1px solid #BDBDBD; }
          section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .name-table .left {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            padding-left: 13px; }
            section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .name-table .left p {
              margin-left: 10px;
              font-weight: 600;
              font-size: 1.4rem; }
          section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .name-table .right {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 210px;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            font-size: 1.6rem;
            font-weight: 600; }
        section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .title_table {
          width: 100%;
          height: 40px;
          background-color: #EEF2F6;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          border-top: 1px solid #BDBDBD; }
          section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .title_table .left {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            padding-left: 20px; }
            section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .title_table .left label {
              margin-left: 10px;
              font-size: 1.4rem; }
          section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .title_table .right {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 210px;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            font-size: 1.6rem; }
        section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .table_td {
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          height: 40px;
          border: 1px solid #BDBDBD;
          border-bottom: none;
          border-left: none;
          border-right: none; }
          section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .table_td .left {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            padding-left: 50px; }
            section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .table_td .left label {
              margin-left: 10px;
              font-size: 1.4rem; }
          section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .table_td .right {
            width: 210px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            font-size: 1.6rem; }
        section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .end-price-table {
          width: 100%;
          height: 100px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          border-top: 1px solid #BDBDBD;
          border-bottom: 1px solid #BDBDBD; }
          section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .end-price-table .left {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: left;
            -webkit-align-items: left;
                -ms-flex-align: left;
                    align-items: left;
            padding-left: 13px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
                -ms-flex-pack: start;
                    justify-content: flex-start; }
            section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .end-price-table .left p {
              margin-left: 10px;
              margin-top: 40px;
              font-weight: 600;
              font-size: 1.8rem;
              text-transform: uppercase; }
            section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .end-price-table .left span {
              margin-top: -10px;
              display: block;
              font-size: 1.3rem;
              margin-left: 10px; }
          section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .end-price-table .right {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 210px;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            font-size: 1.6rem;
            font-weight: 600; }
            section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .end-price-table .right strike {
              font-size: 1.4rem;
              color: #BEBEBE; }
            section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .end-price-table .right p {
              margin-top: 10px; }
            section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .end-price-table .right .inp {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              justify-content: center;
              margin-top: -10px; }
              section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .end-price-table .right .inp label {
                font-weight: 500;
                margin-left: 5px;
                font-size: 1.4rem; }
      section.page-leftmenu .wrap .wrap-right-bar form {
        margin-top: 540px; }
        section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap {
          position: relative;
          width: 100%;
          height: 510px;
          background-image: url("/local/templates/auto/css/../img/formbg.png");
          background-position: center;
          -webkit-background-size: cover;
                  background-size: cover; }
          section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .title_litle_form {
            color: white;
            text-align: center;
            font-size: 3.4rem;
            font-weight: 700;
            padding-top: 50px; }
          section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inp {
            margin-top: 20px;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; }
            section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inp label {
              color: white;
              margin-top: 8px;
              margin-left: 7px;
              font-size: 1.6rem;
              text-transform: uppercase; }
          section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inputs-to {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            opacity: .9;
            width: 390px;
            margin-left: 70px; }
            section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inputs-to .nice-select {
              width: 280px;
              height: 49px;
              margin-top: 22px;
            }
            section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inputs-to .nice-select .list {
              width: 280px;
            }
            section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inputs-to input {
              width: 280px;
              -webkit-border-radius: 5px;
                      border-radius: 5px;
              padding: 15px 15px;
              margin-top: 30px; }
            section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inputs-to .selecter {
              margin-top: 30px; }
            section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inputs-to .selecter-selected {
              width: 280px; }
            section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inputs-to .selecter-options {
              width: 280px; }
          section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to {
            position: absolute;
            right: 60px;
            top: 175px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-border-radius: 5px;
                    border-radius: 5px; }
            section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to textarea {
              resize: none;
              width: 450px;
              height: 120px;
              -webkit-border-radius: 5px;
                      border-radius: 5px;
              opacity: .9;
              padding: 10px 10px; }
            section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to button {
              display: block;
              color: white;
              border: none;
              text-decoration: none;
              cursor: pointer;
              text-align: center;
              font-size: 1.6rem;
              text-transform: uppercase;
              line-height: 5rem;
              background-image: -webkit-gradient(linear, left top, left bottom, from(#009A00), to(#007800));
              background-image: -webkit-linear-gradient(top, #009A00 0%, #007800 100%);
              background-image: -o-linear-gradient(top, #009A00 0%, #007800 100%);
              background-image: linear-gradient(to bottom, #009A00 0%, #007800 100%);
              position: absolute;
              bottom: -100px;
              right: 0;
              width: 260px;
              height: 50px;
              -webkit-border-radius: 5px;
                      border-radius: 5px; }
              section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to button:hover {
                background-image: -webkit-gradient(linear, left top, left bottom, from(#007800), to(#007800));
                background-image: -webkit-linear-gradient(top, #007800 0%, #007800 100%);
                background-image: -o-linear-gradient(top, #007800 0%, #007800 100%);
                background-image: linear-gradient(to bottom, #007800 0%, #007800 100%); }
      section.page-leftmenu .wrap .wrap-right-bar .spare-parts {
        width: 100%; }
        section.page-leftmenu .wrap .wrap-right-bar .spare-parts .title {
          text-align: center;
          width: 900px;
          padding: 0 90px;
          color: #009A00; }
        section.page-leftmenu .wrap .wrap-right-bar .spare-parts .slider-items {
          margin-top: 80px;
          width: 100%;
          height: 360px; }
          section.page-leftmenu .wrap .wrap-right-bar .spare-parts .slider-items .slick-prev {
            top: -40px;
            border: 2px solid #009A00;
            left: 0;
            -webkit-border-radius: 4px;
                    border-radius: 4px;
            color: #009A00; }
            section.page-leftmenu .wrap .wrap-right-bar .spare-parts .slider-items .slick-prev:before {
              color: #009A00; }
            section.page-leftmenu .wrap .wrap-right-bar .spare-parts .slider-items .slick-prev:hover {
              background-color: #009A00; }
              section.page-leftmenu .wrap .wrap-right-bar .spare-parts .slider-items .slick-prev:hover:before {
                color: white; }
          section.page-leftmenu .wrap .wrap-right-bar .spare-parts .slider-items .slick-next {
            top: -40px;
            left: 52px;
            color: #009A00;
            border: 2px solid #009A00;
            -webkit-border-radius: 4px;
                    border-radius: 4px; }
            section.page-leftmenu .wrap .wrap-right-bar .spare-parts .slider-items .slick-next:before {
              color: #009A00; }
            section.page-leftmenu .wrap .wrap-right-bar .spare-parts .slider-items .slick-next:hover {
              background-color: #009A00; }
              section.page-leftmenu .wrap .wrap-right-bar .spare-parts .slider-items .slick-next:hover:before {
                color: white; }
          section.page-leftmenu .wrap .wrap-right-bar .spare-parts .slider-items .slide {
            outline: none;
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            section.page-leftmenu .wrap .wrap-right-bar .spare-parts .slider-items .slide a.item {
              text-decoration: none;
              display: block;
              outline: none;
              height: 100%;
              width: 260px;
              border: 1px solid #A6BBD1; }
              section.page-leftmenu .wrap .wrap-right-bar .spare-parts .slider-items .slide a.item .first-floor {
                width: 100%;
                position: relative;
                height: 260px;
                border-bottom: 1px solid #A6BBD1; }
                section.page-leftmenu .wrap .wrap-right-bar .spare-parts .slider-items .slide a.item .first-floor p {
                  color: black;
                  position: relative;
                  text-transform: uppercase;
                  font-size: 1.2rem;
                  margin-top: 10px;
                  text-align: center;
                  padding: 0 25px;
                  z-index: 100; }
                section.page-leftmenu .wrap .wrap-right-bar .spare-parts .slider-items .slide a.item .first-floor img {
                  width: 80%;
                  height: 80%;
                  left: 10%;
                  bottom: 0;
                  position: absolute; }
              section.page-leftmenu .wrap .wrap-right-bar .spare-parts .slider-items .slide a.item .second-floor {
                text-align: center; }
                section.page-leftmenu .wrap .wrap-right-bar .spare-parts .slider-items .slide a.item .second-floor p {
                  color: black;
                  text-transform: uppercase;
                  font-size: 1.2rem;
                  margin-bottom: 5px; }
                section.page-leftmenu .wrap .wrap-right-bar .spare-parts .slider-items .slide a.item .second-floor span {
                  font-size: 1.5rem;
                  font-weight: 600;
                  color: black; }
                section.page-leftmenu .wrap .wrap-right-bar .spare-parts .slider-items .slide a.item .second-floor p.availability {
                  color: #009A00;
                  text-transform: lowercase;
                  font-weight: 600;
                  font-size: 1.2rem;
                  margin-top: 5px; }
        section.page-leftmenu .wrap .wrap-right-bar .spare-parts .descr p {
          font-size: 1.4rem;
          padding-right: 50px; }
      section.page-leftmenu .wrap .wrap-right-bar .process {
        width: 100%;
        margin-top: 40px;
        padding-bottom: 20px;
        background-color: #EBEFF4; }
        section.page-leftmenu .wrap .wrap-right-bar .process .title {
          color: #009A00;
          text-align: center;
          width: 900px;
          padding: 40px 0; }
        section.page-leftmenu .wrap .wrap-right-bar .process .images {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
          section.page-leftmenu .wrap .wrap-right-bar .process .images .item {
            width: 275px;
            cursor: pointer;
            height: 175px;
            margin-bottom: 35px; }
            section.page-leftmenu .wrap .wrap-right-bar .process .images .item img {
              width: 100%;
              height: 100%; }
      section.page-leftmenu .wrap .wrap-right-bar .sovet {
        width: 100%; }
        section.page-leftmenu .wrap .wrap-right-bar .sovet .title {
          width: 900px;
          text-align: center;
          color: #009A00;
          padding: 40px 0; }
        section.page-leftmenu .wrap .wrap-right-bar .sovet .floor {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          section.page-leftmenu .wrap .wrap-right-bar .sovet .floor .photo {
            width: 300px; }
            section.page-leftmenu .wrap .wrap-right-bar .sovet .floor .photo img {
              width: 90%; }
          section.page-leftmenu .wrap .wrap-right-bar .sovet .floor .descr {
            width: 600px; }
            section.page-leftmenu .wrap .wrap-right-bar .sovet .floor .descr span {
              color: #009A00;
              font-size: 2.4rem;
              font-weight: 700; }
            section.page-leftmenu .wrap .wrap-right-bar .sovet .floor .descr p {
              color: black;
              word-wrap: break-word;
              font-size: 1.4rem;
              padding-right: 60px; }
      section.page-leftmenu .wrap .wrap-right-bar .materials {
        width: 100%; }
        section.page-leftmenu .wrap .wrap-right-bar .materials .title {
          color: #009A00;
          width: 900px;
          text-align: center;
          padding: 40px 0; }
        section.page-leftmenu .wrap .wrap-right-bar .materials .floor {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          section.page-leftmenu .wrap .wrap-right-bar .materials .floor .item {
            width: 280px;
            cursor: pointer;
            margin-bottom: 30px;
            height: 170px;
            position: relative; }
            section.page-leftmenu .wrap .wrap-right-bar .materials .floor .item > img {
              width: 100%;
              height: 100%; }
            section.page-leftmenu .wrap .wrap-right-bar .materials .floor .item .content {
              position: absolute;
              width: 100%;
              height: 80px;
              bottom: 0; }
              section.page-leftmenu .wrap .wrap-right-bar .materials .floor .item .content .eye-like {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                    -ms-flex-align: center;
                        align-items: center; }
                section.page-leftmenu .wrap .wrap-right-bar .materials .floor .item .content .eye-like span {
                  color: white;
                  margin-left: 5px;
                  font-size: 1.6rem; }
                section.page-leftmenu .wrap .wrap-right-bar .materials .floor .item .content .eye-like img {
                  margin-left: 14px; }
              section.page-leftmenu .wrap .wrap-right-bar .materials .floor .item .content .descr p {
                color: white;
                font-size: 1.6rem;
                padding: 0 10px;
                margin-top: 0; }
      section.page-leftmenu .wrap .wrap-right-bar .question {
        width: 100%;
        margin-top: 50px; }
        section.page-leftmenu .wrap .wrap-right-bar .question .first-floor {
          width: 100%;
          height: 55px;
          border-bottom: 1px solid black;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          section.page-leftmenu .wrap .wrap-right-bar .question .first-floor a {
            text-decoration: none;
            color: black;
            font-size: 2.4rem; }
          section.page-leftmenu .wrap .wrap-right-bar .question .first-floor p {
            margin: 0;
            font-size: 1.6rem; }
        section.page-leftmenu .wrap .wrap-right-bar .question .comment {
          width: 100%;
          height: 155px;
          border-bottom: 1px dotted #D2D2D2;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          section.page-leftmenu .wrap .wrap-right-bar .question .comment .photo {
            padding-top: 20px;
            padding-right: 15px; }
          section.page-leftmenu .wrap .wrap-right-bar .question .comment .other {
            width: 100%;
            padding-right: 20px; }
            section.page-leftmenu .wrap .wrap-right-bar .question .comment .other .name {
              margin-top: 32px;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex; }
              section.page-leftmenu .wrap .wrap-right-bar .question .comment .other .name p {
                margin: 0;
                font-size: 1.3rem;
                font-weight: 600; }
              section.page-leftmenu .wrap .wrap-right-bar .question .comment .other .name span {
                color: #BFC8CD;
                font-size: 1.3rem; }
            section.page-leftmenu .wrap .wrap-right-bar .question .comment .other p.text {
              font-size: 1.3rem;
              font-weight: 500; }
            section.page-leftmenu .wrap .wrap-right-bar .question .comment .other .answer {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -webkit-justify-content: space-between;
                  -ms-flex-pack: justify;
                      justify-content: space-between; }
              section.page-leftmenu .wrap .wrap-right-bar .question .comment .other .answer a {
                color: #009A00;
                font-size: 1.3rem;
                font-weight: 700; }
        section.page-leftmenu .wrap .wrap-right-bar .question .podcomment {
          width: 100%;
          padding-left: 60px;
          height: 155px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          section.page-leftmenu .wrap .wrap-right-bar .question .podcomment .photo {
            padding-top: 20px;
            padding-right: 15px; }
          section.page-leftmenu .wrap .wrap-right-bar .question .podcomment .other {
            width: 100%;
            padding-right: 20px; }
            section.page-leftmenu .wrap .wrap-right-bar .question .podcomment .other .name {
              margin-top: 32px;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex; }
              section.page-leftmenu .wrap .wrap-right-bar .question .podcomment .other .name p {
                margin: 0;
                font-size: 1.3rem;
                font-weight: 600; }
              section.page-leftmenu .wrap .wrap-right-bar .question .podcomment .other .name span {
                color: #BFC8CD;
                font-size: 1.3rem; }
            section.page-leftmenu .wrap .wrap-right-bar .question .podcomment .other p.text {
              font-size: 1.3rem;
              font-weight: 500; }
            section.page-leftmenu .wrap .wrap-right-bar .question .podcomment .other .answer a {
              color: #009A00;
              font-size: 1.3rem;
              font-weight: 700;
              margin-left: -60px; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.range-jaguar {
  width: 1200px;
  padding-top: 40px;
  margin: auto; }
  .range-jaguar .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .range-jaguar .tabs .item-tab {
      color: #009A00;
      font-size: 2.2rem;
      font-weight: 700;
      text-transform: uppercase;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      padding-left: 20px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 600px;
      height: 65px;
      -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.3);
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#CAC8C8));
      background-image: -webkit-linear-gradient(top, #fff 0%, #CAC8C8 100%);
      background-image: -o-linear-gradient(top, #fff 0%, #CAC8C8 100%);
      background-image: linear-gradient(to bottom, #fff 0%, #CAC8C8 100%); }
      .range-jaguar .tabs .item-tab img {
        margin-right: 10px; }
      .range-jaguar .tabs .item-tab:first-child {
        -webkit-border-radius: 20px 0 0 0;
                border-radius: 20px 0 0 0; }
      .range-jaguar .tabs .item-tab:last-child {
        -webkit-border-radius: 0 20px 0 0;
                border-radius: 0 20px 0 0; }
        .range-jaguar .tabs .item-tab:last-child img {
          margin-right: 30px; }

section.page-leftmenu {
  width: 100%; }
  section.page-leftmenu .wrap {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    section.page-leftmenu .wrap .wrap-right-bar {
      width: 900px; }
      section.page-leftmenu .wrap .wrap-right-bar .navigate {
        width: 100%;
        height: 50px;
        padding-top: 10px; }
        section.page-leftmenu .wrap .wrap-right-bar .navigate a {
          font-weight: 700;
          color: #00A800;
          font-size: 1rem;
          text-decoration: none; }
          section.page-leftmenu .wrap .wrap-right-bar .navigate a:hover {
            text-decoration: underline; }
      section.page-leftmenu .wrap .wrap-right-bar .trouble {
        width: 100%;
        margin-top: 20px; }
        section.page-leftmenu .wrap .wrap-right-bar .trouble .title {
          font-size: 3.4rem;
          font-weight: 700;
          color: #424242;
          padding-bottom: 20px; }
        section.page-leftmenu .wrap .wrap-right-bar .trouble form {
          margin-top: 0; }
          section.page-leftmenu .wrap .wrap-right-bar .trouble form .floor-select {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            section.page-leftmenu .wrap .wrap-right-bar .trouble form .floor-select .selecter-selected {
              width: 260px;
              border-color: #00AE1C; }
          section.page-leftmenu .wrap .wrap-right-bar .trouble form > button {
            cursor: pointer;
            margin-left: 50%;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
            border: none;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#009A00), to(#007800));
            background-image: -webkit-linear-gradient(top, #009A00 0%, #007800 100%);
            background-image: -o-linear-gradient(top, #009A00 0%, #007800 100%);
            background-image: linear-gradient(to bottom, #009A00 0%, #007800 100%);
            color: white;
            text-transform: uppercase;
            padding: 17px 95px;
            margin-top: 28px;
            -webkit-border-radius: 5px;
                    border-radius: 5px;
            font-size: 1.5rem;
            -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.3);
                    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.3); }
            section.page-leftmenu .wrap .wrap-right-bar .trouble form > button:hover {
              background-image: -webkit-gradient(linear, left top, left bottom, from(#007800), to(#007800));
              background-image: -webkit-linear-gradient(top, #007800 0%, #007800 100%);
              background-image: -o-linear-gradient(top, #007800 0%, #007800 100%);
              background-image: linear-gradient(to bottom, #007800 0%, #007800 100%); }
        section.page-leftmenu .wrap .wrap-right-bar .trouble .result {
          width: 100%; }
          section.page-leftmenu .wrap .wrap-right-bar .trouble .result span.tite {
            font-size: 2.4rem;
            font-weight: 700;
            color: #009100;
            display: block;
            padding-top: 30px; }
          section.page-leftmenu .wrap .wrap-right-bar .trouble .result p {
            color: #8A8A8A;
            margin: 0;
            margin-top: 5px;
            font-size: 1.5rem; }
            section.page-leftmenu .wrap .wrap-right-bar .trouble .result p span {
              color: black;
              font-size: 1.6rem; }
        section.page-leftmenu .wrap .wrap-right-bar .trouble .descr p {
          margin-top: 20px;
          font-size: 1.3rem; }
        section.page-leftmenu .wrap .wrap-right-bar .trouble .recomend span {
          font-size: 2.4rem;
          color: #009100;
          font-weight: 700; }
        section.page-leftmenu .wrap .wrap-right-bar .trouble .recomend ul li {
          font-size: 1.4rem;
          color: #787878; }
          section.page-leftmenu .wrap .wrap-right-bar .trouble .recomend ul li a {
            text-decoration: none;
          }
          section.page-leftmenu .wrap .wrap-right-bar .trouble .recomend ul li a:hover {
            text-decoration: underline;
          }
      section.page-leftmenu .wrap .wrap-right-bar form {
        margin-top: 0px; }
        section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap {
          position: relative;
          z-index: 300;
          width: 100%;
          margin-top: 60px;
          height: 510px;
          background-image: url("/local/templates/auto/css/../img/formbg.png");
          background-position: center;
          -webkit-background-size: cover;
                  background-size: cover; }
          section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .title_litle_form {
            color: white;
            text-align: center;
            font-size: 3.4rem;
            font-weight: 700;
            padding-top: 50px; }
          section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inp {
            margin-top: 20px;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; }
            section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inp label {
              color: white;
              font-size: 1.6rem;
              text-transform: uppercase; }
          section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inputs-to {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            opacity: .9;
            width: 390px;
            margin-left: 70px; }
            section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inputs-to input {
              width: 280px;
              -webkit-border-radius: 5px;
                      border-radius: 5px;
              padding: 15px 15px;
              margin-top: 22px; }
            section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inputs-to .selecter {
              margin-top: 30px; }
            section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inputs-to .selecter-selected {
              width: 280px; }
          section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to {
            position: absolute;
            right: 60px;
            top: 175px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-border-radius: 5px;
                    border-radius: 5px; }
            section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to textarea {
              resize: none;
              width: 450px;
              height: 120px;
              -webkit-border-radius: 5px;
                      border-radius: 5px;
              opacity: .9;
              padding: 10px 10px; }
            section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to button {
              display: block;
              color: white;
              border: none;
              text-decoration: none;
              cursor: pointer;
              text-align: center;
              font-size: 1.6rem;
              text-transform: uppercase;
              line-height: 5rem;
              background-image: -webkit-gradient(linear, left top, left bottom, from(#009A00), to(#007800));
              background-image: -webkit-linear-gradient(top, #009A00 0%, #007800 100%);
              background-image: -o-linear-gradient(top, #009A00 0%, #007800 100%);
              background-image: linear-gradient(to bottom, #009A00 0%, #007800 100%);
              position: absolute;
              bottom: -50px;
              right: 95px;
              width: 260px;
              height: 50px;
              -webkit-border-radius: 5px;
                      border-radius: 5px; }
              section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to button:hover {
                background-image: -webkit-gradient(linear, left top, left bottom, from(#007800), to(#007800));
                background-image: -webkit-linear-gradient(top, #007800 0%, #007800 100%);
                background-image: -o-linear-gradient(top, #007800 0%, #007800 100%);
                background-image: linear-gradient(to bottom, #007800 0%, #007800 100%); }
      section.page-leftmenu .wrap .wrap-right-bar section.centers-mini {
        width: 100%;
        background-color: white; }
        section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .title {
          font-size: 3.2rem;
          text-transform: uppercase;
          width: 600px;
          font-weight: 800;
          margin: 0;
          color: #009900;
          text-align: center;
          padding-top: 60px;
          padding-bottom: 30px; }
        section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap {
          width: 900px;
          margin: auto;
          border: none;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .left {
            width: 50%;
            height: 500px; }
          section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map {
            width: 50%;
            height: 550px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; }
            section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .slider-center {
              width: 425px;
              height: 210px; }
              section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .slider-center img {
                height: 100%;
                width: 100%; }
            section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .second-floor {
              width: 100%;
              height: 50px;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center; }
              section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .second-floor p {
                margin-left: 15px;
                font-size: 2rem;
                font-weight: 700; }
              section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .second-floor img {
                margin-left: 10px; }
                section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .second-floor img:nth-child(2) {
                  margin-left: 30px; }
            section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .third-floor {
              padding-top: 10px;
              width: 100%;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              position: relative; }
              section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .third-floor .numbers {
                margin-left: 15px; }
                section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .third-floor .numbers a {
                  color: #009A00;
                  display: block;
                  text-decoration: none;
                  font-size: 2rem;
                  font-weight: 700;
                  margin: 0;
                  line-height: 2.6rem; }
              section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .third-floor .mesangers {
                margin-top: 5px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                margin-left: 10px; }
                section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .third-floor .mesangers a {
                  margin-left: 5px; }
                  section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .third-floor .mesangers a img {
                    width: 20px;
                  }
              section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .third-floor .adress {
                position: absolute;
                right: 15px; }
                section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .third-floor .adress p {
                  font-size: 1.6rem;
                  margin: 0;
                  font-weight: 700;
                  line-height: 2.4rem; }
            section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .four-floor {
              width: 100%; }
              section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .four-floor p {
                font-size: 1.4rem;
                padding: 0 17px;
                font-weight: 600; }

section.centers-mini .wrap .right-map.belomorskaya {
  display: none; }

section.centers-mini .wrap .right-map.southDorojniy {
  display: none; }

section.page-leftmenu {
  width: 100%; }
  section.page-leftmenu .wrap {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    section.page-leftmenu .wrap .wrap-left-bar {
      width: 300px; }
      section.page-leftmenu .wrap .wrap-left-bar .item-car {
        margin-bottom: 30px;
        width: 100%;
        height: 220px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: start;
            -ms-flex-align: start;
                align-items: start; }
        section.page-leftmenu .wrap .wrap-left-bar .item-car p {
          margin: 0;
          padding-top: 20px;
          font-size: 1.2rem; }
        section.page-leftmenu .wrap .wrap-left-bar .item-car span {
          display: block;
          color: #009A00;
          width: 260px;
          text-transform: uppercase;
          font-size: 1.4rem;
          font-weight: 700;
          padding-top: 7px;
          padding-bottom: 20px; }
        section.page-leftmenu .wrap .wrap-left-bar .item-car img {
          width: 171px;
          height: 105px; }
        section.page-leftmenu .wrap .wrap-left-bar .item-car a {
          padding-top: 15px;
          cursor: pointer;
          text-decoration: none;
          color: black;
          font-size: 1.2rem; }
        section.page-leftmenu .wrap .wrap-left-bar .item-car a:hover {
          text-decoration: underline;
        }
      section.page-leftmenu .wrap .wrap-left-bar .car_list {
        display: none;
        border: 1px solid #B4B4B4;
        width: 280px;
        height: auto;
        margin: 20px 0;
      }
        section.page-leftmenu .wrap .wrap-left-bar .car_list ul {
          list-style-type: none;
          padding: 0;
          margin: 0;
          display: flex;
          flex-wrap: wrap;
        }
          section.page-leftmenu .wrap .wrap-left-bar .car_list ul li {
            width: 139px;
            height: 140px;
          }
          section.page-leftmenu .wrap .wrap-left-bar .car_list ul li:after {
            display: none;
          }
          section.page-leftmenu .wrap .wrap-left-bar .car_list ul li a {
            height: 140px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-around;
            text-decoration: none;
            border: 1px solid transparent;
            transition: .2s;
          }
          section.page-leftmenu .wrap .wrap-left-bar .car_list ul li a img{
            margin-top: 15px;
            width: 120px;
            height: auto;
          }
          section.page-leftmenu .wrap .wrap-left-bar .car_list ul li a:hover {
            border: 1px solid #008700;
          }
          section.page-leftmenu .wrap .wrap-left-bar .car_list ul li p {
            font-size: 1.2rem;
            text-transform: uppercase;
            text-align: center;
            color: black;
            text-decoration: none;
          }
      section.page-leftmenu .wrap .wrap-left-bar .uslugi {
        margin-bottom: 40px; }
        section.page-leftmenu .wrap .wrap-left-bar .uslugi > p {
          color: #009A00;
          text-transform: uppercase;
          font-weight: 700;
          margin-top: 0;
          font-size: 1.8rem; }
        section.page-leftmenu .wrap .wrap-left-bar .uslugi .wrap-menu > ul {
          padding: 0;
          transition: .7s;}
          section.page-leftmenu .wrap .wrap-left-bar .uslugi .wrap-menu > ul > li {
            list-style-type: none;
            width: 260px;
            overflow: hidden;
            /*height: auto;*/
            /*max-height: 45px;*/
            border-bottom: none;
            border-radius: 5px;
            transition: .7s;
            border: 1px solid #B4B4B4;
            border-bottom: none;
          }
            section.page-leftmenu .wrap .wrap-left-bar .uslugi .wrap-menu > ul > li > .additional_menu {
              display: none;
              list-style-type: none;
              padding: 0;
            }
            section.page-leftmenu .wrap .wrap-left-bar .uslugi .wrap-menu > ul > li > .additional_menu > li > a {
              /*border: 1px solid red;*/
              display: block;
              text-decoration: none;
              width: 260px;
              font-size: 1.4rem;
              height: auto;
              margin-left: 22px;
              color: black;
              position: relative;
              display: flex;
              padding: 5px 40px 5px 20px;
              justify-content: flex-start;
              align-items: center;
              text-align: left;
            }
            section.page-leftmenu .wrap .wrap-left-bar .uslugi .wrap-menu > ul > li > .additional_menu > li > a:hover {
              text-decoration: underline;
            }
            section.page-leftmenu .wrap .wrap-left-bar .uslugi .wrap-menu > ul > li > .additional_menu > li > a:after {
              content: "";
              display: block;
              position: absolute;
              border-radius: 50%;
              top: 13px;
              left: 2px;
              width: 5px;
              height: 5px;
              background-color: #009800;
            }
            section.page-leftmenu .wrap .wrap-left-bar .uslugi .wrap-menu > ul > li > p {
              margin-bottom: 0;
              margin-top: 0;
              padding: 0 20px;
              text-align: left;
              transition: .7s;
              font-size: 1.3rem;
              border-bottom: none;
              cursor: pointer;
              position: relative;
              border-radius: 5px;
              height: 45px;
              display: flex;
              justify-content: flex-start;
              align-items: center;
            }
            section.page-leftmenu .wrap .wrap-left-bar .uslugi .wrap-menu > ul > li > p:hover {
              background-color: rgba(0, 0, 0, .05);
            }
            section.page-leftmenu .wrap .wrap-left-bar .uslugi .wrap-menu > ul > li > p:after {
              position: absolute;
              right: 8px;
              top: 14px;
              font-family: "Fontawesome";
              content: "\f105";
              display: block;
              width: 12px;
              height: 12px;
              background-color: transparent;
            }
            section.page-leftmenu .wrap .wrap-left-bar .uslugi .wrap-menu > ul > li > a {
              width: 260px;
              display: block;
              height: 45px;
              border: 1px solid #A6BBD1;
              text-align: left;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: start;
              -webkit-justify-content: flex-start;
                  -ms-flex-pack: start;
                      justify-content: flex-start;
              color: black;
              padding-left: 15px;
              -webkit-border-radius: 5px;
                      border-radius: 5px;
              text-decoration: none;
              font-size: 1.4rem;
              font-weight: 600;
              border-bottom: none;
              position: relative; }
              section.page-leftmenu .wrap .wrap-left-bar .uslugi .wrap-menu > ul > li > span.active {
                width: 260px;
                display: block;
                padding: 0 15px;
                font-size: 1.4rem;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: start;-webkit-justify-content: flex-start;-moz-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                        align-items: center;
                height: 50px;
                border-radius: 5px;
                background-image: -webkit-gradient(linear, left top, left bottom, from(#009A00), to(#007800));
                background-image: -webkit-linear-gradient(top, #009A00 0%, #007800 100%);
                background-image: -o-linear-gradient(top, #009A00 0%, #007800 100%);
                background-image: linear-gradient(to bottom, #009A00 0%, #007800 100%);
                color: white;
                border: transparent;
              }
              section.page-leftmenu .wrap .wrap-left-bar .uslugi .wrap-menu > ul > li > a:hover {
                background-color: #f2f2f2; }
            section.page-leftmenu .wrap .wrap-left-bar .uslugi .wrap-menu > ul > li:last-child {
              border-bottom: 1px solid #A6BBD1; }
      section.page-leftmenu .wrap .wrap-left-bar .banner {
        height: 250px;
        width: 100%; }
        section.page-leftmenu .wrap .wrap-left-bar .banner .wrap-banner {
          width: 195px;
          height: 100%; }
          section.page-leftmenu .wrap .wrap-left-bar .banner .wrap-banner img {
            width: 100%;
            height: 100%;
            outline: none; }
          section.page-leftmenu .wrap .wrap-left-bar .banner .wrap-banner .slick-dots {
            bottom: 80px;
            zindex: 100; }
            section.page-leftmenu .wrap .wrap-left-bar .banner .wrap-banner .slick-dots li:after {
              background-color: transparent;
            }
            section.page-leftmenu .wrap .wrap-left-bar .banner .wrap-banner .slick-dots li {
              margin: 0; }
              section.page-leftmenu .wrap .wrap-left-bar .banner .wrap-banner .slick-dots li button:before {
                color: white;
                opacity: 1;
                font-size: 12px; }
          section.page-leftmenu .wrap .wrap-left-bar .banner .wrap-banner .slick-dots li.slick-active button:before {
            color: #009A00; }
      section.page-leftmenu .wrap .wrap-left-bar .employees .title {
        width: 195px; }
        section.page-leftmenu .wrap .wrap-left-bar .employees .title p {
          padding-top: 20px;
          text-align: center;
          font-size: 1.6rem;
          text-transform: uppercase;
          font-weight: 700;
          color: #009A00; }
      section.page-leftmenu .wrap .wrap-left-bar .employees .item {
        display: -webkit-box;
        display: -webkit-flex;
        text-decoration: none;
        display: -ms-flexbox;
        margin-bottom: 20px;
        display: flex;
        padding-top: 20px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
                section.page-leftmenu .wrap .wrap-left-bar .employees .item:hover {
                  text-decoration: underline;
                }
        section.page-leftmenu .wrap .wrap-left-bar .employees .item > img {
          width: 100px; }
        section.page-leftmenu .wrap .wrap-left-bar .employees .item .info {
          width: 100%;
          padding-left: 10px;
          height: 100px; }
          section.page-leftmenu .wrap .wrap-left-bar .employees .item .info p {
            font-weight: 500;
            max-width: 165px;
            color: black;
            text-decoration: none;
            font-size: 1.3rem;
            margin: 0; }
          section.page-leftmenu .wrap .wrap-left-bar .employees .item .info p.name {
            font-weight: 700;
            color: black;
            text-decoration: none;
            font-size: 1.4rem;
            margin: 0; }
          section.page-leftmenu .wrap .wrap-left-bar .employees .item .info a {
            display: block;
            color: #009A00;
            text-decoration: none;
            font-size: 1.8rem; }
    section.page-leftmenu .wrap .wrap-right-bar {
      width: 900px; }
      section.page-leftmenu .wrap .wrap-right-bar .navigate {
        width: 100%;
        height: 50px;
        padding-top: 10px; }
        section.page-leftmenu .wrap .wrap-right-bar .navigate a {
          font-weight: 700;
          color: #00A800;
          font-size: 1rem;
          text-decoration: none; }
          section.page-leftmenu .wrap .wrap-right-bar .navigate a:hover {
            text-decoration: underline; }
      section.page-leftmenu .wrap .wrap-right-bar .title.under {
        font-size: 3.4rem;
        font-weight: 700;
        color: #424242;
        padding-bottom: 15px;
        border-bottom: 1px solid #424242; }
      section.page-leftmenu .wrap .wrap-right-bar .repair-it-is span {
        font-size: 2.4rem;
        display: block;
        margin-top: 25px;
        font-weight: 700;
        color: #009100; }
      section.page-leftmenu .wrap .wrap-right-bar .repair-it-is ul {
        padding-left: 18px;
        list-style-type: none; }
        section.page-leftmenu .wrap .wrap-right-bar .repair-it-is ul li {
          font-size: 1.4rem;
          position: relative;
          margin-top: 5px; }
          section.page-leftmenu .wrap .wrap-right-bar .repair-it-is ul li:after {
            content: "";
            display: block;
            width: 5px;
            height: 5px;
            position: absolute;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            left: -14px;
            top: 8px;
            background-color: #009100; }
      section.page-leftmenu .wrap .wrap-right-bar .we-repair span {
        font-size: 1.8rem;
        font-weight: 600;
        display: block;
        padding-top: 20px;
        color: #009100; }
      section.page-leftmenu .wrap .wrap-right-bar .we-repair ul {
        list-style-type: none;
        padding: 0;
        padding-bottom: 15px; }
        section.page-leftmenu .wrap .wrap-right-bar .we-repair ul li {
          font-size: 1.6rem;
          margin-left: 10px;
          margin-top: 5px; }
      section.page-leftmenu .wrap .wrap-right-bar .we-repair p {
        font-size: 2rem;
        padding-top: 5px; }
      section.page-leftmenu .wrap .wrap-right-bar .repair-area {
        margin-top: 50px;
        padding: 0 20px;
        background-color: #EBF0F3; }
        section.page-leftmenu .wrap .wrap-right-bar .repair-area .title {
          font-size: 2.4rem;
          color: #009100;
          border: none;
          padding-top: 22px; }
        section.page-leftmenu .wrap .wrap-right-bar .repair-area .images {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
          section.page-leftmenu .wrap .wrap-right-bar .repair-area .images .item {
            width: 275px;
            cursor: pointer;
            height: 175px;
            margin-bottom: 35px; }
            section.page-leftmenu .wrap .wrap-right-bar .repair-area .images .item p {
              text-align: center;
              margin-top: 0;
              color: #787878; }
            section.page-leftmenu .wrap .wrap-right-bar .repair-area .images .item img {
              width: 100%;
              height: 100%; }
      section.page-leftmenu .wrap .wrap-right-bar .repair-uslugi span {
        font-size: 2.4rem;
        font-weight: 700;
        color: #009100;
        display: block;
        padding-top: 30px; }
      section.page-leftmenu .wrap .wrap-right-bar .repair-uslugi .floor {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        section.page-leftmenu .wrap .wrap-right-bar .repair-uslugi .floor .item {
          width: 300px; }
          section.page-leftmenu .wrap .wrap-right-bar .repair-uslugi .floor .item ul {
            padding-left: 10px;
            list-style-type: none; }
            section.page-leftmenu .wrap .wrap-right-bar .repair-uslugi .floor .item ul li {
              font-size: 1.5rem;
              color: #787878;
              margin-top: 4px;
              position: relative; }
              section.page-leftmenu .wrap .wrap-right-bar .repair-uslugi .floor .item ul li:after {
                content: "";
                display: block;
                width: 4px;
                height: 4px;
                position: absolute;
                -webkit-border-radius: 50%;
                        border-radius: 50%;
                left: -10px;
                top: 8px;
                background-color: #787878; }
      section.page-leftmenu .wrap .wrap-right-bar .price-repair {
        background-color: #E0E6ED;
        padding: 0 20px;
        z-index: 301;
        margin-top: 25px;
        padding-bottom: 40px; }
        section.page-leftmenu .wrap .wrap-right-bar .price-repair .title {
          font-size: 2.4rem;
          color: #009100;
          padding: 30px 0;
          border: none; }
        section.page-leftmenu .wrap .wrap-right-bar .price-repair form {
          margin-top: 0;
          z-index: 301;}
          section.page-leftmenu .wrap .wrap-right-bar .price-repair form .floor-select .nice-select {
            margin-right: 15px;
          }
          section.page-leftmenu .wrap .wrap-right-bar .price-repair form .floor-select .nice-select:last-child {
            margin-right: 0;
          }
          section.page-leftmenu .wrap .wrap-right-bar .price-repair form .floor-select {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
          z-index: 301; }
            section.page-leftmenu .wrap .wrap-right-bar .price-repair form .floor-select .selecter-selected {
              width: 260px;
              border-color: #B5B6B9; }
            section.page-leftmenu .wrap .wrap-right-bar .price-repair form .floor-select .selecter-options {
              width: 260px; }
            section.page-leftmenu .wrap .wrap-right-bar .price-repair form a {
              cursor: pointer;
              align-items: center;
              text-align: center;
              border: none;
              background-image: -webkit-gradient(linear, left top, left bottom, from(#009A00), to(#007800));
              background-image: -webkit-linear-gradient(top, #009A00 0%, #007800 100%);
              background-image: -o-linear-gradient(top, #009A00 0%, #007800 100%);
              background-image: linear-gradient(to bottom, #009A00 0%, #007800 100%);
              color: white;
              width: 400px;
              margin-left: 50%;
              transform: translateX(-50%);
              text-transform: uppercase;
              padding: 17px 65px;
              display: block;
              margin-top: 40px;
              -webkit-border-radius: 5px;
              border-radius: 5px;
              margin-bottom: 0px;
              font-size: 1.5rem;
              -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.3);
            }
          section.page-leftmenu .wrap .wrap-right-bar .price-repair form > button {
            cursor: pointer;
            margin-left: 50%;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
            border: none;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#009A00), to(#007800));
            background-image: -webkit-linear-gradient(top, #009A00 0%, #007800 100%);
            background-image: -o-linear-gradient(top, #009A00 0%, #007800 100%);
            background-image: linear-gradient(to bottom, #009A00 0%, #007800 100%);
            color: white;
            text-transform: uppercase;
            padding: 17px 65px;
            margin-top: 28px;
            -webkit-border-radius: 5px;
                    border-radius: 5px;
            margin-bottom: 40px;
            font-size: 1.5rem;
            -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.3);
                    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.3); }
            section.page-leftmenu .wrap .wrap-right-bar .price-repair form > button:hover {
              background-image: -webkit-gradient(linear, left top, left bottom, from(#007800), to(#007800));
              background-image: -webkit-linear-gradient(top, #007800 0%, #007800 100%);
              background-image: -o-linear-gradient(top, #007800 0%, #007800 100%);
              background-image: linear-gradient(to bottom, #007800 0%, #007800 100%); }
      section.page-leftmenu .wrap .wrap-right-bar .question {
        width: 100%;
        margin-top: 50px; }
        section.page-leftmenu .wrap .wrap-right-bar .question .first-floor {
          width: 100%;
          height: 55px;
          border-bottom: 1px solid black;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          section.page-leftmenu .wrap .wrap-right-bar .question .first-floor a {
            text-decoration: none;
            color: black;
            font-size: 2.4rem; }
          section.page-leftmenu .wrap .wrap-right-bar .question .first-floor p {
            margin: 0;
            font-size: 1.6rem; }
        section.page-leftmenu .wrap .wrap-right-bar .question .comment {
          width: 100%;
          height: 155px;
          border-bottom: 1px dotted #D2D2D2;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          section.page-leftmenu .wrap .wrap-right-bar .question .comment .photo {
            padding-top: 20px;
            padding-right: 15px; }
          section.page-leftmenu .wrap .wrap-right-bar .question .comment .other {
            width: 100%;
            padding-right: 20px; }
            section.page-leftmenu .wrap .wrap-right-bar .question .comment .other .name {
              margin-top: 32px;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex; }
              section.page-leftmenu .wrap .wrap-right-bar .question .comment .other .name p {
                margin: 0;
                font-size: 1.3rem;
                font-weight: 600; }
              section.page-leftmenu .wrap .wrap-right-bar .question .comment .other .name span {
                color: #BFC8CD;
                font-size: 1.3rem; }
            section.page-leftmenu .wrap .wrap-right-bar .question .comment .other p.text {
              font-size: 1.3rem;
              font-weight: 500; }
            section.page-leftmenu .wrap .wrap-right-bar .question .comment .other .answer {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -webkit-justify-content: space-between;
                  -ms-flex-pack: justify;
                      justify-content: space-between; }
              section.page-leftmenu .wrap .wrap-right-bar .question .comment .other .answer a {
                color: #009A00;
                font-size: 1.3rem;
                font-weight: 700; }
        section.page-leftmenu .wrap .wrap-right-bar .question .podcomment {
          width: 100%;
          padding-left: 60px;
          height: 155px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          section.page-leftmenu .wrap .wrap-right-bar .question .podcomment .photo {
            padding-top: 20px;
            padding-right: 15px; }
          section.page-leftmenu .wrap .wrap-right-bar .question .podcomment .other {
            width: 100%;
            padding-right: 20px; }
            section.page-leftmenu .wrap .wrap-right-bar .question .podcomment .other .name {
              margin-top: 32px;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex; }
              section.page-leftmenu .wrap .wrap-right-bar .question .podcomment .other .name p {
                margin: 0;
                font-size: 1.3rem;
                font-weight: 600; }
              section.page-leftmenu .wrap .wrap-right-bar .question .podcomment .other .name span {
                color: #BFC8CD;
                font-size: 1.3rem; }
            section.page-leftmenu .wrap .wrap-right-bar .question .podcomment .other p.text {
              font-size: 1.3rem;
              font-weight: 500; }
            section.page-leftmenu .wrap .wrap-right-bar .question .podcomment .other .answer a {
              color: #009A00;
              font-size: 1.3rem;
              font-weight: 700;
              margin-left: -60px; }
      section.page-leftmenu .wrap .wrap-right-bar form.capcha-form {
        border: 1px solid red;
        width: 100%;
        height: 370px; }
        section.page-leftmenu .wrap .wrap-right-bar form.capcha-form .content {
          width: 50%;
          border: 1px solid red;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
      section.page-leftmenu .wrap .wrap-right-bar section.centers-mini {
        width: 100%;
        background-color: white; }
        section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .title {
          font-size: 3.2rem;
          text-transform: uppercase;
          font-weight: 800;
          margin: 0;
          color: #009900;
          border: none;
          text-align: center;
          padding-top: 60px;
          padding-bottom: 30px; }
        section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap {
          width: 900px;
          margin: auto;
          border: none;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .left {
            width: 50%;
            height: 500px; }
          section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right {
            width: 50%;
            height: 550px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; }
            section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right .slider-center {
              width: 425px;
              height: 210px; }
              section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right .slider-center img {
                height: 100%;
                width: 100%; }
            section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right .second-floor {
              width: 100%;
              height: 50px;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center; }
              section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right .second-floor p {
                margin-left: 15px;
                font-size: 2rem;
                font-weight: 700; }
              section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right .second-floor img {
                margin-left: 10px; }
                section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right .second-floor img:nth-child(2) {
                  margin-left: 30px; }
            section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right .third-floor {
              padding-top: 10px;
              width: 100%;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              position: relative; }
              section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right .third-floor .numbers {
                margin-left: 15px; }
                section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right .third-floor .numbers a {
                  color: #009A00;
                  display: block;
                  text-decoration: none;
                  font-size: 2rem;
                  font-weight: 700;
                  margin: 0;
                  line-height: 2.6rem; }
              section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right .third-floor .mesangers {
                margin-top: 5px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                margin-left: 10px; }
                section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right .third-floor .mesangers a {
                  margin-left: 5px; }
              section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right .third-floor .adress {
                position: absolute;
                right: 15px; }
                section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right .third-floor .adress p {
                  font-size: 1.6rem;
                  margin: 0;
                  font-weight: 700;
                  line-height: 2.4rem; }
            section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right .four-floor {
              width: 100%; }
              section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right .four-floor p {
                font-size: 1.4rem;
                padding: 0 17px;
                font-weight: 600; }

section.page-leftmenu .wrap .wrap-right-bar .trouble form .floor-select .selecter-options {
  width: 260px; }



.accardActive {
  max-height: 1000px!important;
}



.news-list > a .img_blog img {
  width: 400px;
}


.news-list > a {
  text-decoration: none;
  color: black;
  padding: 30px 0;
  display: flex;

}


.news-list > a .descr .item_name {
  font-size: 1.8rem;
  font-weight: 700;
}

.news-list > a .descr p {
  font-size: 1.4rem;
}

.news-list > a .descr {
  position: relative;
}

.news-list > a .descr p.next {
  color: #00A800;
  font-weight: 600;
  right: 30px;
  bottom: -30px;
  position: absolute;
}


footer .wrap .first-floor .item-4 .work-time {
  font-size: 1.6rem;
  margin-left: 5px;
  margin-bottom: 6px;
}

footer .wrap .first-floor .item-2 ul li:after {
  color: black;
  background-color: #000;
}

footer .wrap .first-floor .item-3 ul li:after {
  color: black;
  background-color: #000;
}

section.service .wrap .item .item-wrap ul li a {
   color: black;
   font-size: 1.2rem;
   text-decoration: none;
   display: block;
   padding: 0 7px;
   padding-left: 0;
 }

.prumbl{
	margin-top: 25px;
}
.hpreumbl {
	font-size: 3.2rem;
text-transform: uppercase;
font-weight: 800;
margin: 0;

border: none;
text-align: center;
padding-top: 10px;
padding-bottom: 0px;
}
.hpreumbl span{
color:#009900;	
}
.premitemlist {
float: left;

width: 100%;

margin-top: 44px;	
}
.premitem {
	width: 30%;
height: 164px;
float: left;

margin: 0 2% 55px 0;

text-align: center;
}
.premitem img{
	
}
.premitem p{
	margin: 10px 0px 0 0;
font-weight: 700;
}
.voproitemlist {

    float: left;
    width: 100%;
    margin-top: 24px;
margin-bottom: 44px;
}
.voprooitem{
	float: left;
width: 100%;
margin-bottom: 15px;
}
.voprooitemtitle{
	cursor: pointer;

margin-bottom: 15px;

float: left;

width: 100%;

position: relative;

padding-top: 6px;
}
.voprooitemtitle span{
	 width: 35px;
height: 35px;
float: right;
position: absolute;
right: 0;
top: 0;
}
.closeotvblock .voprooitemtitle span{
	background-image: url("/local/templates/auto/img/closetv_03.png");
}
.openeotvblock .voprooitemtitle span{
	background-image: url("/local/templates/auto/img/openotv_03.png");
}
.voprooitemtitle span.openotv{
	
}
.openeotvblock .voprooitemtitle p {

border-left: 5px solid #009a00;
}
.voprooitemtitle p{
	font-size: 18px;
margin: 0;
font-weight: bold;

color:#009a00;
width: 92%;
padding-left: 15px;
padding: 6px 0 6px 15px;
border-left: 5px solid #b3b3b3;
}
.voprooitemtext{
	float: right;
display: none;
width: 95%;

margin-bottom: 22px;
}
.openeotvblock .voprooitemtext {

    
    display: block;
   

}
section.service .wrap .item .item-wrap ul li a:hover {
  text-decoration: underline;
}

section.page-leftmenu .wrap .wrap-left-bar .uslugi > p {
  margin-top: 25px;
}

section.page-leftmenu .wrap .wrap-right-bar .navigate a {
  font-size: 1.2rem;
}

section.page-leftmenu .wrap .wrap-right-bar .navigate {
  margin-top: 17px;
}

header .third-head .wrap .item {
  color: #424242;
  text-decoration: none;
}

header .third-head .wrap .item:hover {
  text-decoration: underline;
}

section.page-leftmenu .wrap .wrap-left-bar .banner .wrap-banner {
  width: 260px;
  height: 340px;
}

section.online .wrap .main_form .selects-form-online .nice-select {
  width: 275px;
}

section.online .wrap .main_form .nice-select ul{
  width: 275px;
}

section.page-leftmenu .wrap .wrap-left-bar .employees .item > img {
  border-radius: 50%;
}

.employees {
  margin-top: 10px;
}

.black-evaporation {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .4);
  transition: .2s;
}

.black-evaporation:hover {
  opacity: 0;
}

section.expert .wrap .left .content .eye-like:last-child {
  opacity: .4;
}

.img_blog {
  position: relative;
  margin-right: 30px;
}

.navigation-pages {
  width: auto;
  display: -webkit-box;
  justify-content: center;
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
}

.navigation-pages a {
  width: 40px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  height: 40px;
  font-size: 1.8rem;
  line-height: 4rem;
  color: black;
  transition: .2s;
  display: block;
}

.navigation-pages a:hover {
  background-color: rgba(0, 0, 0, .05);
}

.navigation-arrows {
  display: none;
}

.nav-current-page {
  width: 40px;
  color: white;
  background-color: #009A00;
  cursor: pointer;
  text-align: center;
  height: 40px;
  font-size: 1.8rem;
  line-height: 4rem;
  display: block;
}

.navigation-title {
  display: none;
}

.ctrl {
  display: none;
}

footer .wrap .first-floor .item-4 .number a:hover {
  opacity: .8;
}

section.expert .wrap .left .content .eye-like img:nth-child(3):hover {
  opacity: .8;
}

section.expert .wrap .right .item .content .eye-like img:nth-child(3):hover {
  opacity: .8;
}

.overlay-modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 2000;
  display: none;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
}

.modal-window {
  display: none;
  background-image: url('/local/templates/auto/css/../img/bg2.png');
  width: 450px;
  background-position: center;
  background-sise: cover;
  background-repeat: no-repeat;
  height: auto;
  position: relative;
  position: fixed;
  left: 50%;
  border-radius: 7px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}



.modal-window #error_name {
  font-size: 1rem;
  margin-top: 5px;
}

.modal-window #error_phone {
  font-size: 1rem;
  margin-top: 5px;
}

.modal-window .captcha-block input {
  width: 200px!important;
}





.modal-window form{
  display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;
  -webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-moz-box-orient: vertical;-moz-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
}


.modal-window .fa {
  padding: 10px 10px;
  font-size: 1.8rem;
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 0.5;
  cursor: pointer;
  transition: .2s;
}

.modal-window .fa:hover {
  opacity: 1;
}

.modal-window form input {
  width: 350px;
  height: 50px;
  border-radius: 5px;
  margin-top: 20px;
  box-shadow: none;
  border: none;
  outline: none;
  padding: 0 12px;
  font-size: 1.6rem;
}
.politicinputblock {
margin: 15px 0;
  width: 350px;
}
.politicinputblock label input {
 width: 20px!important;
  height: 20px!important;
  margin: 0px 6px 0 0px !important;
  float: left;
  
}
.politicinputblock label span {
 margin-top: 0px;
  float: left;
  
}
.politicinputblock a {  
text-decoration: underline;
}

.politicinputblock label  {
 font-weight: normal;
  
}

form #error_politica{
  
  text-align: center;
  margin-top: 25px;
  font-size: 3rem;
 text-transform: uppercase;
  font-weight: 700;
  color: red;
  font-size: 1rem;
  margin-top: 5px;
  width: 100%;
  text-align: center;
  float: left;
  margin-left: 0;
}
form.fremocust #error_politica {
  
  margin-top: -7px;
  
  margin-bottom: 22px;

}
.dnone{
 display: none!important;	
}
.modal-window form > span {
  display: block;
  text-align: center;
  margin-top: 25px;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #00BB4A;
}


.modal-window form .nice-select {
  margin-top: 25px;
  width: 350px;
  height: 50px;
  font-size: 1.6rem;
  line-height: 5rem;
}

.modal-window form .nice-select ul.list {
  width: 350px;
}

.modal-window form p {
   padding: 20px 50px;
   text-align: center;
   color: black;
   font-size: 1.4rem;
 }

.modal-window form p.smel {
  padding: 0 60px;
  text-align: center;
  color: black;
  font-size: 1.2rem;
}

.modal-window form input[type=submit] {
  border: none;
  margin-top: 15px;
  font-size: 1.6rem;
  padding: 25px 0;
  color: #00BB4A;
  line-height: 0.3rem;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .3);
  border: #00BB4A 2px solid;
  cursor: pointer;
  transition: .2s;
}

.modal-window form input[type=submit]:hover {
  background-color: #00BB4A;
  color: white;
}




.overlay-modal2 {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 2000;
  display: none;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
}

.modal-window2 {
  display: none;
  background-image: url('/local/templates/auto/css/../img/bg2.png');
  width: 450px;
  background-position: center;
  background-sise: cover;
  background-repeat: no-repeat;
  height: 740px;
  position: relative;
  position: fixed;
  left: 50%;
  border-radius: 7px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-window2 #error_name {
  font-size: 1rem;
  margin-top: 5px;
}

.modal-window2 #error_phone {
  font-size: 1rem;
  margin-top: 5px;
}

.modal-window2 form{
  display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;
  -webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-moz-box-orient: vertical;-moz-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
}


.modal-window2 .fa {
  padding: 10px 10px;
  font-size: 1.8rem;
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 0.5;
  cursor: pointer;
  transition: .2s;
}

.modal-window2 .fa:hover {
  opacity: 1;
}

.modal-window2 form input {
  width: 350px;
  height: 50px;
  border-radius: 5px;
  margin-top: 20px;
  box-shadow: none;
  border: none;
  outline: none;
  padding: 0 12px;
  font-size: 1.6rem;
}

.modal-window2 form > span {
  display: block;
  text-align: center;
  margin-top: 25px;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #00BB4A;
}


.modal-window2 form .nice-select {
  margin-top: 25px;
  width: 350px;
  height: 50px;
  font-size: 1.6rem;
  line-height: 5rem;
}

.modal-window2 form .nice-select ul.list {
  width: 350px;
}

.modal-window2 form p {
  padding: 20px 50px;
  text-align: center;
  color: black;
  font-size: 1.4rem;
}

.modal-window2 .captcha-block input {
  width: 200px;
}

.modal-window2 .submitter {
  margin-top: 10px!important;
}

.modal-window2 form p.smel {
  padding: 0 60px;
  text-align: center;
  color: black;
  font-size: 1.2rem;
}

.modal-window2 form input[type=submit] {
  border: none;
  margin-top: 0;
  font-size: 1.6rem;
  padding: 25px 0;
  color: #00BB4A;
  line-height: 0.3rem;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .3);
  border: #00BB4A 2px solid;
  cursor: pointer;
  transition: .2s;
}

.modal-window2 form input[type=submit]:hover {
  background-color: #00BB4A;
  color: white;
}














.overlay-modal3 {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 2000;
  display: none;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
}

.modal-window3 {
  display: none;
  background-image: url('/local/templates/auto/css/../img/bg2.png');
  width: 450px;
  background-position: center;
  background-sise: cover;
  background-repeat: no-repeat;
  height: 720px;
  position: relative;
  position: fixed;
  left: 50%;
  border-radius: 7px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-window3 #error_name {
  font-size: 1rem;
  margin-top: 5px;
}

.modal-window3 #error_phone {
  font-size: 1rem;
  margin-top: 5px;
}

.modal-window3 .captcha-block input {
  width: 200px!important;
}

.modal-window3 form{
  display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;
  -webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-moz-box-orient: vertical;-moz-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
}


.modal-window3 .fa {
  padding: 10px 10px;
  font-size: 1.8rem;
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 0.5;
  cursor: pointer;
  transition: .2s;
}

.modal-window3 .fa:hover {
  opacity: 1;
}

.modal-window3 form input {
  width: 350px;
  height: 50px;
  border-radius: 5px;
  margin-top: 20px;
  box-shadow: none;
  border: none;
  outline: none;
  padding: 0 12px;
  font-size: 1.6rem;
}

.modal-window3 form > span {
  display: block;
  text-align: center;
  padding: 0 20px;
  margin-top: 25px;
  font-size: 2.7rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #00BB4A;
}


.modal-window3 form .nice-select {
  margin-top: 25px;
  width: 350px;
  height: 50px;
  font-size: 1.6rem;
  line-height: 5rem;
}

.modal-window3 form .nice-select ul.list {
  width: 350px;
}

.modal-window3 form p {
  padding: 20px 50px;
  text-align: center;
  color: black;
  font-size: 1.4rem;
}

.modal-window3 form p.smel {
  padding: 0 60px;
  text-align: center;
  color: black;
  font-size: 1.2rem;
}

.modal-window3 form input[type=submit] {
  border: none;
  margin-top: 15px;
  font-size: 1.6rem;
  padding: 25px 0;
  color: #00BB4A;
  line-height: 0.3rem;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .3);
  border: #00BB4A 2px solid;
  cursor: pointer;
  transition: .2s;
}

.modal-window3 form input[type=submit]:hover {
  background-color: #00BB4A;
  color: white;
}

.modal-window3 textarea {
  border: none;
  border-radius: 5px;
  margin-bottom: 40px;
  outline: none;
  width: 350px;
  padding: 10px 10px;
  margin-top: 20px;
  resize: none;
}
.overlay-modal4 {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 2000;
  display: none!important;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
}

.modal-window4 {
  display: none;
  background-image: url('/local/templates/auto/css/../img/lr_03.png');
  width: 507px;
  background-position: center;
  background-sise: cover;
  background-repeat: no-repeat;
  height: 448px;
  position: relative;
  position: fixed;
  left: 50%;
  border-radius: 7px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: Myriad Pro;
}

.modal-window4 #error_name {
  font-size: 1rem;
  margin-top: 5px;
}

.modal-window4 #error_phone {
  font-size: 1rem;
  margin-top: 5px;
}

.modal-window4 .captcha-block input {
  width: 200px!important;
}

.modal-window4 form{
  display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;
  -webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-moz-box-orient: vertical;-moz-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
}


.modal-window4 .fafal {
  padding: 10px 0px 0;

font-size: 1.8rem;

position: absolute;

right: 13px;

top: -2px;

opacity: 1;

cursor: pointer;

transition: .2s;

font-weight: Myriad Pro;

color:#008700;

font-size: 18px;

text-transform: lowercase;

border-bottom: 1px solid;

line-height: 19px;
}

.modal-window4 .fa:hover {
  opacity: 1;
}
.modal-window4 .fa:before {
   display: none;
}
.second-floor-four .first-floor .item.price .inp input {
  margin-top: -3px;
  margin-right: 5px;
}

section.calc .wrap .second-floor-four .third-floor .end-price-table .right .inp input {
  margin-top: -3px;
  margin-right: 5px;
}

.wrap-form .inp input {
  margin-top: -3px;
  margin-right: 5px;
}

section.page-leftmenu .wrap .wrap-left-bar .uslugi .wrap-menu > ul > li > .additional_menu > li > a.active {
  text-decoration: underline;
  font-weight: 600;
  padding-right: 30px;
}

.servicesData ul li a {
  color: #009A00;
  font-size: 14px;
}

.servicesData ul {
  margin-top: 20px;
}

.wrap-form .inputs-to .nice-select {
  width: 375px;
  margin-top: 25px;
  height: 50px;
}

section.aboutus .wrap-form .inputs-to input {
  margin-top: 34px;
}
section.aboutus .wrap-form .inputs-to .nice-select {
  margin-top: 34px;
}

.wrap-form .inputs-to .nice-select.open .list {
  width: 375px;
}

section.page-leftmenu .wrap .wrap-right-bar .price-repair form .floor-select .nice-select {
  min-width: 180px;
  width: auto;
  z-index: 301;
}

section.page-leftmenu .wrap .wrap-right-bar .price-repair form .floor-select .nice-select.open .list {
  width: auto;
  min-width: 208px;
}


section.code404 {
  width: 100%;
  margin-top: 50px;
}


section.code404 .wrap {
  width: 1200px;
  margin: auto;
  /*border: 1px solid blue;*/
}

section.code404 .wrap h1 {
  color: #333333;
  text-transform: uppercase;
  font-size: 4rem;
  text-align: center;
}

section.code404 .wrap p {
  font-size: 28vh;
  color: #009A00;
  margin: 0;
  font-weight: 700;
  text-align: center;
}

section.code404 .wrap span {
  text-align: center;
  display: block;
  margin: auto;
  font-size: 2rem;
  font-weight: 700;
}

section.code404 .wrap ul {
  /*border: 1px solid red;*/
  max-width: 590px;
  margin: auto;
}

section.code404 .wrap ul li {
  margin: auto;
  font-size: 1.6rem;
  margin-top: 12px;
  font-weight: 600;
}

.social-number a:hover {
  opacity: .6;
}

.news-list > a .descr .item_name:hover {
  opacity: .7;
}

.news-list > a .descr p.next:hover {
  opacity: .7;
}

.news-detail .img_blog {
  width: 600px;
  height: 400px;
}

.news-detail .item_name {
  font-size: 1.4rem;
  font-weight: 600;
}
.news-detail p {
  font-size: 1.4rem;
}

.news-detail p a {
  color: #009A00;
}

.news-detail ul li {
  font-size: 1.4rem;
}

.news-detail {
  margin-bottom: 50px;
  position: relative;
}
.news-detail .news-like {
  position: absolute;
  right: 0;
  bottom: -23px;
  -webkit-box-align: center;  -webkit-align-items: center;  -moz-box-align: center;  -ms-flex-align: center;  align-items: center;
  -webkit-box-pack: end;  -webkit-justify-content: flex-end;  -moz-box-pack: end;  -ms-flex-pack: end;  justify-content: flex-end;
  display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex
}

.news-detail .news-like .img {
  width: 30px;
  height: 25px;
}

.news-detail .news-like .img .fa {
  font-size: 2.2rem;
  color: rgba(0, 0, 0, .3);
  cursor: pointer;
  transition: .2s;
}

.news-detail .news-like .img .fa:hover {
  color: #009A00;
}

.news-detail .news-like span {
  cursor: default;
  font-weight: 600;
  font-size: 1.4rem;
}

section.aboutus {
  width: 100%;
}

section.aboutus .wrap {
  width: 1200px;
  margin: auto;
}

section.aboutus .wrap h1 {
  font-weight: 700;
  margin: 20px 0 10px 0;
  font-size: 3.4rem;
}

section.aboutus .wrap img {
  margin: 20px 0;
}

section.aboutus .wrap p {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

section.aboutus .wrap h2 {
  margin-top: 20px;
  font-size: 2rem;
  color: #009A00;
}

section.aboutus .wrap ul {
  list-style-type: none;
}

section.aboutus .wrap ul li {
  font-size: 1.4rem;
  margin: 7px 0;
}

section.aboutus .wrap ul li a {
  text-decoration: none;
  color: black;
}
section.aboutus .wrap ul li a:hover {
  text-decoration: underline;
}

section.aboutus .wrap ul li b {
  margin-top: 5px;
}

section.reviews {
  width: 100%
}
section.reviews .wrap {
  width: 900px;
  margin: auto;
  display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;
  -webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
  -webkit-box-pack: justify;-webkit-justify-content: space-between;-moz-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}

section.reviews .wrap .item {
  margin: 10px 0 30px 0;
  width: 280px;
}

section.reviews .wrap .item .video {
  width: 280px;
  height: 190px;
}

section.reviews .wrap .item .video iframe {
  width: 100%;
  height: 100%;
}

section.reviews .wrap .item span {
  font-size: 1.6rem;
  margin: 10px 0 20px 0;
  color: #009A00;
  font-weight: 600;
  display: block;
}

section.reviews .wrap .item p {
  font-size: 1.4rem;
}

.navigate {
  margin-top: 20px;
}

.navigate a {
  font-size: 1.2rem;
  font-weight: 700;
  color: #009A00;
  text-decoration: none;
}

.navigate a:hover {
  text-decoration: underline;
}

section.page-leftmenu .wrap .wrap-right-bar .trouble .nice-select {
  width: 235px;
}

section.page-leftmenu .wrap .wrap-right-bar .trouble .nice-select .list {
  width: 235px;
}

section.page-leftmenu .wrap .wrap-right-bar .trouble form a {
  width: 175px;
  background-image: linear-gradient(to bottom, #009A00 0%, #007800 100%);
  color: white;
  height: 45px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.6rem;
  text-transform: uppercase;
  cursor: pointer;
}

.recomend a {
  color: black;
}

.wrap-right-bar .content {
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0; }


.wrap-right-bar .content .eye-like {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.wrap-right-bar .content .eye-like span {
  color: white;
  margin-left: 10px;
  font-size: 1.6rem; }
.wrap-right-bar .content .eye-like img {
  margin-left: 30px;
  width: 15px;}


header .second-head .wrap .wrap-phone .summer-idiot {
  display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;
}

header .second-head .wrap .wrap-phone .summer-idiot .shit_social {
  margin-top: -3px;
  margin-left: 5px;
  display: flex;
  gap: 5px;
}

header .second-head .wrap .wrap-phone .summer-idiot .shit_social a img {
  max-width: 23px;
  margin-top: -2px;
  width: 23px;
}

footer .wrap .first-floor .sexus-animi-ludos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants .grants .item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .end-price-table {
  height: 120px;
}

section.online .wrap .button-form-online {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}


section.page-leftmenu .wrap .wrap-right-bar .car_info .right_car_info .work_list li a {
  text-decoration: none;
  color: black;
  font-size: 1.5rem;
}

section.page-leftmenu .wrap .wrap-right-bar .car_info .right_car_info .work_list li a:hover {
  text-decoration: underline;
}

.mobile-menu .wrap-mob-menu ul li:after {
  display: none;
}

section.page-leftmenu .wrap .wrap-right-bar a.back {
  font-size: 1.5rem;
  text-decoration: none;
  color: black;
}

section.page-leftmenu .wrap .wrap-right-bar a.back:hover {
  text-decoration: underline;
}

section.page-leftmenu .wrap .wrap-right-bar a.back:before {
  content: "\f100";
  font-family: "Fontawesome"
}

section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .third-floor .adress p {
  font-size: 1.3rem;
}

.news-detail .descr {
  font-size: 1.4rem;
  position: relative;
}

.news-detail .item_name {
  margin-top: 15px;
}

.navigate a:nth-last-child(2) {
  text-decoration: underline;
}

.navigate span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #009A00;
  cursor: default;
  text-decoration: underline;
}

section.reviews .wrap a {
  text-decoration: none;
  color: black;
}

section.reviews .wrap a .next:hover {
  text-decoration: underline;
}

section.reviews .wrap a .next {
  color: #00A800; 
}

section.reviews .wrap a span:hover {
  text-decoration: underline;
}



footer .wrap .first-floor .item-4 .webs a img {
  border-radius: 50%;
}

footer .wrap .first-floor .item-4 .webs a {
  background-color: transparent;
}

.news-detail .wrap-video {
  margin: auto;
  width: 560px;
  height: 315px;
}

.news-detail .wrap-video iframe {
  width: 100%;
  height: 100%;
}

.second-floor-land .landrover .item ul li:after {
  top: 6px;
}

.second-floor-price .right .wrapper ul li:after {
  display: none;
}


.nice-select > span {
  overflow: hidden;
  width: 160px;
  display: block;
}

.car_info {
  display: flex;
flex-direction: column;
}

.auto_description p {
  font-size: 1.4rem;
}

.auto_description ul li {
  font-size: 1.4rem;
}

#comments_soobwa .form_box .field_wrap input {
  min-width: 280px;
  border-radius: 10px;
  font-size: 1.3rem;
  padding: 15px 10px;
  border: 1px solid #D2D6D7;
}

#comments_soobwa .form_box .field .field_wrap textarea {
  padding: 15px 10px;
  border: 1px solid #D2D6D7;
  border-radius: 10px;
  font-size: 1.3rem;

}
#comments_soobwa .btn_blue {
  background-image: linear-gradient(to bottom, #009A00 0%, #007800 100%);
  font-size: 1.4rem;
}

.map-columns {
  margin: 70px auto;
}

ul.map-level-0 a {
  color: #007200;
  text-decoration: none;
}

ul.map-level-0 a:hover {
  text-decoration: underline;
}

#comments_soobwa .comments_main_box {
  padding-top: 15px;
  padding-bottom: 0;
  margin-bottom: 15px;
  clear: both;
}

#comments_soobwa .comments_title {
  margin-top: 20px;
  margin-bottom: 5px;
}

#comments_soobwa .btn_blue:hover {
  background-color: #009800;
}

#comments_soobwa .btn_blue {
  background-color: #009800;
}

.table_descr p {
  font-size: 1.4rem;
}

.table_descr li {
  font-size: 1.4rem;
}

p.imgandtext img {
  float: left;
  margin-right: 15px;
}

p.imgandtext iframe {
  float: left;
}

p.imgandtext-right img {
  float: right;
}

p.imgandtext-right iframe {
  float: right;
}

p.imgandtext-right:after {
  content: "";
  display: table;
  clear: both;
} 

p.imgandtext:after {
    content: "";
    display: table;
    clear: both;
}

section.aboutus img.float-left {
  float: left;
  max-width: 400px;
}

section.aboutus img.float-right {
  float: right;
  max-width: 400px;
}

img.float-right {
  float: right;
  margin: 0 20px;
  max-width: 400px;
}

img.float-left {
  float: left;
  margin: 0 20px;
  max-width: 400px;
}

img.float-right:after {
  content: "";
  height: 100%;
  display: table;
  clear: both;
}

img.float-left:after {
  content: "";
  height: 100%;
  display: table;
  clear: both;
}

section.aboutus img.float-left:after {
  content: "";
  display: table;
  clear: both;
}

section.aboutus img.float-right:after {
  content: "";
  display: table;
  clear: both;
}

.table_wrap {
  width: 100%;
}


p.imgimg {
  -ms-flex-wrap: wrap;flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}



p.imgimg img {
  max-width: 400px;
}

p.imgimgimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}

p.imgimgimg img {
  max-width: 300px;
}

section.page-leftmenu .wrap .wrap-right-bar .news-list > a .img_blog {
  max-height: 280px;
}

section.page-leftmenu .wrap .wrap-right-bar .news-list > a .img_blog > img {
  max-height: 280px;
}

.navigation-pages p.dots {
  margin-top: 20px;
}


.wrap-right-bar .range-jaguar {
  width: 900px;
}

section.page-leftmenu .wrap .wrap-right-bar section.tabs {
  height: auto;
  width: 900px;
  margin: auto;
}

section.page-leftmenu .wrap .wrap-right-bar section.tabs .wrap .landrover .item {
  width: 225px;
}

section.page-leftmenu .wrap .wrap-right-bar .tabs ul li a {
  font-size: 1.2rem;
  font-weight: 700;
  width: auto;
  height: auto;
  display: inline;
  color: black!important;
  background-color: white!important;
  background-image: none!important;
  line-height: 1.5;
  box-shadow: none;
  
} 

section.page-leftmenu .wrap .wrap-right-bar section.tabs .wrap .landrover .item ul li {
  width: 100%;
  height: 18px;
  display: block;
  line-height: 0!important;
}

section.page-leftmenu .wrap .wrap-right-bar section.tabs .wrap .landrover .item ul {
  line-height: 0!important;
}

section.page-leftmenu .wrap .wrap-right-bar section.tabs .wrap .landrover {
  margin-bottom: 30px;
}



section.our_team {
  width: 100%;
  height: auto;
}


section.our_team .stars-comments {
  margin-top: 10px;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  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; }
  section.our_team .stars-comments .stars {
    border: 1px solid transparent;
    margin-left: 32px;
    min-width: 125px; }
    section.our_team .stars-comments .stars .fa {
      color: #B3BCC4;
      font-size: 1.85rem;
      margin-left: 4px; }
      section.our_team .stars-comments .stars .fa:first-child {
        margin-left: 2px; }
        section.our_team .stars-comments .stars .fa.active {
      color: #009A00; }
      section.our_team .stars-comments .message-user {
        padding-left: 20px;
    border: 1px solid transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
            section.our_team .stars-comments .message-user img {
      cursor: pointer;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      margin: 0; }
      section.our_team .stars-comments .message-user img:hover {
        opacity: .8; }
        section.our_team .stars-comments .message-user span.count {
      font-size: 1.4rem;
      line-height: 1.2rem;
      display: inline-block;
      margin-left: 5px; }

section.our_team .wrap {
  max-width: 1200px;
  height: 100%;
  margin: auto;
}

section.our_team .wrap .items {
  border-top: 2px solid #009A00;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;-webkit-justify-content: flex-start;-moz-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;
  -webkit-box-align: start; -webkit-align-items: flex-start; -moz-box-align: start; -ms-flex-align: start; align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
section.our_team .wrap .items .item {
  width: 360px;
  height: auto;
  border-radius: 4px;
  padding-top: 20px;
  margin: 0 19.5px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: .2s;
  padding: 0 25px 20px 25px;
  cursor: pointer;
}


section.our_team .wrap .items .item:hover {
  border: 1px solid #C0C0C0;
  -webkit-box-shadow: 0px 0px 93px -32px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 0px 93px -32px rgba(0,0,0,0.45);
box-shadow: 0px 0px 93px -32px rgba(0,0,0,0.45);
}

section.our_team .wrap .items .item .img_wrap{
  width: 262px;
  height: 280px;
  border-radius: 4px;
  overflow: hidden;
  margin: auto;
}

section.our_team .wrap .items .item .img_wrap img {
  width: 100%;
  height: auto;
}

section.our_team .wrap .items .item .description {
  text-align: center;
}

section.our_team .wrap .items .item .description span {
  font-size: 2.2rem;
  position: relative;
  display: block;
  color: black;
  padding: 7px 15px 0 15px;
  text-decoration: none;
}

section.our_team .wrap .items .item .description span:after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background-color: #009A00;
  position: absolute;
  -webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);
  left: 50%;
  bottom: -12px;
}

section.our_team .wrap .items .item .description p.f {
  margin-bottom: 0;
  margin-top: 24px;
  font-size: 1.6rem;
  padding: 0 5px;
  word-wrap: break-word;
}

section.our_team .wrap .items .item .description p.s {
  margin-top: 0;
  font-size: 1.7rem;
  padding: 0 15px;
}


section.page-leftmenu .wrap-right-bar .range-jaguar {
  padding-top: 0;
  padding-bottom: 5px;
}

section.page-leftmenu .wrap .wrap-right-bar .range-jaguar .tabs {
  margin-top: 0;
}


section.page-leftmenu .range-jaguar .tabs .item-tab:last-child {
  border-radius: 20px 20px 0 0;
}


section.aboutus .wrap-form {
  height: 490px;
}

.form-group {
  margin: 1em 0;
}

input[type=file] {
  outline: 0;
  opacity: 0;
  margin-left: -230px;
  pointer-events: none;
  user-select: none;
}

.label {
  width: 200px;
  border: 2px dashed white;
  border-radius: 5px;
  display: block;
  padding: 0.8em;
  transition: border 300ms ease;
  cursor: pointer;
  text-align: center;
  max-height: 175px;
  overflow: hidden;
}
.label i {
  display: block;
  font-size: 42px;
  padding-bottom: 10px;
}
.label span {
  font-size: 1.4rem;
}

.label i,
.label .titles {
  color: white;
  transition: 200ms color;
  margin-bottom: 5px;
}
.titles {
  font-size: 1.3rem;
  max-width: 180px;
  height: auto;
  display: block;
  word-wrap: break-word;
}

.label:hover {
  border: 2px solid grey;
}
.label:hover i,
.label:hover .titles {
  color: #D8D8D8;
}

#filename {
  background-color: transparent;
  border: 1px solid #808080;
  border-radius: 4px;
  color: white;
  padding: 0 10px;
  width: 80%;
}

form.vikup .wrap-form .text-to button {
  bottom: -45px;
  right: 170px;
}


.ya-share2__list_direction_horizontal > .ya-share2__item:after {
  width: 0;
  height: 0;
}

.ya-share2__list {
  width: 100%;
  display: flex!important;
  justify-content: flex-end;
}

.ya-share2__list li:last-child {
  margin-right: 50px!important;
}

.ntwork {
  pointer-events: none;
}

input.ntwork {
  opacity: .5;
}

.g-recaptcha {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

form.vikup .wrap-form .text-to {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.page-leftmenu .wrap .wrap-right-bar form.fremo .little-form-wrap .text-to {
  display: block;
 
}
.col-xs-12 {
  padding: 0;
  margin: 0;
}

form.upload_file .g-recaptcha {
  margin-top: -140px;
  margin-bottom: 0;
  margin-right: -210px;
}

form.upload_file .wrap-form .text-to button {
  bottom: -65px;
  right: 65px;
}

.captcha-block {
  max-width: 200px;
  margin-top: 0px;
  min-height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
}

.captcha-block input {
   min-width: 180px;
   padding: 8px 10px;
   border-radius: 5px;
   border-color: transparent;
}



section.worker {
  width: 100%; }
  section.worker .wrap {
    max-width: 1170px;
    margin: auto;
    border: 1px solid transparent;
    margin-top: 30px;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    section.worker .wrap * {
      border-color: transparent !important; }
    section.worker .wrap .img-container {
      border: 1px solid red;
      width: 257px;
      height: 257px;
      overflow: hidden; }
      section.worker .wrap .img-container img {
        width: 100%;
        height: auto; }
    section.worker .wrap .descr {
      border: 1px solid blue;
      margin-left: 30px;
      max-width: 845px; }
      section.worker .wrap .descr h1.name {
        font-size: 2.6rem;
        font-weight: bold;
        color: #009A00;
        line-height: 2rem;
        display: block; }
      section.worker .wrap .descr span.descr {
        font-style: italic;
        font-size: 1.7rem;
        margin-left: 3px;
        display: block;
        margin-left: 0;
        margin-top: 19px; }
      section.worker .wrap .descr .stars-comments {
        margin-top: 10px;
        border: 1px solid red;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 23px; }
        section.worker .wrap .descr .stars-comments .stars {
          border: 1px solid red;
          min-width: 155px; }
          section.worker .wrap .descr .stars-comments .stars .fa {
            color: #B3BCC4;
            font-size: 1.85rem;
            margin-left: 4px; }
            section.worker .wrap .descr .stars-comments .stars .fa:first-child {
              margin-left: 2px; }
          section.worker .wrap .descr .stars-comments .stars .fa.active {
            color: #009A00; }
        section.worker .wrap .descr .stars-comments .message-user {
          border: 1px solid red;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          section.worker .wrap .descr .stars-comments .message-user img {
            cursor: pointer;
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s;
            margin: 0; }
            section.worker .wrap .descr .stars-comments .message-user img:hover {
              opacity: .8; }
          section.worker .wrap .descr .stars-comments .message-user span.count {
            font-size: 1.4rem;
            line-height: 1.2rem;
            display: inline-block;
            margin-left: 5px; }
      section.worker .wrap .descr p {
        font-size: 1.5rem;
        line-height: 1.8rem;
        margin: 17px 0;
        margin-left: 3px; }

section.head-review {
  width: 100%;
  margin-top: 62px;
  margin-bottom: 15px; }
  section.head-review .wrap {
    max-width: 1170px;
    margin: auto;
    border: 1px solid transparent;
    padding: 0 20px;
    position: relative; }
    section.head-review .wrap:after {
      content: "";
      width: 96.5%;
      height: 1px;
      background-color: #000;
      display: block;
      position: absolute;
      bottom: -1px; }
    section.head-review .wrap span.title {
      font-size: 2.4rem;
      text-transform: uppercase;
      display: inline-block;
      margin-right: 14px;
      line-height: 5.8rem; }
    section.head-review .wrap span.other {
      margin-left: 14px;
      font-size: 2rem;
      display: inline-block;
      position: relative; }
      section.head-review .wrap span.other:before {
        content: "";
        width: 2px;
        height: 24px;
        background-color: #009A00;
        display: block;
        position: absolute;
        left: -17px; }

section.all-comments {
  max-width: 1170px;
  margin: auto;
  position: relative; }
  section.all-comments div.alone-comment {
    width: 100%; }
    section.all-comments div.alone-comment:nth-last-child(2) .wrap {
      padding-bottom: 78px; }
    section.all-comments div.alone-comment .wrap {
      max-width: 1170px;
      margin: auto;
      border: 1px solid transparent;
      padding: 0 20px;
      min-height: 157px;
      position: relative; }
      section.all-comments div.alone-comment .wrap:after {
        content: "";
        width: 96.5%;
        height: 1px;
        background-color: #C0C0C0;
        display: block;
        bottom: -1px;
        position: absolute; }
      section.all-comments div.alone-comment .wrap .title {
        margin-top: 21px; }
        section.all-comments div.alone-comment .wrap .title span.name {
          font-size: 1.8rem;
          font-weight: 600;
          margin-right: 11px; }
        section.all-comments div.alone-comment .wrap .title span.date {
          font-size: 1.2rem;
          color: #a9b2b9;
          position: relative; }
          section.all-comments div.alone-comment .wrap .title span.date:before {
            content: "";
            width: 1px;
            height: 15px;
            display: block;
            left: -7px;
            top: 0;
            background-color: #009A00;
            position: absolute; }
      section.all-comments div.alone-comment .wrap .stars {
        margin-top: 3px; }
        section.all-comments div.alone-comment .wrap .stars .fa {
          font-size: 1.15rem;
          color: #B3BCC4; }
        section.all-comments div.alone-comment .wrap .stars .fa.active {
          color: #009A00; }
      section.all-comments div.alone-comment .wrap > p {
        font-size: 1.2rem;
        max-width: 800px;
        margin-top: 16px;
        line-height: 1.5rem; }
  section.all-comments a.more-comments {
    position: absolute;
    display: block;
    color: black;
    bottom: 20px;
    font-size: 1.5rem;
    font-weight: 600;
    left: 20px;
    bottom: 40px;
    text-decoration: none; }
    section.all-comments a.more-comments:hover {
      text-decoration: underline; }

section.add-comment {
  width: 100%; }
  section.add-comment .wrap {
    max-width: 1170px;
    margin: auto;
    border: 1px solid transparent;
    padding: 0 18px; }
    section.add-comment .wrap form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      section.add-comment .wrap form .left {
        max-width: 290px;
        border: 1px solid transparent; }
        section.add-comment .wrap form .left span.title {
          display: block;
          margin-top: 30px;
          font-size: 2rem;
          margin-bottom: 7px; }
        section.add-comment .wrap form .left input {
          margin-top: 18px;
          width: 100%;
          height: 50px;
          -webkit-border-radius: 5px;
                  border-radius: 5px;
          padding-left: 14px;
          border: 1px solid #B4BBC2;
          font-size: 1.6rem; }
      section.add-comment .wrap form .right {
        padding-left: 20px;
        border: 1px solid transparent; }
        section.add-comment .wrap form .right .rait {
          margin-top: 100px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          section.add-comment .wrap form .right .rait span.descr {
            font-size: 1.6rem; }
          section.add-comment .wrap form .right .rait .stars {
            margin-left: 15px;
            font-size: 1.9rem;
            cursor: default; }
            section.add-comment .wrap form .right .rait .stars .fa {
              margin-left: 1px;
              color: #B4BBC2;
              cursor: pointer; }
              section.add-comment .wrap form .right .rait .stars .fa:hover {
                opacity: .6; }
            section.add-comment .wrap form .right .rait .stars .fa.active {
              color: #009A00; }
        section.add-comment .wrap form .right textarea {
          margin-top: 15px;
          resize: none;
          height: 127px;
          min-width: 819px;
          -webkit-border-radius: 5px;
                  border-radius: 5px;
          padding-top: 15px;
          padding-left: 14px;
          font-size: 1.6rem; }
        section.add-comment .wrap form .right .capcha {
          width: 100px;
          height: 43px;
          border: 1px solid red;
          margin-top: 15px;
          width: 100%; }
        section.add-comment .wrap form .right .submit {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
          section.add-comment .wrap form .right .submit input {
            margin-top: 39px;
            width: 260px;
            height: 48px;
            text-transform: uppercase;
            font-size: 1.6rem;
            color: white;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#008A00), to(#005F00));
            background-image: -webkit-linear-gradient(top, #008A00 0%, #005F00 100%);
            background-image: -o-linear-gradient(top, #008A00 0%, #005F00 100%);
            background-image: linear-gradient(to bottom, #008A00 0%, #005F00 100%);
            border: none;
            -webkit-border-radius: 5px;
                    border-radius: 5px; }
            section.add-comment .wrap form .right .submit input:hover {
              background-image: -webkit-gradient(linear, left top, left bottom, from(#005F00), to(#005F00));
              background-image: -webkit-linear-gradient(top, #005F00 0%, #005F00 100%);
              background-image: -o-linear-gradient(top, #005F00 0%, #005F00 100%);
              background-image: linear-gradient(to bottom, #005F00 0%, #005F00 100%);
              cursor: pointer;
              -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.1);
                      box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.1); }


.search_footer input[type=text] {
  height: 25px;
  width: 190px;
  border-radius: 5px;
  border: 1px solid #B4BBC2;
  padding: 0 15px;
}



.search_footer input[type=submit] {
  background-color: #009800;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 0 17px;
  height: 25px;
  font-size: 1.1rem;
  text-transform: uppercase;
  transition: .2s;
  cursor: pointer;
}

.search_footer input[type=submit]:hover {
  background-color: #006300;
}

.page-static .wrap {
  max-width: 1200px;
  margin: auto;
}

.page-static .wrap table tr:first-child {
  background-color: white;
}

.page-static .wrap table tr:first-child td:nth-child(2) {
  display: none;
}


.page-static .wrap table tr:first-child input.search-button {
  background-color: #009800;
  border: none;
  border-radius: 5px;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
}

.page-static .wrap a {
  color:#009800;
}

.page-static .wrap .search-query {
  padding: 0 15px;
}

.title-search-result {
  background-color: #008A00;
  /* max-height: 150px; */
}

table.title-search-result {
  margin: 0!important;
}

table.title-search-result th{
  display: none!important;
}

table.title-search-result td.title-search-item b {
  color: #009100!important;
}

.form_reviews .little-form-wrap {
  background-image: url(/local/templates/auto/css/../img/b2.png)!important;
  background-color: #E5F7E9!important;
  border: 1px solid #009800;
  border-radius: 5px;
  position: relative;
  margin-top: 160px!important;
}

.form_reviews .title_litle_form {
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
}

.form_reviews .little-form-wrap  .title_litle_form {
  color: black!important;
} 

.form_reviews input {
  border: none!important;
  font-size: 1.6rem;
}

.form_reviews textarea {
  padding: 10px 20px;
  outline: none;
  font-size: 1.6rem;
  border: none!important;
  resize: none;
  width: 600px!important;
  margin-top: 30px!important;
  border-radius: 5px!important;
}

.form_reviews .inputs-to {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 0 30px!important;
  width: 100%!important;
  margin-left: 0!important;
}


.form_reviews .captcha-block {
  margin-top: 145px!important;
  width: 100%!important;
  position: relative;
}

.form_reviews .text-to {
  width: 100%!important;
  right: 0px!important;
}

.form_reviews button {
  left: 50%!important;
  transform: translateX(-50%);
}

.form_reviews span#error {
  position: absolute;
  top: 40px;
  right: -60px;
}

.add-comment .capcha-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.add-comment .capcha-block input {
  margin-left: 20px!important;
  padding: 11px 10px;
  border-radius: 5px;
  border: 1px solid #C0C0C0;
}


.upload_file .captcha-block {
  margin-top: -150px!important;
  margin-left: 305px!important;
}

textarea {
  font-family: Arial;
}

.dots_page {
  margin-top: 15px!important;
}

section.text .wrap {
  max-width: 1200px;
  margin: auto;
}
.fbppp1{
	font-size: 32px;

font-weight: 700;

color:#008700;

margin: 22px 0 0 50px;

width: 380px;

line-height: 42px;
}
.fbppp2{
background:#008700;

color:    #fff !important;
    text-decoration: none;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    padding: 17px 19px;
    float: left;
    margin: 9px 0 0 50px;

}
@media all and (max-width: 910px) {
	.premitem {

    width: 100%;
    float: left;
    margin: 0 0 25px 0;
    text-align: center;

}
.voprooitemtitle span {
    width: 35px;
    height: 35px;
    float: right;
    position: absolute;
    right: 0;
    top: 14px;
}
}
@media all and (max-width: 410px) {
.voprooitemtitle p {
    font-size: 15px;
    font-weight: bold;
    color: 
#009a00;
padding-left: 15px;
border-left: 5px solid
    #b3b3b3;
    width: 90%;
}
}
#comments_soobwa{font-family:Arial,sans-serif;font-size:14px}#comments_soobwa *{margin:0;padding:0;outline-width:0}#comments_soobwa .comments_title{font-size:20px;font-weight:bold;color:#555;margin-bottom:20px}#comments_soobwa .comments_title span{font-weight:normal;font-size:16px;color:#ababab}#comments_soobwa .user_summary{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#comments_soobwa .user_summary_avatar{width:35px;height:35px;-webkit-border-radius:50%;border-radius:50%;overflow:hidden;margin-right:15px;-webkit-box-flex:0;-webkit-flex:0 0 35px;-ms-flex:0 0 35px;flex:0 0 35px}#comments_soobwa .user_summary_avatar img{max-width:100%}#comments_soobwa .user_summary_desc{position:relative;width:100%}#comments_soobwa .user_summary_content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#comments_soobwa .user_summary_name{font-size:16px;color:#0094e5;font-weight:bold;margin-bottom:3px}#comments_soobwa .user_summary_date{color:#ababab;margin-right:10px}#comments_soobwa .comments_main_box{margin-bottom:40px;padding-bottom:50px;border-bottom:1px solid #ebebeb}#comments_soobwa .comments_item{background:#fff;-webkit-box-shadow:0 1px 6px rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:20px;margin-top:20px}#comments_soobwa .comments_item:first-child{margin-top:0}#comments_soobwa .comments_item.no_posted{-webkit-box-shadow:0 1px 6px #ff5858;box-shadow:0 1px 6px #ff5858}#comments_soobwa .comments_header{margin-bottom:15px}#comments_soobwa .comments_body{margin-left:50px}#comments_soobwa .comments_body_text{color:#555;font-size:15px;line-height:22px;position:relative;overflow:hidden}#comments_soobwa .comments_tree_box{padding-left:50px;padding-top:20px;display:none}#comments_soobwa .comments_tree_item{margin-top:17px;border-top:1px solid #ebebeb;padding-top:20px}#comments_soobwa .comments_tree_item:first-child{margin-top:0}#comments_soobwa .comments_body_show_tree{margin-top:10px;font-weight:bold;color:#a5acb3}#comments_soobwa .comments_body_show_tree span{cursor:pointer}#comments_soobwa .comments_body_show_tree span:hover{border-bottom:1px dotted;line-height:1em}#comments_soobwa .comments_tree_form{padding:12px;background:#f9f9f9;-webkit-border-radius:5px;border-radius:5px;position:relative;margin-top:20px}#comments_soobwa .form_box{position:relative;overflow:hidden}#comments_soobwa .field{float:left;display:inline-block;vertical-align:bottom;width:100%}#comments_soobwa .field_wrap{margin-right:110px}#comments_soobwa .field_wrap textarea{height:35px;font-size:14px;overflow:auto;vertical-align:top;resize:vertical;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-color:#d2d6d7;-webkit-transition:all ease .3s;transition:all ease .3s;padding:7px 10px;color:#555;-webkit-border-radius:3px;border-radius:3px;font-family:Arial,sans-serif;line-height:21px;min-height: auto}#comments_soobwa .field_wrap textarea:focus{border-color:#0094e5}#comments_soobwa .form_buttons{width:100px;text-align:right;position:absolute;right:0;bottom:0}#comments_soobwa .btn{height:35px;line-height:35px;position:relative;border:0;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;-webkit-transition:all ease .3s;transition:all ease .3s;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 15px}#comments_soobwa .btn_inline{width:auto}#comments_soobwa .btn:disabled{background:#a5acb3!important;color:#fff!important}#comments_soobwa .btn_gray{background:#a5acb3;color:#fff;padding:0 10px;vertical-align:bottom;font-size:13px;font-weight:700}#comments_soobwa .btn_gray:hover{background:#c0c3c5;color:#fff}#comments_soobwa .btn_blue{background:#0094e5;color:#fff;font-weight:700}#comments_soobwa .btn_blue:hover{background:#006fba}#comments_soobwa .comments_more{text-align:center;padding-top:20px}#comments_soobwa .btn_light{border:1px solid #d7d7d7;padding:0 20px;background:#fff;color:#424242;height:35px;line-height:35px;font-weight:700}#comments_soobwa .btn_light:hover{background:#a4a4a4;border-color:#8c8c8c;color:#fff}#comments_soobwa .comments_main_form .field{float:none}#comments_soobwa .comments_main_form .field_wrap{margin-right:0;margin-bottom:15px}#comments_soobwa .comments_main_form .field_wrap textarea{min-height:90px}#comments_soobwa .comments_not_auth_text{color:#8c8c8c;font-size:15px;margin-bottom:15px}#comments_soobwa .user_summary_rating{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}#comments_soobwa .star{text-decoration:none;display:block;vertical-align:middle;width:20px;float:right;text-align:center}#comments_soobwa .star svg{fill:#a5acb3;-webkit-transition:all ease .3s;transition:all ease .3s}#comments_soobwa .star.active svg,#comments_soobwa a.star:hover svg,#comments_soobwa a.star:hover ~ .star svg{fill:#0094e5}#comments_soobwa .comments_main_form .user_summary_content{margin-bottom:5px}#comments_soobwa .form_buttons_box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#comments_soobwa .comments_main_form .form_buttons{position:initial;right:auto;bottom:auto;float:right}#comments_soobwa .comments_thanks{display:none;height:100%}#comments_soobwa .comments_thanks_wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#0094e5;font-weight:bold;font-size:18px;height:100%}#comments_soobwa .send_mail{height:80px}#comments_soobwa .admin_panel_button{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:30px;height:36px;-webkit-border-radius:3px;border-radius:3px;-webkit-transition:all ease .3s;transition:all ease .3s;cursor:pointer;background:#f9f9f9;margin-left:15px}#comments_soobwa .admin_panel_button:hover{background:#d6d6d6}#comments_soobwa .admin_panel_button span{width:4px;height:4px;-webkit-border-radius:50%;border-radius:50%;background:#555;margin:2px 0}#comments_soobwa .admin_panel_menu ul{list-style:none}#comments_soobwa .admin_panel_menu{display:none;position:absolute;top:100%;right:0;z-index:1;background:#fff;-webkit-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 1px 3px 1px #c4c2c2;box-shadow:0 1px 3px 1px #c4c2c2;overflow:hidden}#comments_soobwa .admin_panel_menu a{padding:7px 15px;display:block;text-decoration:none;border-top:1px solid #c4c2c2;color:#555;-webkit-transition:all ease .3s;transition:all ease .3s}#comments_soobwa .admin_panel_menu li:first-child a{border-top:0}#comments_soobwa .admin_panel_menu a:hover{background:#f9f9f9}#comments_soobwa .no_posted_status{font-size:13px;color:#eb1f28}@media screen and (min-width:0) and (max-width:580px){#comments_soobwa .comments_item{padding:20px 10px}#comments_soobwa .comments_tree_list{background:#f9f9f9;padding:0 10px}#comments_soobwa .comments_tree_box{padding:20px 0 0;-webkit-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px}#comments_soobwa .comments_tree_form{margin-top:0;padding-top:20px}#comments_soobwa .comments_tree_item:first-child{border-top:0}#comments_soobwa .field{float:none}#comments_soobwa .field_wrap{margin-right:0;margin-bottom:10px}#comments_soobwa .form_buttons{position:inherit;right:auto;bottom:auto;float:right}#comments_soobwa .comments_thanks_wrapper{font-size:15px}#comments_soobwa .send_mail{height:50px}}
section.page-leftmenu .wrap.huyap {
    width: 100%;
    
}
.otzlist{
	float: left;

width: 100%;
}
.otzitem{
	float: left;

width: 24%;

text-align: center;
}
.ratingzvezda{
	
}
.ratingzvezda img{
	
}
.kolra{
font-size: 18px;
font-weight: 500;
color: #000;	
}
.otzitem a img{
	
}
.kolra span{
	
}
.imgkolra {
	float: left;
width: 100%;
}
@media all and (max-width: 650px) {
	.otzitem{
	float: left;

width: 100%;

text-align: center;
}
}

.moble-header {
  display: none;
}

.moble-header__sections {
  padding: 20px;
  box-sizing: border-box;
}

.moble-header__sections--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 5px 20px;
}

.moble-header__sections--bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px 10px 20px;
  display: none;
}

.moble__btn {
  background: #009800;
  display: block;
  height: 3px;
  position: relative;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  width: 30px;
}

.moble__btn:before, .moble__btn:after {
  -webkit-animation: burger-init .4s forwards;
  animation: burger-init .4s forwards;
  background: inherit;
  content: "";
  display: block;
  height: inherit;
  position: absolute;
  width: inherit;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}

.moble__btn:before {
    top: -10px;
}

.moble__btn:after {
    top: 10px;
}

.moble-dropdown__title span {
  font-weight: 600;
  display: inline-flex;
  cursor: pointer;
  position: relative;
}

.moble-dropdown__title span:before {
  content: '';
  height: 1px;
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -2px;
  border-bottom: 1px dashed #000;
}

.moble-header__section--left,
.moble-header__section--right {
  width: 20%;
}

.moble-header__section--left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.moble-header__section--right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.moble-header__section--center {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-menu.open .wrap ul {
  display: block;
}

.nav-menu.open {
  max-height: 550px !important;
  min-height: 550px !important;
}

.moble-dropdown {
  position: relative;
}

.moble-dropdown__body {
  position: absolute;
  right: -15px;
  top: 100%;
  display: none;
  box-shadow: 0px 12px 17.82px 0.18px rgb(32 22 0 / 35%);
  padding: 10px 15px;
  box-sizing: border-box;
  margin-top: 10px;
  min-width: 320px;
}

.moble-dropdown__body.open {
  display: block;
  background: #fff;
  border-radius: 5px;
  min-height: 100px;
  z-index: 5;
}

.moble-dropdown__body .andropova {
  font-size: 13px;
  margin-bottom: 6px;
}

.moble-dropdown__body .andropova .summer-idiot {
  display: flex;
  align-items: center;
}

.moble-dropdown__body .andropova p {
  margin: 0;
}

.moble-dropdown__body .andropova .summer-idiot .shit_social {
  order: -1;
  margin-right: 5px;
}

.moble-dropdown__body .andropova .summer-idiot .social-number a {
  color: #000 !important;
}

.moble-dropdown__body .andropova .summer-idiot .shit_social a {
  width: 25px;
  height: 25px;
  display: flex;
}

.moble-dropdown__body .andropova .summer-idiot .shit_social a img {
  max-width: 100%;
  height: auto;
}

.moble-dropdown__body .southDorojniy {
  font-size: 13px;
  margin-bottom: 6px;
}

.moble-dropdown__body .southDorojniy .summer-idiot {
  display: flex;
  align-items: center;
}

.moble-dropdown__body .southDorojniy p {
  margin: 0;
}

.moble-dropdown__body .southDorojniy .summer-idiot .shit_social {
  order: -1;
  margin-right: 5px;
}

.moble-dropdown__body .southDorojniy .summer-idiot .social-number a {
  color: #000 !important;
}

.moble-dropdown__body .southDorojniy .summer-idiot .shit_social a {
  width: 25px;
  height: 25px;
  display: flex;
}
.moble-dropdown__body .southDorojniy .summer-idiot .shit_social a:last-child {
  display: none;
}

.moble-dropdown__body .southDorojniy .summer-idiot .shit_social a img {
  max-width: 100%;
  height: auto;
}

.moble-dropdown__body .belomorskaya {
  font-size: 13px;
  margin-bottom: 6px;
}

.moble-dropdown__body .belomorskaya .summer-idiot {
  display: flex;
  align-items: center;
}

.moble-dropdown__body .belomorskaya p {
  margin: 0;
}

.moble-dropdown__body .belomorskaya .summer-idiot .shit_social {
  order: -1;
  margin-right: 5px;
}

.moble-dropdown__body .belomorskaya .summer-idiot .social-number a {
  color: #000 !important;
}

.moble-dropdown__body .belomorskaya .summer-idiot .shit_social a {
  width: 25px;
  height: 25px;
  display: flex;
}

.moble-dropdown__body .belomorskaya .summer-idiot .shit_social a img {
  max-width: 100%;
  height: auto;
}

.mob-work__time {
  font-size: 13px;
}

@media all and (max-width: 1024px) {
  .moble-header {
    display: block;
    background: #fff;
    box-shadow: 0px 12px 17.82px 0.18px rgb(32 22 0 / 35%);
    position: relative;
    z-index: 1500;
  }

  .mob-head-wr #nav-burger {
    display: none !important;
  }

  .mob-head-wr .nav-menu {
    min-height: 0 !important;
    max-height: 0 !important;
  }

  .mob-head-wr .nav-menu.open {
    max-height: 550px !important;
    min-height: 550px !important;
  }

  .mob-head-wr .nav-menu.open .wrap ul {
    padding-top: 0;
  }

  .mob__hide {
    display: none;
  }
}


.service-dop-menu.navigation-catalog {
  width: 100%;
  background: none;
  box-shadow: none;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
  min-width: 360px;
  padding-top: 10px;
  margin-left: -60px;
}

.nav-menu .wrap .service-dop-menu.navigation-catalog .navigation-catalog__list {
    width: auto !important;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 20px;
    box-sizing: border-box;
}

.navigation-catalog__list {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 12px 17.82px 0.18px rgb(32 22 0 / 35%);
}

.navigation-catalog__item {
  background: none;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  width: 100%;
}

.nav-menu .wrap .service-dop-menu.navigation-catalog .navigation-catalog__list ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu .wrap .service-dop-menu.navigation-catalog .navigation-catalog__list ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: none;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  padding-right: 40px;
  padding-left: 10px;
  position: relative;
  width: 100%;
  border: 1px solid transparent;
}

.nav-menu .wrap .service-dop-menu.navigation-catalog .navigation-catalog__list ul li a span {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  background: none;
  /*overflow: hidden;*/
}

.nav-menu .wrap .service-dop-menu.navigation-catalog .navigation-catalog__list ul li a img {
  max-width: 100%;
  height: auto;
}

.nav-catalog__title {
  padding: 10px 0;
  cursor: pointer;
}

.nav-menu .wrap .service-dop-menu.navigation-catalog .navigation-catalog__list ul li .sep {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 14px;
  height: 14px;
  display: block;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  margin-top: -7px;
  transform: rotate(45deg);
}

.nav-menu .wrap .service-dop-menu.navigation-catalog .navigation-catalog__list ul li a:hover {
  color: #009A00;
  border: 1px solid #009A00;
  border-radius: 5px;
}

.nav-menu .wrap .service-dop-menu.navigation-catalog .navigation-catalog__list ul {
  display: none;
}

.nav-menu .wrap .service-dop-menu.navigation-catalog .navigation-catalog__list ul.open {
  display: block;
}

.nav-menu ul li.sub:nth-child(4) {
  position: relative;
}

.navigation-catalog__item:last-child .nav-catalog__title {
  display: inline-flex;
  flex-direction: column;
}

.navigation-catalog__item:last-child .nav-catalog__title:after {
  content: '';
  border-bottom: 1px dotted #000;
  width: auto;
  min-width: 52px;
  display: inline-block;
  margin-top: 5px;
}

.navigation-catalog__item:last-child .nav-catalog__title.open:after {
  content: '';
  border-bottom: 1px transparent; 
}

.mob-work__bottom {
  display: flex;
  align-items: center;
  padding: 10px 0;
  box-sizing: border-box;
}

.mob-work__labbel {
  display: flex;
  align-items: center;  
}

.mob-label-s1 {
  width: 30px;
  height: 30px;
  min-width: 30px;
  margin-right: 10px;
  display: flex;
  padding: 3px;
  box-sizing: border-box;
}

.mob-label-s1 img {
  max-width: 100%;
  height: auto;
}
.fremo .error_captcha{
	color: red;
}
.fremo .politicinputblock  span, .fremo .politicinputblock  span a{
	color: #fff;
}
@media all and (max-width:1225px) {
  .service-dop-menu.navigation-catalog {
    background: #fff;
    padding: 0;
    margin-left: 0;
  }

  .nav-menu .wrap .service-dop-menu.navigation-catalog .navigation-catalog__list {
    border-radius: 0;
    /*box-shadow: none;*/
    width: 100% !important;
  }

  .navigation-catalog__item {
    width: 100%;
  }

  .nav-catalog__title {
    text-align: center;
  }

  .nav-menu .wrap .service-dop-menu.navigation-catalog .navigation-catalog__list ul li a {
    width: 100% !important;
  }

  .nav-menu .wrap .service-dop-menu.navigation-catalog .navigation-catalog__list ul li a span {
    min-width: 0;
  }

  .nav-menu .wrap .service-dop-menu.navigation-catalog .navigation-catalog__list .navigation-catalog__item ul {
    display: none;
  }

  .nav-menu .wrap .service-dop-menu.navigation-catalog .navigation-catalog__list .navigation-catalog__item ul.open {
    display: block;
  }

  .navigation-catalog__item .nav-catalog__title {
    border: 1px solid #009A00;
    border-radius: 5px;
    padding: 10px 0;
  }

  .navigation-catalog__item:last-child .nav-catalog__title {
    margin-bottom: 0;
    margin-top: 10px;
    position: relative;
  }

  .navigation-catalog__item:last-child .nav-catalog__title {
    display: flex;
    flex-direction: column;
  }

  .navigation-catalog__item:last-child .nav-catalog__title:after {
    display: none;
  }

  .sub-menu-wr .we-repair p img {
    display: none;
  }

  .sub-menu-wr .we-repair p {
    display: none;
  }

  .sub-menu-wr .centers-mini {
    display: none;
  }

  .sub-menu-wr .price-repair {
    display: none;
  }

  .sub-menu-wr .we-repair h2 {
    font-size: 20px;
    border-bottom: 1px solid #37a537;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: left;
  }

  .sub-menu-wr .we-repair h2:last-child {
    border-bottom: none;
  }
}

@media all and (max-width: 580px) {
  .moble__logo {
    max-width: 180px;
  }

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

@media all and (max-width: 380px) {
  .moble__logo {
    max-width: 104px;
  }
}

section.page-leftmenu .wrap .wrap-right-bar.wrap-right-full {
  width: 100%;
  box-sizing: border-box;
}

/* dop styles */

.table_descr p {
  font-size: 2.0rem;
}

@media all and (max-width: 480px) {
  section.page-leftmenu .wrap .wrap-right-bar .title.services-page {
    padding-top: 0 !important;
    margin-left: 0;
    width: 100% !important;
    padding: 15px !important;
    box-sizing: border-box;
  }

  section.page-leftmenu .wrap .wrap-right-bar .navigate {
    margin: 0 !important;
    font-size: 14px !important;
    display: inline-block;
    flex-wrap: inherit;
    position: relative;
    z-index: 500;
    padding: 27px 0 150px !important;
  }

  body section.page-leftmenu .wrap {
      max-width: 100%;
      width: 100% !important;
      min-width: auto;
      position: relative;
  }

  body section.page-leftmenu .wrap .wrap-right-bar {
    max-width: 100%;
    min-width: auto;
    width: 90%!important;
    position: relative;
  }

  section.page-leftmenu .wrap .wrap-left-bar {
    display: none;
  }

  .servises-slider {
        margin-top: -140px !important;
  }

  section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inp {
    padding-left: 0;
    margin-left: 0;
  }

  section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inputs-to {
    width: 100% !important;
    margin-left: 0 !important;
    transform: translateX(0) !important;
  }

  section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inputs-to input {
    width: 100% !important;
  }

  body section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inputs-to .nice-select {
    width: 100% !important;
  }

  section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inp {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  body section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to {
    right: auto !important;
    left: auto !important;
    position: relative !important;
    margin: 0 !important;
    top: auto !important;
    margin-top: 20px !important;
    width: 100% !important;
  }

  section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to textarea {
    width: 100% !important;
  }

  section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to button {
    width: 100% !important;
  }

  .table_descr p {
    font-size: 2rem;
  }

  .table_descr li {
    font-size: 2rem;
  }

  #comments_soobwa .form_box .field_wrap input {
    width: 100%;
  }

  section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map {
    width: 100% !important;
  }

  .center-item {
    padding-left: 0;
  }

  body section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap {
    width: 100% !important;
  }

  section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .title {
      padding-top: 30px;
      width: 100% !important;
      text-align: center;
      margin-bottom: 20px;
  }

  section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .second-floor p {
    font-size: 1.7rem  !important;
  }

  .work_list-auto li a {
    font-size: 14px;
  }

  .center-item .adress p {
    font-size: 1.7rem  !important;
  }

  .center-item .numbers a {
    font-size: 1.7rem  !important;
  }

  .moble-header__sections--top {
    font-size: 0;
  }

  .moble-header__section--right {
    font-size: 14px;
  }
}

section.page-leftmenu .wrap .wrap-right-bar .navigate {
  padding-left: 0;
  display: inline-flex;
  align-items: center;
  list-style: none;
}

section.page-leftmenu .wrap .wrap-right-bar .navigate li {
  margin: 5px;
}

section.page-leftmenu .wrap .wrap-right-bar .navigate li:after {
  display: none;
}
.cookie-modal{
  position: fixed;
  left: 50%;
  bottom: 50px;
  z-index: 999;
}
.cookie-modal-holder{
  position: relative;
  background: #fff;
  color: #000;
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  column-gap: 100px;
  left: -50%;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.cookie-modal-holder a.ubtn{
 display: block;
  padding: 10px;
  width: 100px;
  height: 40px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}
.cookie-modal-holder p{
  margin-bottom: 0;
}
.cookie-block {
  display: none;
 
}
.ubtn_blue {
  background-color: #009A00;
  border-color: #009A00;
  color: #fff;
}
@media screen and (max-width: 1280px){
  .cookie-modal-holder{
    width: auto;
    left: 10px;
    right: 10px;
    flex-direction: column;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
  }
  .cookie-modal-holder p{
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
    .mob-class-hidden {
        display: none;
    }

    .nav-menu.mob-class-hidden.open {
      display: block;
    }

    .nav-menu.mob-class-hidden.open #nav-burger {
      display: none;
    }
}
/* End */


/* Start:/local/templates/auto/css/media.css?177702390184857*/
@media (max-width: 1600px) {
	section.video .wrap .item {
		margin: 10px 10px 10px 10px;
	}
}

@media (max-width: 1340px) {
	.nav-menu .wrap ul li a {
		width: 150px;
	}


 }


@media (max-width: 1220px) {

	.page-static .wrap {
		padding: 0 15px;
	}
	section.page-leftmenu .wrap .wrap-right-bar section.tabs {
		width: 600px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .repair-area .images {
		-webkit-justify-content: space-around;-ms-flex-pack: distribute;justify-content: space-around;
	}

	section.calc .wrap .seo-text {
		padding-bottom: 50px!important;
	}

	p.imgimgimg {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		        justify-content: space-around;
-ms-flex-pack: distribute;justify-content: space-around;
	}

	section.our_team .wrap .items {
		-webkit-justify-content: space-around;
-ms-flex-pack: distribute;justify-content: space-around;
	}

	section.page-leftmenu .wrap-right-bar .range-jaguar {
		width: 600px;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.tabs .wrap .landrover .item {
		width: 300px;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.tabs .wrap .landrover .item:nth-child(1n) {
		border-left: 1px solid #A6BBD1;
	}



	.second-floor-price .left .zal-links {
		width: 76%;
	}

	section.page-leftmenu .wrap .wrap-right-bar .price-repair form .floor-select .nice-select.open .list {
		min-width: 270px;
	}

	.news-list > a {
		padding: 20px 0;
	  }


	section.thank-you .wrap {
		width: 100%;
	}
	
.table_descr {
	max-width: 600px;
	overflow-x: scroll;
  }
  

	section.page-leftmenu .wrap .wrap-left-bar .car_list ul li a {
		height: 129px;
	}

	section.page-leftmenu .wrap .wrap-left-bar .car_list ul li {
		height: 129px;
		width: 129px;
	}

	section.page-leftmenu .wrap .wrap-left-bar .car_list {
		width: 260px;
	}

	.img_blog {
		margin-top: 20px;
		margin-right: 0;
	}

	.news-list > a .descr p.next {
		margin-bottom: 10px;
	}

	.nav-menu .wrap {
		width: 100%;
	}

	section.tabs .wrap .landrover .item .item-wrap .picturae {
		width: 105px;
		height: 90px;
	}

	section.tabs .wrap .landrover .item .item-wrap .picturae img {
		width: auto;
		height: auto;
		max-width: 105px;
		max-height: 90px;
	}

	section.code404 .wrap {
		width: 100%;
	}

	section.page-leftmenu .wrap .wrap-right-bar .price-repair form .floor-select .nice-select {
		margin-right: 0;
	}

	section.page-leftmenu .wrap .wrap-right-bar .trouble form a {
		margin-top: 20px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .price-repair form .floor-select .nice-select {
		width: 270px;
		margin-top: 20px;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map {
		width: 450px;
		margin-top: 20px;
	}


	section.tabs .wrap .jaguar .item .item-wrap .picturae img {
		height: 60px;
	}

	.news-list > a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		        align-items: center
	}

	.news-list > a .descr {
		width: 400px;
		margin-top: 30px;
	}

	section.aboutus .wrap {
		width: 100%;
		padding: 0 20px;
	}

	section.reviews .wrap {
		width: 600px!important;
	}

	section.online .wrap .main_form .nice-select {
		margin-bottom: 15px;
	}

	section.online .wrap .main_form a {
		margin-bottom: 20px;
	}

	section.online {
		padding-bottom: 60px;
	}

	section.centers .wrap .right-map {
		margin-top: 20px;
	}






	section.expert .wrap .right .item {
		margin-top: 20px;
	}

section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .end-price-table .left p {
	margin-top: 15px;
}

section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .name-table .left p {
	font-size: 1.2rem;
}
section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .end-price-table .right .inp label {
	font-size: 1.1rem;
}

section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .table_td {
	height: 50px;
}

section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .title_table .left label {
	font-size: 1.1rem!important;
}

section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .title_table {
	height: 50px;
}

section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .table_td .left {
	padding-left: 20px;
}

section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .table_td .left label {
	font-size: 1.1rem!important;
}

section.page-leftmenu .wrap {
	width: 900px;
}

.range-jaguar {
	width: 100%;
}

section.page-leftmenu .wrap .wrap-right-bar .title {
	width: 600px;
	font-size: 2.8rem;
}

section.page-leftmenu .wrap .wrap-right-bar .process .title {
	width: 600px;
	padding: 20px 0;
	font-size: 2.6rem
}

section.page-leftmenu .wrap .wrap-right-bar .materials .title {
	width: 600px;
	padding: 20px 0;
	font-size: 2.6rem
}

section.page-leftmenu .wrap .wrap-right-bar .materials .floor .item {
	margin-top: 20px;
}

section.page-leftmenu .wrap .wrap-right-bar .sovet .title {
	width: 600px;
	padding: 20px 0;
	font-size: 2.6rem;
}

section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to button {
	right: 50%;
	-webkit-transform: translateX(50%);-ms-transform: translateX(50%);-o-transform: translateX(50%);transform: translateX(50%)
}

section.page-leftmenu .wrap .wrap-right-bar .spare-parts .title {
	width: 600px;
	font-size: 2.2rem;
	padding: 20px 0;
}

section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .title_litle_form {
	padding-top: 10px;
	font-size: 2.8rem;
}

section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inputs-to {
	width: 280px;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%)
}

section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to {
	top: 350px;
}

section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap {
	height: 600px;
}

section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inp label {
	font-size: 1.2rem!important;
}

section.page-leftmenu .wrap .wrap-right-bar {
	width: 600px;
}

section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants .third-floor-t .end-price-table .right .inp label {
	font-size: 1.1rem!important;
}

section.page-leftmenu .wrap .wrap-right-bar .tabs a {
	width: 270px;
}

section.page-leftmenu .wrap .wrap-right-bar .tabs a:nth-child(2) {
	width: 360px;
}

section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants .liter {
	width: 50%;
}


section.page-leftmenu .wrap .wrap-left-bar .employees .item {
	width: 250px;
}

section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
}

section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .left {
	width: 100%;
}

section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right {
	width: 100%;
	margin-top: 20px;
}

section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to {
	top: 400px;
	right: 75px;
}

section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to button {
	right: 50%;
	-webkit-transform: translateX(50%);-ms-transform: translateX(50%);-o-transform: translateX(50%);transform: translateX(50%)
}

section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap {
	height: 700px;
}

section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap {
	width: 600px;
}

section.page-leftmenu .wrap .wrap-right-bar {
	width: 600px;
}

section.page-leftmenu .wrap .wrap-right-bar .trouble form .floor-select {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
}

section.page-leftmenu.wrap {
	width: 900px;
}

section.page-leftmenu .wrap .wrap-right-bar .repair-area {
	width: 100%;
}

section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
	width: 600px;
}

section.page-leftmenu .wrap .wrap-right-bar .price-repair form .floor-select {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
}

section.page-leftmenu .wrap .wrap-right-bar .price-repair .title {
	text-align: center;
	padding: 20px 30px;
}

section.page-leftmenu .wrap .wrap-right-bar .price-repair form > button {
	padding: 17px 0px;
	width: 300px;
}

section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right .slider-center {
	margin: 30px 0;
}

section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right {
	width: 100%;
}
section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .left {
	width: 100%;
}


section.page-leftmenu .wrap .wrap-left-bar {
	padding-left: 20px;
}
	section.page-leftmenu .wrap .wrap-left-bar .employees .item .info p {
		width: 200px;
	}

	section.page-leftmenu .wrap .wrap-left-bar .employees .item .info a {
		width: 200px;
	}

	section.page-leftmenu .wrap .wrap-left-bar .employees .item .info a {
		font-size: 1.5rem
	}
	section.page-leftmenu .wrap {
		width: 900px;
	}
	section.page-leftmenu .wrap .wrap-right-bar {
		width: 600px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .repair-it-is {
		width: 100%;
	}


	section.page-leftmenu .wrap .wrap-right-bar .we-repair {
		width: 100%;
	}
	section.page-leftmenu .wrap .wrap-right-bar .title {
		width: 100%;
	}

	.wrap-form {
		width: 100%;
	}

	section.calc .wrap .first-floor {
		-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;
		-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-moz-box-orient: vertical;-moz-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
	}

	section.calc .wrap .first-floor a .item {
		width: 100%;
	}

	section.calc .wrap .first-floor a {
		width: 100%;
	}

	.second-floor-four .first-floor .item.generation {
		align-items: center;
	}

	.second-floor-four .first-floor .item.generation ul {
		margin: auto;
		list-style-type: none;
		margin-top: -15px;
		margin-bottom: 20px;
	}

	.second-floor-four .first-floor .item.price {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.second-floor-four .first-floor .item.generation {
		margin-left: 0;
	}

	section.calc .wrap .first-floor a .item {
		border-radius: 0px;
	}

	.calc .seo-text {
		padding: 0 60px;
	}

	.second-floor-four .first-floor .item.grant {
		margin-bottom: 20px;
	}

	.second-floor-four .first-floor .item.generation {
		text-align: center;
	}



	.second-floor-four .first-floor .item.grant {
		justify-content: center;
	}

	.second-floor-four .first-floor .item.generation a {
		margin: auto;
	}

	.second-floor-price {
		min-height: 400px;
		height: auto;
		margin-bottom: 20px!important;
	}

	.second-floor-price .left .box {
		position: absolute;
		right: 100px;
	}

	.second-floor-price .left a {
		margin-right: 80px;
	}

	.second-floor-price .right .wrapper ul li strong {
		margin-right: 0;
	}

	.second-floor-price {
		margin: 0 20px;
	}

	.second-floor-land .landrover-copy {
		align-items: center;
		justify-content: center;
	}

	footer .second-floor .wrap .left{
		padding-left: 20px;
	}

	section.calc .wrap .title {
		text-align: center;
		padding: 30px 50px;
	}

	section.calc .wrap .first-floor a {
		margin: auto;
	}

	section.calc .wrap .second-floor {
		padding: 0 70px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		        justify-content: center;
	}

	section.calc .wrap .seo-text {
		padding: 0 60px;
	}

	section.calc .wrap {
		width: 100%
	}

	.calc .seo-text {
		width: 100%
	}
	
	footer .second-floor .wrap .right{
		padding-right: 20px;
	}

	#nav-burger {
		display: block;
	}

	footer .wrap {
		width: 100%;
		
	}

	header .second-head .wrap {
		width: 100%;
	}


	header .second-head .wrap .descr {
		display: none;
	}

	header .first-head .wrap {
		width: 100%;
	}

	header .third-head .wrap {
		width: 100%;
	}

	section.tabs .wrap {
		width: 100%;
	}

	.nav-menu .wrap ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		        align-items: center;
	}

	.nav-menu .wrap ul li {
		min-width: 100%;
	}

	.nav-menu .wrap ul li a {
		min-width: 100%;
	}

	.nav-menu .wrap ul li span {
		min-width: 100%;
	}

	/* .nav-menu .wrap ul li {
		display: none;
	} */

	.nav-menu {
		min-height: 55px;
		max-height: 55px;
	}

	.nav-menu .wrap ul {
		display: none;
		width: 100%;
		height: auto;
		padding-top: 55px;
	}

	section.main .wrap .left-column {
		padding-left: 95px;
	}

	section.tabs .wrap .landrover .item {
		width: 250px;
		height: 125px;
	}

	section.tabs .wrap .jaguar .item {
		width: 250px;
		height: 125px;
	}

	section.tabs .wrap .landrover .item .item-wrap {
		width: 100%;
		height: 100%;
	}

	section.tabs .wrap .jaguar .item .item-wrap {
		width: 100%;
		height: 100%;
	}

	section.tabs .wrap .landrover .item ul{
		padding: 0 20px;
	}

	section.tabs .wrap .jaguar .item ul{
		padding: 0 20px;
	}




	section.tabs .wrap .landrover {
		justify-content: center;
	}

	section.tabs .wrap .jaguar {
		justify-content: center;
	}

	section.tabs .wrap .jaguar {
		justify-content: center;
	}

	section.main .wrap {
		width: 100%;
	}

	section.tabs .wrap .landrover .item .item-wrap img {
		width: 90px;
	}

	section.tabs .wrap .jaguar .item .item-wrap img {
		width: 90px;
	}



	section.video .wrap {
		width: 100%;
	}

	section.online .wrap {
		width: 100%;
	}

	section.centers .wrap {
		width: 100%;
	}

	section.centers .wrap .right {
		width: 600px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	section.centers .wrap .left {
		width: 600px;
	}

	section.centers .wrap {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	section.online .wrap .main_form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	section.online {
		height: auto;
	}

	section.online .wrap .main_form button {
		margin-top: 10px;
		margin-bottom: 50px;
		margin-left: 15px;
	}

	section.control .wrap {
		width: 100%;
	}

	section.expert .wrap {
		width: 100%;
	}

	section.expert .wrap {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	section.expert .wrap .left {
		margin-bottom: 25px;
	}

	section.centers .wrap .right {
		margin-bottom: 50px;
	}

	section.online .wrap .main_form .selecter-selected {
		width: auto;
		padding: 12px 100px;
	}



}

@media (max-width: 1202px) {
	.second-floor-land .landrover .item:nth-child(4) {
		border-left: 1px solid #A6BBD1;
	}

	.second-floor-land .landrover .item:nth-child(7) {
		border-left: 1px solid #A6BBD1;
	}

	.selecter {
		max-width: 100%;
	}


	section.online .wrap .main_form button {
		margin-left: 0;
	}
}

@media (max-width: 1150px) {

.main-title{max-width: 100% !important;}
	form.vikup .wrap-form .text-to button {
		bottom: -50px!important;
		right: 50%!important;
	  }


	  form.upload_file .wrap-form .text-to button {
		  bottom: -65px!important;
		  right: 33%!important;
	  }



	  form.vikup .wrap-form .text-to {
		  top: 420px!important;
	  }

	section.aboutus .wrap-form {
		height: 740px;
	}

	section.aboutus .wrap-form .text-to button {
		right: 30%;
		bottom: 60px;
	}

	section.aboutus .wrap-form .text-to {
		top: 400px;
	}



	section.centers .wrap .right-map .four-floor p {
		text-align: center;
	}
	section.centers .wrap .right-map .second-floor {
		justify-content: center;
	}
	section.centers .wrap .right-map .third-floor .adress {
		right: 0;
	}

	section.calc .wrap .second-floor-four .third-floor .end-price-table .left span {
		font-size: 1.1rem;
	}
	section.centers .wrap .right-map .third-floor .adress {
		position: relative;
	}

	section.centers .wrap .right-map {
		height: auto;
	}

	section.centers .wrap .right-map .third-floor {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		        align-items: center;
		margin-bottom: 10px;
	}

	.wrap-form .text-to {
		top: 450px;
	}

	.wrap-form .inputs-to {
		align-items: center;
		justify-content: center;
		margin: auto;
	}

	.wrap-form .text-to {
		right: 50%;
		-webkit-transform: translateX(50%);-ms-transform: translateX(50%);-o-transform: translateX(50%);transform: translateX(50%)
	}

	.wrap-form .text-to button {
		right: 50%;
		-webkit-transform: translateX(50%);-ms-transform: translateX(50%);-o-transform: translateX(50%);transform: translateX(50%)
	}

	.wrap-form {
		height: 800px;
	}
}


@media (max-width: 1007px) {
	section.page-leftmenu .wrap .wrap-right-bar .repair-area .title {
		font-size: 2rem;
		margin-left: -20px;
	}
}

@media (max-width: 1024px) {


	.preimushestva-list, .popular-services-list{
		width: 100%;
		margin: 0 auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin-bottom: 60px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		list-style: none;
		padding: 30px 15px;
		font-family: 'PT Sans', sans-serif;
	}
	
	.preimushestva-list li, .popular-services-list li{
		width: calc(100% - 10px);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 15px;
		margin: 5px;
	}


	section.control .wrap > p {
		padding: 0 120px;
	}

	section.main .wrap .count {
		right: 50%;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
	}

	section.main .wrap .left-column .main-title {
		padding-top: 140px;
	}

	section.main .wrap .left-column .tabs {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	section.main .wrap .left-column {
		padding-left: 0;
		text-align: center;
	}
	
	section.main {
		height: auto;
		padding-bottom: 100px;
	}

	section.main .wrap .left-column .tabs {
		margin-bottom: -100px;
	}
}

@media (max-width: 1016px) {
.work_list-uslugi li{
	display: flex;
	width: 100%;
	flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    list-style: none;
	padding: 5px;
}
	section.tabs .wrap .landrover .item:nth-child(4) {
		border-left: 1px solid #A6BBD1;
	}

	section.tabs .wrap .landrover .item:nth-child(5) {
		border-left: none;
	}

	section.tabs .wrap .landrover .item:nth-child(7) {
		border-left: 1px solid #A6BBD1;
	}

	section.tabs .wrap .jaguar .item:nth-child(4) {
		border-left: 1px solid #A6BBD1;
	}

	section.tabs .wrap .jaguar .item:nth-child(5) {
		border-left: none;
	}

	section.tabs .wrap .jaguar .item:nth-child(7) {
		border-left: 1px solid #A6BBD1;
	}


	section.service .wrap {
		width: 100%;
	}
}


@media (max-width: 970px) {
	footer {
		margin-bottom: -558px;
	}

	footer .wrap .first-floor .item-1 p {
		padding-left: 0;
		text-align: center;
	}

	footer .wrap .first-floor .item-1 p {
		padding: 0;
		text-align: center;
	}


	footer .wrap .first-floor .item-4 .webs {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: cent
	}
	header .second-head .wrap .wrap-phone {
		width: 100%;
		-webkit-justify-content: space-around;-ms-flex-pack: distribute;justify-content: space-around;
	}

	header .second-head .wrap .logo {
		margin-top: 30px;
	}

	section.calc .wrap .first-floor {
		-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-moz-box-orient: vertical;-moz-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
	}

	section.calc .wrap .first-floor a .item {
		border-radius: 0;
	}

	.second-floor-price .right {
		width: 70%;
	}

	.second-floor-price .left .box {
		right: 0px;
	}

	.second-floor-price .left a {
		right: 0px;
	}

	.second-floor-price .left a:last-child {
		right: -9px;
	}
	

/*	footer .wrap .first-floor .item-2 {
		display: none;
	}

	footer .wrap .first-floor .item-3 {
		display: none;
	}*/



	section.calc .wrap .second-floor {
		align-items: center;
		-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
	}

	/*section.calc .wrap .second-floor .item:last-child {*/
		/*border-top: none;*/
		/*border-left: 1px solid #009A00;*/
	/*}*/

	footer .wrap .first-floor {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		        justify-content: center;
		text-align: left;
	}


	footer .wrap .first-floor .item-4 {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	header .second-head .wrap .colomensk {
		margin-top: -30px;
	}

	footer .wrap .first-floor {
		justify-content: space-around;
	}

	header .first-head .wrap .content {
		width: 100%;
		border-radius: 0;
	}



	header .second-head .wrap .wrap-phone .descr {
		display: none;
	}

	header .first-head .wrap .wrap-phone .content .btn-phone {
		border-radius: 0;
	}

	header .second-head .wrap .wrap-phone {
		margin-top: 30px;
	}

	header .second-head .wrap .wrap-phone .ug {
		margin-top: -30px;
	}

	header .second-head .wrap .wrap-phone .sever {
		margin-top: -30px;
	}
}

@media (max-width: 980px) {
	section.service .wrap .item .item-wrap ul li a {
		padding: 7px 7px;
		font-size: 1.4rem;
	}
}

@media(max-width: 940px) {
	table td {
		padding: 5px 10px!important;
	}

	p img {
		max-width: 300px;
		height: auto!important;
	}

	form.upload_file .g-recaptcha {
		margin-left: 47%!important;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.tabs {
		width: 300px;
		margin: 0;
		margin-top: -5px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .end-price-table .left span {
		padding-right: 10px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .end-price-table .right strike {
		margin-top: -30px!important;
	}

	section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .end-price-table .right {
		height: 70px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .end-price-table {
		height: auto!important;
	}

	section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .end-price-table {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		        align-items: center;
	}

	p.imgandtext img {
		float: none;
		margin: auto;
	}

	p.imgimg img {
		max-width: 280px;
	  }

	section.page-leftmenu .wrap .wrap-right-bar .navigate {
		height: auto;
	}


	section.page-leftmenu .wrap-right-bar .range-jaguar {
		width: 330px;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.tabs .wrap .landrover .item {
		width: 330px;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.tabs .wrap .landrover {
		width: 330px;
	}

	.range-jaguar .tabs .item-tab:first-child {
		width: 100%;
		border-radius: 0;
	}

	.range-jaguar .tabs .item-tab:last-child {
		width: 100%;
		border-radius: 0;
	}

	section.page-leftmenu .wrap .wrap-right-bar .we-repair p {
		text-align: left;
	}
	section.page-leftmenu .wrap .wrap-right-bar .we-repair p img {
		text-align: center;
	}

	section.page-leftmenu .wrap .wrap-right-bar .we-repair img {
		width: 90%;
		height: auto;
		margin: 20px 0;
		text-align: center;
	}

.table_descr {
	max-width: 300px;
	overflow-x: scroll;
  }
  

	.car_info {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}


	.wrap-right-bar .content {
		color: white;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .third-floor .adress {
		top: 80px;
	}

	section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to textarea {
		width: 240px;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .third-floor {
		flex-direction: column;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .slider-center {
		width: 280px;
		height: 140px;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .second-floor {
		margin-top: 30px;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map {
		width: 280px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .price-repair form a {
		width: 100%;
		-webkit-transform: translateX(0%);-ms-transform: translateX(0%);-o-transform: translateX(0%);transform: translateX(0%);
		margin-left: 0;
		padding: 15px;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .title {
		width: 300px;
	}

	.little-form-wrap .nice-select {
		width: 240px!important;
		position: relative;
	}

	.news-detail .wrap-video {
		width: 100%;
		height: 175px;
	}


	.news-detail .img_blog iframe {
		width: 100%;
	}

	.little-form-wrap .nice-select .list { 
		width: 240px!important;
		z-index: 300!important;
	}

	.little-form-wrap .nice-select .list li {
		position: relative;
		z-index: 300;
	}


	section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inputs-to {
		position: relative;
		z-index: 300;
	}

	section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to {
		z-index: 0;
	}

	.news-list > a .descr p.next {
		bottom: -20px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .price-repair .title {
		padding-left: 0;
	}

	.news-list > a .descr .item_name {
		padding: 0 10px;
	}

	.news-list > a .descr p {
		padding: 0 10px;
	}

	.news-list > a .img_blog img {
		width: 280px;
	}

	.news-list > a .descr {
		width: 280px;
	}

	section.reviews .wrap {
		width: 300px!important;
	}

section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .end-price-table .right .inp label {
	font-size: 1.2rem!important;
}

section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .end-price-table .right strike {
	font-size: 1.1rem;
}

section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .end-price-table .right p {
	margin-top: -30px;
}

section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .end-price-table .right strike {
	margin-top: -80px;
}

section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .end-price-table .right .inp {
	position: absolute;
	width: 170px;
	bottom: 20px;
	left: 80px;
}

section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .end-price-table .right p {
	font-size: 1rem;
}

section.page-leftmenu .wrap .wrap-right-bar .third-floor-t .end-price-table {
	height: 160px;
}

	section.page-leftmenu .wrap .wrap-right-bar .title {
		width: 300px;
		font-size: 2.2rem;
	}

	section.page-leftmenu .wrap .wrap-right-bar .spare-parts .descr p {
		padding: 0;
	}

	section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants .third-floor-t .end-price-table .right strike {
		margin-top: -76px;
	}
section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants .liter {
	width: 100%;
}
	section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants .grants {
		display: none;
	}
	section.page-leftmenu .wrap .wrap-right-bar .tabs a {
		width: 300px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants .third-floor-t {
		margin-top: 120px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants {
		-webkit-box-orient: vertical;	-webkit-box-direction: normal;	-webkit-flex-direction: column;	-moz-box-orient: vertical;	-moz-box-direction: normal;	-ms-flex-direction: column;	flex-direction: column;
		height: 120px;
	}

section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inp {
	margin-left: 20px;
}
	section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants .third-floor-t .end-price-table .right p {
		font-size: 1.2rem;
	}
	section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants .third-floor-t .end-price-table .right .inp label {
		font-size: 1rem!important;
	}


	section.page-leftmenu .wrap .wrap-right-bar .process .images {
		padding-left: 13px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .sovet .floor {
		-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-moz-box-orient: vertical;-moz-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
	}
section.page-leftmenu .wrap .wrap-right-bar .sovet .title {
	width: 300px;
}

section.page-leftmenu .wrap .wrap-right-bar .materials .title {
	font-size: 2.2rem;
}

section.page-leftmenu .wrap .wrap-right-bar .question {
	display: none;
}

section.page-leftmenu .wrap .wrap-right-bar .materials .title {
	width: 300px;
}

section.page-leftmenu .wrap .wrap-right-bar .sovet .floor .descr p {
	padding: 0;
}

section.page-leftmenu .wrap .wrap-right-bar .sovet .floor .descr {
	width: 300px;
}

	section.page-leftmenu .wrap .wrap-right-bar .sovet .floor .photo img {
		width: 100%;
	}

	section.page-leftmenu .wrap .wrap-right-bar .process .title {
		font-size: 1.8rem;
	}

	section.page-leftmenu .wrap .wrap-right-bar .process .title {
		width: 300px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .spare-parts .descr p {
		text-align: center;
	}


section.page-leftmenu .wrap .wrap-right-bar .spare-parts .title {
	width: 300px;
	font-size: 1.8rem;
}
	section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants .third-floor-t .end-price-table {
		height: 150px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants .third-floor-t .end-price-table .left p {
		margin-top: 25px;
		font-size: 1.4rem;
	}

	section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants .third-floor-t .end-price-table .right strike {
		font-size: 1.1rem;
	}

	section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants .third-floor-t .table_td {
		height: 50px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants .third-floor-t .title_table {
		height: 50px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants .third-floor-t .table_td .left {
		padding-left: 20px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants .third-floor-t .title_table .left label {
		font-size: 1.1rem!important;
	}

	section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants .third-floor-t .table_td .left label {
		font-size: 1.1rem!important;
	}

	section.page-leftmenu .wrap .wrap-right-bar .tabs a:nth-child(2) {
		width: 300px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .tabs {
		-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-moz-box-orient: vertical;-moz-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
		height: auto;
		/*display: none;*/
	}

	section.page-leftmenu .wrap {
		width: 600px;
	}

	section.page-leftmenu .wrap .wrap-right-bar {
		width: 300px;
	}

	section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .title_litle_form {
		padding-top: 10px;
		font-size: 2.6rem;
	}

section.page-leftmenu .wrap .wrap-right-bar .trouble form > button {
	margin: 0;
	-webkit-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);
	padding: 17px 0;
	width: 300px;
	margin-top: 20px;
}


	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right .slider-center {
		display: none;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right .third-floor .adress {
		top: 70px;
	}
	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right {
		height: 500px;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right .four-floor p {
		margin-top: 40px;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right .third-floor {
		-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-moz-box-orient: vertical;-moz-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .left {
		height: 300px;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap {
		width: 300px;
	}

	section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to {
		right: 31px;
		top: 350px;
	}

	.rc-anchor-normal {
		width: 250px!important;
	}

	.g-recaptcha {
		border-radius: 10px;
	}

	.g-recaptcha iframe {
		width: 240px;
		border-radius: 10px;
	}

	.g-recaptcha {
		width: 240px;
	}

	section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap {
		height: 670px;
	}

	section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to button {
		width: 240px;
	}
	section.page-leftmenu.wrap .wrap-right-bar form .little-form-wrap .text-to textarea {
		width: 240px;
	}

	section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inputs-to .selecter-selected {
		width: 240px;
		padding: 10px 15px;
	}

	section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inputs-to {
		width: 240px;
	}



	section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inputs-to input {
		width: 240px;
		padding: 10px 15px;
	}


	section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inp {
		padding-left: 20px;
	}

section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inp label {
	font-size: 1.2rem!important;
}

section.page-leftmenu .wrap .wrap-right-bar .trouble .recomend span {
	text-align: center;
}

section.page-leftmenu .wrap .wrap-right-bar .trouble .title {
	font-size: 2.8rem;
}

	section.page-leftmenu .wrap .wrap-right-bar {
		width: 300px;
	}

	section.page-leftmenu .wrap {
		width: 600px;
	}
}

@media(max-width: 916px) {

	section.calc .wrap .second-floor-price {
		min-height: 100px;
	}

	.second-floor-price {
		height: auto;
	}
	section.page-leftmenu .wrap .wrap-right-bar .price-repair form > button {
		margin: 0;
		-webkit-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);
		margin-top: 15px;
	}

	section.page-leftmenu {
		width: 600px;
		margin: auto;
	}

	section.page-leftmenu .wrap .wrap-right-bar {
		width: 300px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .repair-it-is span {
		font-size: 2rem;
	}

	section.page-leftmenu .wrap .wrap-right-bar .repair-it-is ul li {
		font-size: 1.3rem;
	}

	section.page-leftmenu .wrap .wrap-right-bar .we-repair ul li {
		font-size: 1.3rem;
		padding-left: 6px;
		text-align: left;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .title {
		padding-bottom: 0;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right .third-floor .adress {
		margin-top: 30px;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right .third-floor {
		-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-moz-box-orient: vertical;-moz-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right .four-floor p {
		padding-top: 40px;
	}
	
	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right {
		padding-top: 20px;
	}
	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right .slider-center {
		display: none;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .left {
		height: auto !important;
	}

	section.page-leftmenu .wrap .wrap-right-bar .price-repair form .floor-select {
		margin-left: 0;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap {
		width: 300px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .question {
		display: none;
	}

	section.page-leftmenu .wrap .wrap-right-bar .repair-uslugi .floor .item ul li {
		font-size: 1.2rem;
	}

	section.page-leftmenu .wrap .wrap-right-bar .repair-area .images {
		padding-left: 13px;
	}

section.page-leftmenu .wrap {
	width: 600px;
	padding-top: 0;
}
/* 
section.page-leftmenu .wrap .wrap-right-bar .navigate {
	display: none;
} */

section.page-leftmenu .wrap .wrap-right-bar .title {
	text-align: center;
}

section.page-leftmenu .wrap .wrap-right-bar .title {
	font-size: 2.8rem;
}
	
	.second-floor-price .left {
		display: none;
	}

	.second-floor-price .right {
		width: 50%;
	}

	.second-floor-price .right .wrapper {
		width: 100%;
		margin-left: 0px;
	}

	.second-floor-price {
		align-items: center;
		justify-content: center;
	}

	.second-floor-land .landrover .item:nth-child(3) {
		border-left: 1px solid #A6BBD1;
	}

	.second-floor-land .landrover .item:nth-child(4) {
		border-left: none;
	}
}

@media (max-width: 900px) {

	.second-floor-four .third-floor .name-table {
		height: 100%;
	}

	.second-floor-four .third-floor .table_td {
		height: 100%;
	}

	section.main .wrap .left-column .tabs .item-tab {
		width: 360px;
	}

	section.main .wrap .left-column .tabs .item-tab p {
		font-size: 1.8rem;
	}
}

@media (max-width: 870px) {
	footer .second-floor .wrap .right {
		padding: 0;
		width: 100%;
	}

	footer .second-floor .wrap .right ul li {
		margin-top: 7px;
		margin-bottom: 7px;
	}

	footer .second-floor .wrap .right ul {
		padding: 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	header .second-head .wrap .logo img{
		width: 120px;
	}

	footer {
	 margin-bottom: -600px;
	}

	footer .second-floor .wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		        align-items: center;
	}

	footer .second-floor {
		height: auto;
	}

	footer .second-floor .wrap .right ul {
		margin-bottom: 0;
		margin-bottom: 20px;
	}

	footer .second-floor .wrap .left {
		margin-top: 20px;
	}
}

@media (max-width: 806px) {
	header .second-head .wrap .logo {
		margin-top: 50px;
	}

	header .second-head .wrap .wrap-phone {
		margin-bottom: 20px;
	}

	section.video .wrap .item:first-child {
		margin-bottom: 30px;
	}

	header .second-head .wrap .andropova {
		margin-top: 15px;
	}

	header .second-head .wrap .belomorskaya {
		margin-top: 15px;
	}

	header .second-head .wrap .southDorojniy {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	header .second-head .wrap {
		-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-moz-box-orient: vertical;-moz-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
	}

	header .second-head {
		height: auto;
	}

	header .second-head .logo {
		margin-top: 10px;
	}

	header .second-head .wrap .ug {
		margin-top: 10px;
	}

	header .second-head .wrap .sever {
		margin-top: 10px;
	}

	header .second-head .wrap .colomensk {
		margin-top: 10px;
		margin-bottom: 30px;
	}

	header {
		background-color: #BFCFDD;
		background-image: none;
	}

}

@media (max-width: 766px) {
	.table_wrap {
		overflow-x: scroll;
	  }

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .third-floor .adress {
		top: 20px;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map {
		width: 280px;
	}

	section.main .wrap .left-column .tabs .item-tab {
		width: 250px;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .second-floor {
		margin-top: 20px;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .third-floor {
		-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-moz-box-orient: vertical;-moz-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
	    justify-content: center;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .third-floor .adress {
		position: relative;
		text-align: center;
		margin-left: 10px;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .third-floor {
		margin-bottom: 10px;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .second-floor p {
		font-size: 1.3rem;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .third-floor .numbers {
		margin-left: 0;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .third-floor .mesangers {
		margin-left: 0;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .slider-center {
		width: 280px;
		height: 140px;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map .four-floor p {
		text-align: center;
	}

	section.tabs .wrap .landrover .item:nth-child(3) {
		border-left: 1px solid #A6BBD1;
	}

	section.tabs .wrap .landrover .item:nth-child(4) {
		border: none;
	}

	section.tabs .wrap .jaguar .item:nth-child(3) {
		border-left: 1px solid #A6BBD1;
	}

	section.tabs .wrap .jaguar .item:nth-child(4) {
		border: none;
	}

	section.expert .wrap .right .item:nth-child(1) {
		margin-bottom: 20px;
	}

	section.expert .wrap .right {
		width: 100%;
		justify-content: center;
	}

	section.tabs .wrap .landrover .item:nth-child(5) {
		border-left: 1px solid #A6BBD1;
	}

	section.tabs .wrap .jaguar .item:nth-child(5) {
		border-left: 1px solid #A6BBD1;
	}
	

}

@media (max-width: 680px) {
	.news-detail .descr, .news-detail, .news-detail p, .news-detail ul li {
  font-size: 16px;
  
}
	form.upload_file .wrap-form .text-to {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.upload_file .captcha-block {
		margin-left: 0!important;
		margin-top: -20px!important;
	}


	section.aboutus form.upload_file .wrap-form .text-to button {
		right: 50.5%!important;
	}

	section.aboutus form.upload_file  .wrap-form {
		height: 850px;
	}


	form.vikup .wrap-form {
		height: 760px!important;
	}

	section.aboutus .wrap-form .text-to button {
		right: 50%;
		bottom: -60px;
	}

	section.aboutus .wrap-form {
		height: 800px;
	}

	section.aboutus .form-group {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		        justify-content: center;
	}

	section.centers .wrap .right-map .third-floor {
		padding-top: 0;
	}

	section.centers .wrap .right-map .second-floor p {
		max-width: 90px;

	}

	section.centers .wrap .right-map .second-floor p {
		text-align: center;
	}

	section.centers .wrap .right-map .second-floor p {
		margin-left: 0;
	}

	section.centers .wrap .right-map .second-floor img {
		margin: 0!important;
	}

	section.centers .wrap .right-map .second-floor {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		        justify-content: space-around;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		        align-items: center;
	}

	section.centers .wrap .right-map .third-floor .numbers a {
		margin: 7px 0;
	}

	section.centers .wrap .right-map .third-floor .numbers {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}

	section.centers .wrap .right-map .third-floor .adress {
		padding: 0 20px;
		text-align: center;
	}

	header .second-head .wrap .wrap-phone .summer-idiot {
		position: relative;
	}

	header .first-head .wrap .content .btn-phone {
		border-radius: 0%;
	}

	header .second-head .wrap .wrap-phone .summer-idiot .social-number {
		text-align: center;
		position: relative;
		width: 100%;
	}

	/* header .second-head .wrap .wrap-phone .summer-idiot .shit_social {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);
		bottom: -40px;
	} */

	header .second-head .wrap .wrap-phone .summer-idiot .shit_social {
		width: 70px;
		display: flex;
	}
	header .second-head .wrap .wrap-phone .summer-idiot .shit_social a {
		margin-right: 7px;
	}

	header .second-head .wrap .andropova {
		min-width: 210px;
		text-align: center;
	}

	header .second-head .wrap .wrap-phone .summer-idiot {
		margin: 2px 0;
	}

	header .second-head .wrap .belomorskaya {
		min-width: 210px;
		text-align: center;
	}

	header .second-head .wrap .southDorojniy {
		min-width: 210px;
		text-align: center;
	}

	header .second-head .wrap .wrap-phone {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		        align-items: center;
	}
	section.centers .wrap .right-map .second-floor p {
		font-size: 1.8rem;
	}

	section.calc .wrap .second-floor-four .third-floor .end-price-table .right {
		width: 240px;
	}



	section.calc .wrap .second-floor-four .third-floor .end-price-table .right .inp label {
		font-size: 1.2rem;
	}

	section.control .wrap > p {
		padding: 0 10%;
	}

	.wrap-form .text-to textarea {
		width: 375px;
	}

	.wrap-form .inp label {
		font-size: 1.2rem;
	}
	section.centers .wrap .right {
		width: 400px;
		height: 400px;
	}

	section.centers .wrap .right .third-floor .mesangers {
		display: none;
	}

	section.centers .wrap .right .third-floor .adress p {
		font-size: 1.4rem;
	}

	section.centers .wrap .right {
		height: 100%;
	}

	section.centers .wrap .right .slider-center {
		width: 90%;
		height: 100%;
	}

	section.centers .wrap .left {
		width: 400px;
		height: 500px;
	}

	header .third-head {
		display: none;
	}

	header .first-head .wrap .content {
		-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-moz-box-orient: vertical;-moz-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
	}

	header .first-head {
		height: 80px;
	}

	header .first-head .wrap .content .btn-phone {
		margin-left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	header .first-head .wrap .content .working-hours {
		width: 100%;
		justify-content: center;
	}

	header .first-head .wrap .content {
		text-align: center;
	}

	header .first-head .wrap .content .working-hours img {
		display: none;
	}
}

@media (max-width: 640px) {

	section.page-leftmenu .wrap .wrap-right-bar section.tabs {
		margin: -5px auto 0 auto;
		width: 330px;
	}

	section.page-leftmenu .wrap .tabs .wrap {
		width: 100%!important;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .title {
		padding-top: 30px;
	}
	
.table_descr {
	max-width: 600px;
	overflow-x: scroll;
  }
  

	section.page-leftmenu .wrap .wrap-right-bar .spare-parts .slider-items .slide {
		display: flex;
		justify-content: center;
	}

	section.page-leftmenu .wrap .wrap-right-bar .tabs a {
		width: 100%;
	}

	section.page-leftmenu .wrap .wrap-right-bar .tabs a:nth-child(2) {
		width: 100%;
	}

	section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to {
		right: 155px;
	}

	section.page-leftmenu .wrap .wrap-right-bar {
		max-width: 550px;
		min-width: 280px;
		width: auto!important;
	}

	section.page-leftmenu .wrap .wrap-right-bar .title {
		width: auto!important;
		min-width: 280px;
	}

	section.page-leftmenu .wrap {
		max-width: 550px;
		width: auto!important;
		min-width: 280px;
	}

	section.code404 .wrap h1 {
		padding: 0 50px;
		font-size: 3rem;
	}

	section.code404 .wrap p {
		padding: 0 50px;
		font-size: 20vh;
	}

	section.code404 .wrap span {
		padding: 0 50px;
	}


	section.reviews .wrap .item:last-child {
		margin-bottom: 10px;
	}

	section.page-leftmenu .wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		        flex-direction: column;
	}

	section.page-leftmenu .wrap .wrap-right-bar {
		order: -1;
	}

	section.reviews .wrap .item:last-child {
		margin-bottom: 50px;
	}
	section.page-leftmenu .wrap {
		padding-top: 0;
	}
	section.reviews .wrap .item {
		margin-bottom: 0px;
	}
	section.reviews {
		margin-top: 10px;
	}
	section.leftmenu .wrap .wrap-left-bar .banner {
		display: none;
	}

 .range-jaguar .tabs .item-tab p {
		font-size: 1.6rem;
	}

	section.page-leftmenu .wrap .wrap-left-bar .employees {
		display: none;
	}
	

	section.page-leftmenu .wrap .wrap-left-bar .item-car {
		align-items: center;
	}

	/* section.page-leftmenu .wrap .wrap-right-bar .navigate {
		display: none;
	} */

	section.page-leftmenu .wrap .wrap-left-bar .uslugi {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		        align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		        flex-direction: column;
	}

	section.page-leftmenu .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		        align-items: center;
	}

	section.page-leftmenu .wrap .wrap-left-bar .banner {
		display: none;
	}

	section.page-leftmenu .wrap .wrap-left-bar .item-car {
		align-items: center;
	}

	section.page-leftmenu .wrap .wrap-left-bar .uslugi {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		        align-items: center;
	}
	section.page-leftmenu .wrap .wrap-right-bar .trouble .title {
		text-align: center;
	}

	/* section.page-leftmenu .wrap .wrap-right-bar .navigate {
		display: none;
	} */

	section.page-leftmenu .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		        align-items: center;
	}

	section.page-leftmenu .wrap {
		width: 300px;
	}

	section.page-leftmenu .wrap .wrap-left-bar .employees {
		display: none;
	}

section.page-leftmenu {
	width: 100%;
}

section.page-leftmenu .wrap .wrap-left-bar .banner {
	display: none;
}

section.page-leftmenu .wrap {
	-webkit-box-orient: vertical;	-webkit-box-direction: normal;	-webkit-flex-direction: column;	-moz-box-orient: vertical;	-moz-box-direction: normal;	-ms-flex-direction: column;	flex-direction: column;
	width: 300px;
}

section.page-leftmenu .wrap .wrap-left-bar {
	padding-left: 0;
}

section.page-leftmenu .wrap .wrap-left-bar .uslugi {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
}

section.page-leftmenu .wrap .wrap-left-bar .employees {
	display: none;
}

	.wrap-form {
	 	width: 100%;
	}

	section.calc .wrap .title {
		font-size: 2.5rem;
	}

	section.calc .wrap .first-floor a .item span {
		font-size: 1.6rem;
	}

	section.calc .wrap .first-floor a .item p {
		font-size: 1.4rem;
	}

	section.calc .wrap .second-floor .item {
		width: 400px;
		height: 80px;
	}

	section.calc .wrap .second-floor .item p {
		font-size: 1.6rem;
	}
}

@media (max-width: 626px) {
	section.service .wrap .item {
		margin-botoom: 15px;
	}
}

@media (max-width: 616px) {
	.nav-menu .wrap ul li a {
		width: 100%;
	}
	section.aboutus .wrap p img {
		width: 90%;
		text-align: center;
		margin-left: 0!important;
		height: auto;
	}

	section.aboutus .wrap p iframe {
		width: 90%;
		text-align: center;
		margin-left: 0!important;
		height: 250px;
	}

	section.centers .wrap .right-map .third-floor .mesangers {
		margin: 8px 10px;
	}
	section.centers .wrap .right-map .third-floor .adress p {
		font-size: 1.7rem;
		text-align: center;
	}

	section.centers .wrap .right-map .slider-center {
		width: 450px;
		height: 240px;
	}
	section.calc .wrap .first-floor {
		-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-moz-box-orient: vertical;-moz-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
	}

	section.calc .wrap .first-floor a .item {
		border-radius: 0;
	}

	.second-floor-land .landrover .item:nth-child(2) {
		border-left: 1px solid #A6BBD1;
	}

	.second-floor-land .landrover .item:nth-child(4) {
		border-left: 1px solid #A6BBD1;
	}

	.second-floor-land .landrover .item:nth-child(6) {
		border-left: 1px solid #A6BBD1;
	}

	.second-floor-land .landrover .item:nth-child(8) {
		border-left: 1px solid #A6BBD1;
	}
}

@media (max-width: 600px) {
	
	section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to {
		right: 132px;
	}

	section.page-leftmenu .wrap .wrap-right-bar {
		max-width: 500px;
		min-width: 280px;
		width: 500px!important;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap {
		width: 400px!important;
	}

	section.page-leftmenu .wrap .wrap-right-bar .title {
		width: 500px!important;
		min-width: 280px;
		padding: 0 20px;
	}

	section.page-leftmenu .wrap {
		max-width: 550px;
		width: 500px!important;
		min-width: 280px;
	}
	.modal-window4 {
    display: none;
    background-image: url('/local/templates/auto/css/../img/lr_03.png');
    width: 320px;
    background-position: center;
    background-sise: cover;
    background-repeat: no-repeat;
    height: 265px;
    position: relative;
    position: fixed;
    left: 50%;
    border-radius: 7px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: Myriad Pro;
    background-size: 90%;
}
.fbppp1 {

    font-size: 20px;
    font-weight: 700;
    color:     #008700;
    margin: 25px 0 0 20px;
    width: 87%;
    line-height: 25px;
    text-align: center;

}
.modal-window4 .fafal {
    padding: 10px 0px 0;
    font-size: 1.8rem;
    position: absolute;
    right: 22px;
    top: -2px;
    opacity: 1;
    cursor: pointer;
    transition: .2s;
    font-weight: Myriad Pro;
    color: 
    #008700;
    font-size: 16px;
    text-transform: lowercase;
    border-bottom: 1px solid;
    line-height: 19px;
}
.fbppp2 {

    background: 

#008700;

color:

    #fff !important;
    text-decoration: none;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    padding: 12px 19px;
    float: left;
    margin: 9px 0 0 68px;

}
}
@media (max-width: 566px) {

	header .second-head .wrap .wrap-phone {
		display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;
		-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-moz-box-orient: vertical;-moz-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
		-webkit-box-pack: center;-webkit-justify-content: center;-moz-box-pack: center;-ms-flex-pack: center;justify-content: center;

		-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center
	}

	.second-floor-price .right {
		width: 80%;
	}

	section.tabs .wrap .landrover .item:nth-child(2) {
		border-left: 1px solid #A6BBD1;
	}

	section.tabs .wrap .landrover .item:nth-child(4) {
		border-left: 1px solid #A6BBD1;
	}

	section.tabs .wrap .landrover .item:nth-child(6) {
		border-left: 1px solid #A6BBD1;
	}

	section.tabs .wrap .landrover .item:nth-child(8) {
		border-left: 1px solid #A6BBD1;
	}

	section.tabs .wrap .jaguar .item:nth-child(2) {
		border-left: 1px solid #A6BBD1;
	}

	section.tabs .wrap .jaguar .item:nth-child(4) {
		border-left: 1px solid #A6BBD1;
	}

	section.tabs .wrap .jaguar .item:nth-child(6) {
		border-left: 1px solid #A6BBD1;
	}

	section.tabs .wrap .jaguar .item:nth-child(8) {
		border-left: 1px solid #A6BBD1;
	}


}

@media (max-width: 520px) {
	form.upload_file .g-recaptcha {
		margin-left: 12%!important;
		margin-top: 0!important;
	}

	section.aboutus form.upload_file .wrap-form .text-to button {
		right: 0%!important;
	}

	section.aboutus form.upload_file  .wrap-form {
		height: 850px;
	}


	form.vikup .wrap-form .text-to button {
		right: 0!important;
	}

	form.vikup .wrap-form .text-to button {
		bottom: -50px!important;
	}



	section.expert .wrap .right a:nth-child(3) {
		margin-top: 0;
	}

	section.aboutus .wrap-form {
		height: 750px;
	}

	section.aboutus .wrap-form .text-to button {
		bottom: 0px;
	}

	section.aboutus .wrap-form {
		width: 100%;
	}

	section.aboutus .wrap-form .inputs-to input {
		width: 320px;
	}

	section.aboutus .wrap-form .inputs-to .nice-select {
		width: 320px;
	}

	section.aboutus .wrap-form .inputs-to .nice-select.open .list {
		width: 320px;
	}

	section.aboutus .wrap-form .text-to textarea {
		width: 320px;
	}

	section.aboutus .wrap-form .text-to button {
		width: 100%;
		right: 0;
		bottom: -20px!important;
		position: relative;
		transform: translateX(0);
	}



	section.expert .wrap .right a:nth-child(4) {
		margin-top: 0;
	}

	.second-floor-price .right .wrapper ul li {
		margin: 15px 0;
	}

	.second-floor-land .landrover .item ul li {
		margin: 10px 0;
	}

	.second-floor-land .landrover .item ul li {
		font-size: 1.5rem;
	}

	section.calc .wrap .second-floor-four .third-floor .title_table .right {
		width: 120px;
		min-width: 120px;
	}

	section.calc .wrap .second-floor-four .third-floor .table_td .right {
		width: 120px;
		min-width: 120px;
	}

	.mobile-menu .wrap-mob-menu {
		width: 200px;
	}

	section.expert .wrap .left {
		width: 280px;
		height: 160px;
	}

	section.expert .wrap .left {
		margin-bottom: 20px;
	}

	section.expert .wrap .right .item {
		width: 280px;
		height: 160px;
		margin-left: 0;
	}

	section.main {
		padding-bottom: 170px;
	}

	section.main .wrap .left-column .tabs {
		-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-moz-box-orient: vertical;-moz-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
		margin-bottom: -170px
	}

	section.main .wrap .left-column .tabs .item-tab:first-child {
		border-radius: 7px;
	}

	section.main .wrap .left-column .tabs .item-tab:last-child {
		border-radius: 7px;
	}

}

@media (max-width: 516px) {


	body {
		min-height: 500px;
	}


	.second-floor-land .landrover .item {
		width: 100%;
	}

	section.tabs .wrap .landrover .item {
		width: 100%;
	}

	section.tabs .wrap .landrover .item {
		height: 130px;
	}


	section.calc .wrap .second-floor a {
		width: 100%;
	}
	section.calc .wrap .second-floor {
		width: 100%;
		padding: 0;
		padding-bottom: 40px;
	}

	section.calc .wrap .second-floor .item {
		width: 100%;
	}

	section.tabs .wrap .landrover .item ul li {
		font-size: 1.5rem;
	}

	section.main .wrap .left-column .tabs .item-tab {
		padding-left: 0;
		display: flex;
		-webkit-box-pack: center;-webkit-justify-content: center;-moz-box-pack: center;-ms-flex-pack: center;justify-content: center;
	}

	section.main .wrap .left-column .tabs {
		width: 100%;
	}

	section.main .wrap .left-column .tabs .item-tab:first-child {
		width: 100%;
	}

	section.main .wrap .left-column .tabs .item-tab:last-child {
		width: 100%;
	}

	section.tabs .wrap .landrover .item ul li {
		margin: 10px 0;
	}
	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right-map {
		height: auto;
		padding-bottom: 10px;
	}

	section.thank-you .wrap .title {
		font-size: 2.8rem;
	}

	.modal-window form .nice-select ul.list {
		min-width: 250px;
		width: auto;
	}

	section.thank-you .wrap p:last-child {
		font-size: 2.4rem;
	}

	section.thank-you .wrap span {
		font-size: 2rem;
	}

	.modal-window form .nice-select {
		width: 250px;
	}
	.modal-window {
		width: 280px;
		height: 450px;
	}

	.modal-window form > span {
		font-size: 1.8rem;
	}
	.modal-window form p.smel {
		padding: 0 20px;
	}

	.modal-window form p {
		padding: 0 30px;
		font-size: 1.2rem;
	}

	.modal-window form input[type=submit] {
		font-size: 1.3rem;
		padding: 15px 0;
	}

	.modal-window form input {
		width: 250px;
		height: 40px;
	}

	.modal-window2 form .nice-select {
		width: 250px;
	}

	.modal-window2 form .nice-select .list {
		width: 250px;
	}

	.modal-window2 form > span {
		padding: 0 20px;
	}

	.modal-window2 {
		width: 280px;
		height: 500px;
	}

	.modal-window2 form > span {
		font-size: 1.8rem;
	}
	.modal-window2 form p.smel {
		padding: 0 20px;
	}

	.modal-window2 form p {
		padding: 0 30px;
		font-size: 1.2rem;
	}

	.modal-window2 form input[type=submit] {
		font-size: 1.3rem;
		padding: 15px 0;
	}

	.modal-window2 form input {
		width: 250px;
		height: 40px;
	}

		.modal-window2 form .nice-select {
		width: 250px;
	}

	.modal-window2 form .nice-select .list {
		width: 250px;
	}

	.modal-window2 form > span {
		padding: 0 20px;
	}

	.modal-window2 {
		width: 280px;
		height: 500px;
	}

	.modal-window2 form > span {
		font-size: 1.8rem;
	}
	.modal-window2 form p.smel {
		padding: 0 20px;
	}

	.modal-window2 form p {
		padding: 0 30px;
		font-size: 1.2rem;
	}

	.modal-window2 form input[type=submit] {
		font-size: 1.3rem;
		padding: 15px 0;
	}

	.modal-window2 form input {
		width: 250px;
		height: 40px;
	}

	.modal-window3 form .nice-select {
		width: 250px;
	}

	.modal-window3 textarea {
		width: 250px;
		height: 100px;
	}

	.modal-window3 form .nice-select .list {
		width: 250px;
	}

	.modal-window3 form > span {
		padding: 0 20px;
	}

	.modal-window3 {
		width: 280px;
		height: 540px;
	}

	.modal-window3 form > span {
		font-size: 1.8rem;
	}
	.modal-window3 form p.smel {
		padding: 0 20px;
	}

	.modal-window3 form p {
		padding: 0 30px;
		font-size: 1.2rem;
	}

	.modal-window3 form input[type=submit] {
		font-size: 1.3rem;
		padding: 15px 0;
	}

	.modal-window3 form input {
		width: 250px;
		height: 40px;
	}
 .range-jaguar .tabs {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
			align-items: center;
		z-index: 20;
	}

 .range-jaguar .tabs .item-tab:first-child {
		border-radius: 0;
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		        justify-content: center;
	}

 .range-jaguar .tabs .item-tab:last-child {
		border-radius: 0;
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		        justify-content: center;
	}
}

@media (max-width: 500px) {

	section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to {
		right: 82px;
	}
	
	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap {
		width: 300px!important;
	}
	section.page-leftmenu .wrap .wrap-right-bar {
		max-width: 500px;
		min-width: 280px;
		width: 400px!important;
	}

	section.page-leftmenu .wrap .wrap-right-bar .title {
		width: 400px!important;
		min-width: 280px;
	}

	section.page-leftmenu .wrap {
		max-width: 550px;
		width: 400px!important;
		min-width: 280px;
	}
}

@media (max-width: 480px) {
	section.page-leftmenu .wrap .wrap-right-bar .navigate{
		padding: 27px 0 20px !important;
	}
	.news-list > a .descr p,   .news-list > a .descr .item_name, .description *, .text, .text * {
   
    font-size: 16px!important;
  }
  section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inp label {
   
    font-size: 12px!important;
  }
	section.aboutus .wrap p iframe {
		width: 90%;
		text-align: center;
		margin-left: 0!important;
		height: 200px;
	}

	section.service .wrap .item .item-wrap ul li a {
		padding: 7px 7px;
		font-size: 1.6rem;
	}
	.moble-header__sections--bottom, .moble-dropdown__body .andropova p,.moble-dropdown__body .andropova .summer-idiot .social-number a,.moble-dropdown__body p,.mob-work__time, .nav-menu .wrap ul li a, .nav-menu .wrap ul li span,  section.service .wrap .item .item-wrap ul li a,  table td, section.calc .wrap .first-floor a .item, section.calc .wrap .first-floor a .item p,section.calc .wrap .second-floor .item p,section.calc .wrap .seo-text p,section.our_team .wrap .items .item .description p,section.expert .wrap .content .descr p,footer .wrap .first-floor  ul li a, footer .second-floor .wrap .right ul li a,footer .wrap .first-floor .item-4 .work-time,
	section.aboutus .wrap p,section.aboutus .wrap ul li,.form_reviews textarea, .contacts b
	{
    font-size: 14px!important;
}
}

@media (max-width: 470px) {

	

	section.aboutus section.centers .wrap .right-map .slider-center {
		margin-top: -20px;
	} 

	section.aboutus section.centers .wrap .right-map .second-floor {
		margin-top: 25px;
	}

	section.aboutus section.centers .wrap .right-map .slider-center .slick-prev {
		top: 60%;
	}


	section.aboutus section.centers .wrap .right-map .slider-center .slick-next {
		top: 60%
	}

	header .second-head .wrap .andropova {
		margin-top: 0px;
	}

	header .second-head .wrap .belomorskaya {
		margin-top: 12px;
	}

	header .second-head .wrap .southDorojniy {
		margin: 12px;
	}
/* 
	header .second-head .wrap .wrap-phone .summer-idiot .shit_social {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);
		bottom: -35px;
	} */

	header .second-head .wrap .wrap-phone {
		margin-top: 15px;
		margin-bottom: 0;
	}

	
	header .second-head .wrap .wrap-phone .summer-idiot .shit_social {
		width: 70px;
		display: flex;
	}
	header .second-head .wrap .wrap-phone .summer-idiot .shit_social a {
		margin-right: 7px;
	}

	section.tabs .wrap .landrover .item span {
		font-size: 2rem;
	}

	.modal-window {
		height: auto;
	}

	.modal-window2 {
		height: 410px;
	}

	.modal-window3 {
		height: 460px;
	}
	section.aboutus .wrap h1 {
		font-size: 2.8rem;
	}

	section.centers .wrap .right-map .slider-center {
		width: 350px;
		height: 170px;
	}
	section.centers .wrap .right-map .second-floor {
		margin-top: 15px;
	}

	html {
		font-size: 8px;
	}

	section.online .wrap .main_form .selecter-selected {
		width: 280px;
		padding: 12px 8px;
	}

	section.online .wrap .main_form button {
		width: 280px;
	}
}


@media (max-width: 450px) {
	form.upload_file .g-recaptcha {
		margin-left: 6%!important;
		margin-top: 0!important;
	}

	section.aboutus form.upload_file .wrap-form .text-to button {
		right: 0%!important;
	}

	section.aboutus form.upload_file  .wrap-form {
		height: 850px;
	}

	section.aboutus .wrap-form .inputs-to {
		width: 280px;
	}

	section.aboutus .wrap-form .inputs-to input {
		width: 280px;
	}

	section.aboutus .wrap-form .inputs-to .nice-select {
		width: 280px;
	}

	section.aboutus .wrap-form .inputs-to .nice-select.open .list {
		width: 280px;
	}

	section.aboutus .wrap-form .text-to textarea {
		width: 280px;
	}
}

@media (max-width: 430px) {


	section.calc .wrap .second-floor .item img {
		width: 60px;
	}

	section.calc .wrap .first-floor a .item {
		width: 100%!important;
	}

	section.calc .wrap .second-floor .item {
		width: 100%;
		height: 70px;
	}

	section.calc .wrap .first-floor a .item {
		width: 280px;
	}
}

@media (max-width: 410px) {

	section.calc form.vikup .wrap-form .text-to button {
		right: 12px!important;
	}

	section.calc form.vikup .wrap-form .text-to button {
		margin-top: 80px!important;
	}

	section.aboutus .wrap-form .text-to button {
		margin-top: -120px;
	}

	section.aboutus .wrap p iframe {
		width: 100%;
		text-align: center;
		margin-left: 0!important;
		height: 160px;
	}

	.wrap-form .inputs-to .nice-select {
		margin-top: 30px;
	}

	.wrap-form {
		height: 680px;
	}

	.wrap-form .inputs-to .nice-select.open .list {
		width: 280px;
	}

	section.code404 .wrap h1 {
		padding: 0 30px;
	}

	section.code404 .wrap p {
		font-size: 14rem;
	}


	.second-floor-four .first-floor .item.grant .img {
		margin-left: 10px;
	}

	section.calc .wrap .second-floor-four .third-floor .table_td {
		height: 60px;
	}

	section.calc .wrap .second-floor-four .third-floor .title_table {
		height: 60px;
	}

	section.calc .wrap .second-floor-four .third-floor .table_td .left {
		padding-left: 40px;
	}


	.wrap-form .text-to button {
		top: 150px;
		-webkit-transform: translateX(0%);-ms-transform: translateX(0%);-o-transform: translateX(0%);transform: translateX(0%);
		right: 15px;
	}

	.wrap-form .inputs-to {
		width: 280px;
	}

	.wrap-form .inp {
		padding: 0 50px;
	}

	.wrap-form .inp input {
		margin-right: -15px;
		margin-top: -17px;
	}

	.wrap-form .inp label {
		font-size: 1.1rem;
		text-align: center;
		padding: 0 20px;
	}

	.wrap-form .text-to {
		top: 415px;
	}

	.wrap-form .text-to textarea {
		width: 280px;
	}
	.wrap-form .inputs-to input {
		width: 280px;
	}

	.wrap-form .inputs-to .nice-select {
		width: 280px;
	}
	section.control .wrap button {
		width: 280px;
	}

	section.control .title {
		padding-left: 15px;
		padding-right: 15px;
	}

	section.centers .wrap .left {
		width: 280px;
		height: 480px;
	}

	section.centers .wrap .right {
		width: 280px;
	}

	section.centers .wrap .right .third-floor .adress {
		display: none;
	}

	section.main .wrap .left-column button {
		width: 280px;
	}

	section.main .wrap .left-column .main-title {
		font-size: 2.8rem;
	}

	section.main .wrap .left-column > p {
		font-size: 1.6rem;
	}

	section.main .wrap .count {
		width: 100%;
		border-radius: 0;
	}

	section.main .wrap .left-column .main-title {
		padding-left: 10px;
		padding-right: 10px;
	}


}


@media (max-width: 400px) {
	table td {
		padding: 4px!important;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.tabs {
		margin-left: -10px;
	}

	section.page-leftmenu .wrap-right-bar .range-jaguar {
		width: 100%;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.tabs .wrap .landrover .item {
		width: 310px;
		
	}

	section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to {
		right: 20px;
	}

	section.page-leftmenu .wrap .wrap-right-bar {
		max-width: 500px;
		min-width: 280px;
		width: 280px!important;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap {
		width: 280px!important;
	}

	section.page-leftmenu .wrap .wrap-right-bar .title {
		width: 280px!important;
		min-width: 280px;
		padding-left: 0;
	}

	section.page-leftmenu .wrap {
		max-width: 550px;
		width: 280px!important;
		min-width: 280px;
	}
}

@media (max-width: 380px) {
	form.upload_file .g-recaptcha {
		margin-left: 0!important;
		margin-top: 0!important;
	}

	section.aboutus form.upload_file .wrap-form .text-to button {
		right: 0%!important;
	}

	section.aboutus form.upload_file  .wrap-form {
		height: 850px;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.tabs {
		width: 295px;
		margin-left: 0;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.tabs .wrap .landrover {
		width: 295px;
	}

	section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to {
		right: 15px!important;
	}

	section.page-leftmenu .wrap .wrap-right-bar .row {
		width: 280px;
		margin: 0;
	}

	section.page-leftmenu .wrap .wrap-right-bar .price-repair .title {
		padding-right: 0px;
		width: 250px!important;
		min-width: 250px!important;
	}

	section.aboutus .wrap-form .title {
		font-size: 2.6rem;
	}

	section.aboutus .wrap-form .inputs-to {
		width: 250px;
	}

	section.aboutus .wrap-form .inputs-to input {
		width: 240px;
	}

	section.aboutus .wrap-form .inputs-to .nice-select {
		width: 240px;
	}

	section.aboutus .wrap-form .inputs-to .nice-select.open .list {
		width: 240px;
	}

	section.aboutus .wrap-form .text-to textarea {
		width: 240px;
	}

	section.aboutus section.centers .wrap .right-map .slider-center {
		margin-top: -20px;
	} 

	section.aboutus section.centers .wrap .right-map .second-floor {
		margin-top: 35px;
	}

	section.aboutus section.centers .wrap .right-map .slider-center .slick-prev {
		top: 73%;
	}


	section.aboutus section.centers .wrap .right-map .slider-center .slick-next {
		top: 73%
	}

	section.centers .wrap .right-map {
		width: 100%;
	}

	section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to {
		right: 16px!important;
	}

	section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inputs-to .nice-select {
		width: 250px!important;
	}

	section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inputs-to .nice-select .list{
		width: 250px!important;
	}

	section.page-leftmenu .wrap .wrap-right-bar .title {
		width: 280px;
	}
	section.calc .wrap .second-floor-four .third-floor .end-price-table {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		        align-items: center;
	}
	section.calc .wrap .second-floor-four .third-floor .end-price-table {
		height: 150px;
	}
	section.calc .wrap .second-floor-four .third-floor .end-price-table .left {
		margin-top: -20px;
	}
	section.page-leftmenu .wrap {
		width: 280px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .sovet .title {
		width: 280px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .process .title {
		width: 280px;
	}
	section.page-leftmenu .wrap .wrap-right-bar .spare-parts .title {
		width: 280px;
	}
	section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to button {
		width: 250px;
	}

	section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inputs-to {
		width: 250px;
	}

	section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to {
		right: 15px;
	}
	section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to textarea {
		width: 250px;
	}

	section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inputs-to .selecter-selected {
		width: 250px;
	}

	section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .inputs-to input {
		width: 250px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .tabs a:nth-child(2) {
		width: 280px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .table-tabs-grants .third-floor-t .end-price-table {
		height: 130px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .tabs a {
		width: 280px;
	}

	section.page-leftmenu .wrap .wrap-right-bar {
		width: 280px;
	}

	section.page-leftmenu .wrap .wrap-left-bar {
		width: 280px;
	}


	section.page-leftmenu .wrap { 
	width: 280px;
	}
	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap {
		width: 280px;
	}

	section.page-leftmenu .wrap .wrap-right-bar form .little-form-wrap .text-to {
		right: 20px;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right {
		height: 400px;
	}

	section.page-leftmenu .wrap {
		width: 280px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .trouble form > button {
		width: 280px;
	}

	section.page-leftmenu .wrap .wrap-right-bar {
		width: 280px;
	}

	section.page-leftmenu .wrap .wrap-left-bar {
		width: 280px;
	}

	section.page-leftmenu .wrap .wrap-left-bar {
		width: 280px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .repair-uslugi .floor {
		-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-moz-box-orient: vertical;-moz-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap .right {
		height: 100%;
	}

section.page-leftmenu .wrap .wrap-right-bar .repair-area .images {
	padding-left: 3px;
}

	section.page-leftmenu .wrap .wrap-right-bar {
		width: 280px;
	}

	section.page-leftmenu .wrap .wrap-right-bar section.centers-mini .wrap {
		width: 280px;
	}

	section.page-leftmenu .wrap .wrap-right-bar .price-repair form > button {
		width: 280px;
	}
}


@media (max-width: 380px) {
	section.centers .wrap .right-map .slider-center {
		width: 280px;
		height: 120px;
	}

	section.our_team .wrap .items .item .img_wrap {
		height: 200px;
	}

	section.centers .wrap .right-map .second-floor {
		margin-top: 30px;
		padding: 0 30px;
	}
}


@media (max-width: 340px) {
	section.code404 .wrap p {
		font-size: 6rem;
	}

	.map-columns tbody tr {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		        align-items: center;
	}
}



@media (max-width: 1200px) {
    section.add-comment .wrap form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    section.add-comment .wrap form .right .rait {
        margin-top: 20px;
    }

    section.add-comment .wrap form .right .submit {
        justify-content: center;
    }

    section.add-comment .wrap form .right {
        padding-left: 0;
    }

}

@media (max-width: 860px) {
    section.add-comment .wrap form .right textarea {
        min-width: 280px;
    }
}

@media (max-width: 679px) {
    section.worker .wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    section.worker .wrap .descr {
        margin-left: 0;
        margin-top: 20px;
    }

    section.worker .wrap .descr span.name {
        text-align: center;
    }
}

@media (max-width: 550px) {
    section.head-review .wrap {
        display: flex;
        flex-direction: column;
    }

    section.head-review .wrap span.other {
        margin-left: 0;
    }

    section.head-review .wrap span.other:before {
        width: 100px;
        height: 2px;
        left: 0;
        top: -7px;
    }

    section.all-comments div.alone-comment .wrap:after {
        width: 92%;
    }

    section.head-review .wrap:after {
        width: 92%;
    }

.work_list-auto {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0;
    padding: 15px 0;
    flex-wrap: wrap;
}
.work_list-auto li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #057f00;
}
.work_list-auto li {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 10px 15px;
}

}

@media (max-width: 420px) {
	section.aboutus form.upload_file .wrap-form {
		height: 900px;
	}
}


@media (max-width: 350px) {
    section.worker .wrap .descr span.name {
        line-height: 2.8rem;
    }

    section.add-comment .wrap form .right {
        max-width: 290px;
    }

    section.add-comment .wrap form .right textarea {
        width: 100%;
    }

}
/* End */


/* Start:/local/templates/auto/components/bitrix/news.list/headerCenters/style.css?1660104462150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/auto/components/bitrix/menu/upMenu/style.min.css?1660104434490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/auto/components/bitrix/menu/upMenu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/auto/components/bitrix/catalog/serviceDopMenu/style.min.css?1660104404959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/local/templates/auto/components/bitrix/catalog/serviceDopMenu/bitrix/catalog.section.list/.default/style.min.css?16601054186236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


/* Start:/local/templates/auto/components/bitrix/menu/addMenu/style.min.css?1660104432490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/auto/components/bitrix/menu/addMenu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/auto/components/bitrix/search.title/search_title/style.css?16601044652108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/auto/components/bitrix/search.title/search_title/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/auto/components/bitrix/news.list/socialLinks/style.css?1660104464150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/auto/components/bitrix/menu/bottomMenu/style.min.css?1660104432490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/auto/components/bitrix/menu/bottomMenu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /local/templates/auto/libs/slick/slick/slick.css?16601040131776 */
/* /local/templates/auto/libs/slick/slick/slick-theme.css?16601040123151 */
/* /local/templates/auto/css/libs.min.css?166019787261 */
/* /local/templates/auto/libs/selecter/jquery.fs.selecter.css?16601034715275 */
/* /local/templates/auto/libs/niceselect/css/nice-select.css?16601040124007 */
/* /local/templates/auto/libs/magnific-popup/dist/magnific-popup.css?16601040126951 */
/* /local/templates/auto/css/main.css?1775568937252868 */
/* /local/templates/auto/css/media.css?177702390184857 */
/* /local/templates/auto/components/bitrix/news.list/headerCenters/style.css?1660104462150 */
/* /local/templates/auto/components/bitrix/menu/upMenu/style.min.css?1660104434490 */
/* /local/templates/auto/components/bitrix/catalog/serviceDopMenu/style.min.css?1660104404959 */
/* /local/templates/auto/components/bitrix/catalog/serviceDopMenu/bitrix/catalog.section.list/.default/style.min.css?16601054186236 */
/* /local/templates/auto/components/bitrix/menu/addMenu/style.min.css?1660104432490 */
/* /local/templates/auto/components/bitrix/search.title/search_title/style.css?16601044652108 */
/* /local/templates/auto/components/bitrix/news.list/socialLinks/style.css?1660104464150 */
/* /local/templates/auto/components/bitrix/menu/bottomMenu/style.min.css?1660104432490 */
