@charset "UTF-8";
html, body {
  font-size: 16px;
  margin: 0 auto;
  padding: 0;
  font-family: "PorscheNext";
  background-color: #000000;
  color: #ffffff;
  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: 1412px;
  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: 100px;
}
@media (max-width: 1440px) {
  .space {
    margin-block: 80px;
  }
}
@media (max-width: 960px) {
  .space {
    margin-block: 60px;
  }
}

.c-fullImage {
  overflow: hidden;
  margin-block: -50px 0px;
}
@media (max-width: 960px) {
  .c-fullImage {
    margin-block: -20px 0px;
  }
}
@media (max-width: 960px) {
  .c-fullImage img {
    transform: scale(1.2);
  }
}

/* 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;
}

.workInProgress {
  max-width: 100%;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}

.c-baner {
  position: relative;
}
.c-baner__image {
  position: relative;
  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: 130vw;
    object-position: -20px;
  }
}
.c-baner__image::before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 50%;
  background: transparent;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.c-baner__content {
  position: absolute;
  left: 8.33vw;
  bottom: 4.17vw;
  color: #fff;
}
@media (max-width: 960px) {
  .c-baner__content {
    position: relative;
    padding: 30px 30px 0px 30px;
    left: auto;
    bottom: auto;
  }
}
.c-baner__content h1 {
  font-size: 3.65vw;
  line-height: 1.22;
  margin-bottom: 0.83vw;
}
@media (max-width: 960px) {
  .c-baner__content h1 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.c-baner__content p {
  font-size: 1.56vw;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .c-baner__content p {
    font-size: 16px;
  }
}

.c-intro {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-block: 100px 0px;
}
@media (max-width: 1440px) {
  .c-intro {
    margin-block: 80px 0px;
  }
}
@media (max-width: 1100px) {
  .c-intro {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .c-intro {
    margin-block: 60px 0px;
  }
}
.c-intro__box {
  position: relative;
  max-width: 864px;
  width: 100%;
}
@media (min-width: 1920px) {
  .c-intro__box {
    max-width: 45vw;
  }
}
@media (max-width: 1100px) {
  .c-intro__box {
    max-width: 100%;
  }
}
.c-intro__box-image {
  display: flex;
}
@media (max-width: 600px) {
  .c-intro__box-image {
    overflow: hidden;
  }
}
@media (max-width: 600px) {
  .c-intro__box-image img {
    max-width: calc(100% + 2px);
    width: calc(100% + 2px);
    margin-inline: -1px;
  }
}
.c-intro__box-content {
  position: absolute;
  left: 62px;
  right: 62px;
  bottom: 90px;
  max-width: 600px;
  width: 100%;
}
@media (min-width: 1920px) {
  .c-intro__box-content {
    max-width: 31.25vw;
  }
}
@media (max-width: 1440px) {
  .c-intro__box-content {
    left: 32px;
    right: 32px;
    bottom: 50px;
    max-width: 450px;
  }
}
@media (max-width: 1150px) {
  .c-intro__box-content {
    bottom: 30px;
  }
}
@media (max-width: 600px) {
  .c-intro__box-content {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    max-width: 100%;
    padding: 20px 0px;
    background-color: #000000;
    margin-top: -30%;
  }
}
.c-intro__box-content h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
  margin-block: 0px 25px;
}
@media (max-width: 1440px) {
  .c-intro__box-content h2 {
    font-size: 26px;
    margin-block: 0px 20px;
  }
}
@media (max-width: 1150px) {
  .c-intro__box-content h2 {
    font-size: 22px;
  }
}
.c-intro__box-content p {
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1440px) {
  .c-intro__box-content p {
    font-size: 18px;
  }
}
@media (max-width: 1150px) {
  .c-intro__box-content p {
    font-size: 16px;
  }
}
.c-intro__buttons {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 30px;
  max-width: 414px;
  width: 100%;
  border: 2px solid #7c7d7d;
  border-radius: 10px;
  margin-block: 38px 0px;
  padding: 80px 39px;
}
@media (min-width: 1920px) {
  .c-intro__buttons {
    max-width: 21.56vw;
  }
}
@media (max-width: 1440px) {
  .c-intro__buttons {
    padding: 50px 30px;
  }
}
@media (max-width: 1150px) {
  .c-intro__buttons {
    padding: 30px 25px;
  }
}
@media (max-width: 1100px) {
  .c-intro__buttons {
    max-width: 100%;
    margin: 0px;
  }
}
@media (max-width: 600px) {
  .c-intro__buttons {
    padding: 0px;
    border: 0px;
    margin-block: 0px;
    border-radius: 0px;
  }
}
.c-intro__buttons h3 {
  font-size: 30px;
  font-weight: 400;
  margin-block: 0px 28px;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  .c-intro__buttons h3 {
    font-size: 20px;
    margin-block: 0px 20px;
  }
}
@media (max-width: 1150px) {
  .c-intro__buttons h3 {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .c-intro__buttons h3 br {
    display: none;
  }
}
.c-intro__buttons-btn {
  padding: 15px 20px;
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ffffff;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1440px) {
  .c-intro__buttons-btn {
    padding: 12px 17px;
  }
}
@media (max-width: 1150px) {
  .c-intro__buttons-btn {
    font-size: 14px;
  }
}
.c-intro__buttons-btn:hover {
  background-color: #ffffff;
  color: #000000;
}
.c-intro__buttons-line {
  content: "";
  max-width: 100%;
  width: 100%;
  margin-block: 40px;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .c-intro__buttons-line {
    margin-block: 30px;
  }
}

.c-header__bg {
  padding-block: 120px;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1440px) {
  .c-header__bg {
    padding-block: 80px;
  }
}
@media (max-width: 768px) {
  .c-header__bg {
    background-image: none !important;
    padding-block: 60px;
  }
}
.c-header__content {
  max-width: 645px;
  width: 100%;
}
@media (max-width: 1440px) {
  .c-header__content {
    max-width: 505px;
  }
}
.c-header__content-image {
  margin-block: 150px 0px;
}
@media (max-width: 1440px) {
  .c-header__content-image {
    margin-block: 100px 0px;
  }
}
@media (max-width: 960px) {
  .c-header__content-image {
    margin-block: 50px 0px;
  }
}
.c-header__content-container {
  max-width: 560px;
  width: 100%;
}
@media (max-width: 1440px) {
  .c-header__content-container {
    max-width: 460px;
  }
}
@media (max-width: 768px) {
  .c-header__content-container {
    max-width: 100%;
  }
}
.c-header__content-container h3 {
  font-size: 42px;
  font-weight: 400;
  margin-block: 0px 40px;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  .c-header__content-container h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .c-header__content-container h3 {
    font-size: 24px;
  }
}
.c-header__content-container p {
  font-size: 22px;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  .c-header__content-container p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .c-header__content-container p {
    font-size: 16px;
  }
}

.c-photoText {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin-block: 40px 100px;
}
@media (max-width: 960px) {
  .c-photoText {
    flex-wrap: wrap-reverse;
    margin-block: 40px 60px;
  }
}
.c-photoText__content {
  max-width: 510px;
  width: 100%;
  margin-block: 45px 0px;
}
@media (min-width: 1920px) {
  .c-photoText__content {
    max-width: 26.56vw;
  }
}
@media (max-width: 960px) {
  .c-photoText__content {
    max-width: 100%;
    margin-block: 0px;
  }
}
.c-photoText__content h3 {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  .c-photoText__content h3 {
    font-size: 26px;
  }
}
@media (max-width: 1250px) {
  .c-photoText__content h3 {
    font-size: 22px;
  }
}
.c-photoText__content-text {
  font-size: 20px;
  margin-block: 15px 0px;
  line-height: 1.2;
}
@media (max-width: 1250px) {
  .c-photoText__content-text {
    font-size: 16px;
  }
}
.c-photoText__content-text ul {
  margin-block: 20px;
  padding-left: 20px;
  list-style-type: disc;
}
.c-photoText__content-text ul li {
  margin-bottom: 10px;
}
.c-photoText__content-text ul li:last-of-type {
  margin-bottom: 0px;
}
.c-photoText__content-installment {
  display: inline-block;
  font-size: 24px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 9px;
  padding: 10px 20px;
  margin-block: 20px;
}
@media (max-width: 1440px) {
  .c-photoText__content-installment {
    font-size: 20px;
    padding: 8px 15px;
    margin-block: 15px;
  }
}
@media (max-width: 960px) {
  .c-photoText__content-installment {
    font-size: 16px;
  }
}
.c-photoText__content-installment span {
  font-size: 38px;
}
@media (max-width: 1440px) {
  .c-photoText__content-installment span {
    font-size: 30px;
  }
}
@media (max-width: 960px) {
  .c-photoText__content-installment span {
    font-size: 24px;
  }
}
.c-photoText__content-btn {
  padding: 15px 20px;
  max-width: 270px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ffffff;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1250px) {
  .c-photoText__content-btn {
    padding: 13px 17px;
  }
}
.c-photoText__content-btn:hover {
  background-color: #ffffff;
  color: #000000;
}
.c-photoText__image {
  display: flex;
  max-width: 740px;
  width: 100%;
}
@media (min-width: 1920px) {
  .c-photoText__image {
    max-width: 38.54vw;
  }
}

.c-desc {
  font-size: 16px;
  font-weight: 400;
  color: #939598;
  opacity: 0.8;
}
@media (max-width: 960px) {
  .c-desc {
    font-size: 14px;
    opacity: 0.649;
  }
}

.priceList {
  margin-block: 100px 60px;
}
@media (max-width: 960px) {
  .priceList {
    margin-block: 50px 30px;
  }
}
.priceList__content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.priceList__content.active {
  max-height: 1000px;
}
.priceList__content-container {
  overflow: auto;
  margin-bottom: 35px;
}
.priceList__content table {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #7c7d7d;
}
@media (max-width: 600px) {
  .priceList__content table {
    min-width: 600px;
    margin-bottom: 10px;
  }
}
.priceList__content table tr {
  border-bottom: 1px solid #7c7d7d;
}
.priceList__content table tr td, .priceList__content table tr th {
  font-size: 18px;
  border-left: 1px solid #7c7d7d;
  padding: 2px 5px;
  white-space: nowrap;
  text-align: center;
  align-content: center;
}
@media (max-width: 1250px) {
  .priceList__content table tr td, .priceList__content table tr th {
    font-size: 16px;
  }
}
@media (max-width: 1150px) {
  .priceList__content table tr td, .priceList__content table tr th {
    font-size: 14px;
  }
}
.priceList__content table tr td:first-of-type, .priceList__content table tr th:first-of-type {
  border: 0px;
  max-width: 100%;
  width: 100%;
  white-space: normal;
  text-align: left;
}
.priceList__content table tr th {
  font-weight: bold;
}
.priceList__btn {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .priceList__btn {
    gap: 10px;
  }
}
.priceList__btn::after, .priceList__btn::before {
  content: "";
  height: 1px;
  max-width: 100%;
  width: 100%;
  background-color: #ffffff;
}
.priceList__btn::after {
  max-width: 141px;
}
@media (max-width: 600px) {
  .priceList__btn::after {
    max-width: 100%;
  }
}
.priceList__btn-txt {
  display: flex;
  align-items: center;
  gap: 25px;
  white-space: nowrap;
  font-size: 16px;
}
@media (min-width: 1920px) {
  .priceList__btn-txt {
    font-size: 0.83vw;
  }
}
@media (max-width: 600px) {
  .priceList__btn-txt {
    gap: 10px;
  }
}
.priceList__btn-txt .icon {
  min-width: 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1920px) {
  .priceList__btn-txt .icon {
    min-width: 0.78vw;
  }
}
.priceList__btn-txt .icon.rotate {
  transform: rotate(180deg);
}

.carousel-container {
  width: 100%;
  margin: 2rem auto;
  position: relative;
}
.carousel-container .carousel-viewport {
  overflow: hidden;
  width: 100%;
}
.carousel-container .carousel-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
}
.carousel-container .carousel-item {
  flex-shrink: 0;
  flex-grow: 0;
  box-sizing: border-box;
  padding: 0 10px;
}
.carousel-container .carousel-btn {
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 0rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 960px) {
  .carousel-container .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.carousel-container .carousel-btn:hover {
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
@media (min-width: 960px) {
  .carousel-container .carousel-btn:hover {
    transform: translateY(-50%) scale(1.05);
  }
}
.carousel-container .carousel-btn.btn-prev {
  left: 10px;
}
.carousel-container .carousel-btn.btn-next {
  right: 10px;
}
.carousel-container .carousel-dots {
  display: none;
  justify-content: center;
  gap: 10px;
  margin-top: 1.5rem;
  padding: 0;
  user-select: none;
}
.carousel-container .carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background-color: #ccc;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.carousel-container .carousel-dot:hover {
  background-color: #aaa;
}
.carousel-container .carousel-dot.active {
  background-color: #333;
  transform: scale(1.2);
}
@media (min-width: 768px) {
  .carousel-container .carousel-item {
    padding: 0 15px;
  }
}
@media (min-width: 1500px) {
  .carousel-container .carousel-btn.btn-prev {
    left: -22px;
  }
  .carousel-container .carousel-btn.btn-next {
    right: -22px;
  }
}

.c-listing {
  margin-block: 120px;
}
.c-listing__slider {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .c-listing__slider {
    display: flex;
    flex-wrap: wrap-reverse;
    gap: 30px 0px;
  }
}
.c-listing__title {
  padding: 0rem 1rem 1rem 1rem;
  max-width: 1440px;
  font-weight: bold;
  margin: 0 auto;
  font-size: 1.5rem;
}

.c-listing__item {
  width: 100%;
  max-width: 600px; /* Możesz dostosować */
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  /* Domyślam się, że to lista, więc dodaję margines */
  margin-bottom: 24px;
}
.c-listing__item .c-listing__image-link {
  display: block;
  max-height: 40vh;
  height: 350px;
  overflow: hidden;
  position: relative;
}
.c-listing__item .c-listing__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.c-listing__item {
  /* To jest odpowiednik .car-details */
}
.c-listing__item .c-listing__details {
  padding: 24px;
}
.c-listing__item .c-listing__details .c-listing__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.c-listing__item .c-listing__details .c-listing__title .c-listing__title-link {
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.c-listing__item .c-listing__details .c-listing__title .c-listing__title-link:hover {
  text-decoration: underline;
}
.c-listing__item .c-listing__details .c-listing__info .c-listing__info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  padding: 12px 0;
  /* Modyfikator BEM: &--with-divider */
}
.c-listing__item .c-listing__details .c-listing__info .c-listing__info-row--with-divider {
  border-bottom: 1px solid #e0e0e0;
}
.c-listing__item .c-listing__details .c-listing__info .c-listing__label {
  color: #555;
}
.c-listing__item .c-listing__details .c-listing__info .c-listing__value {
  color: #333;
  font-weight: 500;
  /* Modyfikator BEM: &--price */
}
.c-listing__item .c-listing__details .c-listing__info .c-listing__value--price {
  font-weight: bold;
  font-size: 1.25rem;
  color: #000;
}
.c-listing__item .c-listing__details .c-listing__actions {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
@media (max-width: 1300px) {
  .c-listing__item .c-listing__details .c-listing__actions {
    flex-wrap: wrap;
  }
}
.c-listing__item .c-listing__details .c-listing__button {
  flex: 1;
  padding: 14px 20px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid #000;
  transition: all 0.3s ease;
  /* Modyfikator BEM: &--primary */
}
.c-listing__item .c-listing__details .c-listing__button--primary {
  background-color: #000;
  color: #fff;
}
.c-listing__item .c-listing__details .c-listing__button--primary:hover {
  background-color: #333;
  border-color: #333;
}
.c-listing__item .c-listing__details .c-listing__button {
  /* Modyfikator BEM: &--secondary */
}
.c-listing__item .c-listing__details .c-listing__button--secondary {
  background-color: #fff;
  color: #000;
}
.c-listing__item .c-listing__details .c-listing__button--secondary:hover {
  background-color: #f5f5f5;
}

.c-form-bg {
  background-image: url("../images/bg_form.webp");
  background-size: cover;
  background-position: center;
}

.c-form {
  max-width: 850px;
  width: 100%;
  margin: 0;
  padding: 150px 0 90px;
  color: #fff;
}
@media (max-width: 1440px) {
  .c-form {
    padding: 120px 0 90px;
  }
}
@media (max-width: 960px) {
  .c-form {
    padding: 60px 0 60px;
  }
}
.c-form__header {
  padding-bottom: 30px;
}
.c-form__header h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
  margin-block: 0px 12px;
}
@media (max-width: 1440px) {
  .c-form__header h2 {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .c-form__header h2 {
    font-size: 26px;
  }
}
.c-form__header p {
  font-size: 25px;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  .c-form__header p {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  .c-form__header p {
    font-size: 18px;
  }
}
.c-form__desc {
  font-size: 12px;
  text-align: right;
}
@media (min-width: 960px) {
  .c-form__content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 50px;
  }
}
@media (min-width: 960px) {
  .c-form__content-elem {
    width: calc(50% - 30px);
  }
}
@media (min-width: 960px) {
  .c-form__content-elem:last-of-type {
    width: 100%;
  }
}
.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: transparent;
  color: #fff;
  font-size: 16px;
  margin-block: 4px 0px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #fff;
  min-height: 54px;
  padding: 10px 12px;
}
.c-form__content-elem input::placeholder, .c-form__content-elem select::placeholder {
  color: #808080;
}
.c-form__content-elem select {
  color: #808080;
}
.c-form__content-elem select:open {
  color: rgb(1, 2, 5);
  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: 0;
  border: 1px solid #fff;
  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: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: 270px;
  width: 100%;
  background-color: transparent;
  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 #fff;
  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;
  color: #000000;
  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);
  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;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem 2rem;
}
@media (max-width: 960px) {
  .c-footer {
    flex-direction: column;
  }
}
.c-footer__wrapper {
  max-width: calc(33.3333333333% - 2rem);
  width: 100%;
}
@media (max-width: 1150px) {
  .c-footer__wrapper {
    max-width: calc(50% - 2rem);
  }
}
@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 */
