@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Ruda";
  src: url("../fonts/ruda-medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Ruda";
  src: url("../fonts/ruda-bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

:root {
  --ink: #1f2328;
  --muted: #5f6670;
  --dark: #2e3440;
  --orange: #e36914;
  --orange-light: #f57619;
  --soft: #f5f6f8;
  --line: #e3e5e8;
  --gradient: linear-gradient(115deg, #f5f6f8 0%, #d3d8de 28%, #f5f6f8 55%, #e3e5e8 70%, #e7eef4 82%, #f5f6f8 100%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  background: #fff;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Ruda", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 0;
  font-size: 55px;
}

h1 span,
h2 span {
  color: var(--orange);
}

.site-header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 20;
  display: flex;
  justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  grid-template-columns: 135px 1fr 259px;
  align-items: center;
  gap: 110px;
  width: 100%;
  height: 74px;
  transform: translateX(-50%);
}
.site-header.scrolled {
  position: fixed;
  background: #fff;
   box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.brand img {
  width: 70px;
}

.nav {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  font-size: 17px;
}

.nav a:hover {
  color: var(--orange);
}

.nav a {
  white-space: nowrap;
}

.header-phone,
.footer-call  {
  display: flex;
  align-items: center;
  gap: 14px;
  background-color: #f5f6f8c2;
  padding: 7px;
  border-radius: 50px;
  padding-right: 25px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
  max-width: 265px;
}
.header-phone:hover  {
  background-color: #F6EFEA;
}

.header-phone > img,
.footer-call > img {
  width: 40px;
  height: 40px;
  padding: 0px;
}

.header-phone span,
.footer-call span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: "Ruda", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}

.header-phone small,
.footer-call small {
  color: var(--muted);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  height: 722px;
  overflow: hidden;
  background: #f5f9fc url("../figma/hero-bg.webp") center / contain no-repeat;
      background-size: 130%;
    background-position: 0% 100%;
}

.hero-inner {
  position: relative;
  width: min(1160px, calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: 500px;
  padding-top: 140px;
}

.dealer-chip {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 7px 20px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--muted);
  font-size: 17px;
  font-weight: 700;
}

.hero h1 {
  margin: 20px 0;
  font-size: 45px;
}

.hero h1 .hero-title-first {
  color: var(--ink);
}

.hero-copy > p {
  margin-bottom: 40px;
  color: #5F6670;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}

.mobile-break,
.mobile-label {
  display: none;
}

.hero-form {
  display: flex;
  flex-direction: column;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 500px;
}

.hero-form input {
  border: none;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 17px;
  border-radius: 50px;
}

.hero-form input::placeholder {
  color: #A5A7A9;
  opacity: 1;
}

.hero-form input:focus {
  border-color: var(--orange);
  background: #fff;
}

.hero-car {
  position: absolute;
  right: -100px;
  bottom: -40px;
  z-index: 1;
  display: block;
  width: 720px;
  opacity: 0.8;
}

.hero-car img {
  width: 100%;
      width: 900px;
    max-width: 900px;
}

.hero-points {
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
  z-index: 4;
  display: flex;
  grid-template-columns: 227px 251px 105px 425px;
  justify-content: space-between;
  gap: 30px;
}

.hero-points > span,
.simple-list span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  line-height: 1.5;
  color: var(--ink);
}
.hero-points > span {
  color: var(--muted);
}

.hero-points img,
.simple-list img {
  width: 24px;
  height: 24px;
}

.btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  height: fit-content;
}

.btn-primary {
  background: linear-gradient(135deg, #e76c15, #f57619 50%, #eb6e16);
}

.btn-primary:hover {
  background: #d85c08;
}

.btn-secondary {
  background: var(--dark);
  width: 100%;
}

.btn:disabled {
  cursor: wait;
  opacity: 0.7;
}

input {
  width: 100%;
  height: 54px;
  padding: 0 20px;
  border: none;
  border-bottom: 1px solid #cfd3d8;
  background: transparent;
  color: var(--ink);
  outline: 0;
}
input::placeholder {
  color: #A5A7A9;
  opacity: 1;
}

input:focus {
  border-color: var(--orange);
}

.messages {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(31, 35, 40, 0.58);
  backdrop-filter: blur(5px);
  animation: modal-backdrop-enter 0.25s ease both;
}

.message {
  position: relative;
  display: flex;
  width: min(460px, 100%);
  flex-direction: column;
  align-items: center;
  padding: 36px;
  overflow: hidden;
  border: 1px solid rgba(32, 129, 83, 0.18);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
  text-align: center;
  animation: modal-enter 0.32s ease both;
}

.message.error {
  border-color: rgba(215, 71, 71, 0.2);
}

.message.is-closing {
  animation: modal-exit 0.22s ease both;
}

.message-icon {
  display: grid;
  width: 82px;
  height: 82px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  background: #e8f7ef;
  color: #208153;
  font-size: 44px;
  font-weight: 700;
}

.message-icon::before {
  content: "✓";
}

.message.error .message-icon {
  background: #fcecec;
  color: #d74747;
}

.message.error .message-icon::before {
  content: "!";
}

.message-copy strong {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-family: "Ruda", Arial, sans-serif;
  font-size: 26px;
  line-height: 1.2;
}

.message-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.message-close {
  width: 100%;
  min-height: 52px;
  margin-top: 26px;
  padding: 14px 24px;
  border: 0;
  border-radius: 50px;
  background: linear-gradient(135deg, #e76c15, #f57619 50%, #eb6e16);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.message-close:hover,
.message-close:focus-visible {
  background: #d85c08;
  color: #fff;
}

@keyframes modal-backdrop-enter {
  from {
    opacity: 0;
  }
}

@keyframes modal-enter {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.94);
  }
}

@keyframes modal-exit {
  to {
    opacity: 0;
    transform: translateY(14px) scale(0.96);
  }
}

.section,
.section-inner {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: 150px 0;
}

.section-wide {
  width: 100%;
}

.models h2,
.gifts h2,
.trust h2,
.use-cases h2 {
  margin-bottom: 75px;
}

.models {
  height: 1917px;
}

.cars-list {
  display: grid;
  gap: 75px;
}

.car-row {
  display: grid;
  grid-template-columns: 560px 560px;
  gap: 40px;
  min-height: 310px;
}

.car-image {
  height: 310px;
  overflow: hidden;
}

.car-image img {
  width: 560px;
  height: 420px;
  margin-top: -37px;
  object-fit: contain;
}

.car-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}

.car-content h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.25;
}

