<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">select {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  width: 100%;
  padding: 8px 35px 8px 10px;
  font-size: 14px;
  border: 1px solid #e2e2e2;
  height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../../../../view/assets/img/themes/car/icons8_triangular_arrow_down_20px_1.png") right 10px center no-repeat #fff;
  background-size: 20px; }

select:hover {
  border: 1px solid #aaa; }

select::-ms-expand {
  display: none; }

@media screen and (min-width: 0\0 ) {
  select {
    background: none\9;
    padding: 5px\9; } }
.BlueButton {
  display: inline-block;
  border: 1px solid #304FFE;
  color: #fff;
  background: #536dfe;
  background: linear-gradient(180deg, #536dfe 0%, #536dfe 100%);
  box-shadow: inset 0 1px 0px 1px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  padding: 0px 20px;
  height: 38px;
  line-height: 38px; }
  .BlueButton:hover {
    cursor: pointer;
    background: #536dfe;
    background: linear-gradient(180deg, #536dfe 0%, #304ffe 100%); }

.btn--block {
  display: block; }

.btn--block + .btn--block {
  margin-left: 0; }

.btn {
  display: inline-block;
  position: relative;
  margin: 5px 0;
  padding: 10px 31px 11px;
  cursor: pointer;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: transparent;
  transition: background .2s,color .2s;
  text-align: center;
  text-decoration: none;
  font: 1.286em/1.1667 'Open Sans',sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 22px;
  transition: border 0.1s ease-in-out; }

.btn + .btn {
  margin-left: 7px; }

.btn .b-link {
  border-radius: inherit; }

.btn.tooltip-no-js-wrap:hover &gt; .tooltip {
  display: none !important; }

.btn:disabled &gt; .tooltip, .btn.disabled &gt; .tooltip {
  display: block; }

.btn--static .b-link {
  top: -1000px;
  right: -1000px;
  bottom: -1000px;
  left: -1000px; }

.btn--xsm {
  padding: 3px 15px 4px;
  border-radius: 12px;
  font-size: .929em;
  line-height: 1.308; }

.btn--xsm:before {
  border-radius: 11px; }

.btn--sm {
  padding: 7px 18px 6px;
  border-radius: 16px;
  font-size: 1em;
  line-height: 1.3572; }

.btn--sm:before {
  border-radius: 16px; }

.btn, .btn:hover {
  color: #fff; }

.btn &gt; .icon-svg, .btn &gt; .icon:hover, .btn &gt; .icon-svg:hover {
  color: inherit; }

.btn--red {
  background: #f02139; }

.btn--red:hover, .btn--red:focus {
  background: #f02139 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--red:active, .btn--red.active {
  background: #f02139 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--orange {
  background: #ff8200; }

.btn--orange:hover, .btn--orange:focus {
  background: #f02139 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--orange:active, .btn--orange.active {
  background: #f02139 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--dorange {
  background: #ef5322; }

.btn--dorange:hover, .btn--dorange:focus {
  background: #ef5322 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--dorange:active, .btn--dorange.active {
  background: #ef5322 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--yellow {
  background: #fec309; }

.btn--yellow:hover, .btn--yellow:focus {
  background: #fec309 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--yellow:active, .btn--yellow.active {
  background: #fec309 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--grass {
  background: #86c313; }

.btn--grass:hover, .btn--grass:focus {
  background: #86c313 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--grass:active, .btn--grass.active {
  background: #86c313 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--lime {
  background: #29cf29; }

.btn--lime:hover, .btn--lime:focus {
  background: #29cf29 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--lime:active, .btn--lime.active {
  background: #29cf29 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--green {
  background: #1ac636; }

.btn--green:hover, .btn--green:focus {
  background: #1ac636 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--green:active, .btn--green.active {
  background: #1ac636 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--aqua {
  background: #00caa8; }

.btn--aqua:hover, .btn--aqua:focus {
  background: #00caa8 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--aqua:active, .btn--aqua.active {
  background: #00caa8 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--sky {
  background: #28c4f6; }

.btn--sky:hover, .btn--sky:focus {
  background: #28c4f6 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--sky:active, .btn--sky.active {
  background: #28c4f6 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--dsky {
  background: #1eb2fc; }

.btn--dsky:hover, .btn--dsky:focus {
  background: #1eb2fc linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--dsky:active, .btn--dsky.active {
  background: #1eb2fc linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--lblue {
  background: #2b8cfc; }

.btn--lblue:hover, .btn--lblue:focus {
  background: #2b8cfc linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--lblue:active, .btn--lblue.active {
  background: #2b8cfc linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--blue {
  background: #2b65f8; }

.btn--blue:hover, .btn--blue:focus {
  background: #2b65f8 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--blue:active, .btn--blue.active, .btn--blue.loading {
  background: #2b65f8 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--dgrey {
  background: #9aa9c5; }

.btn--dgrey:hover, .btn--dgrey:focus {
  background: #9aa9c5 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--dgrey:active, .btn--dgrey.active {
  background: #9aa9c5 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--pink {
  background: #f55280; }

.btn--pink:hover, .btn--pink:focus {
  background: #f55280 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--pink:active, .btn--pink.active {
  background: #f55280 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--laguna {
  background: #2f75c1; }

.btn--laguna:hover, .btn--laguna:focus {
  background: #2f75c1 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--laguna:active, .btn--laguna.active {
  background: #2f75c1 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--vdgrey {
  background: #333844; }

.btn--vdgrey:hover, .btn--vdgrey:focus {
  background: #333844 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--vdgrey:active, .btn--vdgrey.active {
  background: #333844 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--aqua-blue {
  background: #08b5fd; }

.btn--aqua-blue:focus, .btn--aqua-blue:hover {
  background: #069fde; }

.btn--aqua-blue:active, .btn--aqua-blue.active {
  background: #0487bd; }

.btn--facebook {
  background: #3464d4; }

.btn--facebook:hover, .btn--facebook:focus {
  background: #3464d4 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--facebook:active, .btn--facebook.active {
  background: #3464d4 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--twitter {
  background: #1cacff; }

.btn--twitter:hover, .btn--twitter:focus {
  background: #1cacff linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--twitter:active, .btn--twitter.active {
  background: #1cacff linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--google {
  background: #dd4b39; }

.btn--google:hover, .btn--google:focus {
  background: #dd4b39 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--google:active, .btn--google.active {
  background: #dd4b39 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--instagram {
  background: #3674a9; }

.btn--instagram:hover, .btn--instagram:focus {
  background: #3674a9 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--instagram:active, .btn--instagram.active {
  background: #3674a9 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--linkedin {
  background: #006799; }

.btn--linkedin:hover, .btn--linkedin:focus {
  background: #006799 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--linkedin:active, .btn--linkedin.active {
  background: #006799 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--vk {
  background: #2c70b4; }

.btn--vk:hover, .btn--vk:focus {
  background: #2c70b4 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--vk:active, .btn--vk.active {
  background: #2c70b4 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--odnoklassniki {
  background: #f7882b; }

.btn--odnoklassniki:hover, .btn--odnoklassniki:focus {
  background: #f7882b linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--odnoklassniki:active, .btn--odnoklassniki.active {
  background: #f7882b linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--yandex {
  background: #ee3a2e; }

.btn--yandex:hover, .btn--yandex:focus {
  background: #ee3a2e linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--yandex:active, .btn--yandex.active {
  background: #ee3a2e linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--transparent {
  background: rgba(0, 0, 0, 0.5); }

.btn--transparent &gt; .ico, .btn--transparent &gt; .icon-svg {
  opacity: 0.8; }

.btn--transparent:hover, .btn--transparent:focus {
  background: rgba(0, 0, 0, 0.7); }

.btn--transparent:hover &gt; .ico, .btn--transparent:focus &gt; .ico, .btn--transparent.active &gt; .ico, .btn--transparent:hover &gt; .icon-svg, .btn--transparent:focus &gt; .icon-svg, .btn--transparent.active &gt; .icon-svg {
  opacity: 1; }

.btn--transparent:active {
  background: rgba(0, 0, 0, 0.9); }

.btn--glass:before {
  content: '';
  border: 2px solid rgba(255, 255, 255, 0.3); }

.btn--glass:hover:before {
  border-color: #fff; }

.btn--glass:active:before, .btn--glass.active:before {
  border-color: rgba(255, 255, 255, 0.3); }

.btn--white {
  background: #fff;
  color: #4d4d4d; }

.btn--white:before {
  content: '';
  border: 1px solid rgba(0, 0, 0, 0.1); }

.btn--white:hover, .btn--white:focus {
  color: #2b65f8; }

.btn--white:hover:before, .btn--white:focus:before {
  border-width: 2px;
  border-color: #2b65f8; }

.btn--white:active, .btn--white.active, .btn--white.loading {
  color: #2058c6; }

.btn--white:active:before, .btn--white.active:before, .btn--white.loading:before {
  border-width: 2px;
  border-color: #2058c6; }

.btn--gold {
  background: #fff;
  color: #4d4d4d; }

.btn--gold:before {
  content: '';
  border: 1px solid rgba(0, 0, 0, 0.1); }

.btn--gold:hover:before, .btn--gold:focus:before {
  border-width: 2px;
  border-color: #fec309; }

.btn--gold:active, .btn--gold.active, .btn--gold.loading {
  background: #fec309; }

.btn--gold:active:before, .btn--gold.active:before, .btn--gold.loading:before {
  border: none; }

.btn--gold.active:hover {
  background: #e4af08; }

.btn-normal {
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important; }
  .btn-normal:before {
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important; }

body {
  background: #f0f0f0; }

.Theme {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%; }
  .Theme * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px; }

.FooterContainerPlaceHolder {
  height: 10px; }

.TableLayout .View .section.addToTopLine {
  display: none !important; }

.FooterContainer {
  display: none !important; }

.KogaoThemeLayout {
  padding: 0 !important;
  margin-top: 20px; }

.CarSubmitButton {
  float: left;
  width: 100%;
  padding-top: 20px;
  text-align: right; }
  .CarSubmitButton .btn {
    width: 185px; }

.CarContent {
  float: left;
  width: 100%;
  padding: 30px; }
  .CarContent .label {
    font-weight: 600 !important;
    font-size: 14px !important; }
  .CarContent .CarFields {
    float: left;
    width: 100%;
    padding-top: 20px;
    display: flex; }
    .CarContent .CarFields .FieldItem {
      float: left;
      width: 100%;
      padding-right: 10px; }
      .CarContent .CarFields .FieldItem.Second {
        display: none; }
      .CarContent .CarFields .FieldItem .r_text {
        padding: 8.5px 10px; }
  .CarContent .CarZustand {
    float: left;
    width: 100%;
    display: flex;
    column-gap: 10px; }
    .CarContent .CarZustand .ZustandItem {
      float: left;
      width: 33%; }

.CarTab {
  float: left;
  width: 100%;
  background: #f9f9f9;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  display: flex; }
  .CarTab .TabItem {
    box-shadow: 0 0 0 1px #e2e2e2;
    float: left;
    text-align: center;
    width: 100%;
    padding: 12px 0; }
    .CarTab .TabItem.Last {
      -webkit-border-radius: 0 6px 0 0;
      -moz-border-radius: 0 6px 0 0;
      border-radius: 0 6px 0 0; }
    .CarTab .TabItem.Active {
      border-left: 0;
      background: #fff;
      -webkit-border-radius: 6px 0 0 0;
      -moz-border-radius: 6px 0 0 0;
      border-radius: 6px 0 0 0;
      box-shadow: none; }
      .CarTab .TabItem.Active img {
        opacity: 1;
        width: 28px; }
      .CarTab .TabItem.Active:hover {
        opacity: 1;
        background: transparent !important; }
    .CarTab .TabItem:hover {
      background: #eee;
      opacity: 0.9;
      cursor: pointer; }
    .CarTab .TabItem img {
      opacity: 0.6;
      width: 28px; }

.CarMerchantBox {
  float: left;
  width: 100%;
  padding: 70px 70px;
  margin-top: 20px;
  background: #fff url("../../../../view/assets/img/themes/car/merchant_block.jpg");
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.04);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  min-height: 400px; }
  .CarMerchantBox .CarMerchantBoxLeft {
    float: left;
    width: 60%; }
    .CarMerchantBox .CarMerchantBoxLeft .Button {
      float: left;
      width: 100%;
      padding-top: 20px; }
    .CarMerchantBox .CarMerchantBoxLeft .Content {
      float: left;
      width: 100%;
      padding-top: 20px; }
      .CarMerchantBox .CarMerchantBoxLeft .Content .contentItem {
        float: left;
        width: 100%;
        padding: 5px 0; }
        .CarMerchantBox .CarMerchantBoxLeft .Content .contentItem span {
          float: left; }
          .CarMerchantBox .CarMerchantBoxLeft .Content .contentItem span:nth-child(2) {
            line-height: 30px;
            font-size: 16px; }
          .CarMerchantBox .CarMerchantBoxLeft .Content .contentItem span:nth-child(1) {
            width: 50px; }
    .CarMerchantBox .CarMerchantBoxLeft .Title {
      float: left;
      width: 100%;
      font-weight: 600;
      font-size: 24px; }

.AutoByForm {
  float: left;
  width: 100%; }
  .AutoByForm .FormItem {
    float: left;
    width: 100%;
    padding: 20px 0 30px 0; }
    .AutoByForm .FormItem:hover {
      cursor: pointer;
      background: #f9f9f9; }
      .AutoByForm .FormItem:hover .ItemName {
        color: #304ffe; }
    .AutoByForm .FormItem .ItemName {
      float: left;
      width: 100%;
      text-align: center;
      padding-top: 20px;
      font-size: 16px;
      font-weight: 600; }
    .AutoByForm .FormItem .ItemImage {
      float: left;
      width: 100%;
      text-align: center; }
      .AutoByForm .FormItem .ItemImage.Logo img {
        width: 50%; }
      .AutoByForm .FormItem .ItemImage img {
        width: 80%;
        display: inline-block; }
    .AutoByForm .FormItem span {
      float: left;
      width: 100%;
      text-align: center;
      font-weight: 600; }
      .AutoByForm .FormItem span:nth-child(2) {
        font-size: 16px;
        padding-top: 15px; }
      .AutoByForm .FormItem span img {
        width: 80%; }

.CarLayoutBox {
  float: left;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.04);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: 20px; }
  .CarLayoutBox .BoxContent {
    float: left;
    width: 100%;
    padding: 30px; }
    .CarLayoutBox .BoxContent.NoPadding {
      padding: 0px 0; }
  .CarLayoutBox .BoxTitle {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 20px 30px;
    font-weight: 600;
    font-size: 16px; }

.ThemeCarTopBox {
  float: left;
  width: 100%;
  padding-top: 20px;
  display: flex;
  column-gap: 20px; }
  .ThemeCarTopBox .TopBoxLayout {
    float: left;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.04);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px 0; }
    .ThemeCarTopBox .TopBoxLayout.CarDealer {
      background: #fff url("../../../../view/assets/img/themes/car/bg-1.jpg") right center;
      background-size: cover; }
    .ThemeCarTopBox .TopBoxLayout.Left {
      padding-left: 30px; }
      .ThemeCarTopBox .TopBoxLayout.Left span {
        text-align: left; }
    .ThemeCarTopBox .TopBoxLayout span {
      float: left;
      width: 100%;
      text-align: center; }
      .ThemeCarTopBox .TopBoxLayout span:nth-child(1) {
        font-weight: 600; }
      .ThemeCarTopBox .TopBoxLayout span:nth-child(2) {
        padding-top: 5px; }
      .ThemeCarTopBox .TopBoxLayout span:nth-child(3) {
        padding-top: 10px; }

.ThemeCarSearchLayout {
  float: left;
  width: 100%;
  background: #fff url("../../../../view/assets/img/themes/car/bg.jpg") center no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.04);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 30px; }
  .ThemeCarSearchLayout .SearchBlockLayout {
    float: left;
    width: 500px;
    background: #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.04);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    min-height: 400px; }

@media screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .CarContent .CarFields .FieldItem {
    padding-right: 10px; } }
@media screen and (max-width: 600px) {
  .KogaoThemeLayout {
    padding: 0 !important;
    margin: 0 !important; }

  .KogaoThemeLayout .KogaoThemeBox1Content {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; }

  .CarLayoutBox {
    margin-top: 0;
    border-top: 1px solid #e2e2e2;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }

  .CarMerchantBox {
    padding: 30px;
    border-top: 1px solid #e2e2e2;
    margin-top: 0;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background: #fff url("../../../../view/assets/img/themes/car/merchant_block.jpg") -250px center !important; }

  .CarMerchantBox .CarMerchantBoxLeft {
    width: 100%; }

  .CarMerchantBox .CarMerchantBoxLeft .Content .contentItem span:nth-child(2) {
    width: calc(100% - 50px); }

  .KogaoThemeLayout .KogaoThemeBox2 {
    border-top: 1px solid #e2e2e2;
    padding: 0 !important; }

  .ThemeCarSearchLayout .SearchBlockLayout {
    width: 100%; }

  .ThemeCarSearchLayout {
    padding: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }

  .CarContent .CarZustand .ZustandItem {
    width: 50% !important; }

  .CarSubmitButton .btn {
    width: 100%; }

  .CarContent .CarFields .FieldItem.Second {
    display: none; } }

/*# sourceMappingURL=style.css.map */
ul.horizontal {
  display: inline-block;
  padding: 0;
  margin: .5rem;
  text-align: center;
  background-color: #fff;
}
ul.horizontal li { display: inline; }
ul.horizontalli a { white-space: nowrap; }
ul.horizontal li:after {
  content: " ";
  letter-spacing: 1em;
  background: center center no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwAAADsABataJCQAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMkMEa+wAAAAnSURBVBhXY/Dz89MA4sNA/B9Ka4AEYQIwfBgkiCwAxjhVopnppwEApxQqhnyQ+VkAAAAASUVORK5CYII=);
}</pre></body></html>