@charset "UTF-8";
html, body {
  font-size: 16px;
  margin: 0 auto;
  padding: 0;
  font-family: "PorscheNext";
  background-color: #fff;
  min-height: 100vh;
  scroll-behavior: smooth;
}
@media (max-width: 780px) {
  html, body {
    font-size: 14px;
  }
}

*:where(:not(html, iframe, canvas, img, svg, video, audio, select):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, *::after, *::before {
  box-sizing: border-box;
}

table, th, td {
  border: 0;
  vertical-align: top;
  padding: 0;
}

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

.desktop {
  display: block;
}
@media screen and (max-width: 960px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .mobile {
    display: block;
  }
}

.container {
  max-width: 1408px;
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .container {
    max-width: 73.33vw;
    padding: 0 2.6vw;
  }
}
@media (max-width: 960px) {
  .container {
    padding: 0 30px;
  }
}

.space {
  margin-block: 120px;
}
@media (max-width: 1440px) {
  .space {
    margin-block: 80px;
  }
}
@media (max-width: 960px) {
  .space {
    margin-block: 60px;
  }
}

/* Fix mobile Safari increase font-size on landscape mode */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu,
summary {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
  all: revert;
  box-sizing: border-box;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

/* Remove details summary webkit styles */
::-webkit-details-marker {
  display: none;
}

strong {
  font-weight: 600;
}

.ot-floating-button__open,
.ot-floating-button__close {
  display: grid;
  place-items: center;
}

.c-baner {
  position: relative;
}
.c-baner__image {
  display: flex;
}
@media (max-width: 960px) {
  .c-baner__image {
    overflow: hidden;
    justify-content: center;
  }
}
.c-baner__image img {
  width: 100%;
}
@media (max-width: 960px) {
  .c-baner__image img {
    min-width: 140vw;
  }
}
.c-baner__content {
  position: absolute;
  left: 8.54vw;
  bottom: 5.63vw;
  color: #fff;
}
@media (max-width: 960px) {
  .c-baner__content {
    position: relative;
    padding: 30px;
    left: auto;
    bottom: auto;
    color: rgb(1, 2, 5);
  }
}
.c-baner__content h1 {
  font-size: 3.49vw;
  line-height: 1.22;
  margin-bottom: 0.83vw;
}
@media (max-width: 960px) {
  .c-baner__content h1 {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
.c-baner__content p {
  font-size: 1.46vw;
  line-height: 1.35;
  color: #FBFCFF;
}
@media (max-width: 1200px) {
  .c-baner__content p {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .c-baner__content p {
    font-size: 22px;
    color: rgb(1, 2, 5);
  }
}

.c-header__wrap {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  flex-wrap: wrap;
}
.c-header__wrap-elem {
  max-width: calc(50% - 24px);
  width: 100%;
  font-size: 23px;
  line-height: 1.4;
}
@media (max-width: 1440px) {
  .c-header__wrap-elem {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .c-header__wrap-elem {
    max-width: 100%;
    font-size: 18px;
  }
}
.c-header__wrap-elem h2 {
  font-size: 67px;
  line-height: 1.22;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .c-header__wrap-elem h2 {
    font-size: 50px;
  }
}
@media (max-width: 1440px) {
  .c-header__wrap-elem h2 {
    font-size: 42px;
  }
}
@media (max-width: 960px) {
  .c-header__wrap-elem h2 {
    font-size: 32px;
  }
}

.c-offer .bg-black {
  background-color: rgb(1, 2, 5);
  color: #fff;
}
.c-offer__baner {
  position: relative;
}
.c-offer__baner-header {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 40px;
  font-size: 63px;
  line-height: 1.22;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1920px) {
  .c-offer__baner-header {
    font-size: 3.28vw;
  }
}
@media (max-width: 1600px) {
  .c-offer__baner-header {
    font-size: 50px;
  }
}
@media (max-width: 1440px) {
  .c-offer__baner-header {
    font-size: 42px;
  }
}
@media (max-width: 1100px) {
  .c-offer__baner-header {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .c-offer__baner-header {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding-block: 20px;
  }
}
@media (max-width: 600px) {
  .c-offer__baner-header {
    font-size: 24px;
  }
}
.c-offer__photoText {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  padding: 120px 0px 420px 0px;
}
@media (max-width: 1440px) {
  .c-offer__photoText {
    padding-top: 80px;
  }
}
@media (max-width: 1300px) {
  .c-offer__photoText {
    padding: 80px 0px 32.31vw 0px;
  }
}
@media (max-width: 960px) {
  .c-offer__photoText {
    padding-top: 60px;
    flex-wrap: wrap-reverse;
  }
}
.c-offer__photoText-content {
  max-width: 476px;
  width: 100%;
  font-size: 23px;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .c-offer__photoText-content {
    max-width: 24.79vw;
    font-size: 1.2vw;
  }
}
@media (max-width: 960px) {
  .c-offer__photoText-content {
    font-size: 20px;
    max-width: 100%;
    width: 100%;
  }
}
.c-offer__photoText-image {
  max-width: 714px;
  width: 100%;
}
@media (min-width: 1920px) {
  .c-offer__photoText-image {
    max-width: 37.19vw;
  }
}
@media (max-width: 960px) {
  .c-offer__photoText-image {
    max-width: 100%;
    width: 100%;
  }
}
.c-offer__photoText-image img {
  border-radius: 12px;
}
.c-offer__img {
  display: flex;
  justify-content: center;
  margin-top: -300px;
}
@media (max-width: 1300px) {
  .c-offer__img {
    margin-top: -23.08vw;
  }
}
.c-offer__img img {
  border-radius: 12px;
}

.c-dealers__header {
  text-align: center;
  margin-block: 0px 100px;
}
.c-dealers__header h3 {
  font-size: 89px;
  line-height: 1.2;
  margin-block: 0px 6px;
}
@media (max-width: 1600px) {
  .c-dealers__header h3 {
    font-size: 72px;
  }
}
@media (max-width: 1440px) {
  .c-dealers__header h3 {
    font-size: 52px;
  }
}
@media (max-width: 1100px) {
  .c-dealers__header h3 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .c-dealers__header h3 {
    font-size: 24px;
  }
}
.c-dealers__header p {
  font-size: 28px;
  line-height: 1.35;
}
@media (max-width: 1440px) {
  .c-dealers__header p {
    font-size: 24px;
  }
}
@media (max-width: 1100px) {
  .c-dealers__header p {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .c-dealers__header p {
    font-size: 18px;
  }
}
.c-dealers__wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 36px;
}
.c-dealers__wrap-elem {
  position: relative;
  max-width: calc(33.3333333333% - 24px);
  width: 100%;
}
@media (max-width: 1200px) {
  .c-dealers__wrap-elem {
    max-width: calc(50% - 24px);
  }
}
@media (max-width: 768px) {
  .c-dealers__wrap-elem {
    max-width: 100%;
  }
}
.c-dealers__wrap-image {
  display: flex;
}
.c-dealers__wrap-image img {
  border-radius: 12px;
}
@media (max-width: 768px) {
  .c-dealers__wrap-image img {
    border-radius: 12px 12px 0px 0px;
  }
}
.c-dealers__wrap-content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 36px;
  color: #fff;
}
@media (max-width: 768px) {
  .c-dealers__wrap-content {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 15px;
    border-radius: 0px 0px 12px 12px;
    background-color: rgb(1, 2, 5);
    margin-top: -35%;
  }
}
.c-dealers__wrap-header {
  font-size: 28px;
  line-height: 1.35;
  margin-block: 0px 14px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .c-dealers__wrap-header {
    font-size: 20px;
  }
}
.c-dealers__wrap-data {
  font-size: 16px;
  line-height: 1.5;
}
.c-dealers__wrap-data svg {
  width: 14px;
}
.c-dealers__wrap-data svg path {
  fill: #fff;
}
.c-dealers__wrap-data .flex {
  display: flex;
  align-items: center;
  margin-block: 4px;
  gap: 12px;
}
.c-dealers__wrap-data .flex a {
  word-break: break-all;
}
.c-dealers__wrap-button {
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  color: rgb(1, 2, 5);
  border-radius: 4px;
  text-align: center;
  padding: 15px 30px;
  margin-block: 24px 0px;
  font-size: 16px;
  line-height: 1.5;
}

.c-form {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0px;
}
@media (min-width: 1920px) {
  .c-form {
    max-width: 31.25vw;
  }
}
.c-form__header h2 {
  font-size: 37px;
  line-height: 1.3;
  margin-block: 0px 12px;
}
@media (min-width: 1920px) {
  .c-form__header h2 {
    font-size: 1.93vw;
  }
}
@media (max-width: 960px) {
  .c-form__header h2 {
    font-size: 26px;
  }
}
.c-form__header p {
  font-size: 21px;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .c-form__header p {
    font-size: 1.09vw;
  }
}
@media (max-width: 960px) {
  .c-form__header p {
    font-size: 18px;
  }
}
.c-form__content-elem {
  margin-block: 12px;
}
.c-form__content-elem label {
  display: block;
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1920px) {
  .c-form__content-elem label {
    font-size: 0.83vw;
  }
}
.c-form__content-elem input, .c-form__content-elem select {
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  color: rgb(1, 2, 5);
  font-size: 16px;
  margin-block: 4px 0px;
  border-radius: 4px;
  border: 2px solid #6B6D70;
  min-height: 54px;
  padding: 10px 12px;
}
.c-form__content-elem select:open {
  border-radius: 4px 4px 0px 0px;
  border-bottom-width: 1px;
}
.c-form__input--error {
  border-color: red !important;
}
.c-form__error-message {
  color: red;
  font-size: 12px;
}
@media (min-width: 1920px) {
  .c-form__error-message {
    font-size: 0.63vw;
  }
}
.c-form__accepts-elem {
  margin: 30px 0px;
  font-size: 12px;
}
@media (min-width: 1920px) {
  .c-form__accepts-elem {
    font-size: 0.63vw;
  }
}
.c-form__accepts-elem--flex {
  display: flex;
  align-items: center;
  gap: 40px;
}
.c-form__accepts-accept {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.c-form__accepts input[type=checkbox] {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  border-radius: 3px;
  border: 1px solid #8a9097;
  transition: all 0.2s ease-in-out;
  color: #fff;
}
@media (min-width: 1920px) {
  .c-form__accepts input[type=checkbox] {
    width: 1.04vw;
    min-width: 1.04vw;
    height: 1.04vw;
    min-height: 1.04vw;
  }
}
.c-form__accepts input[type=checkbox]:before {
  transform: scale(0);
}
.c-form__accepts input[type=checkbox]:checked {
  background-color: #001e50;
}
.c-form__accepts input[type=checkbox]:checked:before {
  transform: scale(1);
  content: "✓";
  line-height: 0;
  font-size: 0.9rem;
}
.c-form__expand-btn {
  font-weight: bold;
  cursor: pointer;
}
.c-form__button {
  max-width: 100%;
  width: 100%;
  background-color: rgb(1, 2, 5);
  color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 15px 30px;
  margin-block: 24px 0px;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid rgb(1, 2, 5);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.c-form__button:hover {
  background-color: #fff;
  color: rgb(1, 2, 5);
}
.c-form__popup-overlay {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 99999;
}
.c-form__popup {
  position: relative;
  padding-inline: 3rem;
  padding-block: 3rem;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
}
.c-form__popup-close {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  font-size: 1.4rem;
  cursor: pointer;
}

.c-logo-bar__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1680px;
  margin: 0 auto;
  gap: 1rem;
  padding: 0 3vw;
  min-height: 80px;
}
.c-logo-bar__toggle {
  width: 100%;
}
.c-logo-bar__logo {
  text-align: center;
  width: 100%;
}
.c-logo-bar__logo a {
  text-align: center;
}
.c-logo-bar__logo img {
  width: 245px;
}
.c-logo-bar__location {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: right;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.c-logo-bar__location img {
  height: 27px;
  line-height: 0;
}
.c-logo-bar--default {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.c-logo-bar--default .c-logo-bar__toggle {
  display: none;
}
.c-logo-bar--default .c-logo-bar__logo {
  width: clamp(150px, 16%, 300px);
  filter: invert(1);
  margin-inline: auto;
}
.c-logo-bar--default .c-logo-bar__location {
  display: none;
}
.c-logo-bar--white {
  background-color: #fff;
}
@media (max-width: 780px) {
  .c-logo-bar__toggle {
    display: none;
  }
  .c-logo-bar__logo img {
    width: 134px;
  }
  .c-logo-bar__location {
    display: none;
  }
}
@media (max-width: 1100px) {
  .c-logo-bar__location {
    font-size: 16px;
  }
}

.c-footer {
  padding-block: 2rem;
  padding-inline: 2rem;
  background-color: rgb(1, 2, 5);
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 960px) {
  .c-footer {
    flex-direction: column;
  }
}
.c-footer__wrapper {
  max-width: 33.3333333333%;
  width: 100%;
}
@media (max-width: 960px) {
  .c-footer__wrapper {
    max-width: 100%;
  }
}
.c-footer__main {
  font-size: 1.4rem;
}
.c-footer__submain {
  font-size: 1.2rem;
  font-weight: 600;
  margin-block: 0.25rem 0.75rem;
}
.c-footer button {
  background-color: #fff;
  border-radius: 4px;
  padding-block: 0.75rem;
  padding-inline: 2rem;
  color: rgb(1, 2, 5);
  margin-block: 1rem 0;
}
.c-footer button:hover {
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */
