@charset "UTF-8";
.container {
  width: 100%;
  max-width: 1156px;
  margin: 0 auto;
  padding-inline: 18px;
  box-sizing: border-box;
}

@media (max-width: 1156px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 576px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@font-face {
  font-family: "Manrope";
  src: url("/local/templates/esg/fonts/Manrope/manrope-v15-cyrillic_latin-200.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("/local/templates/esg/fonts/Manrope/manrope-v15-cyrillic_latin-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("/local/templates/esg/fonts/Manrope/manrope-v15-cyrillic_latin-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("/local/templates/esg/fonts/Manrope/manrope-v15-cyrillic_latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("/local/templates/esg/fonts/Manrope/manrope-v15-cyrillic_latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("/local/templates/esg/fonts/Manrope/manrope-v15-cyrillic_latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("/local/templates/esg/fonts/Manrope/manrope-v15-cyrillic_latin-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
:root {
  --color-body: #EDFFF4;
  --color-main: #3ABB6D;
  --color-hover: #0C7535;
  --color-text: #00305F;
  --color-light: #BDE6CD;
  --color-default: #FFFFFF;
  --line-height-base: 125%;
  --border-radius-base: 12px;
  --transition-duration: .3s;
}

*, *::before, *::after {
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
}

body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd, ul, ol, label {
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background-color: var(--color-body);
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #app {
  isolation: isolate;
}

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

button:focus {
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.pageTitle {
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  color: var(--color-text);
}

.sectionTitle {
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  color: var(--color-text);
}

.blockTitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  color: var(--color-text);
}

p, li {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text);
  line-height: 100%;
}

span {
  font-size: 14px;
  font-weight: 400;
}

section {
  margin-top: 120px;
}
@media (max-width: 576px) {
  section {
    margin-top: 80px;
  }
}

.btn {
  height: 50px;
  padding-inline: 20px;
  font-size: 16px;
  font-weight: 700;
  border-radius: var(--border-radius-base);
  line-height: var(--line-height-base);
  transition: all var(--transition-duration);
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.btn-default {
  background-color: var(--color-main);
  color: var(--color-default);
}
.btn-default:hover {
  background-color: var(--color-hover);
}
.btn-light {
  background-color: var(--color-default);
  color: var(--color-main);
}
.btn-light:hover {
  background-color: var(--color-main);
  color: var(--color-default);
}

.card_btn {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  color: var(--color-main);
  transition: all var(--transition-duration) ease;
}
.card_btn:hover {
  gap: 10px;
}

.carousel_navs.side_btns .owl-prev {
  position: absolute;
  left: -20px;
  transform: translateY(-50%) translateX(-100%);
}
@media (max-width: 1300px) {
  .carousel_navs.side_btns .owl-prev {
    transform: translateY(-50%);
    left: 0;
  }
}
.carousel_navs.side_btns .owl-next {
  position: absolute;
  right: -20px;
  transform: translateY(-50%) translateX(100%);
}
@media (max-width: 1300px) {
  .carousel_navs.side_btns .owl-next {
    transform: translateY(-50%);
    right: 0;
  }
}
@media (max-width: 1300px) {
  .carousel_navs.side_btns button {
    opacity: 0.5;
  }
  .carousel_navs.side_btns button:hover {
    opacity: 1;
  }
}
.carousel_navs.ontop-btns {
  position: absolute;
  right: 0;
  top: -50px;
  transform: translateY(-100%);
  display: flex;
  gap: 10px;
}
.carousel_navs button {
  top: 50%;
  z-index: 20;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--color-main);
  transition: background-color var(--transition-duration) ease;
}
@media (max-width: 576px) {
  .carousel_navs button {
    display: none;
  }
}
.carousel_navs button:hover {
  background-color: var(--color-hover);
}

.small_text {
  font-size: 12px;
  font-weight: 400;
  color: var(--color-text);
}

@media (max-width: 768px) {
  .pageTitle, .sectionTitle {
    font-size: 28px;
  }
  .blockTitle {
    font-size: 20px;
  }
  p, li {
    font-size: 16px;
  }
  span {
    font-size: 12px;
  }
}
.header-burger_wrapper {
  display: none;
}

.burger-checkbox {
  position: absolute;
  visibility: hidden;
}

.burger_lines {
  cursor: pointer;
  display: block;
  position: relative;
  border: none;
  background: transparent;
  width: 16px;
  height: 10px;
}

.burger .burger_lines::before, .burger .burger_lines::after {
  content: "";
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: var(--color-default);
  margin: 0 auto;
}
.burger .burger_lines::before {
  top: 0;
  box-shadow: 0 4px 0 var(--color-default);
  transition: box-shadow var(--transition-duration) 0.15s, top var(--transition-duration) 0.15s, transform var(--transition-duration);
}
.burger .burger_lines::after {
  bottom: 0;
  transition: bottom var(--transition-duration) 0.15s, transform var(--transition-duration);
}

.burger-checkbox:checked + .burger .burger_lines::before {
  top: 4px;
  transform: rotate(45deg);
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.15s, top var(--transition-duration), transform var(--transition-duration) 0.15s;
  background: #ffffff;
}
.burger-checkbox:checked + .header-right_wrapper-block {
  background: var(--color-main);
}
.burger-checkbox:checked + .burger .burger_lines::after {
  bottom: 4px;
  transform: rotate(-45deg);
  transition: bottom 0.3s, transform 0.3s 0.15s;
  background: #ffffff;
}

.change_language-wrapper {
  z-index: 10;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all var(--transition-duration) ease;
  width: 36px;
  height: 36px;
}

.current_language {
  transition: all var(--transition-duration) ease;
  font-size: 12px;
  font-weight: 600;
}

.change_language-wrapper:hover .current_language {
  background-color: var(--color-main);
  color: var(--color-default);
}
.change_language-wrapper:hover .other_languages {
  opacity: 1;
  transform: translateY(0);
  /* Плавно выдвигаем */
  visibility: visible;
}

.other_languages {
  display: flex;
  flex-direction: column;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 6px;
  width: 100%;
  gap: 6px;
  transform: translateY(-50px);
  /* Начальная позиция скрытия */
  transition: all var(--transition-duration) ease;
}

.language {
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--color-default);
  font-size: 12px;
  font-weight: 600;
  border: 1px solid var(--color-main);
  background-color: var(--color-main);
  transition: background-color var(--transition-duration) ease, color var(--transition-duration) ease;
  text-decoration: none;
}
.language:hover {
  background-color: var(--color-hover);
  color: var(--color-default);
}

.dropdown {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: -moz-max-content;
  width: max-content;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  user-select: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  color: var(--color-default);
}
.dropdown.visible {
  visibility: visible;
  position: relative;
  opacity: 1;
}
.dropdown__menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 10;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--color-default);
  border-radius: 8px;
  overflow: hidden;
  z-index: 1000;
}
.dropdown__menu li {
  display: block;
  padding: 8px 16px;
}
.dropdown__menu li:hover {
  background-color: var(--color-main);
  color: unset;
}
.dropdown__menu li .header-nav_link {
  color: var(--color-text);
}
.dropdown__menu li .header-nav_link:hover {
  color: var(--color-text);
}
.dropdown__input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}
.dropdown__input:checked + .dropdown__menu {
  display: block;
}

.header {
  padding-top: 24px;
}
.header_logo {
  min-width: 170px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media (max-width: 576px) {
  .header_logo {
    min-width: auto;
    max-width: 115px;
  }
}
.header_logo svg path {
  color: var(--color-main);
}
.header-content_wrapper {
  display: grid;
  grid-template-columns: min-content auto min-content;
  gap: 60px;
}
@media (max-width: 992px) {
  .header-content_wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .header-content_wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.header-links_wrapper {
  display: flex;
  align-items: center;
  gap: 72px;
  width: 100%;
}
.header-nav {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header-nav {
    display: none;
  }
}
.header-nav_list {
  display: flex;
  align-items: center;
  gap: 18px;
}
.header-nav_item {
  color: var(--color-main);
}
.header-nav_link {
  color: var(--color-main);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color var(--transition-duration) ease;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
}
.header-nav_link:hover {
  color: var(--color-main);
}
.header-right_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 576px) {
  .header-right_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
}
.header-right_wrapper > div, .header-right_wrapper label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-width: 36px;
  height: 36px;
  border-radius: 1000px;
  color: var(--color-main);
  border: 1px solid var(--color-main);
  line-height: var(--line-height-base);
  transition: all var(--transition-duration) ease;
  cursor: pointer;
}
@media (max-width: 576px) {
  .header-right_wrapper > div, .header-right_wrapper label {
    border-radius: var(--border-radius-base);
    height: 32px;
    min-width: 32px;
    width: 32px;
  }
}
.header-right_wrapper > div:hover, .header-right_wrapper label:hover {
  background-color: var(--color-main);
  border-color: var(--color-main);
}
.header-right_wrapper .header-burger_wrapper {
  display: none;
}
@media (max-width: 768px) {
  .header-right_wrapper .header-burger_wrapper {
    display: flex;
  }
}
.header-right_wrapper .language {
  border: 1px var(--color-mian) solid;
}
.header-btn {
  font-size: 14px;
  font-weight: 500;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .header-btn {
    display: none !important;
  }
}
.header-btn:hover {
  color: var(--color-default);
}
.header-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--color-main);
  font-size: 16px;
  font-weight: 500;
  margin-right: 5px;
}
.header #header-dropdown_list {
  display: none;
}

