header {
    width: 100%;
    min-width: 320px;
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-order: 1;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .header-wrap {
    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;
    padding: 44px 15px 0 15px;
  }
  
  .logo {
    color: white;
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .logo__town {
    color: #eba716;
    font-size: 17px;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
    letter-spacing: 0.7px;
  }
  
  .slogan {
    display: block;
    color: #b5b5b5;
    font-family: 'PFEncoreSansPro', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    text-transform: uppercase;
    padding-top: 12px;
    letter-spacing: 0.6px;
  }
  
  .box-nav {
    padding-left: 0px;
  }
  
  .main-nav-list__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 26px;
  }
  
  .main-nav-list__item:last-child {
    margin-right: 0;
  }
  
  .main-nav-list__link {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.75px;
  }
  
  .main-nav-list__link:hover {
    color: #f1ad11;
  }
  
  .main-nav-list__link i {
    position: absolute;
    bottom: -28px;
    color: #f1ad11;
    left: 50%;
    margin-left: -9px;
    display: block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 12px;
  }
  
  .phone {
    color: white;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
  }
  
  .phone_black {
    color: black;
  }
  
  .callbak__time {
    color: #b5b5b5;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    padding: 8px 0 19px;
    letter-spacing: 0.4px;
  }
  
  .box-callbak {
    position: relative;
  }
  
  .box-callbak .btn {
    margin-left: -3px;
  }
  
  .callbak-form {
    position: absolute;
    -webkit-box-shadow: 2.5px 4.3px 105px rgba(0, 0, 0, 0.4);
    box-shadow: 2.5px 4.3px 105px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    padding: 46px 43px 70px 38px;
    width: 343px;
    top: 68px;
    right: -2px;
    display: none;
    z-index: 15;
    background: -webkit-linear-gradient(left, #e3800d 0%, #e08d0e 100%);
    background: -webkit-gradient(linear, left top, right top, from(#e3800d), to(#e08d0e));
    background: linear-gradient(to right, #e3800d 0%, #e08d0e 100%);
  }
  
  .callbak-form__title {
    color: white;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 27px;
    padding-left: 4px;
    letter-spacing: 0.9px;
  }
  
  .callbak-form .form-control {
    height: 40px;
    background-color: white;
    border-radius: 6px;
    width: 100%;
    padding: 0 25px;
  }
  
  .callbak-form .box-field__input {
    margin-bottom: 14px;
  }
  
  .callbak-form .btn {
    color: white;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    text-align: center;
    border: none;
    background: -webkit-linear-gradient(left, #f4ae0e 0%, #fcb208 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f4ae0e), to(#fcb208));
    background: linear-gradient(to right, #f4ae0e 0%, #fcb208 100%);
    margin: 0;
    padding: 0 5px 0px;
  }
  
  .callbak-form .close-white {
    position: absolute;
    right: 37px;
    top: 20px;
    font-size: 14px;
  }
  
  .icon-phone {
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../imgk/phone.svg");
    margin-top: -5px;
  }
  
  .close-white {
    color: #fff;
    font-size: 14px;
  }
  
  .close-white:hover {
    opacity: 0.6;
  }
  
  .subnav {
    position: absolute;
    top: 88px;
    left: 18px;
    background-color: #FFF;
    width: -webkit-calc(100% - 22px);
    width: calc(100% - 22px);
    padding: 40px 27px 33px 32px;
    -webkit-box-shadow: 2.5px 4.3px 139px rgba(0, 0, 0, 0.75);
    box-shadow: 2.5px 4.3px 139px rgba(0, 0, 0, 0.75);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    z-index: -2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .subnav ul {
    margin-bottom: 38px;
    padding-left: 10px;
  }
  
  .subnav ul:last-child {
    margin-bottom: 0;
  }
  
  .subnav ul li {
    padding-left: 25px;
    display: block;
    margin-bottom: 8px;
    position: relative;
  }
  
  .subnav ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 1px;
    top: 9px;
    background-image: url(../imgk/sprite.png);
    background-position: -31px 0px;
    width: 7px;
    height: 5px;
  }
  
  .subnav ul a {
    color: black;
    font-size: 17px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.8px;
    text-shadow: 0 0;
  }
  
  .subnav ul a:hover {
    opacity: 0.6;
  }
  
  .subnav ul+.subnav__title {
    margin-bottom: 13px;
  }
  
  .subnav__col {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 25%;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 36px 0 46px;
  }
  
  .subnav__col:last-child {
    border-right: none;
  }
  
  .subnav__col_1 {
    width: 21%;
  }
  
  .subnav__col_2 {
    width: 27.4%;
  }
  
  .subnav__col_3 {
    width: 26.75%;
  }
  
  .subnav__col_3 ul {
    margin-bottom: 25px;
  }
  
  .subnav__title,
  .subnav__title a {
    color: black !important;
    font-size: 23px !important;
    font-weight: 700 !important;
    line-height: 22px !important;
    margin-bottom: 23px !important;
    letter-spacing: 1.1px !important;
    text-shadow: 0 0 !important;
  }
  
  
  /********************/
  
  .window-open-cont .subnav__col {
    width: 50%;
    padding: 0 25px;
  }
  
  .window-open-cont .subnav {
    position: inherit;
    padding: 0;
    box-shadow: none;
  }
  
  .window-open-cont .subnav ul li {
    margin-bottom: 0;
  }
  
  .window-open-cont .subnav ul li::before {
    background-position: -31px 6px;
  }
  
  
  /*******************/
  
  
  /*
  .main-nav-list__item:nth-child(2) {
    position: relative; }
  */
  
  @media screen and (min-width: 991px) {
    .box-logo {
      max-width: 280px;
    }
    .main-nav-list__item.subnav-1-col,
    .main-nav-list__item.subnav-2-col,
    .main-nav-list__item.subnav-3-col {
      position: relative;
    }
    .main-nav-list__item.subnav-1-col .subnav {
      left: -17px;
      width: 300px;
      top: 45px;
      padding: 30px 25px 40px 0;
    }
    .main-nav-list__item.subnav-1-col .subnav .subnav__col {
      width: 100%;
      padding-right: 20px;
    }
    /*
  .main-nav-list__item.subnav-1-col .subnav .subnav__col + .subnav__col {
      padding-top: 20px;
  }
  */
    .main-nav-list__item.subnav-2-col .subnav {
      left: -17px;
      width: 600px;
      top: 45px;
      padding: 30px 25px 40px 0;
    }
    .main-nav-list__item.subnav-2-col .subnav .subnav__col {
      width: 50%;
      padding-right: 20px;
    }
    /*
  .main-nav-list__item.subnav-2-col .subnav .subnav__col + .subnav__col {
      padding-top: 20px;
  }
  */
    .main-nav-list__item.subnav-3-col .subnav {
      left: -300px;
      width: 800px;
      top: 45px;
      padding: 30px 25px 40px 0;
    }
    .main-nav-list__item.subnav-3-col .subnav .subnav__col {
      width: 33%;
      padding-right: 20px;
    }
    /*
  .main-nav-list__item.subnav-3-col .subnav .subnav__col + .subnav__col {
      padding-top: 20px;
  }
  */
    /*
  .with-subnav_2 .main-nav-list__link.active:before {
      left: -29px;
      width: -webkit-calc(100% + 68px);
      width: calc(100% + 68px);
  }
  */
  }
  
  @media screen and (min-width: 1300px) {
    .box-logo {
      max-width: none;
    }
  }
  
  .button-nav {
    display: none;
    width: 27px;
    height: 25px;
    float: right;
    position: relative;
    margin: -1px 7px 0 0;
  }
  
  .button-nav:hover span {
    opacity: 0.6;
  }
  
  .button-nav span {
    display: block;
    margin: 5px auto 5px auto;
    width: 27px;
    background-color: #fff;
    height: 5px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 3px;
  }
  
  .button-nav.active {
    z-index: 201;
  }
  
  .button-nav.active span:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: absolute;
    left: 1px;
    top: 9px;
    margin: 0 0 0 0;
    width: 28px;
    left: -1px;
    top: 14px;
  }
  
  .button-nav.active span:nth-child(2) {
    background-color: transparent;
  }
  
  .button-nav.active span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    right: 1px;
    width: 28px;
    top: 14px;
    margin: 0 0 0 0;
  }
  
  @media screen and (max-width: 1200px) {
    .main-nav-list__item {
      margin-right: 7px;
    }
    .subnav__col {
      padding: 0 25px;
    }
  }
  
  @media screen and (max-width: 1100px) {
    .header-wrap {
      padding: 34px 0 0 0;
    }
    .logo__town {
      margin-left: 8px;
    }
    .main-nav-list__link {
      font-size: 18px;
    }
    .subnav {
      padding-left: 0;
      padding-right: 0;
      top: 77px;
    }
    .subnav_2 {
      top: 44px;
    }
  }
  
  @media screen and (min-width: 992px) {
    .subnav.show-subnav {
      opacity: 1;
      z-index: 125;
    }
    .main-nav-list__link.active {
      color: #f1ad11;
      z-index: 126;
    }
    .main-nav-list__link.active:before {
      content: '';
      display: block;
      position: absolute;
      height: -webkit-calc(100% + 42px);
      height: calc(100% + 42px);
      width: 153%;
      left: -27%;
      top: -22px;
      background-color: #FFF;
    }
    .main-nav-list__link.active span {
      z-index: 127;
      position: relative;
    }
    .main-nav-list__link.active .icon-arrow-right {
      display: none;
    }
  }
  
  .main-nav-list__link-arrow {
    display: none;
  }
  
  @media screen and (max-width: 991px) {
    .no-scroll {
      overflow: hidden;
    }
    .button-nav {
      display: block;
    }
    .box-nav {
      display: none;
      position: fixed;
      background-color: rgba(0, 0, 0, 0.9);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 200;
      padding-top: 89px;
    }
    .box-nav.open-nav {
      display: block;
      overflow: auto;
    }
    .box-nav.open-subnav {
      z-index: 205;
    }
    .box-nav .main-nav-list {
      overflow: auto;
    }
    .open-nav .logo {
      z-index: 201;
      position: relative;
    }
    .main-nav-list {
      padding-left: 40px;
      padding-right: 50px;
    }
    .main-nav-list__item {
      display: block;
      margin-bottom: 10px;
    }
    .main-nav-list__link {
      font-size: 30px;
      font-weight: 700;
      line-height: 42px;
      display: block;
    }
    .main-nav-list__link i {
      bottom: 50%;
      left: auto;
      right: 0;
      margin: 0 0 -7px 0;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      font-size: 15px;
    }
    .callbak__time {
      padding-bottom: 10px;
    }
    .open-subnav .button-nav {
      z-index: 206;
      margin-top: -10px;
    }
    .open-subnav .button-nav span {
      background-color: #c2c2c2;
    }
    .open-subnav .main-nav-list__link-arrow {
      display: block;
    }
    .main-nav-list__link-arrow {
      position: fixed;
      z-index: 221;
      color: #000;
      top: 30px;
      left: 24px;
      font-size: 22px;
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
    }
    .main-nav-list__link.link-subnav-mob {
      position: fixed;
      z-index: 221;
      color: #000;
      top: 18px;
      left: 55px;
      font-size: 30px;
    }
    .main-nav-list__link.link-subnav-mob i {
      display: none;
    }
    .subnav {
      -webkit-transition: all 0s;
      transition: all 0s;
      display: none;
    }
    .subnav.subnav-mob {
      opacity: 1;
      z-index: 220;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      padding: 108px 42px 20px;
      display: block;
      overflow: auto;
      display: block;
    }
    .subnav.subnav-mob:before {
      content: '';
      display: block;
      position: fixed;
      top: 78px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.3);
    }
    .subnav.subnav-mob:after {
      content: '';
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      background-color: #FFF;
      height: 78px;
      width: 100%;
    }
    .subnav__col {
      width: 100%;
      display: block;
      margin-right: 0;
      padding: 0;
      border: none;
    }
    .subnav ul:last-child {
      margin-bottom: 38px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .box-callbak {
      position: absolute;
      text-align: center;
      top: 490px;
      width: 100%;
      left: 0;
    }
    .callbak-form {
      right: 20px;
      z-index: 126;
    }
  }
  
  @media screen and (max-width: 600px) {
    .cars-wrapper .header-wrap {
      display: block;
      /*text-align: center;*/
    }
    .cars-wrapper .box-callbak {
      position: relative;
      text-align: center;
      width: 100%;
      top: 0;
      left: 0;
      margin-top: 30px;
    }
    .cars-wrapper .car-page {
      padding: 280px 0px 0;
    }
    .logo {
      font-size: 35px;
      line-height: 35px;
      letter-spacing: 1px;
    }
    .slogan {
      display: block;
      color: #b5b5b5;
      font-family: 'PFEncoreSansPro', sans-serif;
      font-size: 13px;
      font-weight: 300;
      line-height: 18px;
      text-transform: uppercase;
      padding-top: 12px;
      letter-spacing: 0.6px;
      max-width: 100%;
    }
  }

  
  @media screen and (max-width: 437px) {
    .header-wrap {
      padding-top: 24px;
      padding-bottom: 17px;
    }
    .logo {
      font-size: 21px;
      line-height: 15px;
      letter-spacing: 0.4px;
    }
    .logo__town {
      font-size: 10px;
      line-height: 9px;
      letter-spacing: 0.4px;
    }
    .slogan {
      font-size: 12px;
      max-width: 150px;
      display: block;
      padding-top: 12px;
      line-height: 14px;
      line-height: 14px;
      letter-spacing: 0.2px;
    }
    .box-callbak {
      top: 460px;
    }
    .callbak-form {
      right: 0;
      width: 100%;
      border-radius: 0;
      padding: 46px 30px 70px 28px;
    }
    .callbak-form__title {
      text-align: left;
    }
  }
  
  