@charset "UTF-8";
body {
  font-family: "PorscheNext", Courier, monospace;
}

p {
  font-size: 1.05rem;
}

img {
  width: 100%;
}

.mobile {
  display: none !important;
}
@media (max-width: 599px) {
  .mobile {
    display: flex !important;
  }
}

@media (max-width: 599px) {
  .desktop {
    display: none;
  }
}

.button {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 5px;
  padding-block: 0.75rem;
  padding-inline: 1rem;
  font-size: 1.05rem;
  margin-block: 1rem;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
.button:hover {
  cursor: pointer;
  color: #000;
  background-color: #fff;
}
.button--wide {
  width: 100%;
  text-align: center;
}
.button--white {
  color: #fff;
  background-color: #000;
}
.button--white:hover {
  background-color: #fff;
  color: #000;
}
.button--black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.button--black:hover {
  background-color: #fff;
  color: #000;
}

.container {
  max-width: 1458px;
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .container {
    max-width: 75.94vw;
    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;
  }
}

.header.center {
  text-align: center;
}
.header h2, .header h3 {
  font-size: 89px;
  line-height: 1.2;
  margin-block: 0px 6px;
}
@media (max-width: 1600px) {
  .header h2, .header h3 {
    font-size: 72px;
  }
}
@media (max-width: 1440px) {
  .header h2, .header h3 {
    font-size: 52px;
  }
}
@media (max-width: 1100px) {
  .header h2, .header h3 {
    font-size: 32px;
  }
}
.header h4 {
  font-size: 50px;
  line-height: 1.2;
  margin-block: 0px 75px;
}
@media (max-width: 1440px) {
  .header h4 {
    font-size: 40px;
    margin-block: 0px 55px;
  }
}
@media (max-width: 600px) {
  .header h4 {
    margin-block: 0px 35px;
  }
}
.header p {
  font-size: 28px;
  line-height: 1.35;
}
@media (max-width: 1440px) {
  .header p {
    font-size: 24px;
  }
}
@media (max-width: 1100px) {
  .header p {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .header p {
    font-size: 18px;
  }
}
.header p.small {
  font-size: 16px;
  line-height: 1.5;
}

.contact {
  display: flex;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
}
.contact__elem {
  position: relative;
  max-width: calc(33.3333333333% - 24px);
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .contact__elem {
    max-width: calc(50% - 24px);
  }
}
@media (max-width: 960px) {
  .contact__elem {
    max-width: 100%;
  }
}
.contact__elem img {
  width: 100%;
}
.contact__elem-content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 21px;
  color: #fff;
}
@media (max-width: 960px) {
  .contact__elem-content {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    background-color: #000;
    margin-top: -50%;
    padding: 15px 20px;
  }
}
.contact__elem-content h4 {
  font-size: 32px;
  font-weight: bold;
  margin-block: 0px 7px;
  line-height: 1.3;
}
@media (min-width: 1920px) {
  .contact__elem-content h4 {
    font-size: 1.67vw;
  }
}
@media (max-width: 1440px) {
  .contact__elem-content h4 {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  .contact__elem-content h4 {
    font-size: 20px;
  }
}
.contact__elem-content p {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1920px) {
  .contact__elem-content p {
    font-size: 0.83vw;
  }
}

.features .bg-black {
  background-color: #000;
  color: #fff;
}
.features__baner {
  position: relative;
}
.features__baner-header {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 40px;
  text-align: center;
  font-size: 89px;
  line-height: 1.2;
  font-weight: 400;
}
@media (min-width: 1920px) {
  .features__baner-header {
    font-size: 4.64vw;
  }
}
@media (max-width: 1600px) {
  .features__baner-header {
    font-size: 72px;
  }
}
@media (max-width: 1440px) {
  .features__baner-header {
    font-size: 52px;
  }
}
@media (max-width: 1100px) {
  .features__baner-header {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .features__baner-header {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding-block: 20px;
  }
}
@media (max-width: 600px) {
  .features__baner-header {
    font-size: 24px;
  }
}
.features__header {
  padding-block: 40px 90px;
  font-size: 38px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 1920px) {
  .features__header {
    font-size: 1.98vw;
  }
}
@media (max-width: 1600px) {
  .features__header {
    font-size: 32px;
  }
}
@media (max-width: 1440px) {
  .features__header {
    font-size: 26px;
  }
}
@media (max-width: 1100px) {
  .features__header {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .features__header {
    font-size: 20px;
  }
}
.features__info {
  padding-block: 76px 100px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 960px) {
  .features__info {
    padding-block: 50px 70px;
  }
}
.features__box {
  display: flex;
  justify-content: space-between;
  gap: 76px;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .features__box {
    gap: 30px;
  }
}
.features__box-elem {
  position: relative;
  max-width: calc(50% - 44px);
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .features__box-elem {
    max-width: 100%;
  }
}
.features__box-elem img {
  width: 100%;
}
.features__box-content {
  position: absolute;
  left: 41px;
  right: 41px;
  bottom: 31px;
  color: #fff;
}
@media (max-width: 1440px) {
  .features__box-content {
    left: 21px;
    right: 21px;
    bottom: 21px;
  }
}
@media (max-width: 960px) {
  .features__box-content {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 30px 20px;
    background-color: #000;
    margin-top: -50%;
  }
}
.features__box-content h4 {
  font-size: 47px;
  font-weight: bold;
  margin-block: 0px 10px;
  line-height: 1.3;
}
@media (min-width: 1920px) {
  .features__box-content h4 {
    font-size: 2.45vw;
  }
}
@media (max-width: 1600px) {
  .features__box-content h4 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .features__box-content h4 {
    font-size: 36px;
  }
}
@media (max-width: 1100px) {
  .features__box-content h4 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .features__box-content h4 {
    font-size: 24px;
  }
}
.features__box-content p {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .features__box-content p {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  .features__box-content p {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .features__box-content p {
    font-size: 16px;
  }
}

.photoText {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media (max-width: 960px) {
  .photoText {
    flex-wrap: wrap-reverse;
    max-width: 714px;
    margin: 0 auto;
  }
}
.photoText__content {
  max-width: 524px;
  width: 100%;
}
@media (min-width: 1920px) {
  .photoText__content {
    max-width: 27.29vw;
  }
}
@media (max-width: 960px) {
  .photoText__content {
    max-width: 100%;
  }
}
.photoText__content h3 {
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1;
}
@media (min-width: 1920px) {
  .photoText__content h3 {
    font-size: 2.92vw;
  }
}
@media (max-width: 1600px) {
  .photoText__content h3 {
    font-size: 50px;
  }
}
@media (max-width: 1440px) {
  .photoText__content h3 {
    font-size: 42px;
  }
}
@media (max-width: 1200px) {
  .photoText__content h3 {
    font-size: 32px;
  }
}
.photoText__content p {
  font-size: 16px;
  line-height: 1.5;
  margin-block: 40px 32px;
}
@media (min-width: 1920px) {
  .photoText__content p {
    font-size: 0.83vw;
  }
}
.photoText__image {
  display: flex;
  max-width: 714px;
  width: 100%;
}
@media (min-width: 1920px) {
  .photoText__image {
    max-width: 37.19vw;
  }
}
@media (max-width: 960px) {
  .photoText__image {
    max-width: 100%;
  }
}
.photoText__image img {
  border-radius: 12px;
}

.dealers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 36px;
}
.dealers__elem {
  position: relative;
  max-width: calc(33.3333333333% - 24px);
  width: 100%;
}
@media (max-width: 1200px) {
  .dealers__elem {
    max-width: calc(50% - 24px);
  }
}
@media (max-width: 768px) {
  .dealers__elem {
    max-width: 100%;
  }
}
.dealers__elem-image {
  display: flex;
}
.dealers__elem-image img {
  border-radius: 12px;
}
@media (max-width: 768px) {
  .dealers__elem-image img {
    border-radius: 12px 12px 0px 0px;
  }
}
.dealers__elem-content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 36px;
  color: #fff;
}
@media (max-width: 768px) {
  .dealers__elem-content {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 15px;
    border-radius: 0px 0px 12px 12px;
    background-color: #000;
    margin-top: -35%;
  }
}
.dealers__elem-header {
  font-size: 28px;
  line-height: 1.35;
  margin-block: 0px 14px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .dealers__elem-header {
    font-size: 20px;
  }
}
.dealers__elem-data {
  font-size: 16px;
  line-height: 1.5;
}
.dealers__elem-data svg {
  width: 14px;
}
.dealers__elem-data svg path {
  fill: #fff;
}
.dealers__elem-data .flex {
  display: flex;
  align-items: center;
  margin-block: 4px;
  gap: 12px;
}
.dealers__elem-data .flex a {
  word-break: break-all;
}
.dealers__elem-button {
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  color: #000;
  border-radius: 4px;
  text-align: center;
  padding: 15px 30px;
  margin-block: 24px 0px;
  font-size: 16px;
  line-height: 1.5;
}

.offers {
  margin-block: 5rem 3rem;
  position: relative;
}
@media (max-width: 599px) {
  .offers {
    margin-inline: 1rem -30px !important;
    margin-block: 2rem 3rem;
  }
}
@media (max-width: 599px) {
  .offers h2 {
    font-size: 24px !important;
  }
}
.offers .swiper-pagination-custom {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-inline: auto;
}
.offers .swiper-pagination-bullet {
  width: 8px;
  aspect-ratio: 1;
  background-color: #6b6d70;
  opacity: 1;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.offers .swiper-pagination-bullet-active {
  width: 15px;
  background-color: #000;
}
.offers .swiper {
  cursor: grab;
}
.offers__box img {
  aspect-ratio: 1200/675;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.offers__box h4 {
  font-size: 1.6rem;
  height: 74px;
}
@media (max-width: 400px) {
  .offers__box h4 {
    font-size: 1.3px;
    height: auto;
  }
}
.offers__content {
  margin-block: 1rem;
  margin-inline: 1rem;
}
.offers__inline {
  display: flex;
  margin-block: 1rem;
}
.offers__inline span {
  flex: 1;
  font-size: 1.1rem;
}
.offers__separator {
  background-color: #535457;
  height: 1px;
}
.offers__price {
  font-size: 1.6rem !important;
  font-weight: 600;
}
@media (max-width: 400px) {
  .offers__price {
    font-size: 1.4px !important;
    height: auto;
  }
}
.offers__price::after {
  content: "PLN";
  font-size: 1rem;
  margin-inline: 0.25rem 0;
}
.offers__buttons-wrapper {
  display: flex;
  flex-direction: column;
  margin-block: auto 0;
  gap: 0.5rem;
}
@media (max-width: 599px) {
  .offers__buttons-wrapper {
    gap: 0.5rem;
    margin-block: 0;
  }
}
.offers__buttons-wrapper button, .offers__buttons-wrapper a {
  border-color: #000;
  flex: 1;
  text-align: center;
  margin-block: 0;
  font-size: 0.9rem;
}
.offers__buttons-wrapper a > button {
  width: 100%;
}
.offers .swiper-button-next-custom-2 {
  position: absolute;
  right: 2rem;
  top: -3rem;
  z-index: 1000;
  cursor: pointer;
}
.offers .swiper-button-next-custom-2 img {
  width: 25px;
}
@media (max-width: 599px) {
  .offers .swiper-button-next-custom-2 {
    display: none;
  }
}
.offers .swiper-button-prev-custom-2 {
  position: absolute;
  right: 5rem;
  top: -3rem;
  rotate: 0.5turn;
  z-index: 1000;
  cursor: pointer;
}
.offers .swiper-button-prev-custom-2 img {
  width: 25px;
}
@media (max-width: 599px) {
  .offers .swiper-button-prev-custom-2 {
    display: none;
  }
}
.offers .swiper-button-disabled {
  opacity: 0.3;
  cursor: auto;
}

.form {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0px;
}
@media (min-width: 1920px) {
  .form {
    max-width: 31.25vw;
  }
}
.form__header h2 {
  font-size: 37px;
  line-height: 1.3;
  margin-block: 0px 12px;
}
@media (min-width: 1920px) {
  .form__header h2 {
    font-size: 1.93vw;
  }
}
@media (max-width: 960px) {
  .form__header h2 {
    font-size: 26px;
  }
}
.form__header p {
  font-size: 21px;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .form__header p {
    font-size: 1.09vw;
  }
}
@media (max-width: 960px) {
  .form__header p {
    font-size: 18px;
  }
}
.form__content-elem {
  margin-block: 12px;
}
.form__content-elem label {
  display: block;
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1920px) {
  .form__content-elem label {
    font-size: 0.83vw;
  }
}
.form__content-elem input, .form__content-elem select {
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  margin-block: 4px 0px;
  border-radius: 4px;
  border: 2px solid #6B6D70;
  min-height: 54px;
  padding: 10px 12px;
}
.form__content-elem select:open {
  border-radius: 4px 4px 0px 0px;
  border-bottom-width: 1px;
}
.form__error-message {
  color: red;
  font-size: 12px;
}
@media (min-width: 1920px) {
  .form__error-message {
    font-size: 0.63vw;
  }
}
.form__input--error {
  border-color: #fc0d1b;
  color: #fc0d1b;
  background-color: #ffdbdd;
}
.form__checkbox-wrapper {
  width: 100%;
  margin-left: 25px;
}
.form__checkbox-wrapper:has(input:checked) label::before {
  content: "✓";
  background-color: #001e50;
  line-height: 0;
  font-size: 0.9rem;
}
.form__checkbox-wrapper--small {
  width: 100px;
}
.form__checkbox {
  position: relative;
  cursor: pointer;
  font-size: 0.9rem;
}
.form__checkbox::before {
  content: "";
  position: absolute;
  left: -25px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  border-radius: 3px;
  border: 1px solid #8a9097;
  transition: all 0.2s ease-in-out;
}
.form__checkboxes-wrapper {
  width: 100%;
  display: flex;
  gap: 0.25rem;
}
.form__consent-text {
  font-size: 0.7rem;
  margin: 30px 0px;
}
.form__expand-btn {
  display: block;
  font-weight: 600;
  cursor: pointer;
}
.form__submit-btn {
  max-width: 100%;
  width: 100%;
  background-color: #000;
  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 #000;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.form__submit-btn:hover {
  background-color: #fff;
  color: #000;
}
.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;
}
.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);
}
.form__popup-close {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  font-size: 1.4rem;
  cursor: pointer;
}

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

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

.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;
}
.logo-bar__toggle {
  width: 100%;
}
.logo-bar__logo {
  text-align: center;
  width: 100%;
}
.logo-bar__logo a {
  text-align: center;
}
.logo-bar__logo img {
  max-width: 245px;
  width: 100%;
  margin: 0 auto;
}
.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;
}
.logo-bar__location img {
  height: 27px;
  line-height: 0;
}
.logo-bar--default {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.logo-bar--default .logo-bar__toggle {
  display: none;
}
.logo-bar--default .logo-bar__logo {
  width: clamp(150px, 16%, 300px);
  filter: invert(1);
  margin-inline: auto;
}
.logo-bar--default .logo-bar__location {
  display: none;
}
.logo-bar--white {
  background-color: #fff;
}
@media (max-width: 780px) {
  .logo-bar__toggle {
    display: none;
  }
  .logo-bar__logo img {
    width: 134px;
  }
  .logo-bar__location {
    display: none;
  }
}
@media (max-width: 1100px) {
  .logo-bar__location {
    font-size: 16px;
  }
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.loader__item {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loader__item div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.loader__item div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fcf;
  margin: -4px 0 0 -4px;
}
.loader__item div:nth-child(1) {
  animation-delay: -0.036s;
}
.loader__item div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.loader__item div:nth-child(2) {
  animation-delay: -0.072s;
}
.loader__item div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.loader__item div:nth-child(3) {
  animation-delay: -0.108s;
}
.loader__item div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.loader__item div:nth-child(4) {
  animation-delay: -0.144s;
}
.loader__item div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.loader__item div:nth-child(5) {
  animation-delay: -0.18s;
}
.loader__item div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.loader__item div:nth-child(6) {
  animation-delay: -0.216s;
}
.loader__item div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.loader__item div:nth-child(7) {
  animation-delay: -0.252s;
}
.loader__item div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.loader__item div:nth-child(8) {
  animation-delay: -0.288s;
}
.loader__item div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.custom-select {
  position: relative;
  width: 100%;
  background-color: transparent;
}
.custom-select__label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}
.custom-select__selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  margin-block: 4px 0px;
  border-radius: 4px;
  border: 2px solid #6B6D70;
  min-height: 54px;
  padding: 10px 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.custom-select__selected--open .custom-select__arrow {
  transform: rotate(225deg);
}
.custom-select__selected--error {
  background-color: red;
}
.custom-select__placeholder {
  color: #fff;
}
.custom-select__arrow {
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-left: 8px;
  margin-top: -5px;
}
.custom-select__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  transition: max-height 0.3s ease, border 0.3s ease;
  border: 0 solid #8a9097;
  margin-top: 1px;
}
.custom-select__dropdown--open {
  max-height: 300px;
  border-width: 1px;
}
.custom-select__option {
  padding: 12px 16px;
  cursor: pointer;
  color: #000;
  transition: background-color 0.2s ease;
}
.custom-select__option:hover {
  background-color: #f5f5f5;
}
.custom-select__option--selected {
  background-color: rgba(0, 123, 255, 0.05);
  color: #007bff;
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */