.xdebug-error.xe-warning {
  display: none !important;
}

.order1-w767 {
  order: 1;
}

.order2-w767 {
  order: 2;
}

p {
  margin-block-start: 0px !important;
}

.swiper-style {
  .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    bottom: 75px;
  }
  .swiper-pagination-bullet {
    margin: 0 !important;
    width: 8px;
    height: 8px;
    opacity: 1;
    background-color: #fff;
  }
  .swiper-pagination-bullet-active {
    background-color: #396ddf;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    display: none;
  }

  .swiper-button-prev,
  .swiper-button-next {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 40px;
    height: 40px;
    object-fit: cover;
  }

  .swiper-button-prev {
    background-image: url("/wp-content/uploads/2025/02/next.png");
    left: 25%;
  }

  .swiper-button-next {
    background-image: url("/wp-content/uploads/2025/02/next-1.png");
    right: 25%;
  }
}

.swiper-reviews {
  height: 700px;

  .swiper-wrapper {
    align-items: center;
  }

  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .review-item {
    opacity: 0.5;
    scale: 1;
    transition: opacity 0.2s ease-in-out, scale 0.2s ease-in-out;
    position: relative;

    /* &::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 50px;
      height: 50px;
      object-fit: cover;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      background-image: url(/wp-content/uploads/2025/02/play-2.png);
    } */
  }

  .review-item__play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .review-item__video {
    display: none;
  }

  .review-item__video.show {
    display: block;
  }

  .review-item__content.hide {
    display: none;
  }

  .review-item__image {
    height: 250px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    transition: height 0.2s ease-in-out;

    img {
      width: auto;
      height: 100%;
      object-fit: cover;
    }
  }

  .review-item__name {
    font-size: 26px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Ubuntu";
    text-align: center;
    display: none;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 200px;
    width: 100%;
  }

  .swiper-slide-next {
    .review-item {
      opacity: 1;
      /* scale: 1.2; */
    }

    .review-item__image {
      height: 500px;
    }

    .review-item__name {
      display: block;
    }
  }
}

@media screen and (max-width: 767px) {
  .swiper-reviews {
    .review-item {
      opacity: 1;
    }
    .review-item__image {
      height: 480px;
    }
    .swiper-button-next {
      right: 2%;
    }
    .swiper-button-prev {
      left: 2%;
    }
  }
}

.swiper-results {
  height: 200px;
  width: 100%;
  .swiper-wrapper {
    align-items: center;
  }
  .swiper-button-prev {
    left: 25%;
  }

  .swiper-button-next {
    right: 25%;
  }

  .swiper-slide {
    display: flex;
    align-items: center;
  }

  .result-item {
    opacity: 1;
    filter: blur(3px);
    transition: opacity 0.2s ease-in-out, filter 0.2s ease-in-out;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .result-item__image {
    height: 150px;
    display: flex;
    justify-content: center;
    transition: height 0.2s ease-in-out;
    border-radius: 16px;
    overflow: hidden;

    img {
      width: auto;
      height: 100%;
      object-fit: cover;
    }
  }

  .swiper-slide-next {
    .result-item {
      filter: blur(0px);
      opacity: 1;
      .result-item__image {
        height: 200px;
      }
    }
  }
}

@media screen and (max-width: 767px) {
  .swiper-results {
    .result-item {
      filter: blur(0px);
    }
    .swiper-button-prev {
      left: 0%;
    }

    .swiper-button-next {
      right: 0%;
    }
  }
}

.form-style {
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover,
  textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus {
    border: 1px solid #fff;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
  }
}

.form-style__label {
  margin-bottom: 16px;
}

.form-style__input {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #fff;
  background-color: transparent;
  height: 52px;
  padding: 12px 16px;
  color: #fff;
}

.form-style__input::placeholder {
  color: #a6a6a6;
}

.form-style__input:not(:placeholder-shown) {
  border-color: #fff;
}
/* 
.form-style__input.wpcf7-not-valid {
  border-bottom: 1px solid #000;
} */

.form-style__textarea {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #fff;
  background-color: transparent;
  height: 80px;
  resize: none;
  padding: 16px 20px;
  color: #fff;
}

.form-style__textarea::placeholder {
  color: #a6a6a6;
}

.form-style__textarea:not(:placeholder-shown) {
  border-color: #000;
}

.form-style__textarea.wpcf7-not-valid {
  border-bottom: 1px solid red;
}

.modal-form-style {
  .form-style__input {
    border: 1px solid #a6a6a6;
    color: #0A1A2B;
  }
  .form-style__textarea {
    border: 1px solid #a6a6a6;
    color: #0A1A2B;
  }
  .form-style__submit {
    width: 100%;
  }

  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover,
  textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus {
    border: 1px solid #A6A6A6;
    -webkit-text-fill-color: #0A1A2B;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
  }

}

#popmake-476 {
  .wpcf7-response-output {
    display: none !important;
  }
}

.modal-success__submit {
  cursor: pointer;
}



.modal-success__icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin-bottom: 32px;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.modal-success__title {
  color: #396ddf;
  font-family: "Ubuntu";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .modal-success__title {
    font-size: 34px;
  }
}
.modal-success__content {
  color: #0a1a2b;
  font-family: "Ubuntu";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 32px;
}

.pum-theme-468 .pum-container {
  padding: 30px !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-spinner {
  display: none;
}

body .popmake-close {
  width: 32px !important;
  height: 32px !important;
  object-fit: cover !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background-image: url(/wp-content/uploads/2025/02/closed-20.png) !important;
}

.hide{
  display: none !important;
}








.items {
  overflow: hidden;
  width: 100%;
}
.items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 20px;
}
.items {
  flex-shrink: 0;
  display: flex;
  gap: 20px;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
}
.item {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-in-out;
  width: 240px;
  margin-right: 48px;
  img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

.marquee {
  animation: scroll 20s linear infinite;
}


@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}
