@charset "UTF-8";
body {
  font-family: "Skoda Next", Courier, monospace;
  background-color: #f3f3f3;
}

#app {
  max-width: 1920px;
  margin-inline: auto;
}

section {
  width: clamp(800px, 85%, 1600px);
  margin-inline: auto;
}
@media (max-width: 599px) {
  section {
    width: 90%;
  }
}

.intro {
  margin-block: 5rem;
}
@media (max-width: 599px) {
  .intro {
    margin-block: 3rem;
  }
}
.intro__header {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin-block: 0 4rem;
}
@media (max-width: 599px) {
  .intro__header {
    margin-block: 0 2rem;
  }
}
.intro__box {
  display: flex;
  margin-block: 5rem;
}
@media (max-width: 599px) {
  .intro__box {
    flex-direction: column;
    margin-block: 2rem;
  }
}
.intro__box-content {
  width: 50%;
  background-color: #fff;
  padding-block: 4rem 2rem;
  padding-inline: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
.intro__box-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
}
.intro__box-content ul li {
  position: relative;
  margin-block: 0.25rem;
  margin-inline: 1rem 0;
}
.intro__box-content ul li::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 2px;
  width: 15px;
  height: 15px;
  background-image: url("/skoda-elroq/assets/img/punktor.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .intro__box-content {
    width: 100%;
    padding-block: 2rem 2rem;
    padding-inline: 2rem;
  }
}
.intro__box-image-wrapper {
  width: 50%;
}
.intro__box-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 599px) {
  .intro__box-image-wrapper {
    width: 100%;
  }
}
.intro__btn {
  background-color: #78faae;
  padding-block: 0.75rem;
  cursor: pointer;
  padding-inline: 1.75rem;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #0e3a2f;
}
@media (max-width: 599px) {
  .intro__btn {
    margin-inline: auto;
  }
}

.pros {
  margin-block: 5rem;
}
.pros__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .pros__wrapper {
    flex-direction: column;
    gap: 2rem;
  }
}
.pros__box {
  width: 22%;
  background-color: #fff;
}
@media (max-width: 599px) {
  .pros__box {
    width: 100%;
  }
}
.pros__content {
  padding-block: 2rem;
  padding-inline: 2rem;
}
.pros__content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  height: 4rem;
}
.pros__content ol {
  list-style: decimal;
  padding-inline: 1rem 0;
}
.pros__content ol li {
  padding-inline: 0.5rem 0;
  margin-block: 0.1rem;
}
.pros__content ul li {
  position: relative;
  margin-block: 0.25rem;
  margin-inline: 1rem 0;
}
.pros__content ul li::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 2px;
  width: 15px;
  height: 15px;
  background-image: url("/skoda-elroq/assets/img/punktor.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}
.pros__grid {
  margin-block: 5rem 0;
  display: grid;
  grid-template: 20px 20px/95px 28px 28px 28px;
  font-size: 0.55rem;
  gap: 1px;
}
@media (max-width: 599px) {
  .pros__grid {
    grid-template: 30px 30px/115px 42px 42px 42px;
    font-size: 0.75rem;
    margin-inline: auto;
  }
}
.pros__grid > div:nth-child(1), .pros__grid > div:nth-child(5) {
  background-color: #eeeeee;
  align-content: center;
  padding-inline: 0.5rem 0;
}
.pros__grid > div:nth-child(2), .pros__grid > div:nth-child(3), .pros__grid > div:nth-child(4), .pros__grid > div:nth-child(6), .pros__grid > div:nth-child(7), .pros__grid > div:nth-child(8) {
  background-color: #d9d9d9;
  text-align: center;
  align-content: center;
}

.belt {
  background-color: #0e3a2f;
  margin-block: 5rem;
  padding-block: 1.6rem;
  color: #78faae;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
  width: 100%;
  letter-spacing: 0.5px;
}
@media (max-width: 599px) {
  .belt {
    font-size: 1.1rem;
    padding-inline: 2rem;
    padding-block: 0.75rem;
  }
}
.belt__floating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0;
  cursor: pointer;
}

.hotel {
  margin-block: 5rem;
}
.hotel__box {
  background-color: #fff;
  text-align: center;
  padding: 2rem 17%;
}
.hotel__box h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-block: 0 2rem;
}
.hotel__img-wrapper {
  width: 100%;
  margin-block: 3rem;
}
.hotel__img-wrapper img {
  width: 100%;
}
.hotel button {
  display: block;
  margin-inline: auto;
  color: #0e3a2f;
  background-color: #78faae;
  padding: 1rem 3rem;
  border-radius: 100px;
  font-weight: 600;
  cursor: pointer;
}

.tires {
  margin-block: 3rem 6rem;
  width: 100%;
  /* &__wrapper {
    display: flex;
    justify-content: center;
    gap: 2vw;
    overflow: hidden;
  } */
}
.tires__tire {
  /* min-width: 18vw;
  max-width: 18vw; */
}
.tires__content {
  background-color: #fff;
  text-align: center;
  font-size: clamp(0.9rem, 1.1vw, 1.3rem);
  font-weight: 600;
  margin-block: -3rem 0;
  height: max(5vw, 5rem);
  padding-inline: 0.5rem;
}

