@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@charset "UTF-8";
@import url(../fonts/fonts.css);
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #000;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

input[type='text'] {
  height: 50px;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  color: #000000;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  padding: 0px 25px;
  outline: none;
  background: white;
  border-radius: 3px;
  border: 1px solid rgba(51, 51, 51, 0.5);
}

a:hover,
a:visited,
a:focus {
  text-decoration: none;
}

section {
  padding: 60px 0 0;
}

@media (max-width: 767px) {
  section {
    padding-top: 40px;
  }
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

@media (min-width: 576px) and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.special-desc {
  margin-bottom: 30px;
  color: #6c7c80;
  padding: 0 15px;
}

.special-desc-img {
  margin-bottom: 30px;
}

.special-desc-text {
  color: #6c7c80;
  line-height: 2;
  padding: 0 15px;
}

.but {
  display: -webkit-box;
  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;
  width: 100%;
  height: 50px;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  border-radius: 3px;
  position: relative;
  top: 0;
  cursor: pointer;
}

.but:hover {
  border-color: #00657b;
  background: #00657b;
  color: #fff;
}

.h1 {
  font-size: clamp(25px, 2.5vw, 50px);
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 20px;
  width: auto;
  display: inline-block;
}

.header {
  padding-top: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 12;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .header .container {
    border-bottom: 1px solid #e0e0e0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 15px;
  }
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__left .logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__left .logo-text {
  font-size: 12px;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #333;
}

@media (max-width: 767px) {
  .header__left .logo-text {
    display: none;
    padding-bottom: 15px;
  }
}

.header__left a {
  display: block;
  width: 159px;
}

@media (max-width: 767px) {
  .header__left a {
    width: 100px;
    margin-left: 10px;
    margin-right: 8px;
  }
}

@media (max-width: 576px) {
  .header__left a img {
    vertical-align: baseline;
  }
}

.header .adress {
  font-size: 12px;
  padding-left: 25px;
  background: url(/img/pin.svg) 0 50% no-repeat;
  background-size: auto 18px;
}

@media (max-width: 767px) {
  .header .adress {
    display: none;
  }
}

.header .phone a {
  font-weight: 700;
  color: #000;
  text-decoration: none;
  padding-left: 25px;
  background: url(/img/phone.svg) 0 50% no-repeat;
  background-size: auto 18px;
}

@media (max-width: 767px) {
  .header .phone a {
    padding-left: 25px;
    padding-right: 60px;
  }
}

@media (max-width: 350px) {
  .header .phone a {
    padding-left: 5px;
    border-left: 1px solid #333;
    background: 0;
    padding-right: 0;
    background: none;
  }
}

@media (max-width: 1023px) {
  .header .phone {
    display: none;
  }
}

@media (max-width: 767px) {
  .header .phone {
    margin-left: auto;
    display: block;
  }
}

@media (max-width: 350px) {
  .header .phone {
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .header {
    padding-top: 15px;
  }
}

a.callback {
  height: 40px;
}

a.callback:hover {
  color: #fff;
}

a.callback.mainbut {
  max-width: 200px;
}

@media (max-width: 767px) {
  a.callback.mainbut {
    display: none;
  }
}

.burger {
  display: none;
  position: absolute;
  width: 30px;
  height: 21px;
  z-index: 3;
  top: 12px;
  right: 15px;
}

.burger span {
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  background: #00657b;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.burger span:nth-child(1) {
  top: 0;
}

.burger span:nth-child(2) {
  top: calc(50% - 2px);
  opacity: 1;
}

.burger span:nth-child(3) {
  bottom: 0;
}

.burger.act span:nth-child(1) {
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -1px;
}

.burger.act span:nth-child(2) {
  opacity: 0;
}

.burger.act span:nth-child(3) {
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -1px;
}

@media (max-width: 767px) {
  .burger {
    display: block;
  }
}

.menu {
  padding-top: 15px;
  background: #ffffff;
  border-top: 1px solid #e0e0e0;
}

.menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .menu .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.menu__model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media (max-width: 767px) {
  .menu__model {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.menu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 767px) {
  .menu__nav {
    -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;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e0e0e0;
  }
}

.menu a {
  font-size: 14px;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding: 0 6px 6px;
}

.menu a::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #00657b;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu a:hover::before {
  width: 100%;
}

.menu.act {
  right: 0;
}

@media (max-width: 767px) {
  .menu {
    display: block;
    position: fixed;
    top: 39px;
    background: white;
    width: 100%;
    height: auto;
    right: -100%;
    left: unset;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
    padding: 10px 0;
  }
}

.special {
  padding: 0;
}

.special .but {
  border: none;
}

.special img {
  width: 100%;
  height: 100%;
}

.special .container {
  max-width: 100% !important;
  width: 100% !important;
  position: relative;
  padding: 0;
}

.special .top-banner {
  position: relative;
  display: block;
}

.special .top-banner::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000),
    to(transparent)
  );
  background-image: linear-gradient(to top, #000, transparent);
  opacity: 0.9;
}

.special .title {
  max-width: 1140px;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  padding-left: 1em;
  margin: 60px auto 0;
  /*    border-radius: 10px; */
  width: 100%;
  color: #fff;
}

.special .title p {
  font-size: clamp(15px, 2.5vw, 30px);
}

@media (max-width: 500px) {
  .special .title {
    bottom: 50px;
    z-index: 99999;
  }
}

@media (max-width: 1024px) {
  .special .title {
    bottom: 50px;
  }
}

.special .but {
  width: 270px;
  padding: 7px 0;
  margin-top: 60px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  border-color: #fff;
}

.special .but:hover {
  background: #fff;
  color: #000;
}

.topslider .topslider-item {
  position: relative;
}

.slick-dots {
  bottom: -40px;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: #3b9db2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #00657b;
}

.mainbut {
  color: #fff;
  border-color: #00657b;
  background: #00657b;
}

.mainbut:hover {
  top: -3px;
}

.blocktitle {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .blocktitle {
    margin-bottom: 25px;
  }
}

.subtitle {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.cars__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cars-item {
  width: 48%;
  -webkit-box-shadow: 0px 5px 16.92px 1.08px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 16.92px 1.08px rgba(0, 0, 0, 0.08);
  padding: 35px 0;
  /*    border-radius: 10px; */
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .cars-item {
    width: 100%;
  }
}

.cars-item__buttons {
  margin-top: 35px;
  padding: 0 40px;
}

.cars-item__buttons a {
  margin-top: 10px;
}

.cars-item__buttons a.callback {
  color: #000;
}

.cars-item__buttons a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .cars-item__buttons {
    padding: 0 15px;
  }
}

.cars-item .car-title {
  font-size: 27px;
  text-transform: uppercase;
  padding-left: 40px;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
}

.cars-item .car-title .instock {
  color: #ffc000;
  position: absolute;
  left: 40px;
  bottom: -30px;
  font-size: 18px;
  text-transform: none;
}

.cars-item .agr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  font-size: 17px;
  padding: 10px 15px 10px 15px;
  font-weight: 600;
}

