body {
  margin: 0px;
  padding: 0px;
  font-family: "PorscheNextWLa";
  padding-bottom: 0px;
  width: fit-content;
  overflow-x: hidden;
  max-width: 1920px;
  width: 100%;
}
p,
h1,
h2,
h3,
h4 {
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
}
[v-cloak] {
  display: none;
}
*::after,
*::before,
* {
  box-sizing: border-box;
}
.container .owl-carousel {
  width: auto !important;
}
.container .owl-item {
  overflow: hidden;
  border-radius: 10px;
}
.black {
  background: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 20%,
    #000 20%,
    #000 95%,
    #fff 95%,
    #fff 100%
  );
}
.abs__pic--one {
  width: 87%;
}
.abs__pic--two {
  position: absolute;
  right: 12%;
  bottom: 15%;
  border-radius: 10px;
  max-height: 850px;
  max-width: 700px;
  z-index: 1;
}
.abs__pic--three {
  position: absolute;
  right: 40%;
  bottom: 0%;
  border-radius: 10px;
  max-height: 850px;
  max-width: 610px;
}
.abs__block {
  margin: 70px 0px 0px;
  padding: 0 16%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.abs__head {
  width: 100%;
  text-align: left;
  margin-left: 160px;
  margin-top: 50px;
  font-size: 60px;
  font-weight: 400;
}
.abs__text {
  width: 100%;
  text-align: left;
  margin: 30px 0px 600px 160px;
  font-size: 18px;
  line-height: 1.4;
}

.container--slider .owl-dots, .container--dynamics .owl-dots {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  padding: 10px 0px;
  transition: all 0.5s ease-in-out;
  margin: 50px 0px;
  transform: translateX(-100px);
}
.container--slider .owl-dot, .container--dynamics .owl-dot {
  height: 10px;
  width: 10px;
  background-color: #afb0b3 !important;
  transition: all 0.5s ease-in-out;
}
.container--slider .owl-dots .active, .container--dynamics .owl-dots .active {
  transition: all 0.5s ease-in-out;
  width: 30px;
  background-color: black !important;
}
.container--slider .owl-carousel .carousel__item {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  height: 650px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.container--slider .owl-carousel .carousel__item h3 {
  width: 100%;
  max-width: 70%;
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: .5px;
  padding: 0px 30px 30px;
  text-align: left;
  line-height: 1.3;
  transform: translateX(0px);
}
.container--slider .owl-carousel .carousel__item p {
  margin: 0;
  font-size: 15px;
  max-width: 70%;
  padding: 0px 30px;
}
.container--slider .owl-carousel .carousel__item p:last-of-type {
  padding: 0px 30px 30px 30px;
}
.container--slider .owl-carousel .carousel__item p:nth-of-type(2) {
  opacity: 50%;
  padding-top: 30px;
}
.container--slider .owl-nav, .container--dynamics .owl-nav {
  display: none;
}
.container--dynamics .owl-carousel .carousel__item {
  display: flex;
  align-items: center;
  gap: 50px;
  height: 450px;
}
.container--dynamics .owl-carousel .carousel__item img {
  border-radius: 30px;
  width: 50%;
}
.container--dynamics .owl-carousel .carousel__item h3 {
  font-size: 24px;
  margin: 0;
  text-align: left;
  transform: translateX(0px);
}
.container--dynamics-normal {
  text-align: center;
  transform: translateX(-100px);
  text-wrap: balance;
}
.container--dynamics .owl-carousel .carousel__item div p:first-of-type {
  font-size: 15px;
  max-width: 80%;
}
.container--dynamics .owl-carousel .carousel__item div p:last-of-type {
  opacity: 50%;
  font-size: 14px;
}
.blur {
  position: fixed;
  backdrop-filter: blur(0.75rem) brightness(0.25);
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  background: white;
  width: 65%;
  height: 100%;
  z-index: 3;
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  padding: 20px 70px;
  overflow: scroll;
  display: flex;
  gap: 50px;
}
.modal__sidebar {
  width: 50%;
}
.modal__category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-top: 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.modal__category:hover {
  background-color: #afb0b3;
  transition: all 0.3s ease-in-out;
}
.modal__category--active {
  background-color: #afb0b3;
  transition: all 0.3s ease-in-out;
}
.modal__category img {
  height: 25px;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal__transform {
  transform: translateX(0);
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
.modal__header {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-right: 100px;
}
.modal__header div h3 {
  font-size: 20px;
  margin: 0px;
  font-weight: 400;
}
.modal__header div p {
  color: #6b6d70;
  font-size: 14px;
  font-weight: 100;
}
.modal__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  cursor: pointer;
}
.modal__close span {
  height: 30px;
  transform: translateY(-2px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.modal__close:hover {
  background-color: #afb0b3;
}
.modal__car {
  margin-top: 30px;
  box-shadow: 0 3px 8px #00000029;
  padding: 30px 50px;
}

.modal__car:hover img {
  transition: all 0.5s ease-in-out;
  transform: translateX(10px);
}
.modal__car img {
  transition: all 0.5s ease-in-out;
  margin: 20px 0px;
  min-width: 600px;
}
.modal__car--head {
  font-size: 34px;
  font-weight: 600;
}
.modal__car--button {
  display: none;
  padding: 110px 0px 50px;
}
.modal__car--flex {
  display: flex;
  margin: 20px 0px;
  justify-content: space-between;
}
.modal__car--flex div {
  width: 47%;
}
.modal__car--flex div p:first-child {
  font-size: 24px;
}
.modal__car--flex div p:last-child {
  color: #6b6d70;
  font-size: 14px;
  font-weight: 100;
}
.modal__small--text {
  color: #6b6d70;
  font-size: 14px;
  font-weight: 100;
  text-align: justify;
}
.wrap {
  background-image: url("/LP/PCP-911-09-2024/assets/img/bg-section.png");
  background-repeat: no-repeat;
  background-color: black;
  background-size: contain;
  position: relative;
  margin-top: 100px;
}
.wrap-sec {
  background-image: url("/LP/PCP-911-09-2024/assets/img/bg-section-2.png");
  background-repeat: no-repeat;
  background-color: black;
  position: relative;
  margin-top: 100px;
  padding: 800px 16% 0px 16%;
}
.wrap-sec--flex {
  display: flex;
  align-items: center;
  gap: 100px;
}
.wrap-sec--flex img {
  border-radius: 20px;
  max-width: 50%;
}
.wrap-sec--flex h2 {
  color: white;
  font-size: 65px;
  font-weight: 400;
  line-height: 1.3;
}
.wrap-sec--flex p {
  color: white;
  font-size: 22px;
}
.wrap-sec-pic {
  border-radius: 20px;
  margin-top: 100px;
  position: relative;
  z-index: 2;
}
.wrap-sec-white {
  transform: translateY(-400px);
  background-color: white;
  padding: 450px 16% 0px;
  margin-bottom: -300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrap-sec-white p {
    text-align: center;
    font-size: 24px;
    padding: 0px 30px;
}
.wrap-sec-white a {
  margin-top: 50px;
  background-color: #000;
  color: white;
  padding: 15px 25px;
  border-radius: 3px;
}
.wrap h2 {
  padding-top: 500px;
  color: white;
  font-weight: 600;
  font-size: 50px;
  text-align: center;
}
.wrap h3 {
  color: white;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  padding: 0 200px 400px;
  margin-bottom: 550px;
}
.wrap__container {
  position: absolute;
  width: 100vw;
  max-width: 100%;
  top: 70%;
  left: 0;
  padding-left: 200px;
}
.wrap__container .owl-item {
  height: 660px !important;
}
.wrap__container .owl-item {
  overflow: hidden;
}
.wrap__container .carousel__item {
  background: linear-gradient(0deg, #2d55f205, #2d55f205),
    linear-gradient(0deg, #0000000d, #0000000d), #fff;
  border-radius: 10px;
  height: 660px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.wrap__container .carousel__item img {
  max-width: 60%;
  max-height: 300px;
  margin-top: 100px;
}
.wrap__container .owl-nav {
  display: none;
}
.wrap__container--slide {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wrap__container--slide p:first-of-type {
  padding: 30px;
  font-size: 32px;
  min-width: 40%;
  font-weight: 600;
}
.wrap__container--slide p:last-of-type {
  padding: 30px;
}
.wrap__container .owl-dots {
  display: flex !important;
  justify-content: center;
  gap: 20px;
  align-items: center;
  padding: 10px 0px;
  transition: all 0.5s ease-in-out;
  margin: 50px 0px 25px;
  transform: translateX(-100px);
}
.wrap__container .owl-dot {
  height: 10px;
  width: 10px;
  background-color: #afb0b3 !important;
  transition: all 0.5s ease-in-out;
}
.wrap__container .owl-dots .active {
  transition: all 0.5s ease-in-out;
  width: 30px;
  background-color: black !important;
}
.gray__text--below {
  color: #6b6d70;
  text-align: center;
  transform: translateX(-100px);
  padding: 0px 100px;
}
.c-baner {
  position: relative;
  display: flex;
}

.c-nav {
  position: absolute;
  width: 100%;
}
.c-a {
  width: 100%;
  height: 50px;
  padding: 23px 80px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-a-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.c-a-container-text {
  color: #fff;
  font-size: 22px;
  transform: translateY(1px);
}
.c-baner-img {
  width: 100%;
}
.c-baner-text {
  position: absolute;
  left: 6vw;
  bottom: 4vw;
}
.c-baner-title {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  display: flex;
  margin-bottom: 15px;
}

.c-baner-title.black {
  color: #000;
}
.c-baner-title::before {
  content: url("/LP/PCP-911-09-2024/assets/img/elem/arrow-banner.png");
  display: block;
  padding-right: 1rem;
}
.c-baner-subtitle {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 2rem;
}
.c-baner-form {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 50%;
}
.c-baner-btn-wrap {
  margin-top: 2rem;
}
.c-baner-btn {
  display: inline-block;
  border-radius: 50px;
  cursor: pointer;
  background-color: #fff;
  padding: 1rem 3rem;
  transition: all 0.5s ease-in-out;
  min-width: 275px;
  text-align: center;
}
.c-baner-btn:hover {
  background-color: #002f65;
}
.c-baner-btn-text {
  font-size: 14px;
  color: #002f65;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
.c-baner-btn:hover > .c-baner-btn-text {
  color: #fff;
}
.c-bg-form {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
}
.c-line-wrapper {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 40px;
  padding: 0.5rem 0;
  z-index: 9999;
}
.c-logo-line {
  height: 2px;
  background-color: rgb(255, 255, 255);
  width: 80%;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.flex-basis {
  flex-basis: 333.33%;
}
.c-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin: 0px 14px;
}
.c-logo img {
  width: 64px;
  height: 64px;
  max-width: unset;
}
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem;
}
.logo h3 {
  font-size: 12px;
  color: #001e50;
  text-align: right;
  margin-right: 10px;
}
.logo h3 span {
  font-weight: 200;
}
.logo img {
  max-width: 100%;
}
.logo-mobile {
  display: none;
}
.c-container {
  max-width: 1400px;
  margin: 0 auto;
}
.container {
  margin: 70px 0px 0px;
  padding: 0 16%;
  position: relative;
  overflow: hidden;
}
.container--slider {
  margin: 70px 0px 0px;
  padding: 0 0px 0px 16%;
  position: relative;
  overflow: hidden;
}
.container--dynamics {
  padding: 0 0px 0px 16%;
  position: relative;
  overflow: hidden;
}
.container h2 {
  font-size: 70px;
  font-weight: 100;
  line-height: 1.2;
  margin: 80px 0px 30px;
  color: white;
}
.container__text {
  width: 45%;
  font-size: 20px;
  color: white;
  margin-bottom: 1200px;
}
.c-container-big {
  max-width: 1920px;
  margin: 0 auto;
}
.container h3 {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 50px;
}
.container--slider h3, .container--dynamics h3 {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 50px;
  transform: translateX(-100px);
}
.c-container-big.padding {
  padding: 0 1rem;
}
.c-container-form {
  max-width: 50%;
}

.d-flex {
  display: flex;
}

.listing {
  /* max-width: 1170px;
  margin: 0 auto; */
}
.listing__filter--header {
  font-size: 45px;
  font-weight: 100;
  margin: 90px 0px 30px 305px;
}
.listing__item {
  display: flex;
}
.listing__img-wrap {
  width: 50%;
  padding: 0rem 3rem 0rem 0rem;
}
.listing__img-wrap img {
  width: 100%;
}
.listing__button-link {
  display: block;
  width: 100%;
  height: 100%;
}

.listing__info {
  flex: 1;
  padding: 0 20px;
}
.listing__title {
  font-weight: 700;
  font-size: 40px;
  color: #000;
  margin-bottom: 10px;
  line-height: 1;
  margin-top: 40px;
}
.listing__info {
  font-size: 16px;
  color: #000;
  padding: 0px;
  font-weight: 400;
}
.listing_list {
  list-style: none;
  gap: 6px;
  margin: 20px 0px 0px;
  padding: 0;
  display: flex;
}
.listing_list:last-child {
  gap: 4px;
  margin-top: 20px;
}
.listing_list-element {
  font-size: 11px;
}
.listing__spec {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 2rem 0 1rem;
}
.listing__spec-row {
  display: flex;
  flex-wrap: wrap;
}
.listing__spec-item {
  flex: 1 0 50%;
  padding-bottom: 10px;
}

.listing__spec-title {
  font-size: 16px;
  color: #acacac;
}
.listing__spec-value {
  font-size: 24px;
  font-weight: 100;
}
.listing__row {
  margin: 50px 305px;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
}
.listing__row:first-of-type {
  border-top: 1px solid #dfdfdf;
}
.listing__price {
  font-size: 40px;
  font-weight: 100;
  margin: 10px 0px;
}
.listing_img {
  border-radius: 10px;
  height: 100%;
}
.listing__price span {
  font-weight: 100;
  font-size: 18px;
  color: #acacac;
}
.listing__button-row {
  display: flex;
}
.listing__button-col {
  padding-right: 15px;
}
.listing__button {
  display: inline-block;
  background-color: #000;
  padding: 15px 80px;
  border: 1px solid #000;
  color: #fff;
  text-align: center;
  max-width: 100%;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 120px;
}
.listing__button-last {
  display: inline-block;
  background-color: #fff;
  padding: 12px 70px;
  color: #000;
  border: 1px solid #000;
  text-align: center;
  max-width: 100%;
  cursor: pointer;
  border-radius: 4px;
}
.listing__button span {
  font-size: 14px;
  text-wrap: nowrap;
}

.listing__more {
  text-align: center;
  padding: 20px 0;
}
.listing__more-button {
  background-color: #cb0000;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 1rem;
  cursor: pointer;
  width: 200px;
  max-width: 100%;
}
.listing__filter {
  margin-bottom: 50px;
}
.listing__filter-wrap {
  display: flex;
  margin: 0 305px;
  gap: 38px;
  align-items: center;
  background-color: #eeeff2;
  height: 128px;
  padding: 0px 42px;
}
.listing__filter-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-wrap: nowrap;
  color: #000;
}
.listing__select {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  border: 1px solid #696b6e;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 100;
  height: 52px;
  margin: 0;
  width: 100%;
}
.listing__select option {
  color: #000;
}

.listing__filter-item {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.listing__filter-button-wrap {
  text-align: center;
  margin: 30px 0;
}
.listing__filter-button {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 16px 105px;
  cursor: pointer;
  border-radius: 5px;
}
.listing__filter-button-text {
  font-size: 16px;
  font-weight: 100;
}
.listing__filter-flex {
  display: flex;
  gap: 20px;
}
.listing__filter-col {
  min-width: 120px;
  max-width: 50%;
}

.employees {
  padding: 60px 0;
  max-width: 90%;
  margin: 0 auto;
}
.employees__bg {
  background: rgb(0, 60, 121);
  background: linear-gradient(
    90deg,
    rgba(0, 60, 121, 1) 0%,
    rgba(0, 79, 159, 1) 50%,
    rgba(0, 60, 121, 1) 100%
  );
}
.employees__row {
  display: flex;
  justify-content: center;
  margin: 60px 0 0;
}
.employees__item {
  padding-right: 5px;
  color: #000;
  width: calc(100% / 4);
}

.employees__flex {
  display: flex;
}
.employees__info {
  margin-left: 20px;
}
.employees__name {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 15px;
}
.employees__position {
  font-weight: 100;
  font-size: 14px;
  margin-bottom: 15px;
}
.employees__phone {
  font-size: 14px;
}
.employees__mail {
  font-size: 14px;
}
.employees__mail a {
  word-break: break-all;
}
.video {
  width: 100%;
}
.intro {
  width: 100%;
  margin-top: 70px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intro img {
  width: 100%;
}
.intro_header {
  font-size: 70px;
  text-align: center;
  font-weight: 300;
  line-height: 1.2;
}
.intro_text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.5;
  color: #6b6d70;
  width: 100%;
  text-align: center;
}
.section_black {
  background-color: #000;
  padding: 310px 305px 0px;
  position: relative;
}
.section_black--header {
  font-size: 45px;
  color: #fff;
  line-height: 1.2;
}
.section_black--text {
  font-size: 18px;
  color: #fff;
  font-weight: 100;
  max-width: 374px;
  text-align: justify;
  margin-top: 18px;
  line-height: 1.1;
  margin-bottom: 120px;
}
.section_black--logo {
  margin: 60px 0px 146px 0px;
}
.section_black--image {
  position: absolute;
  right: 305px;
  width: 40%;
  top: 240px;
  z-index: 1;
}
.section_black--button {
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  padding: 20px 55px;
  font-size: 14px;
  line-height: 1;
  text-transform: none;
  font-weight: 100;
  margin-bottom: 100px;
  cursor: pointer;
}
.block {
  margin-top: 150px;
  padding: 0 16%;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.lower {
  top: 77%;
}
.block__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block__wrapper p {
  color: #535457;
}
.block__wrapper a {
  cursor: pointer;
  text-decoration: underline;
}
.block__wrapper .block__big {
  text-align: left;
  width: 100%;
}
.block__wrapper .block__big .block__big {
  width: 30%;
}
.block__bigger {
  font-size: 90px;
  font-weight: 500;
  line-height: 1;
  margin: 20px 0px 10px;
}
.block__big {
  font-size: 76px;
  font-weight: 500;
  display: block;
  line-height: 1;
  width: 50%;
  text-align: center;
  margin: 20px 0px 10px;
}
.block__small {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2;
  margin-left: 5px;
}
.block__medium {
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 1.2;
  margin: 0px 5px;
}
.block__bigger--white {
  font-size: 90px;
  font-weight: 500;
  line-height: 1;
  color: white;
  margin: 20px 0px 10px;
}
.block__big--white {
  font-size: 76px;
  font-weight: 500;
  line-height: 1;
  color: white;
  margin: 20px 0px 10px;
}
.block__small--white {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2;
  color: white;
  margin-left: 5px;
}
.block__medium--white {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  margin: 0px 5px;
}
.block__logo {
  width: 100%;
  margin-bottom: 50px;
}
.block__main--image {
  border-radius: 10px;
  scale: 1.1;
}
.text--norm {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 100;
  text-align: justify;
  line-height: 1.3;
  margin-bottom: 60px;
  transform: translateY(-50px);
}
.intro_button {
  background-color: black;
  padding: 15px 40px;
  cursor: pointer;
  border-radius: 4px;
  margin: 20px 0px 0px;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro_button--white {
  background-color: white;
  padding: 15px 22px;
  cursor: pointer;
  border-radius: 4px;
  margin: 20px 0px 0px;
  transition: all 0.3s ease-in-out;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro_button--white span {
  color: black;
  text-align: center;
}
.intro_button--white:hover {
  background-color: black;
  transition: all 0.3s ease-in-out;
}
.intro_button--white:hover span {
  color: white;
}
.intro_flex {
  display: flex;
  gap: 30px;
}
.intro_button span {
  color: white;
  text-align: center;
}
.intro_button:hover {
  background-color: #252525;
  transition: all 0.3s ease-in-out;
}
.intro__row {
  display: flex;
  align-items: center;
}
.intro__col {
  flex: 1;
}
.intro__col img {
  width: 100%;
}
.intro__content {
  padding: 2rem;
}
.intro__content.white {
  color: #fff;
}

.intro__text.mb {
  margin-bottom: 20px;
}
.intro__title {
  position: relative;
  font-size: 34px;
  max-width: 600px;
  padding-left: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.intro__title::before {
  content: url("/LP/PCP-911-09-2024/assets/img/elem/arrow-sm.png");
  position: absolute;
  left: 0px;
  top: -4px;
}
.photo {
  margin: 40px 0;
}
.photo__relative {
  position: relative;
}
.photo__content {
  position: absolute;
  width: 100%;
  top: 3vw;
  padding: 0 4rem;
}
.photo__text {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}
.photo__text.black {
  color: #000;
}
.photo__text.padding {
  padding: 30px 0 50px;
}
.photo__button {
  background-color: #cb0000;
  color: #fff;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  max-width: 100%;
  text-align: center;
  position: relative;
}
.photo__button-wrap {
  margin: 20px;
}
.photo__button span::after {
  content: "›";
  width: 1em;
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.mb20 {
  margin-bottom: 20px;
}
.mb50 {
  margin-bottom: 50px;
}
.list {
  list-style-image: url("/LP/PCP-911-09-2024/assets/img/elem/porsche-arrow-sm.png");
}
.c-text {
  font-size: 2rem;
}
.c-text-center {
  text-align: center;
}
.c-img-absolute {
  position: absolute;
}
.c-details {
  padding: 50px 0;
}

.pl-1 {
  padding-left: 1rem;
}
.ml-1 {
  margin-left: 1rem;
}

.c-mt-auto {
  margin-top: auto;
}

.c-relative {
  position: relative;
}
.c-pin {
  position: absolute;
  right: -60px;
  top: 40%;
}
.c-footer {
  background-color: #000;
  color: #fff;
}
.c-footer-container {
  padding: 2rem;
}
.c-footer-title {
  font-size: 18px;
}

.form__bg {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right;
  background-color: #000;
  background-position-x: 900px;
}

/* vue slide */
.slide-enter-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.slide-leave-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slide-enter-to,
.slide-leave {
  max-height: 400px;
  overflow: hidden;
}

.slide-enter,
.slide-leave-to {
  overflow: hidden;
  max-height: 0px;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}
/* end of vue slide */
.slider {
  background-image: url("/LP/PCP-911-09-2024/assets/images/slider_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 50px 0px;
}
.slider__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 50px 0px 20px 0px;
}
.slider__nav-elem {
  font-size: 18px;
  line-height: 26px;
  cursor: pointer;
}
.slider__nav-elem:hover {
  color: #d5001c;
}
.slider__nav-elem.active {
  border-bottom: 2px solid #d5001c;
  font-weight: bold;
}
.slider__header {
  text-align: center;
  font-weight: 600;
  font-size: 60px;
  margin-top: 24px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.swiper-slide-active .slider__header {
  opacity: 1;
}
.slider__image {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 450px;
}
.slider__image img {
  width: 1056px;
  max-width: none;
}
.swiper .swiper-slide {
  max-width: 995px;
  width: 100%;
}
.slider__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  margin-bottom: 50px;
  transition: opacity 0.3s;
}
.swiper-slide-active .slider__info {
  opacity: 1;
}
.slider__info-elem {
  max-width: calc((100% / 3) - 30px);
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.slider__info-elem strong {
  font-size: 20px;
}
.slider__additional-flex--item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.slider__additional {
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  margin: 0 30px;
}
.swiper-slide-active .slider__additional {
  opacity: 1;
}
.slider__additional h5 {
  color: #959899;
  font-size: 16px;
}
.slider__additional-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.slider__additional-flex--item img {
  max-width: 40px;
  width: 100%;
}
.slider__additional-flex--item .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
.slider__additional-flex--item span {
  font-size: 10px;
  line-height: 16px;
  white-space: nowrap;
}
.slider .swiper-pagination {
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  right: auto;
  padding: 30px 0px;
}
.slider .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #313639;
  margin: 0 5px;
  position: relative;
  transition: left 0.3s, transform 0.3s;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #fff;
}
.slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d5001c;
}

.slider .swiper-button-arrow {
  position: absolute;
  top: 40%;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #000;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.slider .swiper-button-arrow span {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.slider .swiper-button-prev {
  left: 0;
}
.slider .swiper-button-prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.slider .swiper-button-next {
  right: 0;
}
.slider .swiper-button-next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.slider .swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.offers {
  margin-bottom: 50px;
}
.offers__header {
  font-size: 45px;
}
.offersSlider {
  overflow: hidden;
}
.offersSlider_pagination {
  margin: 40px 0px 0px 0px;
}
.offersSlider__image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  min-height: 300px;
}
.offersSlider__content {
  margin: 0px 30px 40px;
}
.offersSlider__content h3 {
  font-size: 29px;
  margin-bottom: 30px;
}
.offersSlider__content-flex {
  display: flex;
  font-size: 18px;
  margin-bottom: 25px;
  justify-content: space-between;
}
.offersSlider__content-flex:last-child {
  margin-bottom: 0px;
}
.offersSlider__content-flex.gap-20 {
  gap: 20px;
}
.offersSlider__content-flex .button {
  margin-top: 0px;
  min-width: auto;
  text-wrap: nowrap;
  width: 100%;
  padding: 10px;
  font-size: 14px;
}
.offersSlider__content-flex a {
  max-width: 270px;
  width: 100%;
}
.offersSlider .swiper-wrapper {
}
.offersSlider__content-flex .name {
  /* min-width: 100px;
  padding-right: 30px; */
}
.offersSlider__content-flex .info span {
  font-size: 30px;
}
.offersSlider__content-line {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #787876;
  margin: 25px 0px;
}
.offersSlider_pagination {
  text-align: center;
}
.button {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  min-width: 270px;
  border-radius: 5px;
  background-color: #000000;
  border: 1px solid #000000;
  padding: 15px 35px;
  margin-top: 30px;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  color: #ffffff;
}
.button.white {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.button.white:hover {
  background-color: #ffffff;
  color: #000000;
}
.button.bg-white {
  background-color: #ffffff;
  color: #000000;
}
.button.bg-white:hover {
  background-color: #000000;
  color: #ffffff;
}
.offersSlider_pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #6f6f71;
  opacity: 1;
  transition: width 0.3s ease-in-out;
  margin: 0 5px !important;
}
.offersSlider_pagination .swiper-pagination-bullet-active {
  width: 20px;
  background-color: #000000;
}
@media (max-width: 1600px) {
  .c-line-wrapper {
    top: 10px;
  }
  .abs__pic--two {
    scale: 0.7;
    right: 0%;
  }
  .modal {
    width: 80%;
  }
}
@media (max-width: 1470px) {
  .hide-br {
    display: none;
  }
  .c-baner-title {
    font-size: 2.5rem;
  }
  .c-baner-subtitle {
    font-size: 18px;
  }
  .c-container {
    max-width: 1200px;
  }
  .c-pin {
    top: 50%;
    max-width: 175px;
  }
  .c-baner-text {
    bottom: 6vw;
  }
}
@media (max-width: 1400px) {
  .c-text {
    font-size: 1.5rem;
  }
  .intro__text {
    font-size: 16px;
  }
}
@media (max-width: 1350px) {
  .c-baner {
    flex-direction: column;
  }
  .c-baner-form {
    position: relative;
    max-width: 100%;
    height: inherit;
  }
  .c-bg-form {
    background-color: rgba(0, 0, 0, 1);
  }

  .employees__row {
    flex-wrap: wrap;
  }
  .employees__item {
    width: calc(100% / 2);
    margin-bottom: 20px;
  }
}
@media (max-width: 1320px) {
  .c-details.c-container {
    padding: 2rem 50px;
  }
}
@media (max-width: 1250px) {
  .c-container {
    padding: 0 50px;
  }
  .c-baner-text {
    bottom: 7vw;
  }
  .photo__text {
    font-size: 22px;
  }
  .abs__pic--two {
    scale: 0.6;
    right: -7%;
    top: 15%;
  }
}
@media (max-width: 1200px) {
  .c-pin {
    top: 60%;
    max-width: 160px;
  }
  .intro_button span, .intro_button--white span{
    font-size: 12px;
    text-wrap: nowrap;
  }
}
@media (max-width: 1100px) {
  .c-container-form {
    max-width: 100%;
  }
  .c-details.c-container {
    padding: 2rem 20px;
  }
  .c-pin {
    top: 60%;
    max-width: 130px;
  }
}
@media (max-width: 1024px) {
  .intro__content.white {
    color: #000;
  }
  .c-text {
    padding: 0 1.5rem;
  }
  .c-text br {
    display: none;
  }
  .employees__row {
    display: block;
  }
  .employees__item {
    width: 100%;
  }
  .photo__content {
    position: relative;
    bottom: 0;
    padding: 30px 20px;
  }
  .photo__text.padding {
    padding: 30px 20px 50px;
  }
  .photo__text {
    color: #000;
  }
  .photo__text br {
    display: none;
  }
}
@media (max-width: 960px) {
  .intro__row {
    flex-direction: column;
  }
  .intro__col.order1 {
    order: 1;
  }
  .intro {
    padding: 50px 20px;
    margin-top: 0px;
  }
  .intro_text {
    margin-bottom: 0px;
  }
  .intro_header {
    font-size: 50px;
  }
  .intro_image {
    position: absolute;
    width: 90%;
    height: auto;
    left: 5%;
    top: 85%;
  }
  .section_black {
    padding: 150px 100px 0px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section_black--logo {
    margin-bottom: 50px;
  }
  .section_black--text {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .section_black--button {
    margin-bottom: 40px;
  }
  .section_black--image {
    display: none;
  }
  .block {
    padding: 20px;
    margin-top: 0px;
    flex-direction: column;
  }
  .block__main--image {
    scale: 1;
  }
  .abs__block {
    padding: 0px 20px;
  }
  .abs__pic--one {
    width: 100%;
  }
  .abs__head {
    margin: 0;
    text-align: center;
    font-size: 50px;
    margin-top: 30px;
  }
  .abs__text {
    margin: 0;
    text-align: center;
    font-size: 16px;
  }
  .abs__pic--two, .abs__pic--three {
    display: none;
  }
  .container {
    padding: 0px 20px;
  }
  .container h2 {
    font-size: 50px;
    text-align: center;
  }
  .container__text {
    width: 100%;
    margin-bottom: 300px;
  }
  .block__big {
    font-size: 50px;
  }
  .lower {
    top: 65%;
  }
  .wrap {
    margin-top: 30px;
  }
  .wrap-sec {
    background-size: contain;
    margin-top: 0px;
    padding: 150px 20px 200px;
  }
  .wrap-sec--flex img {
    max-width: 100%;
  }
  .wrap-sec--flex {
    flex-direction: column;
    gap: 30px;
  }
  .wrap-sec--flex h2 {
    font-size: 50px;
  }
  .wrap-sec--flex p {
    font-size: 16px;
  }
  .wrap-sec-white {
    padding: 250px 20px 0px;
  }
  .wrap-sec-white p {
    font-size: 16px;
  }
  .wrap h2 {
    padding-top: 100px;
    font-size: 36px;
  }
  .wrap__container .carousel__item img {
    max-width: 100%;
    margin-top: 30px;
  }
  .wrap__container--slide {
    flex-direction: column;
    padding: 30px;
  }
  .wrap__container--slide p:first-of-type {
    padding: 0;
    max-width: 100%;
  }
  .wrap h3 {
    padding: 0 20px 200px;
    margin-bottom: 700px;
  }
  .wrap__container {
    padding-left: 0px;
  }
  .container--slider .owl-dots, .container--dynamics .owl-dots {
    transform: translateX(0px);
  }
  .container--slider {
    padding: 0 20px;
  }
  .container--slider, .container--dynamics {
    margin: 0px;
    padding: 0px;
  }
  .container--dynamics-normal {
    transform: translateX(0px);
    margin-bottom: 30px;
  }
  .container--dynamics .owl-carousel .carousel__item div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container--dynamics .owl-carousel .carousel__item h3, .container--dynamics .owl-carousel .carousel__item div p:first-of-type {
    text-align: center;
    max-width: 90%;
    width: 90%;
  }
  .container--dynamics .owl-carousel .carousel__item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    height: auto;
  }
  .container--dynamics .owl-carousel .carousel__item img {
    width: 90%;
  }
  .container--slider h3, .container--dynamics h3 {
    transform: translateX(0px);
    font-size: 50px;
  }
  .wrap__container .carousel__item .carousel__image {
    width: auto !important;
    max-width: 30% !important;
    height: auto;
  }
  .wrap__container .carousel__item img {
    width: 100% !important;
  }
  .wrap__container .carousel__item .bottom__flex {
    gap: 20px;
    flex-direction: column;
  }
  .wrap__container .carousel__item .without__flex {
    padding: 70px 0px;
  }
  .wrap__container .carousel__item .without__flex img {
    right: -130px;
    top: -100px;
  }
  .wrap__container .carousel__item .flex {
    gap: 20px;
  }
  .wrap__container .carousel__item .bottom__flex--sec {
    padding: 20px !important;
  }
  .wrap__container .owl-dots {
    transform: translateX(0px);
  }
  .wrap__container .carousel__item .flex__container p:nth-of-type(1) {
    font-size: 30px;
  }
  .wrap__container .width div {
    padding: 0 !important;
  }
  .no__bottom__padding {
    margin: 50px 0px;
  }
  .block_container {
    flex-direction: column;
  }
  .block_image-one,
  .block_image-two {
    width: 100%;
  }
  .gray__text--below {
    padding: 0px;
    transform: translateX(0px);
  }
  .block_header {
    margin-top: 0px;
    text-align: center;
  }
  .block_header--norm {
    text-align: center;
  }
  .text--norm {
    text-align: center;
  }
  .block_text,
  .block_text--norm {
    margin-top: 30px;
    text-align: center;
    max-width: 100%;
  }
  .modal {
    width: 100%;
    padding: 10px 20px;
  }
  .modal__header {
    padding: 0px;
  }
  .modal__car {
    padding: 20px 30px;
  }
  .modal__close {
    right: 0;
    top: 50px;
  }
  .c-a {
    padding: 0;
  }
  .c-nav-logo {
    scale: 0.7;
  }
  .c-line-wrapper {
    top: 0;
  }
  .c-pin {
    display: none;
  }
  .c-baner-img {
    order: 1;
  }
  .c-baner-text {
    position: relative;
    top: 0;
    left: 0;
    order: 2;
    margin: 1rem 0;
    bottom: 0;
    transform: none;
    padding: 0 1rem;
  }
  .c-baner-title,
  .c-baner-subtitle {
    color: #000;
  }
  .c-baner-form {
    order: 4;
  }
  .form__bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-color: #000;
    /* background-position-x: 300%; */
    /* background-position-y: -30%; */
  }
}

@media (max-width: 768px) {
  .listing__spec-item {
    width: calc(100% / 2 - 20px);
  }
  .c-baner-title {
    font-size: 1.8rem;
  }
  .c-baner-subtitle {
    font-size: 1rem;
  }
  .c-logo img {
    width: 45px;
    height: 45px;
  }
  .c-baner-btn-wrap {
    margin-top: 0.5rem;
  }
  .c-baner-btn {
    padding: 0.5rem 2rem;
    min-width: 150px;
  }
  .change-order {
    order: 1;
  }
  .listing__item {
    display: block;
  }
  .listing__img-wrap {
    width: 100%;
    padding: 0 0 2rem 0;
  }
}
@media (max-width: 650px) {
  .employees__flex {
    display: block;
  }
  .employees__info {
    margin-left: 0;
  }
  .employees {
    padding: 30px 0;
  }
  .employees__row {
    margin: 20px 0 0;
  }
  .listing__filter-wrap {
    display: flex;
  }
  .intro__content {
    padding: 2rem 0;
  }
  .intro__title {
    font-size: 26px;
  }
}
@media (max-width: 550px) {
  .intro__text br {
    display: none;
  }
}
@media (max-width: 525px) {
  .c-container {
    padding: 0 15px;
  }
  .c-logo-line {
    display: none;
  }
  .c-logo img {
    width: 32px;
    height: 32px;
  }
  .c-text {
    font-size: 1rem;
    padding: 0 1rem;
  }
  .c-line-wrapper {
    position: relative;
    order: 0;
  }
  .c-logo-line {
    background: #000;
  }
  .logo-hide {
    display: none;
  }
  .logo-mobile {
    display: block;
  }

  .c-baner-btn-wrap {
    text-align: center;
  }
  .c-baner-btn {
    background-color: #002f65;
  }
  .c-baner-btn-text {
    color: #fff;
  }
  .c-footer-title {
    font-size: 18px;
  }
  .c-footer-link {
    font-size: 14px;
  }
  .intro {
    padding: 30px 20px;
  }
  .listing__spec {
    padding: 1rem 0;
  }
  .listing__spec-value {
    font-size: 20px;
  }
  .listing__spec-row {
    display: block;
  }
  .listing__img-wrap {
    padding: 0;
  }
  .listing__button-row {
    display: block;
  }
  .listing__button-col {
    padding-right: 0;
    padding-bottom: 15px;
  }
}
@media (max-width: 475px) {
  .listing__spec-item {
    width: calc(100% / 1 - 20px);
  }
  .c-baner-title {
    font-size: 1.5rem;
  }
}
@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .c-baner-form {
    width: 100%;
  }
}
