

/* Start:/local/templates/main/css/about-us.css?17771267827040*/
.about-us-hero__bg {
 position: relative;
 z-index: 1;
}

.about-us-hero__bg::after {
  position: absolute;
  content: '';
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 62.26%, #F6F3E9 100%)
}

.about-us-hero__bg img {
  width: 100%;
}

.about-us-hero__header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  z-index: 2;
  margin-top: -66px;
}

.about-us__title {
  font-size: clamp(1.625rem, 4.5vw, 52px) !important;
  text-align: center;
}

.about-us__subtitle {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

@media (width < 768px) {
  .about-us__subtitle {
    font-size: 16px;
  }
}

.about-us-hero__h1 {
  font-size: clamp(1.625rem, 3.6vw, 36px);
  margin-top: 63px;
}

.about-us-hero__body {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 13px;
}

@media (width < 768px) {
  .about-us-hero__body {
    gap: 40px;
  }
}

.about-us-hero__body-row:first-child > .about-us-hero__body-item:first-child p {
  padding-bottom: 1em;
}

.about-us-hero__body-row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

@media (width < 768px) {
  .about-us-hero__body-row {
    flex-direction: column;
  }
}

.about-us-hero__body-item {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  width: fit-content;
}

.about-us-hero__body-item p {
  max-width: 320px;
}

.about-us-hero__body-link {
  position: absolute;
  bottom: 0;
  right: 0;
  text-decoration: underline;
}

.about-us-hero__button {
  /* margin-left: 85px; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (width < 768px) {
  .about-us-hero__button.button-empty {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
}

.item-content {
  display: flex;
  flex-direction: column;
  gap: 26px;
  height: 100%;
}

.about-us__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.about-us-slider__header {
  margin-top: 60px;
  margin-bottom: 33px;
}



/* OUR GOALS */

.our-goals {
  margin-top: 90px !important;
  position: relative;
}

.our-goals__content {
  margin-top: 30px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

@media (width < 850px) {
  .our-goals__content {
    background-size: 100%;
    background-position: center;
  }
}

.our-goals__list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.our-goal {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: center;
  padding: 30px 85px;
  background: linear-gradient(-90deg, #4A7C59 0%, #FFF 100%);
  border-radius: 111px;
  border-top-right-radius: 0;
  min-height: 235px;
}

@media (width < 520px) {
  .our-goal {
    flex-direction: column;
    padding: 30px 30px;
    border-radius: 60px;
    border-top-right-radius: 0;
    width: 100% !important;
    background: linear-gradient(-90deg, #4A7C59 30%, #FFF 100%);
  }
}

.our-goal:nth-child(2) {
  min-width: 66%;
}

.our-goal:nth-child(3) {
  width: 100%;
}

@media (width < 920px) {
  .our-goal:nth-child(3) {
    flex-wrap: wrap;
  }
}

.our-goal__header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (width > 920px) {
  .our-goal:nth-child(3) .our-goal__header {
    justify-content: space-between;
    width: 100%;
  }
}

.our-goal__header span, .our-goal__button-wrapper-mobile span {
  font-size: clamp(22px, 3.6vw, 36px);
  font-weight: 400;
  font-family: var(--font-title);
}

.our-goal__header > span {
  max-width: 3em;
}

@media (width < 520px) {
  .our-goal__header > span {
    max-width: unset;
  }
}

.our-goal__button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.our-goal__button-wrapper-mobile {
  display: none;
}

@media (width < 920px) {
  .our-goal__button-wrapper {
    display: none;
  }

  .our-goal__button-wrapper-mobile {
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.our-goal__button {
  padding: 10px 20px !important;
  text-align: center;
}

@media (width < 768px) {
  .our-goal__button {
    font-size: 14px !important;
  }
}

.our-goal__list {
  max-width: 235px;
  list-style-type: none;
  color: var(--color-font-white);
  font-size: 10px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

@media (width < 520px) {
  .our-goal__list {
    font-size: 13px;
    max-width: unset;
  }
}

.our-goal__item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.our-goal__item:first-child:before {
  content: '';
  width: 24px;
  height: 24px;
  background-color: var(--color-bg-white);
  border: 8px solid var(--color-brown);
  border-radius: 50%;
  flex-shrink: 0;
}

.our-goal__item:nth-child(2):before {
  content: '';
  width: 24px;
  height: 24px;
  background-color: var(--color-brown);
  border: 8px solid var(--color-yellow);
  border-radius: 50%;
  flex-shrink: 0;
}

.our-goal__item:nth-child(3):before {
  content: '';
  width: 24px;
  height: 24px;
  background-color: var(--color-bg-white);
  border: 8px solid var(--color-green);
  border-radius: 50%;
  flex-shrink: 0;
}

.our-goal__item:nth-child(4):before {
  content: '';
  width: 24px;
  height: 24px;
  background-color: var(--color-brown);
  border: 8px solid var(--color-bg-white);
  border-radius: 50%;
  flex-shrink: 0;
}

.our-goals::before, .our-goals::after {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  width: 173px;
  height: 422px;
  background-image: var(--mandala-left);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}

.our-goals::after {
  background-image: var(--mandala-right);
  left: unset;
  top: unset;
  right: 0;
  bottom: -170px;
}

.about-us-team .our-team::before, .about-us-team .our-team::after {
  display: none;
}

.about-us-team .our-team {
  padding-bottom: 0;
}


/* ABOUT-US FOOTER */

.about-us-footer {
  max-width: 900px;
  margin-inline: auto;
  display: flex;
  gap: 11px;
  align-items: center;
}

@media (width < 640px) {
  .about-us-footer {
    flex-direction: column-reverse;
  }
}

.about-us-footer__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: var(--color-font-white);
  max-width: 525px;
}

.about-us-footer__body h2 {
  font-size: clamp(22px, 3.6vw, 36px);
  font-family: var(--font-title);
}

.about-us-footer__body p {
  font-size: 13px;
}

@media (width < 768px) {
  .about-us-footer__body p {
    font-size: 16px;
  }
}

.about-us-footer__buttons {
  display: flex;
  gap: 30px;
}

@media (width < 768px) {
  .about-us-footer__buttons {
    flex-wrap: wrap;
    gap: 15px;
  }
}

.about-us-footer__buttons a {
  flex-shrink: 0;
  padding-inline: 20px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/search.title/main_search-title/style.css?1773488365464*/
div.title-search-result {
  background-color: var(--color-bg-white);
  border-radius: 12px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 5;
}

.title-search-result {
  width: 400px !important;
}

@media (max-width: 420px) {
  .title-search-result {
    width: 330px !important;
  }
}

.title-search-result tr th {
  display: none;
}

.title-search-result td > a > img {
  display: none;
}

.title-search-result tr td {
  padding-inline: 15px;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/about-us_slider/style.css?17683891641471*/
.about-us-slider__list-wrapper {
	position: relative;
}

.about-us-slider__list-wrapper .slick-prev {
	transform: translate(100px, -100%);
}

.about-us-slider__list-wrapper .slick-next {
	transform: translate(-100px, -100%);
}

@media (width < 768px) {
	.about-us-slider__list-wrapper .slick-prev {
		transform: translate(10px, -100%);
	}

	.about-us-slider__list-wrapper .slick-next {
		transform: translate(-10px, -100%);
	}
}


.about-us-slider__item {
	position: relative;
	width: 100% !important;
	height: 440px;
	border-radius: 12px;
	padding: 20px;
	padding-right: 187px;
	display: flex !important;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (width > 1440px) {
	.about-us-slider__item {
		height: 600px;
	}
}

@media (width < 768px) {
	.about-us-slider__item {
		padding-right: 20px;
	}
}

.about-us-slider__item-text-wrapper {
	/* position: absolute;
	bottom: 0;
	right: 0; */
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px;
	margin-top: auto;
	margin-left: auto;
	max-width: 500px;
	border-radius: 12px;
}

.about-us-slider__item-text-wrapper.has-white-bg {
	background-color: #ffffff50;
}

.about-us-slider__list .slick-slide {
	display: block !important;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.about-us-slider__item-title {
	font-family: var(--font-title);
	font-size: clamp(24px, 3.6vw, 36px);
}

.about-us-slider__item-description {
	font-size: clamp(16px, 2vw, 20px);
}
/* End */
/* /local/templates/main/css/about-us.css?17771267827040 */
/* /local/templates/.default/components/bitrix/search.title/main_search-title/style.css?1773488365464 */
/* /local/templates/.default/components/bitrix/news.list/about-us_slider/style.css?17683891641471 */
