.our-services {
  padding: 0px 2%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  row-gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.our-services .card-service.card-follow-services .service_card_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 100.875%;
}
.our-services .card-service:hover .button-next {
  background-color: #779501;
}
.our-services .our-services-block {
  border-style: solid;
  border-color: rgba(115, 115, 115, 0.5);
  border-width: 0px 1px 0px 1px;
  padding: 0px 8.671875vw 128px;
  display: flex;
  flex-direction: column;
  gap: 72px;
  row-gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
}
.our-services .text-content-sc-3 {
  border-style: solid;
  border-color: #939393;
  border-width: 1px 0px 0px 0px;
  padding: 169px 0px 0px 0px;
  display: flex;
  gap: 68px;
  row-gap: 0px;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  margin-bottom: 86px;
}
.our-services .os_title {
  text-align: right;
  font-family: "Unbounded", sans-serif;
  font-size: 100px;
  line-height: 100.875%;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  -webkit-text-stroke: 1px #5d5d5d;
  color: transparent;
  align-self: flex-start;
}
.our-services .services-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  row-gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  color: #2c3537;
  max-width: 581px;
  width: 100%;
}
.our-services .services-description .os_description {
  font-size: 20px;
  line-height: 137%;
  text-transform: uppercase;
  align-self: stretch;
}
.our-services .services-description .os_subtitle {
  font-size: 40px;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.our-services .cards-all-services {
  display: flex;
  gap: 8px;
  row-gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
}
.our-services .card-follow-services {
  padding: 0px 58px 50px 40px;
  display: flex;
  gap: 40px;
  row-gap: 0px;
  align-items: flex-end;
  justify-content: flex-start;
  /*flex: 1;*/
}
.our-services .card-abstract-block-info-our-services {
  position: absolute;
  top: 0;
  left: -2px;
  z-index: 2;
}
.our-services .abstract-card-img-our-services {
  width: 222px;
  height: 120px;
  max-width: 300px;
}
.our-services .text-information {
  display: flex;
  gap: 40px;
  row-gap: 0px;
  align-items: flex-end;
  justify-content: flex-start;
  flex-shrink: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 46px;
  padding: 0px 1.484375vw;
}
.our-services .icon-next {
  flex-shrink: 0;
  width: 112px;
  height: 113px;
  overflow: visible;
}
.our-services .mask-group {
  flex-shrink: 0;
  width: 451px;
  height: 126px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: visible;
}
.our-services .card-service {
  padding: 0px;
  display: flex;
  gap: 0;
  row-gap: 0px;
  align-items: flex-end;
  justify-content: flex-end;
  /*flex: 1;*/
}
.our-services .card-service .card-information {
  display: flex;
  row-gap: 0px;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 0px 1.484375vw 34px;
  z-index: 1;
}
.our-services .card-service .button-next {
  border-radius: 2px;
  display: flex;
  gap: 10px;
  row-gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 18%;
  max-width: 48px;
  height: auto;
  overflow: visible;
  transition: all 0.5s linear;
}
.our-services .card-service .card-texts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  row-gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 80%;
  color: #ffffff;
}
.our-services .card-service .service_card_title {
  color: #ffffff;
  font-size: 26px;
  line-height: 100%;
  font-weight: 700;
}
.our-services .card-service .service_card_dscr {
  font-size: 18px;
  line-height: 114.37%;
  font-weight: 300;
}
.our-services .card-service .card-image {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.our-services .card-service .card-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  -o-object-fit-object-fit: cover;
  transition: all 0.5s linear;
}
.our-services .card-service:hover .card-image img {
  transform: scale(1.1);
}
.our-services .card-service > a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.our-services .owl-next,
.our-services .owl-prev {
  display: none;
}
.our-services .owl-dots {
  margin-top: 14px;
  text-align: center;
  width: 100%;
}
.our-services .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  z-index: 1;
  transition: all 0.5s ease;
}
.our-services .owl-carousel .owl-dots button.owl-dot {
  background: #D9D9D9;
  border: none;
  border-radius: 10px;
  height: 10px;
  width: 10px;
  position: relative;
  margin-right: 4px;
  z-index: 1;
}
.our-services .owl-carousel .owl-dots button.owl-dot:hover {
  background: #779501;
}
.our-services .owl-carousel .owl-dots button.owl-dot.active {
  border-radius: 7px;
  background: #779501;
  height: 10px;
  width: 30px;
  z-index: 2;
  margin-right: 4px;
}

