@font-face {
  font-family: 'AudiType';
  src: url('fonts/AudiType-Normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AudiType';
  src: url('fonts/AudiType-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'AudiType';
  src: url('fonts/AudiType-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AudiType';
  src: url('fonts/AudiType-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* AudiType Extended */
@font-face {
  font-family: 'AudiType Extended';
  src: url('fonts/AudiType-ExtendedNormal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AudiType Extended';
  src: url('fonts/AudiType-ExtendedItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'AudiType Extended';
  src: url('fonts/AudiType-ExtendedBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AudiType Extended';
  src: url('fonts/AudiType-ExtendedBoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* AudiType Wide */
@font-face {
  font-family: 'AudiType Wide';
  src: url('fonts/AudiType-WideNormal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Wide Light */
@font-face {
  font-family: 'AudiType Wide';
  src: url('fonts/AudiType-WideLight.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AudiType Wide';
  src: url('fonts/AudiType-WideBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'AudiType', sans-serif;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #101319;
}

a {
  text-decoration: none;
}

/* LAYOUT */
.wrapper {
  width: 100%;
  height: auto;
}

/* HEADER */
header {
  height: 72px;
  padding: 0px 64px;
  background-color: rgba(16, 19, 25, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header ul li {
  display: flex;
  align-items: center;
}

.audi-link {
  color: #FCFCFD;
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-left: 24px;
}

.audi-link:hover {
  color: #FCFCFD;
}

/* HERO */
.hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100vh;
  padding: 72px 64px;
  background-image: url('./img/sq8/sq820235511-s-l-copy.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-top h2 {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-bottom: 40px;
}

.hero-top p {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 64px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-bottom: 40px;
}

.hero-top p span {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 700;
}

.hero-top a {
  display: flex;
  width: 245px;
  height: 100px;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
  border: none;
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #000;
  letter-spacing: 0;
}

#q8 {
  margin-right: 15px;
}

.toggleOn {
  border: none;
  background-color: rgba(16, 19, 25, 0.5);
  width: 103px;
  height: 61px;
  border-radius: 40px;
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 36px;
  line-height: 52%;
  cursor: pointer;
}

.toggleOff {
  border: none;
  background: none;
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 700;
  color: rgba(16, 19, 25, 0.5);
  font-size: 36px;
  line-height: 52%;
  cursor: pointer;
}

/* FOOTER */
footer {
  width: 100%;
  height: 321px;
  padding: 80px 72px 0 72px;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

footer img {
  height: 100px;
}

footer div a {
  color: white;
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 400;
  font-size: 20px;
}

footer div div {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer div div a img {
  width: 40px;
}

footer ul {
  list-style: none;
}

footer ul li {
  margin-bottom: 20px;
}

footer ul li a {
  color: white;
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 70%;
}



.under-footer {
  width: 100%;
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.under-footer hr {
  width: 100%;
  color: rgba(252, 252, 253, 0.5);
  margin-bottom: 20px;
}

.under-footer div {
  color: rgba(252, 252, 253, 0.7);
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  padding: 0 30px;
}

.under-footer div p {
  margin-bottom: 20px;
}

.details-section {
  background-color: rgba(16, 19, 25, 1);
  height: auto;
  color: #FCFCFD;
  padding: 104px 64px 0 64px;
}

.details-section h2 {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  color: rgba(252, 252, 253, 1);
  letter-spacing: 0;
  margin-bottom: 25px;
}

.details-section p {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 400;
  width: 1304px;
  max-width: 100%;
  font-size: 24px;
  line-height: 150%;
  color: rgba(252, 252, 253, 0.7);
  margin-bottom: 95px;
}

.details-section h4 {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
  color: rgba(252, 252, 253, 1);
  margin-bottom: 75px;
}

.details-section ul {
  margin-left: 22px;
  width: 900px;
  max-width: calc(100% - 22px);
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0%;
  line-height: 150%;
  color: rgba(252, 252, 253, 0.7);
  margin-bottom: 70px;
}

.details-section a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #fff;
  width: 283px;
  height: 72px;
  border-radius: 0.5rem;
  font-family: 'AudiType', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 90px;
  color: #000;
}

.details-section .noti {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.business-description-section {
  background-color: rgba(16, 19, 25, 1);
  height: auto;
  color: #FCFCFD;
  padding: 144px 64px;
  display: flex;
  flex-direction: column;
}

.business-description-section-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 150px;
  gap: 32px;
}

.business-description-section-text h2 {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  margin-bottom: 100px;
}

.business-description-section-text h3 {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 100px;
}

.business-description-section-text ul {
  list-style-type: none;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.business-description-section-text ul li {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sec {
  margin-left: 64px;
}

.business-description-section .noti {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  border-radius: 0;
  background: #000;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity .55s ease, transform 1.0s ease;
  z-index: 0;
}

.hero-bg.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 50px 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}

.hero-overlay a,
.hero-overlay button,
.hero-overlay input {
  pointer-events: auto;
}

.hero-title {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
}

.hero-bottom {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero-model {
  color: #FCFCFD;
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
}

.hero-cta {
  border: none;
  background-color: #fff;
  width: 283px;
  height: 72px;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #000;
}

.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s ease, transform .15s ease;
}

.hero-arrow:hover {
  background: rgba(255, 255, 255, .92);
  transform: translateY(-50%) scale(1.04);
}

.hero-arrow--left {
  left: 18px;
}

.hero-arrow--right {
  right: 18px;
}

.credit-section {
  padding: 100px 0;
  width: 100%;
  background-color: #101319;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.credit-section h2 {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-align: center;
}

.credit-section p {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 64px;
  color: #787777;
  margin-bottom: 70px;
  text-align: center;
}

.grid {
  display: grid;
  grid-template-columns: 312px 515px 515px;
  grid-template-rows: repeat(4, 70px);
  row-gap: 16px;
}

.grid .bW {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  color: #FCFCFD;
}

.grid .w {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  color: #FFFFFF;
}

.grid .g {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  color: rgba(252, 252, 253, 0.7);
}

.credit-section .bigText {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 700;
  font-size: 200px;
  line-height: 120%;
  letter-spacing: -17%;
  color: rgba(252, 252, 253, 0.1);
}

.credit-section a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 567px;
  height: 64px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 0.5rem;
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 64px;
  color: #000;
}

.options-table {
  padding: 80px 72px;
  background-color: #101319;
  color: #FCFCFD;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.options-table h3 {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 64px;
  color: #FCFCFD;
  margin-bottom: 60px;
}

.options-table .noti {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  width: fit-content;
  max-width: 100%;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.options-table table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  font-family: 'AudiType', sans-serif;
  font-size: 16px;
}

.options-table thead th {
  background-color: #6F747A;
  color: #FCFCFD;
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 12px;
  text-align: center;
}

.options-table thead th:first-child {
  text-align: left;
}

.options-table tbody td {
  padding: 14px 12px;
  border-bottom: 1px solid #c2c2c2;
  text-align: center;
  color: #E5E7EA;
}

.options-table tbody td:first-child {
  text-align: left;
  width: 36%;
}

.options-table tbody tr:hover {
  background-color: rgba(168, 168, 168, 0.4);
}

.table-total td {
  font-weight: 700;
  border-top: 2px solid #6F747A;
}

.table-benefit td {
  color: #A7C7FF;
  font-weight: 700;
}

.table-final td {
  color: #FFFFFF;
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.table-final td:not(:first-child) {
  color: #FFFFFF;
}

.audi-nav {
  width: 34px;
  height: 28px;
  border: 0;
  background: transparent;
  color: rgba(252, 252, 253, .85);
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 25px;
  line-height: 1;
  transition: color .2s ease, transform .2s ease;
}

.audi-nav:hover {
  color: #fff;
  transform: translateY(-1px);
}

.audi-nav:disabled {
  opacity: .35;
  cursor: default;
  transform: none;
}

.audi-dots {
  display: flex;
  gap: 10px;
  align-items: center;
}

.audi-dot {
  border: 0;
  background: transparent;
  color: rgba(252, 252, 253, .65);
  cursor: pointer;
  padding: 0;
  font-family: 'AudiType', sans-serif;
  font-size: 20px;
  letter-spacing: .08em;
  transition: color .2s ease;
}

.audi-dot:hover {
  color: #fff;
}

.audi-dot.is-active {
  color: rgba(252, 252, 253, .95);
}

.audi-dot.is-active::after {
  content: '';
  display: block;
  height: 1px;
  margin-top: 4px;
  background: rgba(252, 252, 253, .85);
  width: 100%;
}

.validity-period-section {
  background-color: #000;
  height: 711px;
  width: 100vw;
  padding: 144px 72px;
  color: #FCFCFD;
}

.validity-period-section h2 {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 64px;
}

.validity-period-section .sale {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 35px;
}

.validity-period-section ul {
  margin-top: 72px;
  list-style: none;
  font-family: 'AudiType', sans-serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 64px;
}

.validity-period-section .last {
  margin-top: 72px;
  font-family: 'AudiType', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  width: 960px;
  max-width: 100%;
  opacity: 70%;
}

.form-section {
  width: 100%;
  background-color: rgba(16, 19, 25, 1);
  display: flex;
  padding: 20px 140px 20px 72px;
  align-items: center;
  justify-content: space-between;
  color: #FCFCFD;
  gap: 40px;
}

.form-right-side h2 {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  color: rgba(252, 252, 253, 1);
}

.form-right-side p {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  color: rgba(252, 252, 253, 1);
  margin-top: 15px;
  margin-bottom: 120px;
}

.form-right-side h3 {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 35px;
}

.form-right-side h3 span {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 64px;
}

.form-right-side .noti {
  margin-top: 45px;
  width: 770px;
  max-width: 100%;
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(252, 252, 253, 0.7);
}

.online-sklad{
  display: inline-block;
  padding: 5px 10px;
   border: 0;
  border-radius: 0.5rem;
  background: #FFFFFF;
  color: #000;
  text-decoration: none;
}

.form-left-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.form-left-side h2 {
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  margin-bottom: 55px;
}

.contact-form {
  width: 394px;
  max-width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.contact-form input {
  height: 41px;
  padding: 0 10px;
  border-radius: 0.5rem;
  background: #FFFFFF;
  color: #111;
  outline: none;
  border: none;
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
}

.contact-form input::placeholder {
  color: rgba(0, 0, 0, 0.55);
}

.contact-form input:focus {
  border-color: rgba(0, 0, 0, 0.25);
}

.contact-form button {
  margin-top: 32px;
  height: 79px;
  width: 394px;
  max-width: 100%;
  border: 0;
  border-radius: 0.5rem;
  background: #FFFFFF;
  color: #111;
  cursor: pointer;
  font-family: 'AudiType Extended', 'AudiType', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 64px;
  transition: transform .15s ease, opacity .15s ease;
}

.contact-form button:hover {
  transform: translateY(-1px);
}

.contact-form button:disabled {
  opacity: .6;
  cursor: default;
  transform: none;
}

.form-status {
  margin-top: 6px;
  font-size: 12px;
  opacity: .85;
}

/* =========================
   TABLET / SMALL DESKTOP
   ========================= */
@media (max-width: 1200px) {
  .options-table table {
    min-width: 900px;
  }
}

/* =========================
   MOBILE
   ========================= */
@media (max-width: 768px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
    background: #101319;
  }

  * {
    -webkit-tap-highlight-color: transparent;
  }

  .wrapper,
  .main,
  section,
  header,
  footer,
  .under-footer,
  .business-description-section-flex,
  .business-description-section-text,
  .hero-bottom,
  .form-section,
  .form-right-side,
  .form-left-side,
  footer div,
  footer ul {
    min-width: 0;
  }

  .wrapper,
  .main {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  /* HEADER */
  header {
    height: 42px;
    padding: 0 10px;
    background-color: rgba(16, 19, 25, 1);
  }

  header > img {
    width: 110px !important;
    height: auto;
    object-fit: contain;
  }

  header ul {
    gap: 0;
  }

  header ul li img {
    width: 12px !important;
    height: 12px;
  }

  .audi-link {
    margin-left: 6px;
    font-size: 8px;
    line-height: 1;
    white-space: nowrap;
  }

  /* HERO */
  .hero {
    height: 430px;
    min-height: 430px;
    padding: 14px 12px 12px;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .hero-top h2 {
    font-family: 'AudiType Extended', 'AudiType', sans-serif;
    font-size: 24px;
    line-height: 0.98;
    margin-bottom: 10px;
    max-width: 220px;
  }

  .hero-top p {
    font-family: 'AudiType Extended', 'AudiType', sans-serif;
    font-size: 14px;
    line-height: 1.15;
    margin-bottom: 14px;
    max-width: 185px;
  }

  .hero-top a {
    width: 135px;
    height: 28px;
    border-radius: 0.5rem;
    font-size: 10px;
    line-height: 1.1;
    font-weight: 700;
  }

  .hero-bottom {
    gap: 6px;
    align-items: center;
  }

  #q8,
  #sq8 {
    margin-right: 0;
  }

  .toggleOn,
  .toggleOff {
    width: 54px;
    height: 24px;
    border-radius: 999px;
    font-size: 11px;
    line-height: 1;
  }

  .toggleOn {
    background-color: rgba(16, 19, 25, 0.78);
    color: #fff;
    font-weight: 700;
  }

  .toggleOff {
    background: transparent;
    color: rgba(252, 252, 253, 0.7);
    font-weight: 400;
  }

  /* COMMON SECTION SPACING */
  .details-section,
  .business-description-section,
  .credit-section,
  .options-table,
  .form-section,
  footer,
  .under-footer {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  /* DETAILS */
  .details-section {
    padding-top: 34px !important;
    padding-bottom: 16px !important;
  }

  .details-section h2 {
    font-size: 24px;
    line-height: 1.02;
    margin-bottom: 16px;
    max-width: 280px;
  }

  .details-section p {
    width: 100%;
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 26px;
  }

  .details-section h4 {
    font-size: 19px;
    line-height: 1.05;
    margin-bottom: 14px;
    max-width: 220px;
  }

  .details-section ul {
    width: 100%;
    margin-left: 18px;
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 20px;
  }

  .details-section ul li {
    margin-bottom: 12px;
  }

  .details-section a {
    width: 170px;
    height: 38px;
    border-radius: 0.5rem;
    font-size: 10px;
    line-height: 1.1;
    margin-bottom: 16px;
  }

  .details-section .noti {
    width: 100%;
    font-size: 7px;
    line-height: 1.45;
  }

  /* BUSINESS SECTION */
  .business-description-section {
    padding-top: 34px !important;
    padding-bottom: 26px !important;
    overflow: hidden;
  }

  .business-description-section-flex {
    display: flex;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 18px;
    margin-bottom: 28px;
  }

  .business-description-section-flex > img {
    order: 2;
    width: 100% !important;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 14px !important;
  }

  .business-description-section-flex > .business-description-section-text {
    order: 1;
    width: 100%;
    max-width: 100%;
  }

  .business-description-section-text {
    width: 100%;
    overflow: hidden;
  }

  .business-description-section-text h2 {
    font-size: 22px;
    line-height: 1.02;
    margin-bottom: 18px;
    max-width: 240px;
  }

  .business-description-section-text h3 {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 14px;
  }

  .business-description-section-text h2,
  .business-description-section-text h3,
  .business-description-section-text ul,
  .business-description-section-text li {
    max-width: 100%;
  }

  .business-description-section-text ul {
    margin-bottom: 18px;
    gap: 10px;
    padding-right: 0;
    margin-right: 0;
  }

  .business-description-section-text ul li {
    font-size: 13px;
    line-height: 1.35;
    gap: 8px;
    align-items: flex-start;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .business-description-section-text ul li img {
    width: 13px;
    height: 13px;
    margin-top: 2px;
    flex: 0 0 13px;
  }

  .sec {
    margin-left: 0 !important;
    margin-top: 18px;
  }

  .business-description-section .noti {
    width: 100%;
    font-size: 7px;
    line-height: 1.45;
  }

  /* HERO SLIDER */
  .hero-slider {
    height: 320px;
    min-height: 320px;
    background: #000;
  }

  .hero-bg {
    background-position: center center;
    background-size: cover;
  }

  .hero-overlay {
    padding: 18px 12px;
  }

  .hero-title {
    font-size: 22px;
    line-height: 1.05;
    max-width: 220px;
  }

  .hero-bottom {
    gap: 8px;
  }

  .hero-model {
    font-size: 16px;
    line-height: 1.1;
  }

  .hero-cta {
    width: 136px;
    height: 36px;
    border-radius: 0.5rem;
    font-size: 10px;
    line-height: 1.1;
  }

  .hero-arrow {
    width: 34px;
    height: 34px;
  }

  .hero-arrow img {
    width: 10px !important;
    height: auto;
  }

  .hero-arrow--left {
    left: 8px;
  }

  .hero-arrow--right {
    right: 8px;
  }

  /* CREDIT */
.credit-section {
  padding: 34px 14px 28px !important;
  align-items: stretch;
}

.credit-section h2 {
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  max-width: 100%;
  margin-bottom: 8px;
}

.credit-section > p {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 22px;
}

.credit-section .grid {
  width: 100%;
  display: grid;
  grid-template-columns: 92px 1fr 1fr;
  column-gap: 12px;
  row-gap: 12px;
  align-items: start;
}

.credit-section .grid p {
  margin: 0;
}

.grid .bW {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 0;
}

.grid .w {
  font-size: 15px;
  line-height: 1.4;
}

.grid .g {
  font-size: 15px;
  line-height: 1.4;
}

.credit-section .bigText {
  font-size: 48px;
  line-height: 1;
  margin: 20px 0 16px;
  letter-spacing: -0.06em;
}

.credit-section a {
  width: 220px;
  max-width: 100%;
  height: 40px;
  margin: 0 auto;
  font-size: 11px;
  line-height: 1.1;
  text-align: center;
}

  .credit-section a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    max-width: 100%;
    height: 38px;
    border-radius: 0.5rem;
    font-size: 11px;
    line-height: 1.1;
    text-align: center;
    padding: 0 14px;
  }

  /* TABLE */
  .options-table {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .options-table h3 {
    font-size: 20px;
    line-height: 1.05;
    margin-bottom: 16px;
    max-width: 250px;
  }

  .options-table table {
    min-width: 560px !important;
    width: 560px;
  }

  .options-table thead th {
    font-size: 10px;
    padding: 8px 8px;
  }

  .options-table tbody td {
    font-size: 10px;
    padding: 8px 8px;
  }

  .options-table .noti {
    font-size: 7px;
    line-height: 1.45;
    margin-top: 10px;
    width: 100%;
    max-width: 100%;
  }

  /* FORM */
  .form-section {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 28px;
    padding-top: 34px !important;
    padding-bottom: 24px !important;
  }

  .form-right-side,
  .form-left-side {
    width: 100%;
  }

  .form-right-side h2 {
    font-size: 22px;
    line-height: 1.02;
    max-width: 240px;
  }

  .form-right-side p {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 12px;
    margin-bottom: 20px;
  }

  .form-right-side h3 {
    font-size: 18px;
    line-height: 1.15;
  }

  .form-right-side h3 span {
    font-size: 20px;
    line-height: 1.1;
  }

  .form-right-side img {
    width: 100% !important;
    max-width: 250px;
    height: auto;
    display: block;
    margin-top: 12px;
  }

  .form-right-side .noti {
    width: 100%;
    margin-top: 14px;
    font-size: 7px;
    line-height: 1.45;
  }

  .form-left-side {
    align-items: center;
    text-align: center;
    
  }

  .form-left-side h2 {
    font-size: 22px;
    line-height: 1.02;
    margin-bottom: 18px;
    max-width: 220px;
  }

  .contact-form {
    width: 100%;
    max-width: 280px;
    gap: 12px;
  }

  .contact-form input {
    width: 100%;
    max-width: 100%;
    height: 32px;
    padding: 0 12px;
    border: none;
    border-radius: 0.5rem;
    font-size: 11px;
  }

  .contact-form button {
    width: 100%;
    max-width: 100%;
    height: 40px;
    margin-top: 8px;
    border-radius: 0.5rem;
    font-size: 12px;
    line-height: 1.1;
  }

  .form-status {
    font-size: 10px;
    line-height: 1.3;
  }

  /* FOOTER */
  footer {
    height: auto;
    padding-top: 24px !important;
    padding-bottom: 18px !important;
    background-color: #000;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    text-align: center;
    overflow: hidden;
  }

  footer > img {
    width: 110px;
    height: auto;
  }

  footer div p {
    font-size: 12px;
    line-height: 1.4;
  }

  footer div div {
    margin-top: 10px;
    gap: 12px;
  }

  footer div div a img {
    width: 18px;
    height: 18px;
  }

  footer ul {
    padding: 0;
  }

  footer ul li {
    margin-bottom: 10px;
  }

  footer ul li a {
    font-size: 12px;
    line-height: 1.4;
  }

  .under-footer {
    padding-top: 14px !important;
    padding-bottom: 20px !important;
    background-color: #000;
  }

  .under-footer hr {
    margin-bottom: 12px;
  }

  .under-footer div {
    padding: 0;
    font-size: 7px;
    line-height: 1.45;
  }

  .under-footer div p {
    margin-bottom: 10px;
  }

  footer ul li a,
  footer div p,
  .under-footer div {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}


.hidden-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

/* iPad / small notebook only */
@media (min-width: 769px) and (max-width: 1180px) {
  .business-description-section {
    padding: 80px 32px;
  }

  .business-description-section-flex {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 56px;
  }

  .business-description-section-text {
    width: 42%;
  }

  .business-description-section-flex > img {
    width: 58%;
    max-width: 58%;
    height: auto;
    display: block;
    border-radius: 20px;
  }

  .business-description-section-text h2 {
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 32px;
  }

  .business-description-section-text h3 {
    font-size: 28px;
    line-height: 1.15;
    margin-bottom: 24px;
  }

  .business-description-section-text ul {
    margin-bottom: 0;
  }

  .business-description-section-text ul li {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 12px;
  }

  .business-description-section-text ul li img {
    width: 18px;
    height: 18px;
  }

  .sec {
    margin-left: 0;
  }
}