.cars-item .agr div {
  border-right: 1px solid #ddd;
  padding: 0 5px 0 5px;
  text-align: center;
  font-size: 18px;
}

.cars-item .agr div:last-of-type {
  border-right: none;
}

.cars-item .agr div span {
  font-weight: normal;
  font-size: 10px;
  color: #000;
  display: block;
}

.cars-item .gab {
  background-color: #eee;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0em;
  font-size: 10px;
  text-align: center;
  padding: 10px 0;
}

.cars-item .specials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0 40px;
}

.cars-item .specials div {
  display: block;
  padding-left: 48px;
  color: #333333;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.cars-item .specials .price:before {
  border-radius: 3px;
  content: url(/img/wallet.svg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  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;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  left: 0;
  background: #ffc000;
  /*    border-radius: 12px; */
  padding-top: 5px;
}

@media (max-width: 768px) {
  .cars-item .specials .price {
    font-size: 24px;
  }
}

.cars-item .specials .ico:before {
  border-radius: 3px;
  content: url(/img/calendar.svg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  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;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  left: 0;
  background: #ffc000;
  /*       border-radius: 12px; */
  padding-top: 5px;
}

.cars-item .specials .coins:before {
  border-radius: 3px;
  content: url(/img/coins.svg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  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;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  left: 0;
  background: #ffc000;
  /*       border-radius: 12px; */
  padding-top: 5px;
}

@media (max-width: 767px) {
  .cars-item .specials {
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px;
  }
}

.test_drive .container {
  position: relative;
}

.test_drive .container::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#000),
    to(transparent)
  );
  background-image: linear-gradient(to left, #000, transparent);
  opacity: 0.4;
}

@media (max-width: 767px) {
  .test_drive .container::after {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#000),
      to(transparent)
    );
    background-image: linear-gradient(to bottom, #000, transparent);
  }
}

.test_drive__wrap {
  z-index: 1;
  position: relative;
  width: 42%;
  margin-left: auto;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .test_drive__wrap {
    margin: 0 auto;
    width: 90%;
  }
}

.trade_in .container {
  position: relative;
}

.trade_in .container::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    to(transparent)
  );
  background-image: linear-gradient(to right, #000, transparent);
  opacity: 0.4;
}

@media (max-width: 767px) {
  .trade_in .container::after {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#000),
      to(transparent)
    );
    background-image: linear-gradient(to bottom, #000, transparent);
  }
}

.trade_in__wrap {
  z-index: 1;
  position: relative;
  padding-left: 40px;
  width: 45%;
}

@media (max-width: 767px) {
  .trade_in__wrap {
    margin: 0 auto;
    width: 90%;
    padding: 0;
  }
}

.contacts {
  padding-bottom: 60px;
  font-size: 14px;
}

.contacts .cont-text {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 35px;
}

.contacts .cont-text:first-child {
  margin-top: 15px;
}

@media (max-width: 1023px) {
  .contacts .cont-text:first-child {
    margin-top: 0;
  }
}

.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 767px) {
  .contacts__wrapper {
    padding: 0 15px;
  }
}

