:root {
  --primary: #00cc83;
}

body,
html {
  overflow-x: hidden;
}

.section {
  padding: 100px 0;
}

.rounded {
  border-radius: 12px !important;
}

.bg-primary-linear-gradient {
  background: linear-gradient(90deg, #00cc83, #33ecb1);
}

.main-btn {
  color: #fff;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background: #00cc83;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: background 0.3s, border 0.3s, color 0.3s;
  position: relative;
  padding: 20px 36px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}
.main-btn:hover {
  color: #fff;
  background: #212529;
}
.main-btn:hover svg path {
  stroke: #00cc83;
}
@media (max-width: 1320px) {
  .main-btn {
    font-size: calc(14px + 2 * (100vw - 375px) / 945);
    line-height: calc(16px + 2 * (100vw - 375px) / 945);
  }
}

.promo-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #09a26c, #00cc83, #33ecb1);
  color: white;
  padding: 16px 20px;
  font-size: 15px;
  line-height: 1.3;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}
.promo-banner__content {
  flex: 1;
  font-size: 18px;
}
.promo-banner__content a {
  color: white;
  font-weight: bold;
}
.promo-banner__close {
  background: none;
  border: none;
  padding: 0;
  margin-left: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .promo-banner {
    padding: 16px 8px;
  }
  .promo-banner .container {
    padding: 0;
  }
  .promo-banner__content a {
    font-size: 14px;
    line-height: 1.5;
  }
  .promo-banner__close {
    margin: 0 4px 0 12px;
  }
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding: 8px 12px;
}

.form-floating > .form-control,
.form-floating > .form-select,
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding: 8px 12px;
}
.form-floating > label {
  padding: 8px 12px;
  font-size: 15px;
}
.form-floating > .form-select ~ label {
  display: none;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
  background: #fff;
  padding: 0 4px;
  margin-left: 8px;
  border-radius: 4px;
  color: var(--primary);
  height: auto;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
  background: #fff;
  padding: 0 4px;
  margin-left: 8px;
  border-radius: 4px;
  color: var(--primary);
  height: auto;
}
.form-floating > .form-control:focus,
.form-floating .form-select:focus {
  box-shadow: none;
  border-color: var(--primary);
}

@media (max-width: 768px) {
  .footer-top__contacts {
    display: flex;
    flex-direction: column;
  }
  .contacts-item {
    padding: 8px;
  }
  .contacts-item:nth-child(1)::before {
    top: auto;
    width: 100%;
    right: 0;
    height: 30px;
    bottom: 0;
    transform: translateY(29px);
  }
  .contacts-item:nth-child(3)::after {
    top: 0;
    width: 100%;
    right: 0;
    left: auto;
    height: 30px;
    bottom: auto;
    transform: translateY(-29px);
  }
  .contacts__item-active {
    padding: 60px 48px;
  }
  .s4::after {
    bottom: 0;
  }
  .rcslide::after {
    width: 100%;
    background-position: left;
  }
  .titling__title {
    font-size: 32px;
    text-align: center;
  }
  .kv {
    margin-top: 70px;
  }
}
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: start;
  z-index: 1;
}
@media (max-width: 768px) {
  .carousel-caption {
    padding: 1rem;
  }
  .carousel-caption h1 {
    font-size: 1.75rem;
  }
  .carousel-caption p {
    font-size: 1rem;
  }
}

.about-body-list {
  margin-bottom: 48px;
  display: grid;
  gap: 8px;
  position: relative;
}
@media (max-width: 1320px) {
  .about-body-list {
    margin-bottom: calc(25px + 23 * (100vw - 375px) / 945);
    padding: calc(20px + 20 * (100vw - 375px) / 945);
    gap: calc(15px + 5 * (100vw - 375px) / 945);
  }
}
.about-body-list__item {
  display: flex;
  align-items: flex-start;
  color: #222;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  gap: 14px;
}
@media (max-width: 1320px) {
  .about-body-list__item {
    font-size: calc(14px + 2 * (100vw - 375px) / 945);
    line-height: calc(24px + 4 * (100vw - 375px) / 945);
    gap: calc(10px + 4 * (100vw - 375px) / 945);
  }
}
.about-body-list__item::before {
  content: "";
  background: url(../img/km-tick-icon.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 13px;
  min-width: 20px;
  min-height: 13px;
  margin-top: 10px;
}
@media (max-width: 1320px) {
  .about-body-list__item::before {
    width: calc(17px + 3 * (100vw - 375px) / 945);
    height: calc(10px + 3 * (100vw - 375px) / 945);
    min-width: calc(17px + 3 * (100vw - 375px) / 945);
    min-height: calc(10px + 3 * (100vw - 375px) / 945);
    margin-top: calc(7px + 3 * (100vw - 375px) / 945);
  }
}

.container.facts .facts-text {
  background: linear-gradient(rgba(67, 255, 186, 0.538), rgba(0, 204, 131, 0.9)), url(../img/img-1.jpg) center right no-repeat;
  background-size: cover;
}
.container.facts .facts-counter {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/img-2.jpg) center right no-repeat;
  background-size: cover;
}
.container.facts .h-100 {
  padding: 6rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .container.facts {
    max-width: 100% !important;
  }
  .container.facts .facts-text {
    padding-left: calc((100% - 960px) / 2 + 0.75rem);
  }
  .container.facts .facts-counter {
    padding-right: calc((100% - 960px) / 2 + 0.75rem);
  }
}
@media (min-width: 1200px) {
  .container.facts .facts-text {
    padding-left: calc((100% - 1140px) / 2 + 0.75rem);
  }
  .container.facts .facts-counter {
    padding-right: calc((100% - 1140px) / 2 + 0.75rem);
  }
}
@media (min-width: 1400px) {
  .container.facts .facts-text {
    padding-left: calc((100% - 1320px) / 2 + 0.75rem);
  }
  .container.facts .facts-counter {
    padding-right: calc((100% - 1320px) / 2 + 0.75rem);
  }
}