.car-name {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
  text-transform: uppercase;
  padding-top: 10px;
}

.car-benefits {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.car-benefits span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  line-height: 1.5;
}

.car-benefits img {
  width: 24px;
  height: 24px;
}

.car-buy {
  display: grid;
  gap: 13px;
}

.rubl {
  font-size: 31px;
  font-weight: 500;
  font-family:  "Ruda", Arial, sans-serif;
  margin-bottom: 0px;
}

.car-prices {
  display: flex;
  justify-content: space-between;
}

.car-prices span {
  display: flex;
  align-items: baseline;
  gap: 7px;
  font-family: "Ruda", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.car-prices span:last-child {
  color: var(--muted);
}

.car-prices strong {
  font-size: 33px;
  line-height: 0.9;
}

.card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.credit,
.reviews {
  padding: 150px 0;
  background: linear-gradient(63deg, #f5f6f8cc 50%, #d3d8decc 64%, #F5F6F8cc 76%, #E3E5E8cc 82%, #E7EEF4cc 87%, #F5F6F8cc 92%);
  background-color: #E3E5E8;

}

.credit {
  height: 883px;
}

.credit-img {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 88px;
  height: 88px;
  margin: auto;
  margin-bottom: 15px;
}

.credit h2 {
  width: 680px;
  margin-bottom: 75px;
}

.credit-layout {
  display: grid;
  grid-template-columns: 460px 460px;
  justify-content: space-between;
}

.credit-benefits {
  display: grid;
  grid-template-columns: repeat(2, 200px);
  gap: 60px;
}

.credit-benefits article {
  text-align: center;
}

.credit-benefits img {
  width: 48px;
  height: 48px;
}

.credit-benefits p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
}

.lead-form {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 60px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.bot-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.lead-form input {
  height: 50px;
  border-radius: 0;
}

.consent-field {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  cursor: pointer;
}

.consent-field input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--orange);
}

