*,
::before,
::after {
  box-sizing: border-box;
}
p.p-popupkm {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #1f2029;
}
.section.popupkm {
  position: absolute;
  width: 100%;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.full-height {
  min-height: 100vh;
}
input[name="modal-btn"]:checked,
input[name="modal-btn"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.modal-btn-km:checked + label:after,
.modal-btn-km:not(:checked) + label:after {
  position: fixed;
  top: 150px;
  z-index: 110;
  width: 40px;
  border-radius: 3px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  background-color: #ffeba7;
  color: #102770;
  font-family: FontAwesome;
  content: "\f00d";
  box-shadow: 0 12px 25px 0 rgba(16, 39, 112, 0.25);
  transition: all 200ms linear;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}
.modal-btn-km:checked + label:hover:after,
.modal-btn-km:not(:checked) + label:hover:after {
  background-color: #102770;
  color: #ffeba7;
}
.modal-btn-km:checked + label:after {
  transition: opacity 300ms 300ms ease, transform 300ms 300ms ease,
    background-color 250ms linear, color 250ms linear;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.modal-popupkm {
  position: fixed;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow-x: hidden;
  background-color: rgba(31, 32, 41, 0.75);
  pointer-events: none;
  opacity: 0;
  transition: opacity 250ms 700ms ease;
}
.modal-btn-km:checked ~ .modal-popupkm {
  pointer-events: auto;
  opacity: 1;
  transition: all 300ms ease-in-out;
}
.modal-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  -ms-flex-item-align: center;
  align-self: center;
  box-shadow: 0 12px 25px 0 rgba(199, 175, 189, 0.25);
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 250ms 250ms ease, transform 300ms 250ms ease;
}
.modal-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.modal-wrap p {
  padding: 10px 30px;
}
.modal-btn-km:checked ~ .modal-popupkm .modal-wrap {
  opacity: 1;
  transform: scale(1);
  transition: opacity 250ms 500ms ease, transform 350ms 500ms ease;
}
.logopopupkm {
  position: absolute;
  top: 25px;
  left: 25px;
  display: block;
  z-index: 1000;
  transition: all 250ms linear;
}
.logopopupkm img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: filter 250ms 700ms linear;
}
.modal-btn-km:checked ~ .logopopupkm img {
  filter: brightness(100%);
  transition: all 250ms linear;
}
.close-popupkm {
  max-width: 540px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: right;
  position: relative;
}
.main-prod-destop .prod-ph {
  display: block !important;
}
@media (max-width: 991px) {
  .main-banner-commitment {
    background: #f2f2f2;
    padding: 10px 0;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .modal-wrap {
    bottom: 175px;
  }
  .modal-btn-km:checked + label:after,
  .modal-btn-km:not(:checked) + label:after {
    top: 205px;
  }
}
@media screen and (max-width: 500px) {
  .modal-wrap {
    width: calc(100% - 40px);
    bottom: 40px;
  }
  .modal-wrap p {
    padding: 15px 20px 0;
  }
  .close-popupkm {
    text-align: unset;
  }
  .modal-btn-km:checked + label:after,
  .modal-btn-km:not(:checked) + label:after {
    top: 250px;
    right: 5px;
  }
}