.swiper-slide {
  cursor: pointer;
}

.slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2rem;
  padding-block: 2rem;
  padding-inline: 2rem;
  color: #000;
  padding-inline: 5rem;
}
@media (max-width: 599px) {
  .form {
    width: 100%;
    margin-inline: 0;
    padding-inline: 2rem;
  }
}
.form__bg {
  display: flex;
  background-color: #fff;
  background-size: cover;
  padding-block: 2rem;
  margin-block: 2rem 3rem;
  position: relative;
}
.form__header {
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
}
.form__subheader {
  width: 100%;
  text-align: center;
}
.form__input-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 47%;
}
@media (max-width: 599px) {
  .form__input-wrapper {
    width: 100%;
  }
}
.form__textarea-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form__label {
  position: absolute;
  top: 30%;
  left: 0.75rem;
  color: #000;
  cursor: text;
  transition: all 0.1s ease-in-out;
  transform-origin: left;
}
.form__label--textarea {
  top: 1.5rem;
}
.form__label--error {
  color: #fc0d1b;
}
.form__input {
  padding-inline: 0.75rem;
  padding-block: 1rem 0.375rem;
  border-bottom: 1px solid #8a9097;
  transition: all 0.1s ease-in-out;
  color: #000;
}
.form__input::placeholder {
  color: transparent;
}
.form__input:is(:focus) {
  border-color: #3f83f8;
}
.form__input:is(:focus):not(.form__input--error) + label {
  color: #3f83f8;
}
.form__input:is(:focus, :not(:placeholder-shown)) + label {
  top: -5px;
  left: 0.785rem;
  scale: 0.7;
}
.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__textarea {
  height: 100px;
  padding-inline: 0.75rem;
  padding-block: 1.5rem 1rem;
  border-bottom: 1px solid #8a9097;
  transition: all 0.1s ease-in-out;
  color: #000;
}
.form__textarea::placeholder {
  color: transparent;
}
.form__textarea:focus {
  border-color: #3f83f8;
}
.form__textarea:is(:focus) + label {
  color: #3f83f8;
}
.form__textarea:is(:focus, :not(:placeholder-shown)) + label {
  scale: 0.75;
  top: 0.4rem;
}
.form__error-message-wrapper {
  position: absolute;
  bottom: -1.2rem;
}
.form__error-message-wrapper--checkbox {
  position: static;
}
.form__error-message {
  height: 1rem;
  font-size: 0.7rem;
  color: #fc0d1b;
  margin-block: 0.25rem 0;
  white-space: nowrap;
}
.form__consent-text {
  font-size: 0.7rem;
}
.form__expand-btn {
  display: block;
  font-weight: 600;
  cursor: pointer;
}
.form__submit-btn {
  padding-block: 0.75rem;
  padding-inline: 5rem;
  border-radius: 100px;
  background-color: #78faae;
  margin-inline: auto;
  color: #0e3a2f;
  transition: all 0.2s ease-in-out;
}
.form__submit-btn:hover {
  cursor: pointer;
  background-color: #47f890;
}
.form__submit-btn:disabled {
  opacity: 0.3;
}
.form__submit-btn:disabled:hover {
  color: #fff;
  background-color: #000;
}
@media (max-width: 599px) {
  .form__submit-btn {
    margin-inline: auto;
  }
}
.form__popup-overlay {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  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__content {
  position: absolute;
  bottom: 15%;
  left: 8%;
  color: #fff;
}
@media (max-width: 599px) {
  .baner__content {
    position: static;
    color: #000;
    margin-inline: 1rem;
    margin-block: 1rem;
    text-align: center;
    font-weight: 600;
  }
}
.baner__title {
  font-size: clamp(1.2rem, 3.5vw, 3rem);
  margin-block: 0 1rem;
}
.baner__subline {
  font-size: clamp(1rem, 2vw, 1.4rem);
}

.footer {
  position: relative;
  z-index: 3;
  padding-block: 2rem;
  padding-inline: 2rem;
  background-color: #0e3a2f;
  color: #fff;
  text-align: center;
}
.footer__main {
  font-size: 1.4rem;
}
.footer__submain {
  font-size: 1.2rem;
  font-weight: 600;
  margin-block: 0.25rem 0.75rem;
}

.logo-bar {
  background-color: #fff;
  display: flex;
  padding-inline: 3%;
  padding-block: 0.25rem;
  align-items: center;
  position: relative;
  z-index: 22;
}
.logo-bar > a {
  width: fit-content;
}
.logo-bar__logo {
  width: clamp(150px, 16%, 300px);
  padding-inline: 0 1.5rem;
}
.logo-bar__dealer-name {
  color: #0e3a2f;
  font-weight: 600;
  font-size: 1.3rem;
  border-left: 1px solid #0e3a2f;
  padding-inline: 1.5rem 0;
  margin-block: 0.2rem 0;
  height: fit-content;
}
.logo-bar__dealer-name p {
  line-height: 1rem;
}

.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);
  }
}/*# sourceMappingURL=style.css.map */