.consent-field span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.2;
  opacity: 0.6;
}

.lead-form .btn {
  width: 100%;
  margin-top: 30px;
}

.gifts {
  position: relative;
  height: 748px;
  background: url("../figma/background-dots.jpg") top / cover no-repeat;
}

.gifts-grid {
  display: grid;
  grid-template-columns: 200px 200px 200px 440px;
  gap: 40px;
}

.gifts-grid article {
  display: flex;
  min-height: 218px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 24px;
  border-radius: 10px;
  background: var(--gradient);
  text-align: center;
}

.gifts-grid img {
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
}

.gifts-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: uppercase;
}

.gift-tires {
  display: none !important;
}

.gifts-button {
  display: flex;
  width: 360px;
  margin: 40px auto 0;
}

.tradein {
  position: relative;
  height: 676px;
  overflow: hidden;
  background: linear-gradient(63deg, #f5f6f8cc 50%, #d3d8de00 64%, #F5F6F8cc 76%, #E3E5E8cc 82%, #e7eef447 87%, #F5F6F8cc 92%);
  background-color: #E3E5E8;
}

.tradein-inner {
  position: relative;
  height: 100%;
  padding-top: 150px;
}

.tradein h2 {
  position: relative;
  z-index: 2;
  width: 765px;
  margin-bottom: 40px;
}

.tradein .simple-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  width: 360px;
  margin-bottom: 50px;
}

.tradein .btn {
  position: relative;
  z-index: 2;
  width: 360px;
}

.tradein-car {
  position: absolute;
  right: -480px;
  top: 0px;
  width: 1166px;
}

.trust-metrics {
  display: grid;
  grid-template-columns: 310px 360px 310px;
  justify-content: space-between;
}

.trust {
  height: 755px;
  background: url(../figma/background-dots.jpg) top / cover no-repeat;
}

.trust-metrics article {
  display: flex;
  min-height: 146px;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  border-radius: 10px;
  background: var(--gradient);
  text-align: center;
}

.trust-metrics strong {
  font-family: "Ruda", Arial, sans-serif;
  font-size: 33px;
  line-height: 0.9;
}

.trust-metrics span {
  margin-top: 10px;
  color: var(--muted);
  font-size: 17px;
}

.mobile-number {
  display: none;
}

.trust-bottom {
  display: grid;
  grid-template-columns: 760px 310px;
  justify-content: space-between;
  align-items: start;
  margin-top: 75px;
}

.trust-bottom .simple-list {
  display: grid;
  grid-template-columns: 310px 360px;
  gap: 10px 90px;
}

.trust-bottom .simple-list span {
  position: relative;
  padding-left: 36px;
}

.trust-bottom .simple-list span::before,
.request-points span::before {
  position: absolute;
  left: 0;
  color: var(--orange);
  content: url("../figma/icon-check.svg");
  font-weight: 700;
}

.trust-bottom .btn {
  width: 310px;
}

.stock {
  position: relative;
  height: 781px;
  overflow: hidden;
  background: url("../figma/stock-bg.webp") center / cover no-repeat;
}

.stock-car {
  position: absolute;
  left: 50%;
  top: 30px;
  width: 884px;
  height: 663px;
  object-fit: contain;
  transform: translateX(-71%);
}

.stock-copy {
  position: absolute;
  top: 0;
  right: max(0px, calc((100vw - 1350px) / 2));
  width: 518px;
  height: 100%;
  padding: 150px 95px 150px 40px;
  text-align: right;
  background-color: #ffffff66;
  backdrop-filter: blur(3px);
}

.stock h2 {
  margin-bottom: 40px;
  font-size: 55px;
}

.stock-models {
  display: grid;
  margin-left: auto;
  color: var(--muted);
  font-family: "Ruda", Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}

.stock-actions {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  margin-top: 20px;
}

.stock-arrow {
  width: 103px;
  font-size: 28px;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(2, 560px);
  gap: 40px;
}

.use-cases {
  height: 1327px;
}

.case-grid article {
  overflow: hidden;
  border-radius: 10px;
  background: var(--dark);
  color: #fff;
      height: fit-content;
}

