/* KWINS REQUIRED STYLES */

.elementor-field-type-recaptcha_v3 .grecaptcha-badge {
  z-index: 1;
  visibility: hidden !important;
}

body > .elementor {
  overflow-x: clip;
  transition: opacity .3s ease;

}

html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}

[data-elementor-type="wp-page"] {
  flex: 1;
}

[data-elementor-type="footer"] {
  margin-top: auto;
}

.elementor-widget-image a {
  display: flex !important;
  justify-content: center;
  width: 100%;
}

/* DELETING FOCUS-VISIBLE BORDER */

a:active,
a:focus,
input,
textarea,
input:active,
textarea:active,
:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}



[data-id="fcae6c2"].fixed,
[data-id="bcd69bf"].fixed {
  position: fixed;
  top: 0;
  z-index: 100;
}

.kw-header-fixed-mobile.fixed {
  position: fixed;
  top: 0;
  z-index: 100;
}

.reviews-slider {
  position: relative;
  height: 100% !important;
}

.reviews-slider .swiper {
  height: 100%;
}

.review-swipe-prev {
  position: absolute !important;
  z-index: 10;
  right: 100px;
  bottom: 30px;
  cursor: pointer;
}

.review-swipe-next {
  position: absolute !important;
  z-index: 10;
  right: 25px;
  bottom: 30px;
  cursor: pointer;
}

.kw-video-slider {
  position: relative;
  overflow: hidden;
}

.kw-video-slider video {
  width: 100%;
  height: auto;
  cursor: pointer;
  border: 2px solid #ccc;
  transition: transform 0.3s;
}

.kw-video-slider video:hover {
  transform: scale(1.05);
}

.kw-swiper-button-next,
.kw-swiper-button-prev {
  position: absolute;
  cursor: pointer;
  top: 42%;
  z-index: 10;
}

.kw-swiper-button-next {
  right: 10px;
}

.kw-swiper-button-prev {
  left: 10px;
}

.kw-swiper-button-next svg,
.kw-swiper-button-prev svg {
  width: 20px;
  height: 20px;
  fill: #3C74EA;
}

.kw-video-slider .swiper-slide {
  position: relative;
  height: 210px;
  overflow: hidden;
}

.kw-video-slider .swiper-slide video {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.kw-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  fill: white;
  opacity: 0.7;
  pointer-events: none;
  transition: opacity 0.3s;
}

.swiper-slide:hover .kw-video-icon {
  opacity: 1;
}

.kw-swiper-pagination {
  width: max-content !important;
  margin: 0 auto;
}

.kw-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3C74EA;
}

.kw-video-wrapper {
  display: block;
  width: 100%;
  height: 100%;
}

.kw-poster {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.plyr__controls__item,
.plyr__controls__item button {
  border-color: grey;
}

.plyr__controls__item svg {
  fill: grey;
}

.plyr__controls__item:hover,
.plyr__controls__item button:hover {
  background: transparent !important;
}

.kw-marquee {
  width: 100%;
}

.kw-marquee-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 20px;
}

.kw-marquee-items {
  flex-shrink: 0;
  display: flex;
}

.kw-marquee-item {
  width: 12.5vw;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kw-marquee-block {
  animation: scroll 120s linear infinite;
}

.kw-marquee-item img {
  opacity: 0.5;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  transition-duration: 0.3s;
}

.kw-marquee-item:hover img {
  opacity: 1;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.reverce {
  animation-direction: reverse;
}

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

a.glink {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF66;
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 14px;
}

.lang-color a.glink {
  background-color: #F0F0F0;
  color: #161E35;
}

a.glink.gt-current-lang {
  font-weight: normal !important;
}

a.glink:hover {
  color: #FFFFFF;
}

.lang-color a.glink:hover {
  color: #161E35;
}

a.glink.gt-current-lang {
  display: none;
}

.kw-case-descr {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.kw-descr-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kw-paragraph-blue {
  margin: 0;
  color: var(--e-global-color-dc21ad3);
  font-family: "Inter Tight", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: -0.4px;
}

.kw-paragraph-bold {
  margin: 0;
  color: var(--e-global-color-72af962);
  font-family: "Inter Tight", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -0.4px;
}

.kw-rows-descr {
  margin: 0;
  color: #8D919C;
  font-family: var(--e-global-typography-0e43b0a-font-family), Sans-serif;
  font-size: var(--e-global-typography-0e43b0a-font-size);
  font-weight: var(--e-global-typography-0e43b0a-font-weight);
  line-height: var(--e-global-typography-0e43b0a-line-height);
  letter-spacing: var(--e-global-typography-0e43b0a-letter-spacing);
}

.mySwiper2 .swiper-slide {
  height: 100%;
  opacity: 0.4;
}

.mySwiper2 .swiper-slide-thumb-active {
  opacity: 1;
}

.cases-block {
  position: relative;
}

.cases-block .swiper-slide [data-elementor-type="loop-item"] {
  width: inherit;
}

.mySwiper3 {
  max-height: 500px;
}

.mySwiper3 .swiper-slide {
  max-height: 500px;
  padding: 20px;
  background: #F0F0F0;
}

.mySwiper3 img {
  max-height: 460px;
  width: 100%;
  object-fit: cover;
}

.mySwiper2 {
  margin-top: 20px;
  max-height: 52px;
}

.mySwiper2 img {
  max-height: 52px;
  width: 100%;
  object-fit: cover;
}

.custom-swiper-pagination {
  position: absolute;
  bottom: -45px !important;
  z-index: 10;
  text-align: center;
}

.custom-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 3px !important;
}

.custom-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3C74EA;
}

.cases-swiper-button-next,
.cases-swiper-button-prev,
.cases-swiper-button-next-mob,
.cases-swiper-button-prev-mob {
  cursor: pointer;
}

.elementor-element-8ffa183,
.review.type-review,
.elementor-element-6efd062 {
  height: 100% !important;
}

.mySwiper3 .swiper-button-next {
  right: -5px;
}

.mySwiper3 .swiper-button-prev {
  left: -5px;
}

.mySwiper3 .swiper-button-next:after,
.mySwiper3 .swiper-button-prev:after {
  font-size: 30px;
}

@media (max-width: 1024px) {
  .mySwiper3 {
    max-height: 300px;
  }

  .mySwiper3 .swiper-slide {
    max-height: 300px;
  }

  .mySwiper3 img {
    max-height: 260px;
  }

  .mySwiper2 {
    margin-top: 10px;
    max-height: 100px;
  }

  .mySwiper2 img {
    max-height: 100px;
  }

}

@media (max-width: 767px) {
  .review-swipe-prev {
    left: 30px;
    right: auto;
  }

  .kw-video-slider .swiper-slide {
    height: 170px;
  }

  .kw-video-slider .swiper-slide video {
    height: 170px;
  }

  .kw-marquee-item {
    width: 25vw;
  }

  .mySwiper3 {
    max-height: 200px;
  }

  .mySwiper3 .swiper-slide {
    max-height: 200px;
  }

  .mySwiper3 img {
    max-height: 160px;
  }

  .mySwiper2 {
    max-height: 48px;
  }

  .mySwiper2 img {
    max-height: 48px;
  }

  .custom-swiper-pagination {
    bottom: -37px !important;
  }

  .custom-swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
  }
}
