@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/trial-rooftop");
@import url("../fonts/HalvarBreit-Blk/style.css");
/* Base styles */
body {
  font-size: 15px;
  line-height: normal;
}
@media (max-width: 768px) {
  body {
    font-size: 12px;
    line-height: normal;
  }
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1136px;
}

.section {
  padding: 2rem 0;
}
.section__title {
  font-size: 28px;
  line-height: 24px;
  font-weight: 800;
  font-family: "Halvar Breitschrift", sans-serif;
  margin-bottom: 1rem;
  text-align: left;
}
@media (max-width: 768px) {
  .section__title {
    font-size: 24px;
    line-height: 22px;
  }
}
.section__subtitle {
  font-size: 16px;
  line-height: 14px;
  font-weight: 800;
  font-family: "Halvar Breitschrift", sans-serif;
  margin-bottom: 1.5rem;
  text-align: left;
}
@media (max-width: 768px) {
  .section__subtitle {
    font-size: 16px;
    line-height: 14px;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 1rem 0;
  }
}

.header {
  background-color: #000000;
  margin-bottom: 2rem;
}
.header__top {
  padding: 12px 0;
}
.header__bottom {
  padding: 2rem 0;
  background-color: #141416;
}
.header__content {
  display: flex;
  flex-direction: column;
  background: url(../image/png/headerBanner.png) no-repeat center;
  background-size: cover;
  border-radius: 2rem;
  padding: 2rem;
}
@media (max-width: 576px) {
  .header__content {
    background: url(../image/png/headerBanner.png) no-repeat center right;
    background-size: cover;
    min-height: 272px;
    height: 100%;
    justify-content: end;
  }
}
@media (max-width: 768px) {
  .header__content {
    border-radius: 1.5rem;
  }
}
@media (max-width: 576px) {
  .header__content {
    border-radius: 1rem;
  }
}
@media (max-width: 768px) {
  .header__content {
    padding: 1.5rem;
  }
}
@media (max-width: 576px) {
  .header__content {
    padding: 0.75rem;
  }
}
.header__banner {
  background: #000000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 2rem;
  padding: 2rem;
}
.header__banner:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .header__banner {
    border-radius: 1.5rem;
  }
}
@media (max-width: 576px) {
  .header__banner {
    border-radius: 1rem;
  }
}
@media (max-width: 768px) {
  .header__banner {
    padding: 1.5rem;
  }
}
@media (max-width: 576px) {
  .header__banner {
    padding: 0.75rem;
  }
}
.header__title {
  font-size: 38px;
  line-height: 34px;
  font-weight: 800;
  font-family: "Halvar Breitschrift", sans-serif;
  margin-bottom: 1rem;
  color: #FFFFFF;
  max-width: 80%;
}
@media (max-width: 768px) {
  .header__title {
    font-size: 22px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .header__title {
    max-width: 100%;
  }
}
.header__subtitle {
  margin-bottom: 1.5rem;
  color: #FFFFFF;
  max-width: 80%;
}
@media (max-width: 768px) {
  .header__subtitle {
    margin-bottom: 0;
    max-width: 100%;
  }
}
.header .btn {
  width: 100%;
}
@media (max-width: 768px) {
  .header .btn {
    display: none;
  }
}

.advantages {
  background-color: #FFFFFF;
}

.advantage-card {
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  border-radius: 2rem;
  padding: 2rem;
}
@media (max-width: 768px) {
  .advantage-card {
    border-radius: 1.5rem;
  }
}
@media (max-width: 576px) {
  .advantage-card {
    border-radius: 1rem;
  }
}
@media (max-width: 768px) {
  .advantage-card {
    padding: 1.5rem;
  }
}
@media (max-width: 576px) {
  .advantage-card {
    padding: 0.75rem;
  }
}
.advantage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.advantage-card__icon {
  margin-bottom: 2rem;
}
.advantage-card__icon img {
  width: 48px;
  height: 48px;
  transition: transform 0.3s ease;
}
.advantage-card__text {
  margin-top: auto;
  max-width: 80%;
}
@media (max-width: 768px) {
  .advantage-card__text {
    max-width: 100%;
  }
}
.advantage-card:hover .advantage-card__icon img {
  transform: scale(1.1);
}

.advantages-row .advantages-col:nth-child(1) .advantage-card {
  background-color: #FFFFFF;
  color: #000000;
  box-shadow: 0px -10px 22px rgba(0, 0, 0, 0.03), 0px 2px 16px rgba(0, 0, 0, 0.06);
}
.advantages-row .advantages-col:nth-child(2) .advantage-card {
  background-color: #0104F3;
  color: #FFFFFF;
}
.advantages-row .advantages-col:nth-child(3) .advantage-card {
  background-color: #000000;
  color: #FFFFFF;
}

.service-details__image {
  border-radius: 2rem;
  overflow: auto;
}
.service-details__image img {
  width: 100%;
  height: auto;
}
.service-details__box {
  background-color: #FFFFFF;
  box-shadow: 0px -10px 22px rgba(0, 0, 0, 0.03), 0px 2px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 2rem;
  padding: 2rem;
}
.service-details__box:hover {
  transform: translateY(-5px);
}
@media (max-width: 768px) {
  .service-details__box {
    border-radius: 1.5rem;
  }
}
@media (max-width: 576px) {
  .service-details__box {
    border-radius: 1rem;
  }
}
@media (max-width: 768px) {
  .service-details__box {
    padding: 1.5rem;
  }
}
@media (max-width: 576px) {
  .service-details__box {
    padding: 0.75rem;
  }
}
.service-details__box_title {
  font-size: 16px;
  line-height: 14px;
  font-weight: 800;
  font-family: "Halvar Breitschrift", sans-serif;
  margin-bottom: 4rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .service-details__box_title {
    font-size: 16px;
    line-height: 14px;
  }
}
@media (max-width: 768px) {
  .service-details__box_title {
    margin-bottom: 1rem;
  }
}
.service-details__content {
  background: #F2F3F5;
  border-radius: 2rem;
  padding: 2rem;
}
@media (max-width: 768px) {
  .service-details__content {
    border-radius: 1.5rem;
  }
}
@media (max-width: 576px) {
  .service-details__content {
    border-radius: 1rem;
  }
}
@media (max-width: 768px) {
  .service-details__content {
    padding: 1.5rem;
  }
}
@media (max-width: 576px) {
  .service-details__content {
    padding: 0.75rem;
  }
}
.service-details__title {
  font-size: 24px;
  line-height: 22px;
  font-weight: 800;
  font-family: "Halvar Breitschrift", sans-serif;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .service-details__title {
    font-size: 22px;
    line-height: 20px;
  }
}
.service-details__list {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.service-details__item {
  font-family: "TRIAL Rooftop", sans-serif;
  position: relative;
  padding: 0 0 0.5rem 1rem;
  transition: all 0.3s ease;
  cursor: default;
  color: #000000;
}
.service-details__item a {
  color: #000000;
}
.service-details__item a:hover {
  color: #000000;
}
.service-details__item:last-child {
  border-bottom: none;
}
.service-details__item:before {
  content: "•";
  color: #000000;
  font-weight: bold;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
.service-details__item:hover {
  transform: translateX(5px);
}
.service-details__item:hover:before {
  color: #A7FC00;
}

/* Product banner */
.product-banner__content {
  position: relative;
  background-color: #000000;
  color: #FFFFFF;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  border-radius: 2rem;
  padding: 2rem;
}
@media (max-width: 768px) {
  .product-banner__content {
    border-radius: 1.5rem;
  }
}
@media (max-width: 576px) {
  .product-banner__content {
    border-radius: 1rem;
  }
}
@media (max-width: 768px) {
  .product-banner__content {
    padding: 1.5rem;
  }
}
@media (max-width: 576px) {
  .product-banner__content {
    padding: 0.75rem;
  }
}
.product-banner__content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: url(../image/png/productBanner.png) no-repeat center center;
  background-size: contain;
  animation: float 3s ease-in-out infinite;
  z-index: 1;
}
.product-banner__content:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
.product-banner__title {
  font-size: 28px;
  line-height: 24px;
  font-weight: 800;
  font-family: "Halvar Breitschrift", sans-serif;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .product-banner__title {
    font-size: 24px;
    line-height: 22px;
  }
}
.product-banner__subtitle {
  font-size: 16px;
  line-height: 14px;
  font-weight: 800;
  font-family: "Halvar Breitschrift", sans-serif;
  margin-bottom: 5rem;
  position: relative;
  z-index: 2;
  max-width: 60%;
}
@media (max-width: 768px) {
  .product-banner__subtitle {
    font-size: 16px;
    line-height: 14px;
  }
}
@media (max-width: 768px) {
  .product-banner__subtitle {
    max-width: 100%;
  }
}
.product-banner__text {
  margin-top: auto;
  position: relative;
  z-index: 2;
  max-width: 60%;
}
@media (max-width: 768px) {
  .product-banner__text {
    max-width: 100%;
  }
}
@keyframes float {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-10px) translateX(-5px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}

/* Form section */
.form-section__content {
  background-color: #FFFFFF;
  filter: drop-shadow(0px -10px 22px rgba(0, 0, 0, 0.03)) drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.06));
  border-radius: 2rem;
  padding: 2rem;
}
@media (max-width: 768px) {
  .form-section__content {
    border-radius: 1.5rem;
  }
}
@media (max-width: 576px) {
  .form-section__content {
    border-radius: 1rem;
  }
}
@media (max-width: 768px) {
  .form-section__content {
    padding: 1.5rem;
  }
}
@media (max-width: 576px) {
  .form-section__content {
    padding: 0.75rem;
  }
}

