.contenttt {
  padding-bottom: 0;
}

.banner {
  background: rgb(233, 244, 250);
}
.banner #formReges {
  max-width: 480px;
}
.banner #formReges .body_form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  margin-bottom: 24px;
}
.banner #formReges .body_form input[type=text] {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--color-main) !important;
  width: 100%;
  background: #fff;
}
.banner .contact {
  margin-top: 50px;
  gap: 2rem;
}
.banner .contact a {
  color: var(--color-main);
}
.banner .button-banner {
  bottom: 70px;
}

.animation-button {
  animation: zoomInOut 2s infinite;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.pd-box {
  padding: 40px 0;
}

.title-box {
  font-size: 32px;
}
.title-box span {
  color: var(--color-main);
}

.bgr_box {
  background: var(--color-main);
}

.pathological {
  background-color: #E9F4FA;
}
.pathological .content_ > div > div {
  background-color: #fff;
}
.pathological .content_ > div > div p:last-child {
  margin-bottom: 0;
}

.slick-arrow {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: url("../../../../images/icon/prev.svg") no-repeat center !important;
  z-index: 1;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transform: translateY(-50%);
}
.slick-arrow:before {
  display: none;
}
.slick-arrow:hover {
  background: url("../../../../images/icon/prev.svg") no-repeat center;
}

.slick-next {
  left: unset !important;
  right: 0 !important;
  background: url("../../../../images/icon/next.svg") no-repeat center !important;
}
.slick-next:hover {
  background: url("../../../../images/icon/next.svg") no-repeat center;
}

.slick-prev {
  left: 0 !important;
}

.happy .list_happy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
  margin-top: 40px;
}
.happy .list_happy .item_happy {
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
}
.happy .list_happy .item_happy .img {
  height: 270px;
}
.happy .list_happy .item_happy .number {
  font-size: 64px;
  line-height: 40px;
  left: 16px;
  bottom: 16px;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}
.happy .list_happy .item_happy .body_happy {
  padding: 16px 0;
}
.happy .list_happy .item_happy .body_happy .title_item {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 24px;
  position: relative;
}
.happy .list_happy .item_happy .body_happy .title_item:after {
  position: absolute;
  content: "";
  width: 64px;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: 0;
}

.news {
  background: #E9F4FA;
}
.news .title-first {
  line-height: 30px;
  height: 30px;
  -webkit-line-clamp: 1;
}
.news .summary-first {
  height: 48px;
  -webkit-line-clamp: 2;
  color: rgba(0, 0, 0, 0.6);
}
.news .item_new {
  grid-template-columns: 160px 1fr;
  grid-gap: 24px;
}
.news .item_new .title-item {
  margin-bottom: 8px;
  height: 24px;
  -webkit-line-clamp: 1;
}
.news .item_new .summary-item {
  height: 40px;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.news .item_new .link-item {
  text-decoration: underline;
  font-size: 14px;
  line-height: 20px;
  color: #286BA6;
}
.news .item_new .link-item:hover {
  color: #286BA6;
}

@media (max-width: 767px) {
  .pd-box {
    padding: 30px 0;
  }
  .box-ud .content_ud .content {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
  }
  .pathological .content_ > div {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 15px !important;
  }
  .happy .list_happy {
    display: block;
    margin-top: 40px;
  }
  .happy .list_happy .item_happy .img {
    height: auto;
  }
}

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