<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.getMakeBtn,
.getModelBtn {
  max-width: 110px;
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: 2fr 4fr;
  align-items: center;
  gap: 14px;
  width: 100%;
  height: 54px;
  padding: 8px 18px 8px 14px;
  background: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

/* header_logo -------------------------------------------- */

.header_logo img {
  display: block;
  max-height: 38px;
}
.header_logo p {
  display: none;
}

/* header_search ---------------------------------------- */

.header_search {
  transform: skewX(-10deg);
}
.header_search p {
  display: none;
}
.ya-site-form {
  width: 100%;
}
.ya-page_js_yes .ya-site-form_inited_no {
  display: none;
}
#ya-site-form0 .ya-site-form__search-input,
#ya-site-form1 .ya-site-form__search-input {
  padding: 0 !important;
}
#ya-site-form1 .ya-site-form__arrow-wrap {
  width: 0 !important;
}
input.ya-site-form__input-text {
  width: 100%;
  height: 38px;
  padding-left: 16px;
  border: 1px solid #999 !important;
  border-radius: 8px;
  border-radius: 10px 2px 10px 2px;
  box-shadow: 0 0 1px 0px #999;
  /* box-shadow: inset 0px 0px 1px #333; */
  -webkit-appearance: none !important;
}
input.ya-site-form__submit {
  position: relative;
  width: 27px !important;
  height: 27px !important;
  margin-left: -32px !important;
  background-color: transparent !important;
  background-image: url(/img/icons/search.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 16px !important;
  border-color: transparent !important;
}
.ya-site-form__arrow-wrap {
  display: none;
}

/* Header nav-phone and nav-cart ----------------------------------------- */

.nav-phone,
.nav-cart,
.header_contacts {
  display: none;
}

/* top-paralax-menu-content ----------------------------------------- */

.top-paralax-menu-content {
  display: none;
  position: absolute;
  top: 54px;
  left: 0;
  right: 0;
  z-index: 9980;
  height: calc(100vh - 54px - 56px);
  background: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
}
.top-paralax-menu-content,
#tp-contact-content {
  display: none;
  background: #fafafa;
}
.top-paralax-menu-content.active {
  display: block;
}
.top-paralax-menu-content.active &gt; div {
  width: 100%;
  text-align: left;
  margin-top: -2px;
}
#tp-contact-content.active {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}
#tp-contact-content {
  position: relative;
}
#tp-contact-content .btn-menu-close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
/* #close-contacts {
  position: absolute;
  top: 8px;
  right: 8px;
  border-bottom: 1px dashed;
  cursor: pointer;
} */
#tp-contact-content h4 {
  padding: 16px 16px 0;
}
.times,
.adress-wrap,
.phone1,
.email-wrap {
  display: block;
  padding: 0 16px;
}
#tp-contact-content table {
  margin-bottom: 16px;
}
.header-map {
  margin-top: auto;
}

/* ------------------------------------------------------------------- */
/* @media ------------------------------------------------------------ */
/* ------------------------------------------------------------------- */

@media screen and (min-width: 768px) {
  .site-header {
    grid-template-columns: 168px 36px 1fr 36px 36px 36px;
    gap: 24px;
    align-items: center;
    height: 68px;
    padding: 16px 32px 16px 24px;
  }
  .header_logo img {
    max-height: 36px;
  }
  input.ya-site-form__input-text {
    height: 36px;
  }
  .top-paralax-menu-content {
    top: 68px;
  }
  .nav-cart {
    display: flex;
  }
  .nav-phone {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  a.getMakeBtn,
  .getModelBtn {
    max-width: none;
  }
  .site-header {
    grid-template-columns: 213px 44px 1fr 44px 92px 175px;
    height: auto;
  }
  input.ya-site-form__input-text {
    height: 42px;
  }
  .header_contacts {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .header_contacts p {
    display: none;
  }
  .header_contacts_links {
    display: flex;
    align-items: center;
    height: 44px;
  }
  .header_contacts a[href^="tel"] {
    line-height: 1;
    font-size: 26px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    letter-spacing: -2px;
    white-space: nowrap;
    color: #555;
    transform: skewX(-5deg);
  }
  .box-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: 1px solid #a79a9a;
  }
  .nav-phone {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .site-header {
    grid-template-columns: 280px 105px 1fr 102px 140px 222px;
    padding: 24px 32px 24px 24px;
  }
  .site-header.scrolled {
    padding: 14px 32px 14px 24px;
  }
  .header_logo img {
    max-height: 44px;
    width: 231px;
  }
  .header_logo p {
    display: block;
    font-size: 13px;
  }
  .header_contacts p {
    display: block;
    text-align: right;
    font-size: 13px;
  }
  .header_contacts a[href^="tel"] {
    font-size: 32px;
  }
  .nav &gt; li:hover &gt; a::before {
    height: 86px;
  }
  .sub_nav {
    top: 130px;
  }
  .services &gt; li:hover &gt; a::before {
    height: 21px;
  }
  .services .sub_nav {
    top: 65px;
  }
}

@media screen and (hover: none) and (max-width: 1280px), (pointer: coarse) {
  .nav-new &gt; li &gt; a {
    pointer-events: none;
  }
  .nav-new &gt; li:focus a {
    pointer-events: all;
  }
}

@media screen and (min-width: 1456px) {
  .site-header {
    padding: 24px calc((100% - 1456px + 48px) / 2);
  }
  .site-header.scrolled {
    padding: 14px calc((100% - 1456px + 48px) / 2);
  }
}
@media screen and (pointer: fine) {
  .nav-new &gt; li a {
    pointer-events: all;
  }
}

@keyframes vibrate {
  0%,
  2%,
  4%,
  6%,
  8%,
  10%,
  12%,
  14%,
  16%,
  18% {
    -webkit-transform: translate3d(-1px, 0, 0) scale(-1, 1);
    transform: translate3d(-1px, 0, 0) scale(-1, 1);
  }
  1%,
  3%,
  5%,
  7%,
  9%,
  11%,
  13%,
  15%,
  17%,
  19% {
    -webkit-transform: translate3d(1px, 0, 0) scale(-1, 1);
    transform: translate3d(1px, 0, 0) scale(-1, 1);
  }
  20%,
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(-1, 1);
    transform: translate3d(0, 0, 0) scale(-1, 1);
  }
}
</pre></body></html>