html[lang=en-US] .our-services .text-content-sc-3 {
  flex-direction: row-reverse;
}
html[lang=en-US] .our-services .os_title {
  text-align: left;
  text-transform: none;
}
html[lang="en-US"] .our-services .services-description .os_description {
  text-transform: none;
}
html[lang="en-US"] .our-services .services-description .os_subtitle {
  text-transform: none;
}



@media (max-width: 1920px) {
  .our-services .os_title {
    font-size: 80px;
  }
  .our-services .card-service .service_card_title {
    font-size: 20px;
  }
  .our-services .icon-next {
    width: 36px;
    height: 36px;
  }
  .our-services .text-information {
    padding: 0px 1.484375vw;
  }
}
@media (max-width: 1366px) {
  .our-services .text-content-sc-3 {
    align-items: start;
    flex-direction: column-reverse;
    row-gap: 28px;
  }
  .our-services .abstract-card-img-our-services {
    width: 112px;
    height: 60px;
  }
  html[lang=en-US] .our-services .text-content-sc-3 {
    align-items: start;
    flex-direction: column-reverse;
    row-gap: 28px;
  }
}
@media (max-width: 1024px) {
  .our-services .text-information {
    gap: 0;
  }
  .our-services .card-service .service_card_title {
    font-size: 18px;
  }
  .our-services .card-service .service_card_dscr {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .our-services {
    padding: 0;
    overflow: hidden !important;
  }
  .our-services .card-service {
    direction: rtl;
  }
  .our-services .card-service.card-follow-services .text-information {
    padding: 0px 23px 23px;
    gap: 30px;
    justify-content: flex-start;
  }
  .our-services .our-services-block {
    border: none;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid rgba(115, 115, 115, 0.5);
    padding-bottom: 64px;
  }
  .our-services .text-content-sc-3 {
    padding-top: 70px;
    margin-bottom: 16px;
  }
  .our-services .os_title {
    -webkit-text-stroke: 1px rgba(44, 53, 55, 0.5);
    font-size: 40px;
    line-height: 116.87%;
  }
  .our-services .services-description .os_subtitle {
    font-size: 24px;
  }
  .our-services .services-description .os_description {
    font-size: 16px;
  }
  .our-services .services-description .os_subtitle {
    margin-bottom: 12px;
  }
  .our-services .cards-all-services {
    /*flex-wrap: wrap;*/
    direction: ltr;
    width: 71.4953271028vw;
    left: -18.9252336449vw;
  }
  .our-services .cards-all-services .owl-stage-outer {
    overflow: visible !important;
  }
  .our-services .text-content-sc-3 {
    border: none;
  }
  .our-services .card-service {
    width: 71.4953271028vw;
  }
  .our-services .card-service .card-information {
    padding: 0px 16px 17px;
  }
  .our-services .card-service .service_card_title {
    font-size: 20px;
    font-weight: 500;

  }
  .our-services .card-service .card-texts {
    align-items: flex-start;
    row-gap: 8px;
    width: 83%;
  }
  .our-services .abstract-card-img-our-services {
    width: 159px;
    height: 78.891px;
  }
  .our-services .text-information {
    padding: 0px 20px 24px;
    gap: 24px;
    bottom: 0;
  }
  .our-services .icon-next {
    width: 42px;
    height: 42px;
  }
  .our-services .owl-dots {
    position: relative;
    left: 11.214953271vw;
  }
  .our-services .owl-item {
    transition: opacity 1s linear;
    opacity: 0;
  }
  .our-services .owl-item.active {
    opacity: 1;
  }
  .our-services .owl-item.active ~ .owl-item {
    opacity: 1;
  }
  html[lang=en-US] .our-services .owl-dots {
    left: 10.9813084112vw;
  }
  html[lang=en-US] .our-services .cards-all-services {
    left: 0;
  }
  html[lang=en-US] .our-services .card-service {
    direction: ltr;
  }
  html[lang=en-US] .our-services .card-service .card-texts {
    align-items: flex-start;
  }
}
@media (max-width: 440px) {
  .our-services .services-description .os_subtitle {
    margin-bottom: 16px;
  }
}
/*# sourceMappingURL=our_services.css.map */