.case-grid .case-family {
  grid-column: 1 / -1;
}

.case-grid img {
  width: 100%;
  height: 294px;
  object-fit: cover;
}

.case-family img {
  height: 321px;
  object-position: 100% 30%;
}

.case-grid div {
  min-height: 118px;
  padding: 20px 40px;
}

.case-grid h3 {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.5;
}

.case-grid p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
}

.reviews h2 {
  margin-bottom: 20px;
}

.reviews {
  height: 1630px;
}

.reviews-intro {
  width: 700px;
  margin-bottom: 75px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}

.reviews-grid {
  position: relative;
  display: block;
  height: 1122px;
}

.review-card {
  position: absolute;
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 25px;
  min-height: 340px;
  padding: 20px 30px 20px 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
}

.review-wide {
  grid-template-columns: 300px 1fr;
  width: 760px;
}

.review-text {
  grid-template-columns: 1fr;
  width: 360px;
}

.review-card:nth-child(1) {
  top: 0;
  left: 0;
  height: 340px;
}

.review-card:nth-child(2) {
  top: 0;
  left: 800px;
  height: 340px;
}

.review-card:nth-child(3) {
  top: 380px;
  left: 0;
  width: 560px;
  height: 362px;
}

.review-card:nth-child(4) {
  top: 380px;
  left: 600px;
  width: 560px;
  height: 362px;
}

.review-card:nth-child(5) {
  top: 782px;
  left: 0;
  height: 340px;
}

.review-card img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border-radius: 10px;
  object-fit: cover;
}

.review-card h3 {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}

.review-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
}

.request {
  height: 1448px;
  padding-bottom: 172px;
  scroll-margin-top: 20px;
      background: url(../figma/background-dots.jpg) top / contain no-repeat;
}

.request-top {
  display: grid;
  grid-template-columns: 652px 468px;
  gap: 40px;
  height: 395px;
  margin-bottom: 75px;
}

.request-copy h2 {
  margin-bottom: 40px;
}

.request-copy > p {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 17px;
}

.request-points {
  display: grid;
  grid-template-columns: 320px 320px;
  gap: 10px;
}

.request-points span {
  position: relative;
  padding-left: 36px;
  font-size: 17px;
  line-height: 1.5;
}

.offer-form {
  height: 395px;
  padding: 60px;
}

.form-context {
  margin: 0;
  color: var(--orange);
  font-size: 13px;
  font-weight: 700;
}

.offer-form.is-highlighted {
  animation: form-highlight 0.8s ease;
}

@keyframes form-highlight {
  50% {
    box-shadow: 0 0 0 5px rgba(227, 105, 20, 0.22);
  }
}