.news {
  padding-top: 60px;
}
.news__wrapper {
  max-width: 742px;
  width: 100%;
  margin: 0 auto;
}
.news__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 20px;
}
.news__link {
  display: flex;
  align-items: center;
  gap: 0;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-main);
}
.news__date {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-text);
}
.news__title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 40px;
}
.news__img {
  width: 100%;
  max-height: 450px;
  margin: 0 auto;
  border-radius: var(--border-radius-base);
}
.news__text {
  margin-top: 40px;
  color: var(--color-text);
}

.bread_crumbs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
  margin-top: 40px;
}
.bread_crumbs__item {
  display: flex;
  gap: 10px;
}
.bread_crumbs__item::after {
  content: "/";
  font-size: 14px;
  font-weight: 400;
  color: var(--color-text);
}
.bread_crumbs__item a {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-text);
}
.bread_crumbs__item a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.bread_crumbs__item-last a {
  font-weight: 700;
}

.news {
  overflow-x: hidden;
}
@media (max-width: 576px) {
  .news .owl-carousel .owl-stage-outer {
    overflow: visible;
    height: 100%;
  }
}
.news .owl-carousel .owl-stage {
  display: flex;
}
@media (max-width: 576px) {
  .news .owl-carousel .owl-stage {
    height: 100%;
  }
}
.news__wrapper {
  margin-bottom: 20px;
}
.news-cards {
  overflow-x: hidden;
}
.news-cards-detail {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .news-cards .owl-carousel .owl-stage-outer {
    overflow: visible;
    height: 100%;
  }
}
.news-cards .owl-carousel .owl-stage {
  display: flex;
}
@media (max-width: 576px) {
  .news-cards .owl-carousel .owl-stage {
    height: 100%;
  }
}
.news__cards {
  display: flex;
  gap: 16px;
  overflow: visible;
}
@media (max-width: 576px) {
  .news__cards {
    max-width: 241px;
    height: 100%;
  }
}
.news__card {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  min-height: 460px;
  width: 100%;
  background-color: var(--color-default);
  border-radius: var(--border-radius-base);
}
@media (max-width: 768px) {
  .news__card {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .news__card {
    min-height: unset;
    height: 100%;
  }
}
.news__card.sertificates_card {
  min-height: 420px;
  justify-content: start;
  gap: 30px;
}
@media (max-width: 768px) {
  .news__card.sertificates_card {
    min-height: 350px;
  }
}
.news__card-date {
  font-size: 16px;
  font-weight: 400;
  color: #7D7D7D;
}
@media (max-width: 576px) {
  .news__card-date {
    font-size: 14px;
  }
}
.news__card-title {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  color: var(--color-text);
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Количество строк */
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  .news__card-title {
    font-size: 16px;
  }
}
.news__card-text {
  margin-top: 16px;
  line-height: 125%;
}
@media (max-width: 576px) {
  .news__card-text {
    font-size: 14px;
  }
}
.news__card-img {
  height: 187px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .news__card-img {
    height: 135px;
  }
}
.news__card-img img {
  height: inherit;
}
.news__card-smallText {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-text);
}
.news__outer {
  margin-top: 60px;
  position: relative;
  height: 460px;
}
@media (max-width: 576px) {
  .news__outer {
    margin-top: 40px;
    height: 400px;
  }
}
.news__outer.sertificates {
  height: 420px;
}
@media (max-width: 768px) {
  .news__outer.sertificates {
    height: 350px;
  }
}
.news__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 576px) {
  .news__header {
    flex-direction: column;
  }
}
.news__header .news__all {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-text);
}
.news__header .news__all:hover {
  text-decoration: underline;
}/*# sourceMappingURL=news_detail.css.map */