.form .btn {
  width: max-content;
}
.form .form-floating > label {
  color: #808080;
  font-size: 1rem;
}
.form .form-floating > label:after {
  background: none !important;
}
.form .form-floating.is-invalid .form-control {
  background-color: #FFE5E9;
  border-color: #FFE5E9;
}
.form .form-floating.is-invalid .form-control:focus {
  background-color: #FFC4CE;
  border-color: #FFC4CE;
}
.form .form-floating.is-invalid > label {
  color: #E02D4A;
}
.form .form-control {
  display: block;
  width: 100%;
  height: calc(3.5rem + 2px);
  padding: 1.625rem 0.75rem 0.625rem;
  font-family: "TRIAL Rooftop", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #000000;
  background-color: #F2F2F2;
  background-clip: padding-box;
  border: 1px solid #F2F2F2;
  border-radius: 0.75rem;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .form .form-control {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.form .form-control:hover {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  outline: 0;
}
.form .form-control:focus {
  border-color: #D9D9D9;
  outline: 0;
  box-shadow: none;
}
.form .invalid-feedback {
  color: #E02D4A;
  font-family: "TRIAL Rooftop", sans-serif;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.form__doc {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #8F9399;
}

.offer-section__content {
  background: #F2F3F5;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 2rem;
  padding: 2rem;
}
@media (max-width: 768px) {
  .offer-section__content {
    border-radius: 1.5rem;
  }
}
@media (max-width: 576px) {
  .offer-section__content {
    border-radius: 1rem;
  }
}
@media (max-width: 768px) {
  .offer-section__content {
    padding: 1.5rem;
  }
}
@media (max-width: 576px) {
  .offer-section__content {
    padding: 0.75rem;
  }
}
.offer-section__content:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

/* Footer */
.footer {
  background-color: #000000;
  text-align: center;
  color: #808693;
  padding: 2rem 0;
}
.footer__copyright {
  font-family: "TRIAL Rooftop", sans-serif;
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.modal-dialog {
  max-width: 464px;
}
.modal__content {
  border-radius: 20px;
  position: relative;
  border: none;
}
.modal__header {
  display: flex;
  flex-shrink: 0;
  align-items: baseline;
  justify-content: space-around;
  padding: 1rem;
  border-bottom: none;
}
.modal__title {
  font-size: 24px;
  line-height: 22px;
  font-weight: 800;
  font-family: "Halvar Breitschrift", sans-serif;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .modal__title {
    font-size: 22px;
    line-height: 20px;
  }
}
.modal__close {
  background: transparent;
  border: 0;
  font-size: 1.5rem;
  cursor: pointer;
  color: #000000;
  transition: all 0.2s ease-in-out;
  padding: 0;
}
.modal__close:hover {
  color: #FF3495;
}
.modal__body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal__body_img {
  margin-bottom: 1rem;
  max-width: 233px;
  height: auto;
}
.modal__footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
}
.modal__footer .btn {
  width: 100%;
}

.btn {
  display: inline-block;
  font-family: "Halvar Breitschrift", sans-serif;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 0.75rem;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.btn:disabled {
  opacity: 0.65;
  pointer-events: none;
}

.btn-primary {
  color: black;
  background-color: #A7FC00;
  border-color: #A7FC00;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #85c900;
  border-color: #85c900;
  color: black;
}

.btn-secondary {
  color: black;
  background: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  color: black;
}
.btn-secondary:active {
  background-color: #B3B3B3;
  border-color: #B3B3B3;
  color: black;
}

/* LOADER 7 */
.loader {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
  display: none;
  -webkit-perspective: 120px;
  -moz-perspective: 120px;
  -ms-perspective: 120px;
  perspective: 120px;
}
.loader:before {
  content: "";
  position: absolute;
  background-color: #000000;
  left: 5px;
  top: 5px;
  width: 14px;
  height: 14px;
  animation: flip 1s infinite;
}

@keyframes flip {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(180deg) rotateX(180deg);
  }
}
.btn-with-loader {
  position: relative;
}
.btn-with-loader .btn-text {
  transition: opacity 0.3s ease;
}
.btn-with-loader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}
.btn-with-loader.loading {
  pointer-events: none;
}
.btn-with-loader.loading .btn-text {
  opacity: 0;
}
.btn-with-loader.loading .loader {
  display: block;
}

/*# sourceMappingURL=main.css.map */
