.page {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 88vh;
}
.page .cover {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 200px;
  position: relative;
  padding-bottom: 150px;
}
.page .cover .cover-image {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  filter: brightness(68%);
}
.page .cover .content {
  padding-inline: 20px;
  padding-top: 130px;
  padding-bottom: 40px;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}
.page .cover .content .text {
  text-align: center;
  position: relative;
  z-index: 100;
}
.page .cover .content .text h2 {
  color: white;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 20px;
}
.page .cover .content .text .cover-p {
  font-size: 21px;
  margin-bottom: 0;
  color: white;
  font-weight: 500;
}
.page .cover .content .text button {
  color: white;
  background: #E95245;
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  border-radius: 6px;
  margin-top: 35px;
}
.page .cover .content .text button.secondary {
  background: rgba(95, 95, 95, 0.459);
  border: 2px solid #E95245;
  margin-top: 25px;
}
.page .services {
  position: relative;
  margin-top: 20px;
  padding-inline: 20px;
}
.page .services .service {
  margin-bottom: 60px;
  width: 95%;
  margin-inline: auto;
  height: 355px;
  border-radius: 6px;
  padding: 4px;
  position: relative;
  padding: 14px;
  overflow: hidden;
  transition: 0.3s;
}
.page .services .service:hover {
  transform: scale(1.02);
}
.page .services .service .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 295px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58));
  z-index: 100;
}
.page .services .service .car-image {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.page .services .service .status {
  background: #9cffcc;
  width: -moz-max-content;
  width: max-content;
  padding: 3px 10px;
  font-size: 15px;
  color: #1F1F1F;
  border-radius: 5px;
  margin-top: 6px;
}
.page .services .service .bottom {
  position: relative;
  margin-top: auto;
  top: 57%;
  z-index: 110;
}
.page .services .service .bottom .name {
  margin-top: 11px;
  color: white;
  font-size: 22px;
  font-weight: 500;
}
.page .services .service .bottom .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  text-align: left;
}
.page .services .service .bottom .flex .price {
  color: white;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
}
.page .services .service .bottom .flex .price i {
  margin-right: 7px;
}
.page .services .service .bottom .flex .year {
  color: white;
  font-size: 16px;
  font-weight: 500;
}
.page .services .service .bottom .flex .year i {
  margin-right: 7px;
}
.page .services .service .bottom .flex .km {
  color: white;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
}
.page .services .service .bottom .flex .km i {
  margin-right: 7px;
}
.page .service-text {
  padding-inline: 20px;
  padding-block: 55px;
  text-align: center;
}
.page .service-text h2 {
  color: #1F1F1F;
  font-size: 30px;
}
.page .service-text p {
  color: #1F1F1F;
  font-size: 19px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.page .service-text .partner {
  width: 100%;
  position: relative;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
.page .service-text .partner img {
  height: auto;
  width: 220px;
}
.page .service-text .partner img.nordea {
  width: 150px;
  padding-block: 18px;
}
.page .service-text .partner img.enter {
  width: 150px;
}
.page .service-text form {
  background: white;
  padding: 0;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 65px;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 25px;
}
.page .service-text form h2 {
  color: #1F1F1F;
  font-size: 27px;
  margin-bottom: 30px;
}
.page .service-text form .input-group {
  position: relative;
}
.page .service-text form .input-group textarea {
  min-height: 125px;
  max-height: 150px;
}
.page .service-text form .input-group .input {
  border: solid 1.5px rgba(68, 68, 68, 0.631372549);
  border-radius: 10px;
  width: 100%;
  background: none;
  padding: 16px;
  font-size: 17px;
  color: #1F1F1F;
  transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.page .service-text form .input-group .input:focus, .page .service-text form .input-group .input:valid {
  outline: none;
  border: 1.5px solid #E95245;
}
.page .service-text form .input-group .input:focus ~ .user-label, .page .service-text form .input-group .input:valid ~ .user-label {
  transform: translateY(-50%) scale(1);
  font-size: 15px;
  background-color: white;
  padding: 0 0.2em;
  color: #E95245;
}
.page .service-text form .input-group .user-label {
  position: absolute;
  left: 15px;
  color: #535353;
  pointer-events: none;
  transform: translateY(1rem);
  transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.page .service-text form button {
  border-radius: 6px;
  outline: none;
  background: #E95245;
  color: white;
  font-weight: 400;
  font-size: 17px;
  width: 100%;
  height: 49px;
  margin-top: 15px;
  border: none;
}

@media only screen and (min-device-width: 1140px) {
  .page .cover {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    padding-bottom: 250px;
  }
  .page .cover .cover-image {
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    filter: brightness(68%);
  }
  .page .cover .content {
    padding-inline: 50px;
    padding-top: 190px;
    padding-bottom: 40px;
    height: -moz-max-content;
    height: max-content;
    position: relative;
  }
  .page .cover .content .text {
    text-align: center;
    position: relative;
    z-index: 100;
  }
  .page .cover .content .text h2 {
    color: white;
    font-size: 47px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 20px;
  }
  .page .cover .content .text .cover-p {
    font-size: 23px;
    margin-bottom: 0;
    color: white;
    font-weight: 500;
  }
  .page .cover .content .text button {
    color: white;
    background: #E95245;
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    border-radius: 6px;
    margin-top: 35px;
    max-width: 450px;
  }
  .page .cover .content .text button.secondary {
    background: rgba(95, 95, 95, 0.459);
    border: 2px solid #E95245;
    margin-top: 25px;
  }
  .page .services {
    position: relative;
    margin-top: 50px;
    padding-inline: 50px;
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page .services .service {
    margin-bottom: 60px;
    margin-inline: unset;
    margin-right: 50px;
    width: 100%;
    height: 385px;
    border-radius: 6px;
    padding: 10px;
    position: relative;
    padding: 14px;
    overflow: hidden;
    transition: 0.3s;
    min-width: 460px;
    cursor: pointer;
    max-width: 460px;
  }
  .page .services .service .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 295px;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58));
    z-index: 100;
  }
  .page .services .service .car-image {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
  .page .services .service .status {
    background: #9cffcc;
    width: -moz-max-content;
    width: max-content;
    padding: 3px 10px;
    font-size: 15px;
    color: #1F1F1F;
    border-radius: 5px;
    margin-top: 6px;
  }
  .page .services .service .bottom {
    position: relative;
    margin-top: auto;
    top: 57%;
    z-index: 110;
  }
  .page .services .service .bottom .name {
    margin-top: 11px;
    color: white;
    font-size: 25px;
    font-weight: 500;
  }
  .page .services .service .bottom .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    text-align: left;
  }
  .page .services .service .bottom .flex .price {
    color: white;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
  }
  .page .services .service .bottom .flex .price i {
    margin-right: 7px;
  }
  .page .services .service .bottom .flex .year {
    color: white;
    font-size: 18px;
    font-weight: 500;
  }
  .page .services .service .bottom .flex .year i {
    margin-right: 7px;
  }
  .page .services .service .bottom .flex .km {
    color: white;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
  }
  .page .services .service .bottom .flex .km i {
    margin-right: 7px;
  }
  .page .service-text {
    padding-inline: 50px;
    padding-block: 75px;
    text-align: center;
    max-width: 1300px;
    margin-inline: auto;
  }
  .page .service-text h2 {
    color: #1F1F1F;
    font-size: 37px;
  }
  .page .service-text p {
    color: #1F1F1F;
    font-size: 21px;
    margin-top: 10px;
    max-width: 650px;
    margin-inline: auto;
    margin-bottom: 45px;
  }
  .page .service-text .partner {
    width: 100%;
    position: relative;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    max-width: 400px;
    margin-inline: auto;
  }
  .page .service-text .partner img {
    height: auto;
    width: 220px;
  }
  .page .service-text .partner img.nordea {
    width: 150px;
    padding-block: 18px;
  }
  .page .service-text .partner img.enter {
    width: 150px;
  }
  .page .service-text form {
    background: white;
    padding: 20px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    max-width: 460px;
    margin-top: 60px;
    margin-inline: auto;
  }
  .page .service-text form h2 {
    font-size: 30px;
  }
  .page .service-text form .input-group {
    position: relative;
  }
  .page .service-text form .input-group .input {
    border: solid 1.5px rgba(68, 68, 68, 0.631372549);
    border-radius: 10px;
    width: 100%;
    background: none;
    padding: 16px;
    font-size: 18px;
    color: #1F1F1F;
    transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .page .service-text form .input-group .input:focus, .page .service-text form .input-group .input:valid {
    outline: none;
    border: 1.5px solid #E95245;
  }
  .page .service-text form .input-group .input:focus ~ .user-label, .page .service-text form .input-group .input:valid ~ .user-label {
    transform: translateY(-50%) scale(1);
    font-size: 16px;
    background-color: white;
    padding: 0 0.2em;
    color: #E95245;
  }
  .page .service-text form .input-group .user-label {
    position: absolute;
    left: 15px;
    color: #535353;
    pointer-events: none;
    transform: translateY(1rem);
    transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .page .service-text form button {
    border-radius: 6px;
    outline: none;
    background: #E95245;
    color: white;
    font-weight: 400;
    font-size: 17px;
    width: 100%;
    height: 53px;
    margin-top: 15px;
    border: none;
  }
}/*# sourceMappingURL=service.css.map */