body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222222;
}

a {
  text-decoration: none;
  color: #222222;
}

a:hover {
    color: #006669;
    text-decoration: unset;
}

.text-white {
  color: #ffffff!important;
}

.text-green {
  color: #006669!important;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-24 {
  font-size: 24px;
}

.fs-46 {
  font-size: 46px;
}

.fs-64 {
  font-size: 64px;
}

.lh-100 {
  line-height: 100%;
}

.lh-110 {
  line-height: 110%;
}

.lh-120 {
  line-height: 120%;
}

.lh-130 {
  line-height: 130%;
}

.lh-150 {
  line-height: 150%;
}

.gap-30 {
  gap: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.w-190 {
  width: 190px;
}

.whiteBtn {
  border-radius: 8px;
  background: #FFFFFF;
  border: 1px solid #006669;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #006669;
  font-weight: 600;
}

.whiteBtn:hover {
  background: #006669;
  color: #fff;
}

.greenBtn {
  border-radius: 8px;
  background: #006669;
  border: 1px solid #006669;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: 600;
}

.greenBtn:hover {
  color: #fff;
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.blackBtn {
  border-radius: 8px;
  background: #000000;
  border: 1px solid #ffffff;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: 600;
}

.blackBtn:hover {
  color: #fff;
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.banner-img {
  background-image: url(/uploads/makeup/img/std-banner.png);
    margin-top: 90px;
    background-repeat: no-repeat;
    height: 600px;
    background-size: cover;
}

.grey-card {
  border-radius: 16px;
  background: #F5F5F5;
  overflow: hidden;
}

.grey-card-img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/0.7;
}

.grey-card-body {
  padding: 16px 24px;
}

.grey-bg {
  background: #F5F5F5;
}

.green-bg {
  background: #006669;
}

.factury-img {
  border-radius: 16px;
  object-fit: cover;
}

.white-card-1 {
  border-radius: 16px;
  background: #FFFFFF;
  padding: 16px 24px;
}

.green-card {
  border-radius: 16px;
  background: #006669;
  padding: 32px 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.green-card-img {
  position: absolute;
    right: 20px;
    top: 50%;
    height: 120%;
    transform: translate(0, -40%);
    rotate: 10deg;
}

.white-card-2 {
  border-radius: 16px;
  border: 2px solid #F5F5F5!important;
  overflow: hidden;
}

.white-card-2-img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1.1;
}

.white-card-2-body {
  padding: 16px 24px;
}

.lines-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.banner-small-img {
  background-image: url(/uploads/makeup/img/std-banner-small.png);
    background-repeat: no-repeat;
    height: 300px;
    background-size: cover;
}

.green-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #006669;
  aspect-ratio: 1/1!important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.white-card-3 {
  border-radius: 16px;
  background: #FFFFFF;
  padding: 16px 24px;
}

.swiper-slide {
    height: auto!important;
}

.footer-line {
  border-bottom: 1px solid #FFFFFF33;
}

.white-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.green-card:hover {
  color: #fff;
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.green-circle:hover {
  background: #000;
}

.white-card-2:hover {
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.modal-body {
    padding: 40px 60px!important;
}

.modal-dialog {
    max-width: 75%!important;
}

.modal-content {
    border-radius: 16px!important;
}

.modal-header {
    position: absolute;
    right: 15px;
    top: 15px;
}

.form-control {
    border: 1px solid #222!important;
    border-radius: 8px!important;
    padding: 12px 24px!important;
}

.as-form-item-custom {
    width: 100%!important;
}

.as-form-item-custom[data-datatype="bool"] {
    width: unset!important;
}

input[type="checkbox"] ~ label:before {
  content: url(/uploads/makeup/img/checkbox.svg);
}
input[type="checkbox"]:checked ~ label:before {
  content: url(/uploads/makeup/img/checkbox-filled.svg);
}

.form-control[type="checkbox"] {
    display: none!important;
}

.green-square {
  width: 44px;
  height: 44px;
  aspect-ratio: 1/1;
  background: #006669;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggler {
    padding: 0rem!important;
}

.navbar-toggler[aria-expanded="true"] .menu-open {
  display: none;
}

.navbar-toggler[aria-expanded="false"] .menu-close {
  display: none;
}

@media (max-width: 992px) {
  .banner-img {
    background-image: url(/uploads/makeup/img/std-banner-mob.png);
    margin-top: 0px;
    height: 500px;
  }
}

@media (max-width: 768px) {
  .fs-64 {
    font-size: 40px;
  }
  
  .modal-dialog {
    max-width: 100%!important;
  }
  
  .modal {
    padding-right: 0!important;
  }
  
  .modal-body {
    padding: 15px!important;
  }
  
  .as-form[data-code="getOffer"] .as-form-submit {
    width: 100%;
  }
  
  .w-190 {
    width: 150px;
  }
  
  .fs-46 {
    font-size: 32px;
  }
  
  .banner-small-img {
    background-image: url(/uploads/makeup/img/std-banner-small-mob.png);
    background-repeat: no-repeat;
    height: 350px;
    background-size: cover;
  }
  
  .flex-column-sm {
    flex-direction: column;
  }
  
  .justify-center-sm {
    justify-content: center!important;
  }
  
  .w-100-md {
    width: 100%;
  }
  
  .green-card {
    padding: 15px 15px;
  }
  
  .green-card-img {
    right: 15px;
    height: 100%;
    transform: translate(0, -40%);
  }
  
  .fs-24 {
    font-size: 20px;
  }
    
  .white-card-2-body {
    padding: 15px 10px;
  }
  
  .factury-img {
    width: 100%;
  }
  
  .white-card-3 {
    border-radius: 16px;
    background: #FFFFFF;
    padding: 15px 15px;
  }
  
}