.animated.pulse {
  animation-duration: 1.5s;
}

.testimonial-left,
.testimonial-right {
  position: relative;
}
.testimonial-left img,
.testimonial-right img {
  position: absolute;
  padding: 5px;
  border-radius: 10px;
  opacity: 0.7;
}
.testimonial-left img:nth-child(1), .testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1),
.testimonial-right img:nth-child(3) {
  width: 70px;
  height: 70px;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(3) {
  width: 50px;
  height: 50px;
  bottom: 10%;
  right: 10%;
}

.testimonial-carousel.owl-carousel .owl-item img {
  width: 100px;
  height: 100px;
}
.testimonial-carousel.owl-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.testimonial-carousel.owl-carousel .owl-nav .owl-prev,
.testimonial-carousel.owl-carousel .owl-nav .owl-next {
  margin: 0 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--primary);
  border-radius: 10px;
  font-size: 22px;
  transition: 0.5s;
}
.testimonial-carousel.owl-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel.owl-carousel .owl-nav .owl-next:hover {
  background: #212529;
}

.service-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
}
.service-item .service-icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 8px 8px 0;
}
.service-item .service-icon img {
  max-width: 60px;
  max-height: 60px;
}
.service-item a.btn {
  color: var(--primary);
}
.service-item a.btn:hover {
  color: #fff;
  background: var(--primary);
  border-color: var(--primary);
}

.ms-n5 {
  margin-left: -3rem !important;
}

.video-carousel.owl-carousel a {
  display: block;
  position: relative;
}
.video-carousel.owl-carousel a:hover .hover-info {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.video-carousel.owl-carousel .hover-info {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 12px;
  width: 100%;
  height: 100%;
  background: url("../img/case/cover.png") no-repeat top center;
  background-size: cover;
  -webkit-mask: url("../img/case/cover.png") no-repeat center center;
  mask: url("../img/case/cover.png") no-repeat center center;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  opacity: 0;
  visibility: hidden;
}
.video-carousel.owl-carousel .hover-info h3 {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
.video-carousel.owl-carousel .hover-info small {
  margin: 4px 0;
  padding: 4px 20px;
  color: #000;
  background: #fff;
  border-radius: 99rem;
  font-size: 12px;
}
.video-carousel.owl-carousel .hover-info p {
  color: #000;
  text-shadow: #fff 1px 0 8px;
}

.video-carousel .owl-nav {
  position: absolute;
  top: -44px;
  right: 40px;
  text-align: center;
}

.video-carousel.owl-carousel .owl-nav button.owl-next, .video-carousel.owl-carousel .owl-nav button.owl-prev {
  padding: 8px 12px !important;
}

.video-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.video-carousel .owl-dots button {
  padding: 8px;
}
.video-carousel .owl-dots span {
  display: inline-block;
  width: 16px;
  height: 3px;
  background: #aaa;
  border-radius: 99rem;
  margin: 4px;
}
.video-carousel .owl-dots .active span {
  background-color: #000;
}

.video-modal .modal-dialog {
  width: 90%;
  max-width: 800px;
}
.video-modal .modal-content {
  background: transparent;
  border: none;
}
.video-modal .modal-body {
  padding: 0;
}
.video-modal button.close {
  position: absolute;
  top: -12px;
  right: -20px;
  color: #fff;
  font-size: 24px;
}
.video-modal .video {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.video-modal .video iframe, .video-modal .video embed, .video-modal .video object {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media (max-width: 540px) {
  .video-modal .modal-dialog {
    margin: 200px auto;
    width: 95%;
  }
  .video-modal button.close {
    top: -40px;
    right: 0;
  }
}
@media (max-width: 992px) {
  .hero {
    margin-top: 70px;
    min-height: 600px;
  }
  .hero img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 600px;
  }
}
@media (max-width: 768px) {
  .hero {
    background: url(./../img/kv-m.jpg);
    background-size: cover;
    background-position: center;
  }
  .hero img {
    display: none;
  }
  .hero .carousel-caption {
    position: relative;
    padding-top: 40px;
  }
  .hero .position-relative {
    display: flex;
    flex-direction: column-reverse;
  }
  .hero h1 br {
    display: none;
  }
  .about .rounded-box {
    width: 160px !important;
    height: 160px !important;
    padding: 0 8px 8px 0 !important;
  }
  .about .rounded-box h5 {
    font-size: 16px;
  }
  .about-body-list {
    padding: 8px;
  }
  .about-body-list__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .about-icon {
    padding-left: 36px;
  }
}
@media (max-width: 540px) {
  .carousel-caption p {
    margin-bottom: 20px !important;
  }
  .container.facts .facts-text {
    background: linear-gradient(rgba(0, 204, 131, 0.9), rgba(67, 255, 186, 0.538)), url(../img/img-1.jpg) center right no-repeat;
    background-size: cover;
  }
  .facts {
    padding: 0;
  }
}/*# sourceMappingURL=onepage-pet.css.map */