html {
  font-size: 62.5%;
}

.container {
  padding-left: 4.8rem;
  padding-right: 4.8rem;
}

section {
  overflow-x: hidden;
}

b, strong {
  font-weight: 400;
}

.mb-19-n {
  margin-bottom: -19rem !important;
}

.pb-19 {
  padding-bottom: 19rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.perex {
  font-size: 3.2rem;
}
@media (max-width: 991px) {
  .perex {
    font-size: 1.4rem;
  }
}

h1 {
  line-height: 1.1;
}

h2 span {
  color: #3A913F;
}

section > .container {
  border-radius: 4rem;
}
@media (max-width: 991px) {
  section > .container {
    border-radius: 16px;
  }
}

.two-col-text {
  column-count: 2;
  column-gap: 13.4rem;
}

@media (max-width: 1427px) {
  h1, .h1 {
    font-size: 6rem;
  }
  h2, .h2 {
    font-size: 3.2rem;
  }
  h3, .h3 {
    font-size: 2.4rem;
  }
  body {
    font-size: 1.6rem;
  }
  .two-col-text {
    column-count: 2;
    column-gap: 6rem;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 4rem;
    margin-bottom: 2.4rem;
  }
  h2, .h2 {
    font-size: 3.2rem;
  }
  body {
    font-size: 1.4rem;
  }
  section {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .mb-19-n {
    margin-bottom: -9rem !important;
  }
  .pb-19 {
    padding-bottom: 9rem !important;
  }
  .mb-1 {
    margin-bottom: 24px !important;
  }
  .mb-2 {
    margin-bottom: 32px !important;
  }
  .mt-1 {
    margin-top: 24px !important;
  }
  .mt-2 {
    margin-top: 32px !important;
  }
  .pt-8 {
    padding-top: 4.8rem !important;
  }
  .pb-8 {
    padding-bottom: 4.8rem !important;
  }
  .two-col-text {
    column-count: 1;
    column-gap: 6rem;
  }
}
button:focus {
  outline: none;
}

.btn {
  border-radius: 10rem;
  padding: 1.2rem 3.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 300;
}
.btn-primary {
  background: #3A913F;
  border-radius: 10rem;
  padding: 1.2rem 3.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 300;
  color: #ffffff;
}
.btn-primary:hover {
  color: #ffffff;
}
.btn-white {
  color: #000;
  background: #ffffff;
}
.btn-white.btn-arrow .icon-arrow {
  background: #3A913F !important;
}
.btn-white:hover {
  color: #000;
  background: #E7F2E8;
}
.btn.btn-arrow {
  justify-content: space-between;
  padding-right: 1.2rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.btn.btn-arrow .icon-arrow {
  width: 4rem;
  height: 4rem;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}

@media (max-width: 1199px) {
  .btn {
    font-size: 1.4rem;
  }
  .btn.btn-arrow {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.dropdown-toggle {
  padding: 0;
  background: transparent;
  padding-right: 2.8rem;
  border-radius: 0;
  position: relative;
}
.dropdown-toggle:hover, .dropdown-toggle.show {
  background: none;
}
.dropdown-toggle:after {
  position: absolute;
  right: 0px;
  content: "";
  background: url("./../images/arrow_down.svg") no-repeat center;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  top: 0;
  margin: 0;
}
.dropdown-menu {
  border-radius: 0px 0px 12px 12px;
  background: #ffffff;
  padding: 1.2rem 2.4rem;
  border: none;
  transform: none !important;
  margin-top: 2.5rem !important;
  margin-left: -2.5rem !important;
  top: 100% !important;
}
.dropdown-item {
  display: flex;
  align-items: center;
}
.dropdown-item img {
  margin-right: 0.8rem;
}
.dropdown-item:hover {
  background: none;
  color: #3A913F;
}

@media (max-width: 991px) {
  .dropdown-toggle {
    padding-right: 2.2rem;
    height: 1.8rem;
  }
  .dropdown-toggle:after {
    width: 1.8rem;
    height: 1.8rem;
    background-size: 1.8rem;
    background-position: center;
  }
}
label {
  margin-bottom: 0.8rem;
}

.form-control {
  border-radius: 4.8rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #ffffff;
  height: 5.6rem;
  padding: 0 2.4rem;
}
@media (max-width: 991px) {
  .form-control {
    height: 4.8rem;
  }
}

textarea.form-control {
  padding: 2.4rem;
  height: 18rem;
}

.form-group {
  margin-bottom: 3.2rem;
}

.check-styled {
  width: auto;
  position: relative;
  display: block;
  padding: 0;
}
.check-styled label {
  margin-bottom: 0;
}
.check-styled input[type=checkbox] {
  opacity: 0;
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
}
.check-styled input[type=checkbox] + label {
  padding-left: 3rem;
  font-size: 1.2rem;
  text-transform: none;
  min-height: 2rem;
  display: flex;
  align-items: center;
}
.check-styled input[type=checkbox] + label > span {
  display: block;
}
.check-styled input[type=checkbox] + label > span a {
  color: #000;
}
.check-styled input[type=checkbox] + label:before {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  display: block;
}
.check-styled input[type=checkbox] + label:after {
  display: block;
  width: 1rem;
  height: 1rem;
  background: #3A913F;
  content: "";
  border-radius: 0.2rem;
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
  transition: all 0.3s;
  opacity: 0;
}
.check-styled input[type=checkbox]:checked + label:before {
  border-color: #3A913F;
}
.check-styled input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.header {
  margin-top: 1.6rem;
  margin-bottom: -4rem;
}
.header-container {
  padding-top: 2.4rem;
  padding-bottom: 6.4rem;
  border-radius: 4rem 4rem 0 0;
}
.header-content {
  display: flex;
  align-items: center;
}
.header-logo {
  width: 25rem;
}
.header-logo img {
  max-width: 100%;
}
.header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header-contact {
  font-weight: 400;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.header-contact:after {
  width: 1px;
  height: 2.4rem;
  background: rgba(0, 0, 0, 0.2);
  margin-left: 2.4rem;
  margin-right: 2.4rem;
  content: "";
  display: block;
}
.header-contact img {
  margin-right: 1.6rem;
}
.header-mobile-contact {
  background: #3A913F;
  border-radius: 8px;
  display: none;
  width: 100%;
  justify-content: center;
  color: #ffffff;
}
.header-mobile-contact .header-contact {
  display: inline-flex;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 0.8rem;
}
.header-mobile-contact .header-contact img {
  margin-right: 0.4rem;
}
.header-mobile-contact .header-contact:after {
  display: none;
}

.lang-dropdown {
  margin-right: 4.8rem;
}

@media (max-width: 1427px) {
  .header-logo {
    width: 20rem;
  }
  .header-contact {
    font-size: 1.4rem;
  }
  .header-contact img {
    width: 1.6rem;
    margin-right: 0.8rem;
  }
}
@media (max-width: 1199px) {
  .header-logo {
    width: 17rem;
  }
  .header-contact {
    font-size: 1.4rem;
  }
  .header-contact img {
    width: 1.6rem;
    margin-right: 0.8rem;
  }
  .lang-dropdown {
    margin-right: 2.4rem;
  }
}
@media (max-width: 991px) {
  .header {
    margin-top: 0;
    padding: 1.6rem;
    padding-bottom: 0;
    margin-bottom: -3rem;
  }
  .header-container {
    padding: 0;
    border-radius: 16px;
    padding-bottom: 3rem;
  }
  .header-content {
    flex-wrap: wrap;
    padding-bottom: 2.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .header-mobile-contact {
    display: flex;
    margin-bottom: 2.4rem;
    margin-left: -2.4rem;
    margin-right: -2.4rem;
    width: calc(100% + 4.8rem);
  }
  .header-logo {
    width: 13rem;
  }
  .header-contact {
    display: none;
  }
  .header-right .btn-primary {
    display: none;
  }
  .lang-dropdown {
    margin-right: 0rem;
  }
}
.top-img {
  border-radius: 4rem 4rem 0px 0px;
  position: relative;
  overflow: hidden;
}
.top-img-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-img-container {
  padding-left: 0;
  padding-right: 0;
}
.top-img-content {
  position: absolute;
  left: 4.8rem;
  max-width: 74rem;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
  color: #ffffff;
  align-items: flex-start;
}
.top-img-content .perex {
  margin-bottom: 5.6rem;
}
.top-img-content .perex p {
  margin-bottom: 0;
}
.top-img-content h1 {
  color: #ffffff;
}
.top-img:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px 40px 0px 0px;
  background: linear-gradient(0deg, rgba(17, 44, 19, 0.8) 3.82%, rgba(17, 44, 19, 0) 100%), linear-gradient(270deg, rgba(17, 44, 19, 0) 18.87%, rgba(17, 44, 19, 0.8) 99.98%);
}

@media (max-width: 1427px) {
  .top-img {
    height: 70rem;
  }
  .top-img-img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .top-img {
    border-radius: 16px;
    height: 53rem;
  }
  .top-img:after {
    border-radius: 16px;
    background: linear-gradient(0deg, #112C13 35.15%, rgba(17, 44, 19, 0) 84.21%), linear-gradient(270deg, rgba(17, 44, 19, 0) 18.87%, rgba(17, 44, 19, 0.8) 99.98%);
  }
  .top-img-content {
    left: 0rem;
    padding: 2.4rem;
  }
  .top-img-content .perex {
    margin-bottom: 4.8rem;
  }
}
.about-section {
  z-index: 10;
  position: relative;
}
.about-container {
  overflow: hidden;
}
.about-content {
  display: flex;
  justify-content: space-between;
}
.about-content h2 {
  white-space: nowrap;
}
.about-img {
  width: 44.7rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.about-img img {
  max-width: 100%;
}
.about-text {
  max-width: 61rem;
  padding-left: 2rem;
}
.about-name {
  font-size: 2rem;
  font-weight: 400;
  margin-top: 4rem;
}
.about-small {
  font-size: 1.4rem;
}

@media (max-width: 1427px) {
  .about-img {
    width: 38rem;
  }
}
@media (max-width: 1199px) {
  .about-content {
    flex-direction: column;
  }
  .about-text {
    order: 2;
    padding-left: 0;
    max-width: 100%;
  }
  .about-img {
    padding-top: 3rem;
    width: 100%;
    align-items: center;
    order: 3;
  }
}
.why-us-section {
  position: relative;
  z-index: 10;
}
.why-us-col {
  display: flex;
  margin-bottom: 1.6rem;
}
.why-us-item {
  background: #ffffff;
  padding: 3.2rem 2.4rem;
  border-radius: 2.4rem;
  width: 100%;
}
.why-us-item h3 {
  margin-bottom: 1.6rem;
}
.why-us-item p {
  margin-bottom: 0;
}

.services-section {
  position: relative;
  z-index: 10;
}
.services-list {
  display: flex;
}
.services-item {
  width: 16.66%;
  height: 49rem;
  position: relative;
  padding: 0 0.8rem;
  transition: all 0.2s;
  overflow: hidden;
}
.services-item:not(.open) .services-item-content {
  padding: 4rem 3.2rem;
}
.services-item:not(.open) p {
  display: none;
}
.services-item:not(.open) h3 {
  font-size: 2.4rem;
}
.services-item:not(.open) .btn-white {
  padding: 0;
}
.services-item:not(.open) .btn-white span {
  display: none;
}
.services-item:not(.open) .btn-white .icon-arrow {
  display: flex;
  background: #ffffff !important;
  margin-left: 0;
}
.services-item-content {
  position: absolute;
  inset: 0;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  color: #ffffff;
}
.services-item-content p {
  margin-bottom: 4rem;
}
.services-item-content h3 {
  font-size: 4rem;
  color: #ffffff;
  max-width: 15.6rem;
  margin-bottom: 2.4rem;
}
.services-item-content .btn-wrapper {
  height: 5.6rem;
}
.services-item-img {
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.services-item-img:after {
  position: absolute;
  content: "";
  display: block;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 44, 19, 0) 29.1%, #112C13 100%);
  transition: all 0.2s;
}
.services-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-item.open {
  width: 50%;
}
.services-item.open .services-item-content p {
  width: 38rem;
}
.services-item.open .services-item-content h3 {
  width: 38rem;
  max-width: unset;
}
.services-item.open .btn-white {
  white-space: nowrap;
}
.services-item.open .btn-white .icon-arrow svg path {
  fill: #ffffff;
}
.services-item.open .services-item-img:after {
  background: linear-gradient(180deg, rgba(17, 44, 19, 0) -45.12%, #112C13 100%);
}

@media (max-width: 1427px) {
  .services-item-content h3 {
    font-size: 3.6rem;
  }
  .services-item:not(.open) .services-item-content {
    padding: 3.2rem 2rem;
  }
  .services-item:not(.open) h3 {
    font-size: 2.2rem;
  }
}
@media (max-width: 1199px) {
  .services-item {
    padding: 0 0.4rem;
  }
  .services-item-content h3 {
    font-size: 2.4rem;
  }
  .services-item:not(.open) .services-item-content {
    padding: 3.2rem 1.6rem;
  }
  .services-item:not(.open) h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .services-list {
    flex-direction: column;
  }
  .services-item {
    padding: 0;
    width: 100%;
    margin-bottom: 1.6rem;
    height: 20.5rem;
  }
  .services-item-img:after {
    background: linear-gradient(180deg, rgba(17, 44, 19, 0) -45.12%, #112C13 100%);
  }
  .services-item.open {
    width: 100%;
    height: 49rem;
  }
  .services-item.open .services-item-img:after {
    background: linear-gradient(180deg, rgba(17, 44, 19, 0) -45.12%, #112C13 100%);
  }
  .services-item.open .services-item-content h3, .services-item.open .services-item-content p {
    width: unset;
  }
  .services-item-content {
    padding: 2.4rem;
  }
  .services-item-content h3 {
    font-size: 2.4rem;
    width: auto;
    max-width: 100%;
  }
  .services-item-content h3 br {
    display: none;
  }
  .services-item-content p {
    width: auto;
  }
  .services-item:not(.open) .services-item-content {
    padding: 2.4rem;
  }
  .services-item:not(.open) h3 {
    font-size: 2.4rem;
  }
}
.references-section {
  position: relative;
  z-index: 10;
}
.ref-swiper {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.ref-swiper .swiper-slide {
  width: 16.66%;
  padding: 0 0.8rem;
}
.ref-swiper-wrapper {
  position: relative;
}

.ref-item {
  background: #ffffff;
  width: 100%;
  height: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.4rem;
  overflow: hidden;
  padding: 1rem;
}
.ref-item img {
  max-width: 100%;
  max-height: 100%;
}

.swiper-button-prev, .swiper-button-next {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #3A913F;
  transform: translateY(-50%) !important;
  top: 50% !important;
  margin-top: 0 !important;
}
.swiper-button-prev:after, .swiper-button-next:after {
  content: "";
  position: absolute;
  inset: 0;
  border: none;
  background: url("./../images/arrow_right_white.svg") no-repeat center;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 0.7;
}
.swiper-button-prev {
  left: -2rem;
}
.swiper-button-prev:after {
  transform: rotate(180deg);
}
.swiper-button-next {
  right: -2rem;
}

@media (max-width: 1199px) {
  .ref-swiper .swiper-slide {
    width: 20%;
    padding: 0 0.8rem;
  }
}
@media (max-width: 991px) {
  .ref-swiper .swiper-slide {
    width: 25%;
    padding: 0 0.8rem;
  }
  .ref-item {
    height: 9.6rem;
    border-radius: 16px;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 3.2rem;
    height: 3.2rem;
  }
  .swiper-button-prev {
    left: -1.6rem;
  }
  .swiper-button-next {
    right: -1.6rem;
  }
}
@media (max-width: 767px) {
  .ref-swiper .swiper-slide {
    width: 33.33%;
    padding: 0 0.8rem;
  }
}
@media (max-width: 575px) {
  .ref-swiper .swiper-slide {
    width: 50%;
    padding: 0 0.5rem;
  }
}
.contact-section {
  position: relative;
  z-index: 10;
}
.contact-content-bottom {
  margin-top: 3.2rem;
}
.contact-content-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-form {
  flex-grow: 1;
  max-width: 70rem;
  margin-right: 2.4rem;
}
.contact-box {
  border-radius: 4rem;
  background: #E7F2E8;
  padding: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55.4rem;
  margin-top: 3.2rem;
}
.contact-box-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  width: 36.7rem;
}
.contact-box-item {
  display: flex;
  margin-bottom: 4.8rem;
  align-items: center;
}
.contact-box-item:last-child {
  margin-bottom: 1.6rem;
}
.contact-box-item-img {
  width: 11.2rem;
  height: 11.2rem;
  border: 1px solid #3A913F;
  overflow: hidden;
  border-radius: 50%;
}
.contact-box-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-box-item-text {
  width: calc(100% - 11.2rem);
  padding-left: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
.contact-box-item-name {
  font-size: 2rem;
  font-weight: 400;
}
.contact-box-item-pos {
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}
.contact-box-item-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-box-item-links a {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 0.8rem;
  font-weight: 400;
  color: #000;
}
.contact-box-item-links a img {
  width: 1.6rem;
  margin-right: 0.8rem;
}
.contact-box-item-links a:hover {
  color: #3A913F;
}

@media (max-width: 1199px) {
  .contact-box {
    padding: 3.2rem 2.4rem;
    width: 45rem;
  }
}
@media (max-width: 991px) {
  .contact-content.pb-19 {
    padding-bottom: 8rem !important;
  }
  .contact-content-list {
    flex-direction: column;
    padding-bottom: 0 !important;
  }
  .contact-form {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
  }
  .contact-box {
    padding: 3.2rem 2.4rem;
    width: calc(100% + 4.8rem);
    border-radius: 1.6rem 1.6rem 0 0;
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }
}
@media (max-width: 767px) {
  .contact-box-list {
    align-items: flex-start;
    max-width: 100%;
    width: 100%;
  }
  .contact-box-item {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 3.2rem;
  }
  .contact-box-item-img {
    width: 6.4rem;
    height: 6.4rem;
    margin-bottom: 1.6rem;
  }
  .contact-box-item-text {
    padding-left: 0;
    width: 100%;
  }
}
.footer {
  position: relative;
  z-index: 10;
  color: #ffffff;
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
}
.footer-logo {
  margin-bottom: 4rem;
  display: inline-flex;
  width: 25rem;
}
.footer-logo img {
  max-width: 100%;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  text-decoration: none;
}
.footer p {
  margin-bottom: 0;
}
.footer-container {
  padding: 4.8rem 4rem;
  border-radius: 4rem;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 4rem;
  padding-top: 3.2rem;
  display: flex;
  justify-content: space-between;
  font-weight: 300;
}
.footer-bottom strong {
  font-weight: 500;
}

@media (max-width: 991px) {
  .footer {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .footer-container {
    padding: 4.8rem 2.4rem;
    border-radius: 16px;
  }
  .footer-logo {
    width: 13rem;
    margin-bottom: 3.2rem;
  }
  .footer-bottom {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    flex-direction: column;
  }
  .footer-bottom-left {
    margin-bottom: 1.6rem;
  }
}

.validError {
    border-color: red;
}

.formError {
    color: red !important;
}

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

.ui-dialog .ui-dialog-buttonpane {
  border: 0;
  background: none;
}

.ui-widget.ui-widget-content {
  border-radius: 27px;
}

.ui-widget {
  font-family: var(--bs-body-font-family);
}

.ui-dialog .ui-dialog-buttonpane button {
  background: #3A913F;
    border: none;
    color: white;
    font-weight: 400;
    border-radius: 20px;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    padding: 5px 15px;
}

.ui-dialog .ui-dialog-titlebar-close, .ui-draggable .ui-dialog-titlebar {
  display: none;
}

.ui-dialog .ui-dialog-content {
  padding: 1.5em 1em 0 1em;
}

.ui-widget-overlay {
  background: #000000;
  opacity: .4;
}

#text {margin: 0;}

#btn-submit {margin-top: 2rem;}

#btn-submit::after {
    content: "";
    width: 40px;
    height: 40px;
    background: white url(/images/arrow_right.svg) no-repeat center center;
    border-radius: 100%;
    margin-left: 1rem;
}