.contacts .left {
  width: 480px;
  max-width: 100%;
  padding-bottom: 75px;
}

@media (max-width: 992px) {
  .contacts .left {
    width: 350px;
  }
}

@media (max-width: 1023px) {
  .contacts .left {
    padding-bottom: 45px;
    margin: 0 auto;
    width: 425px;
  }
}

.contacts .left-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  gap: 35px;
}

.contacts .adress {
  padding: 2px 0 2px 25px;
  background: url(/img/pin.svg) 0 50% no-repeat;
  margin-bottom: 15px;
  background-size: auto 18px;
}

.contacts .time {
  padding: 2px 0 2px 25px;
  background: url(/img/pin.svg) 0 50% no-repeat;
  background-size: auto 18px;
}

.contacts .phone a {
  font-weight: 700;
  color: #00657b;
  text-decoration: none;
  font-size: 30px;
}

.contacts .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 35px;
}

.contacts .social img {
  width: 35px;
  height: 32px;
}

.map {
  position: absolute;
  top: 25px;
  right: 0;
  width: 49.2%;
  height: 437px;
  background: url('../img/map.jpg') 0 0 no-repeat;
}

@media (max-width: 1023px) {
  .map {
    position: relative;
    top: 0;
    margin-bottom: 50px;
    width: 100%;
    background: url('../img/map100.jpg') 50% no-repeat;
  }
}

@media (max-width: 767px) {
  .disclaimer {
    padding: 0 15px;
  }
}

#form_popup {
  display: none !important;
}

#form_popup2 {
  display: none !important;
}

.not_agree button {
  background-color: #cccccc !important;
  cursor: auto !important;
  color: white !important;
  border: none !important;
}

.agree_field {
  font-size: 14px;
  line-height: 17px;
  position: relative;
  display: inline-block;
  padding-left: 29px;
  top: 0px;
}

.agree_field a {
  color: #333333;
}

.agree_field input {
  position: absolute;
  top: -1px;
  left: 0px;
  margin: -0px;
  z-index: 2;
  background-color: transparent;
}

form {
  position: relative;
}

form .form-group {
  margin-bottom: 10px;
  position: relative;
}

form .form-group input[type='tel'] {
  height: 50px;
  width: 100%;
  color: #000000;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  font-family: 'Dopis Regular', sans-serif;
  padding: 0px 25px;
  outline: none;
  background: white;
  border: 1px solid rgba(51, 51, 51, 0.5);
}

form .form-group input[type='text'] {
  height: 50px;
  width: 100%;
  color: #000000;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  font-family: 'Dopis Regular', sans-serif;
  padding: 0px 25px;
  outline: none;
  background: white;
  border: 1px solid rgba(51, 51, 51, 0.5);
}

form .form-group select {
  height: 50px;
  width: 100%;
  color: #000000;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  font-family: 'Dopis Regular', sans-serif;
  padding: 0px 25px;
  outline: none;
  background: white;
  border: 1px solid rgba(51, 51, 51, 0.5);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(/img/ico_select.png) 95% 50% no-repeat #ffffff;
  font-family: 'Dopis Regular', sans-serif;
  outline: none;
}

form .form-group button {
  width: 100%;
  cursor: pointer;
  font-family: 'Dopis Regular', sans-serif;
  outline: none;
}

.bgblock {
  padding: 100px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bgblock .agree_field {
  color: #fff;
}

.bgblock .agree_field a {
  color: #fff;
}

#test_drive > div {
  color: #fff;
  background-image: url(/img/td.jpg);
}

#trade_in > div {
  color: #fff;
  background-image: url(/img/tin.jpg);
}

.tradein_wrap {
  width: 42%;
  margin-left: auto;
  margin-right: 40px;
}

.tradein_title {
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .bgblock {
    padding: 2em;
    border-radius: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .tradein_wrap {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tradein_wrap {
    padding: 30px 0;
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tradein_wrap {
    padding: 30px 0;
    margin: 0;
    width: 100%;
  }
  .tradein_title {
    text-align: center;
  }
}

.popup_container h2 {
  margin-bottom: 25px;
}

.has-danger {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ee918e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ee918e;
}

.disclamer_switch {
  display: block;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
  margin: 10px 0;
}
/*# sourceMappingURL=main.css.map */