.contacts-card {
  height: 656px;
  overflow: hidden;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.contacts-info {
  display: grid;
  grid-template-columns: 398px 232px 225px;
  justify-content: space-between;
  height: 156px;
  padding: 40px;
}

.contacts-info h3 {
  margin-bottom: 5px;
  color: var(--muted);
  font-family: "Ruda", Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}

.contacts-info p,
.footer-contacts span {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
}

.contacts-info img,
.footer-contacts img {
  width: 24px;
  height: 24px;
}

.map {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.map-canvas {
  background: #e7eef4 url("../figma/fig-map.webp") center / cover no-repeat;
}

.footer {
  /* height: 220px; */
  padding: 40px max(20px, calc((100vw - 1310px) / 2));
  background: var(--dark);
  color: var(--soft);
}

.footer-top {
  display: grid;
  grid-template-columns: 135px 702px 259px;
  justify-content: space-between;
  height: 54px;
  min-height: 54px;
}

.footer-brand img {
  width: 70px;
}

.footer-top nav {
  position: relative;
  display: block;
  height: 52px;
  font-size: 17px;
}

.footer-top nav a {
  position: absolute;
  line-height: 16px;
  white-space: nowrap;
}

.footer-top nav a:nth-child(1) { top: 0; left: 0; }
.footer-top nav a:nth-child(2) { top: 0; left: 178px; }
.footer-top nav a:nth-child(3) { top: 0; left: 326px; }
.footer-top nav a:nth-child(4) { top: 0; left: 539px; }
.footer-top nav a:nth-child(5) { top: 36px; left: 0; }
.footer-top nav a:nth-child(6) { top: 36px; left: 158px; }
.footer-top nav a:nth-child(7) { top: 36px; left: 506px; }

.footer-call small {
  color: var(--soft);
  opacity: 0.7;
}

.footer-contacts {
  display: grid;
  grid-template-columns: 391px 200px 225px;
  justify-content: center;
  gap: 75px;
  margin-top: 60px;
}
.footer-disclaymer{
border-top: 1px solid rgba(255, 255, 255, 0.13);
margin-top: 2rem;
padding-top: 2rem;
}
.footer-disclaymer a, .footer-disclaymer p{
  font-size: 12px;
line-height: 1.2;
}
.footer-disclaymer a{
  margin-bottom: 1rem;
  text-decoration: underline;
  display: block;
}
.footer-disclaymer a:hover{
  text-decoration: none;
}
@media (min-width: 1200px) {
  .nav-phone {
    display: none;
  }
}
@media (max-width: 1199px) {
.gifts {
  background: url("../figma/background-dots-mobile.webp") top / cover no-repeat;
}

.rubl {
  font-size: 23px;
  font-weight: 500;
  font-family:  "Ruda", Arial, sans-serif;
}
.credit,
.reviews {
  background: linear-gradient(170deg, #f5f6f8cc 50%, #e5e6e8 64%, #F5F6F8cc 76%, #E3E5E8cc 82%, #E7EEF4cc 87%, #F5F6F8cc 92%);
    background-color: #E3E5E8;
}

.nav-phone  {
  display: flex;
  align-items: center;
  gap: 14px;
  background-color: #f5f6f8c2;
  padding: 7px;
  border-radius: 50px;
  padding-right: 25px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
    width: fit-content;
}
.nav-phone span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: "Ruda", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  width: fit-content;
}
.nav-phone small {
  color: var(--muted);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}
}


@media (max-width: 1199px) {
  .simple-list span {
    font-size: 16px;
  }
  .trust-metrics span {
    font-size: 16px;
  }
  .gifts-grid p {
    font-size: 16px;
  }
  .messages {
    padding: 20px;
  }

  .message {
    padding: 30px 24px 24px;
  }

  .message-icon {
    width: 72px;
    height: 72px;
    font-size: 38px;
  }

  .message-copy strong {
    font-size: 23px;
  }

  h2 {
    font-size: 39px;
  }

  .site-header {
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    position: absolute;
    display: block;
    transform: none;
  }

  .site-header .brand,
  .site-header .header-phone {
    display: none;
  }

  .menu-toggle {
    position: absolute;
    top: 8px;
    left: 20px;
    display: grid;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .menu-toggle img {
    width: 34px;
    margin: auto;
  }

  .nav {
    position: absolute;
    top: 50px;
    right: 0px;
    left: 0px;
    display: none;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
    border-radius: 0px;
    background: #fff;
    width: 100%;
     box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
  }

  .nav.is-open {
    display: flex;
  }

  .hero {
    height: 920px;
    background: #f5f9fc url("../figma/hero-bg.webp") center / cover no-repeat;
  }

  .hero-inner,
  .section,
  .section-inner {
    width: calc(100% - 40px);
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 94px;
  }

  .dealer-chip {
    display: none;
  }

  .hero h1 {
    order: 2;
    margin: 34px 0 0;
    color: var(--ink);
    font-size: 30px;
    line-height: 1.08;
    text-shadow: none;
  }

  .hero h1 span {
    color: var(--ink);
  }

  .hero h1 .hero-title-first {
    color: var(--orange);
  }

  .hero-copy > p {
    order: 1;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    text-shadow: none;
  }

  .desktop-break,
  .desktop-label {
    display: none;
  }

  .mobile-break,
  .mobile-label {
    display: inline;
  }

  .hero-form {
    position: absolute;
    top: 520px;
    left: 0;
    z-index: 4;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
  }

  .hero-car {
    top: 185px;
    right: 0;
    bottom: auto;
    width: 555px;
    left: 0px

  }
  .hero-car img {
    width: 555px;
    opacity: 0.8;

  }

  .hero-points {
    top: 678px;
    right: 0;
    bottom: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-points > span {
    font-size: 16px;
  }

  .hero-points > span {
    align-items: flex-start;
  }

  .hero-points img {
    width: 22px;
    height: 22px;
  }

  .section {
    padding: 100px 0;
  }

  .models {
    height: auto;
  }

  .models h2,
  .gifts h2,
  .trust h2,
  .use-cases h2 {
    margin-bottom: 40px;
  }
/**
  .models h2,
  .gifts h2,
  .use-cases h2 {
    min-height: 86px;
  }
    **/

  .cars-list {
    gap: 60px;
  }

  .car-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .car-image {
    height: 185px;
  }

  .car-image img {
    width: 100%;
    height: 255px;
    margin-top: -30px;
  }

  .car-content {
    gap: 40px;
  }

  .car-row:nth-child(1) {
    height: auto;
  }

  .car-row:nth-child(2) {
    height: auto;
  }

  .car-row:nth-child(3) {
    height: auto;
  }

  .car-row:nth-child(4) {
    height: auto;
  }

  .car-row:nth-child(1) .car-content {
    height: auto;
  }

  .car-row:nth-child(2) .car-content,
  .car-row:nth-child(3) .car-content {
    height: auto;
  }

  .car-row:nth-child(4) .car-content {
    height: auto;
  }

  .car-row:nth-child(2) .car-image {
    height: 159px;
  }

  .car-row:nth-child(3) .car-image,
  .car-row:nth-child(4) .car-image {
    height: 185px;
  }

  .car-content h3 {
    font-size: 24px;
  }

  .car-name,
  .car-benefits span {
    font-size: 16px;
  }

  .car-prices {
    display: flex;
    gap: 15px;
        flex-wrap: wrap;
        row-gap: 5px;
        padding-bottom: 10px;
  }

  .car-prices span {
    font-size: 20px;
  }

  .car-prices strong {
    font-size: 26px;
  }

  .card-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .credit,
  .reviews {
    padding: 100px 0;
  }

  .credit {
    height: auto;
  }

  .credit h2,
  .reviews-intro {
    width: auto;
    margin-bottom: 40px;
  }

  .credit h2 {
    min-height: 129px;
  }

  .credit-layout {
    height: 768px;
  }

  .credit-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .credit-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 30px;
  }

  .credit-benefits p {
    font-size: 16px;
  }

  .lead-form,
  .offer-form {
    padding: 40px;
  }

  .gifts-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    height: auto;
  }

  .gifts-grid article {
    min-height: 164px;
  }

  .gifts {
    height: auto;
  }

  .gifts-grid article:nth-child(2),
  .gifts-grid article:nth-child(3) {
    min-height: 186px;
  }

  .gift-tires {
    display: flex !important;
  }

  .gift-main {
    min-height: 230px !important;
    background-image: linear-gradient(135deg, #e76c15, #f57619 50%, #eb6e16)!important;
  }

  .gifts-button {
    position: relative;
    top: 0px;
    width: 100%;
    margin-top: 20px;
  }

  .tradein {
    height: auto;
  }

  .tradein-inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tradein h2 {
    width: 100%;
    margin-bottom: 40px;
  }

  .tradein .simple-list,
  .tradein .btn {
    width: 100%;
  }

  .tradein-car {
    width: 687px;
    left: 0px;
    top: 184px;
    max-width: none;
    opacity: 0.1;
    }

  

  .trust-metrics {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .trust {
    height: auto;
    background: url(../figma/background-dots-mobile.webp) top / cover no-repeat;
  }

  .trust-metrics article {
    min-height: 141px;
  }

  .desktop-number {
    display: none;
  }

  .mobile-number {
    display: block;
  }

  .trust-bottom {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 40px;
  }

  .trust-bottom .simple-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .trust-bottom .btn {
    width: 100%;
  }

  .stock {
    height: 610px;
  }

  .stock-car {
    top: 160px;
    left: -35%;
    width: 462px;
    height: 346px;
    transform: none;
  }

  .stock-copy {
    right: 0;
    width: 100%;
    padding: 100px 20px;
    background-color: #ffffff7a;
     backdrop-filter: blur(0px);

  }

  .stock h2 {
    margin-left: auto;
    width: 225px;
    font-size: 39px;
  }

  .stock-models {
    width: 162px;
    font-size: 25px;
  }

  .stock-actions {
    position: absolute;
    right: 20px;
    bottom: 100px;
    left: 20px;
  }

  .stock-actions .btn:first-child {
    flex: 1;
  }

  .stock-arrow {
    width: 91px;
  }

  .case-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    height: auto;
  }

  .use-cases {
    height: auto;
  }

  .case-grid .case-family {
    grid-column: auto;
    height: fit-content;
  }

  .case-grid img,
  .case-family img {
    height: 220px;

  }

  .case-grid div {
    min-height: auto;
    padding: 15px 25px 20px;
  }

  .case-grid h3 {
    font-size: 25px;
  }

  .case-grid p {
    font-size: 16px;
    line-height: 1.5;
  }

  .reviews-intro {
    font-size: 16px;
    margin-bottom: 52px;
  }

  .reviews-grid {
    display: flex;
    gap: 20px;
    width: calc(100vw - 20px);
    overflow-x: auto;
    height: auto;
    padding: 4px 20px 10px 0;
    scroll-snap-type: x mandatory;
  }

  .review-card,
  .review-wide,
  .review-text {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    grid-column: auto;
    grid-row: auto;
    flex: 0 0 280px;
    width: 280px;
    min-height: 622px;
    padding: 20px;
    scroll-snap-align: start;
  }

  .review-card:nth-child(1) {
    height: auto;
  }
  .review-card:nth-child(2) {
    height: auto;
  }
    .review-card:nth-child(3) {
    height: auto;
  }
    .review-card:nth-child(4) {
    height: auto;
  }
    .review-card:nth-child(5) {
    height: auto;
  }
  .desktop-review {
    display: flex;
    flex-direction: column;
  }

  .reviews {
    height: 1111px;
  }

  .review-card img {
    height: 240px;
    min-height: 240px;
  }

  .review-card h3,
  .review-card p {
    font-size: 16px;
    line-height: 1.35;
  }

  .request {
    height: 1766px;
    padding-bottom: 100px;
        background: url(../figma/background-dots-mobile.webp) top / contain no-repeat;
  }

  .request-top {
    grid-template-columns: 1fr;
    gap: 40px;
    height: 646px;
    margin-bottom: 75px;
  }

  .request-copy h2 {
    margin-bottom: 20px;
    font-size: 34px;
  }

  .request-copy > p {
    font-size: 16px;
  }

  .request-points {
    grid-template-columns: 151px 100px;
    gap: 10px 40px;
  }

  .contacts-card {
    height: 845px;
    border-radius: 15px;
  }

  .contacts-info {
    grid-template-columns: 1fr;
    gap: 30px;
    height: 345px;
    padding: 30px;
  }

  .contacts-info h3 {
    font-size: 25px;
  }

  .contacts-info p {
    font-size: 16px;
  }

  .map {
    height: 500px;
  }

  .footer {
    /* height: 656px; */
    padding: 40px 20px;
  }

  .footer-top {
    height: 410px;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-top nav {
    position: static;
    display: grid;
    height: auto;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-top nav a {
    position: static;
    line-height: normal;
    white-space: normal;
  }

  .footer-call {
    margin-top: 0;
  }

  .footer-contacts {
    height: 126px;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 40px;
  }

  .btn {
    font-size: 16px;
  }
}

@media (min-width: 391px) and (max-width: 1199px) {
  .hero {
    height: 920px;
  }

  .hero-form {
    top: 520px;
    width: min(480px, 100%);
  }

  .hero-points {
    top: 678px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 30px;
  }

  .hero-car {
    right: 0;
  }
}

@media (min-width: 391px) and (max-width: 600px) {
  .hero {
    height: 920px;
  }

  .hero-points {
            gap: 10px 16px;
        display: flex;
        flex-direction: column;
        width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1349px) {
  .site-header {
    gap: 50px;
  }

  .nav {
    gap: 50px;
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: 26px;
  }

  .hero-car {
    top: 185px;
    width: 280px;
  }

  .case-grid p {
    font-size: 15px;
    line-height: 1.4;
  }
}