*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

section {
    width: 100%;
    overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

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

body {
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  color: #070C16;
}

.wrapper {
  width: 1170px;
  margin: 0 auto;
  margin-top: 20px;
}

.top_line {
  background: #00904D;
}
.top_line .wrapper {
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 34px;
}

.contacts_link {
  color: rgb(229, 230, 230);
  font-size: 1rem;
  font-weight: 600;
  line-height: 148%;
  text-decoration: none;
}

header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

.logo {
  width: 163px;
  height: 27px;
  background: url(../img/svg/logo.svg) center no-repeat;
  background-size: contain;
}

nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}
nav ul li a {
  color: rgb(0, 144, 77);
  font-size: 1rem;
  font-weight: 600;
  line-height: 148%;
  letter-spacing: 2%;
  text-decoration: none;
}

.submenu {
  position: relative;
}
.submenu .submenu_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  padding: 20px 10px;
  background: #fff;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  z-index: 10;
}
.submenu:hover .submenu_container {
  opacity: 1;
  visibility: visible;
}

.header_right_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 75px;
}

.search_btn {
  width: 18px;
  height: 18px;
  background: url(../img/svg/search.svg) center no-repeat;
  background-size: contain;
  cursor: pointer;
}

.main_section {
  background: rgb(0, 139, 81);
  overflow: hidden;
  margin-bottom: 50px;
}
.main_section .wrapper {
  padding: 100px 0 58px 0;
  position: relative;
}

.main_title {
  color: rgb(242, 244, 247);
  font-size: 3rem;
  font-weight: 600;
  line-height: 108%;
  margin-bottom: 23px;
}

.main_subtitle {
  color: rgb(242, 244, 247);
  font-size: 1.94rem;
  font-weight: 500;
  line-height: 128%;
  margin-bottom: 33px;
}

.main_grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 37px;
}

.grid_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 40px;
}
.grid_item span:first-child {
  color: rgb(101, 204, 99);
  font-size: 3rem;
  font-weight: 800;
  line-height: 108%;
}
.grid_item span:last-child {
  color: rgb(242, 244, 247);
  font-size: 1.38rem;
  font-weight: 500;
  line-height: 108%;
}

.main_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 310px;
}

.main_arrow {
  width: 70px;
  height: 70px;
  border: 0.13rem solid rgb(255, 255, 255);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.md_title {
  color: rgb(237, 237, 237);
  font-size: 1rem;
  font-weight: 700;
  line-height: 108%;
  text-decoration-line: underline;
  margin-bottom: 8px;
  display: block;
}

.md_txt {
  color: rgb(208, 213, 221);
  font-size: 1rem;
  font-weight: 400;
  line-height: 108%;
}

.main_figure {
  position: absolute;
  top: 0;
  right: -127px;
  background: #65CC63;
  height: 557px;
  width: 389px;
  border-radius: 0rem 0rem 26.88rem 26.88rem;
}

.main_img {
  display: none;
  max-width: 662px;
}
.main_img.active {
  display: block;
}

.main_img_container {
  position: absolute;
  right: -180px;
  bottom: 0;
  z-index: 2;
}

.section_title {
  color: rgb(0, 139, 81);
  font-size: 1.94rem;
  font-weight: 500;
  line-height: 128%;
}

.more {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #F2F4F7;
  flex-shrink: 0;
}
.more img {
  position: relative;
  z-index: 2;
}
.more::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #F2F4F7;
}

.advantages_section {
  overflow: hidden;
  margin-bottom: 132px;
}

.section_title_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.advantages_grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 42px;
  margin-top: 104px;
}

.advantages_item {
  width: calc(25% - 31.5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  color: rgb(7, 12, 22);
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.advantages_item img {
  width: 206px;
  height: auto;
}

.production_section {
  background: #F2F4F7;
  margin-top: 97px;
  overflow: hidden;
  margin-bottom: 144px;
}
.production_section .wrapper {
  position: relative;
}
.production_section .img_full_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.full_img {
  width: 33.3333333333%;
  height: 586px;
  -o-object-fit: cover;
     object-fit: cover;
}

.production_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  padding: 50px 0 33px 83px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background: #008B51;
  z-index: 5;
}
.production_container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 792px;
  background: #008B51;
  border-radius: 0px 430px 430px 0px;
}

.images_slider .swiper-slide {
  width: auto;
}

.production_container_title {
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 34px;
  position: relative;
  z-index: 2;
}

.production_container_txt {
  color: rgb(255, 255, 255);
  font-size: 1.19rem;
  font-weight: 400;
  line-height: 138%;
  max-width: 488px;
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
}

.production_more {
  position: relative;
  z-index: 2;
}

.news_section {
  overflow: hidden;
}

.news_slider .swiper-slide {
  width: calc(25% - 15px);
}

.news_item {
  width: 100%;
  height: 550px;
  background: rgb(249, 249, 251);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.news_slider_wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 42px;
}

.news_date {
  color: rgb(101, 204, 99);
  font-size: 1rem;
  font-weight: 600;
  line-height: 148%;
  padding: 16px 32px;
}

.news_top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.news_img {
  width: 100%;
  height: 147px;
  background: #fff;
  margin-bottom: 53px;
}
.news_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.news_title {
  color: rgb(0, 0, 0);
  height: 79px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  line-height: 148%;
  padding: 0 25px;
  text-decoration: none;
  margin-bottom: 14px;
}

.news_txt {
  padding: 0 25px;
  height: 115px;
  overflow: hidden;
  color: rgb(7, 12, 22);
  font-size: 14px;
  font-weight: 400;
  line-height: 138%;
}

.news_more {
  padding: 0 25px;
  color: rgb(7, 12, 22);
  font-size: 16px;
  font-weight: 400;
  line-height: 138%;
  text-decoration-line: underline;
  padding-bottom: 22px;
}

.prev, .next {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  margin: 0;
  padding: 0;
}
.prev svg, .next svg {
  width: auto;
  height: auto;
}
.prev::after, .next::after {
  display: none;
}

.prev {
  transform: rotate(180deg);
}

.arrows_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 27px;
}

.about_section {
  margin-top: 100px;
  overflow: hidden;
  margin-bottom: 66px;
}

.about_txt {
  font-size: 1.19rem;
  font-weight: 400;
  line-height: 138%;
  margin-top: 48px;
}
.about_txt p + p {
  margin-top: 15px;
}
.about_txt ul {
  margin: 15px 0;
  margin-left: 25px;
}

footer {
  background: #008B51;
  padding-top: 65px;
  padding-bottom: 30px;
}

.footer_logo_and_socials {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 26px;
}

.footer_logo {
  width: 271px;
  height: 43px;
  background: url(../img/svg/footer_logo.svg) center no-repeat;
  background-size: contain;
}

.socials {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 20px;
}

.social {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.footer_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer_nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 42px;
}

.footer_nav_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer_nav_item a {
  color: rgb(242, 244, 247);
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 148%;
  text-decoration: none;
}
.footer_nav_item .footer_nav_title {
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 600;
  line-height: 148%;
  text-decoration-line: underline;
  margin-bottom: 11px;
}

.footer_contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

.footer_contact {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.copy {
  color: rgb(255, 255, 255);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 138%;
  letter-spacing: 2%;
}

.main_description {
  display: none;
  position: relative;
  z-index: 2;
}
.main_description.active {
  display: block;
}

.mobile_news_section {
  display: none;
}

.burger {
  display: none;
}

.about_main_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-top: 60px;
}

.about_main_img {
  width: 470px;
}

.about_main_txt {
  color: rgb(7, 12, 22);
  font-size: 1.19rem;
  font-weight: 400;
  max-width: 594px;
}
.about_main_txt p + p {
  margin-top: 20px;
}

.numbers_section {
  margin-top: 40px;
}
.numbers_section .wrapper {
  background: #F2F4F7;
  padding: 56px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.numbers_txt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  color: rgb(0, 0, 0);
  font-size: 1.19rem;
  font-weight: 400;
  max-width: 756px;
}
.numbers_txt::before {
  content: "";
  width: 2px;
  height: 50px;
  background: #008B51;
}

.green_shield {
  padding: 27px;
  background: #008B51;
  color: rgb(255, 255, 255);
  font-size: 1.38rem;
  font-weight: 500;
  line-height: 108%;
}

.activ_section {
  margin-top: 23px;
  overflow: hidden;
}

.activ_txt {
  max-width: 448px;
  color: rgb(7, 12, 22);
  font-size: 1.19rem;
  font-weight: 400;
  line-height: 138%;
}
.activ_txt p + p {
  margin-top: 20px;
}

.activ_container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 56px;
}

.activ_circle {
  width: 716px;
  height: 716px;
  background: rgb(242, 244, 247);
  border-radius: 50%;
  position: relative;
}
.activ_circle::after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #F2F4F7;
}

.green_circle_active {
  height: calc(100% - 100px);
  aspect-ratio: 1/1;
  background: #008B51;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.green_circle_active::after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #008B51;
}

.circle_img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  left: 20%;
  opacity: 0.5 !important;
  border: 2px solid #008B51;
  transition: all 0.2s ease-in-out;
}
.circle_img:nth-child(2) {
  left: 10%;
}
.circle_img:nth-child(3) {
  left: 0%;
  opacity: 1 !important;
}
.circle_img.active {
  order: 1;
  z-index: 2;
  left: 0;
}

.active_circle_txt {
  position: absolute;
  bottom: 14px;
  right: 18%;
  color: rgb(0, 0, 0);
  font-size: 1.19rem;
  font-weight: 400;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.toggle_circles {
  cursor: pointer;
}

.green_circle_arrow {
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: 2;
}

.iso_grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 47px;
  margin-top: 105px;
}

.iso_item {
  width: calc(50% - 23.5px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 37px;
  color: rgb(7, 12, 22);
  font-size: 1.38rem;
  font-weight: 500;
}
.iso_item img {
  width: 207px;
  flex-shrink: 0;
}

.about_conclusion {
  color: rgb(7, 12, 22);
  font-size: 1.38rem;
  font-weight: 500;
  line-height: 108%;
  margin-top: 55px;
}

.experience_section {
  margin-top: 70px;
  overflow: hidden;
}

.experience_txt {
  color: rgb(7, 12, 22);
  font-size: 1.19rem;
  font-weight: 400;
  margin-top: 70px;
}
.experience_txt p + p {
  margin-top: 20px;
}

.clinical_container {
  margin-top: 55px;
}

.clinical_circle {
  height: 586px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #F2F4F7;
  position: relative;
}
.clinical_circle::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  height: 100%;
  width: 100vw;
  background: #F2F4F7;
}

.clinical_img {
  position: absolute;
  height: calc(100% - 100px);
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.clinical_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 75px;
}

.clinical_title {
  color: rgb(0, 139, 81);
  font-size: 1.94rem;
  font-weight: 700;
  margin-bottom: 70px;
}

.clinical_name {
  color: rgb(0, 139, 81);
  font-size: 1.38rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.clinical_txt {
  color: rgb(7, 12, 22);
  font-size: 1.19rem;
  font-weight: 400;
}

.clinical_more {
  position: absolute;
  bottom: 44px;
  left: 0;
  z-index: 2;
  transform: rotate(180deg);
}

.development_main_section {
  overflow: hidden;
  margin-top: 100px;
}

.development_top_txt {
  color: rgb(0, 0, 0);
  font-size: 1.19rem;
  font-weight: 400;
  margin-top: 45px;
  margin-bottom: 85px;
}

.development_item {
  height: 241px;
  width: 100%;
  background: #F2F4F7;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 69px;
  padding-left: 45px;
}

.development_item_img_container {
  position: relative;
  width: 392px;
  flex-shrink: 0;
}
.development_item_img_container .development_item_img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-width: 392px;
}

.development_item_txt {
  position: relative;
  padding-left: 15px;
  max-width: 567px;
}
.development_item_txt::before {
  content: "";
  width: 2px;
  height: 72px;
  background: #008B51;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.development_item_title {
  color: rgb(0, 0, 0);
  font-size: 1.19rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.development_item_t {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-weight: 400;
}

.main_btn {
  color: rgb(0, 139, 81);
  font-size: 1.13rem;
  font-weight: 600;
  line-height: 108%;
  height: 45px;
  width: 288px;
  border: 0.13rem solid rgb(0, 139, 81);
}

.development_slider {
    overflow: hidden;
}
.development_slider .swiper-wrapper {
  flex-direction: column;
}
.development_slider .swiper-slide + .swiper-slide {
  margin-top: 100px;
}

.development_item_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 17px;
  gap: 30px;
}

.development_bottom {
  background: rgb(242, 244, 247);
  text-align: center;
  color: rgb(0, 144, 77);
  font-size: 1.19rem;
  font-weight: 700;
  padding: 27px;
  margin-top: 89px;
}

.directions_section {
  overflow: hidden;
  margin-top: 32px;
}

.directions_item {
  width: 100%;
  padding: 25px;
  background: #F2F4F7;
}

.direction_line {
  height: 2px;
  width: 50px;
  background: #008B51;
  margin-bottom: 30px;
  color: rgb(7, 12, 22);
  font-size: 1.19rem;
  font-weight: 400;
}

.directions_slider .swiper-wrapper {
  flex-direction: column;
}

.directions_slider_container {
  padding: 75px 0;
  background: #F2F4F7;
  margin-top: 68px;
}

.history_main_section {
  margin-top: 88px;
}

.history_tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 44px;
}

.history_tab {
  color: rgb(127, 136, 153);
  font-size: 1.19rem;
  font-weight: 700;
  line-height: 138%;
  cursor: pointer;
}
.history_tab.active {
  color: #000000;
}

.history_tabs_container {
  margin-top: 100px;
}

.history_tbs {
  margin-top: 27px;
}

.history_tab_content {
  display: none;
  padding: 55px 25px;
  background: #F2F4F7;
  color: rgb(7, 12, 22);
  font-size: 1.19rem;
  font-weight: 400;
}
.history_tab_content p + p {
  margin-top: 20px;
}
.history_tab_content.active {
  display: block;
}

.partners_section {
  margin-top: 89px;
  margin-bottom: 40px;
}

.partners_grid {
  padding: 56px 25px;
  background: #F2F4F7;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 70px;
  row-gap: 22px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.partner {
  width: calc(33.3333333333% - 46.6666666667px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
  color: rgb(0, 0, 0);
  font-size: 0.75rem;
  font-weight: 500;
}

.partner_img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  -o-object-position: center;
     object-position: center;
}

.crosh {
  padding-top: 5px;
  padding-bottom: 60px;
}
.crosh ul {
  margin: 0;
  list-style: none;
}
.crosh ul li {
  display: inline-block;
}
.crosh ul li a {
  color: rgb(127, 136, 153);
  font-size: 0.88rem;
  font-weight: 400;
  text-decoration: none;
  padding-right: 5px;
}
.crosh ul li:not(:last-child):after {
  content: "";
  width: 10px;
  height: 7.5px;
  background: url(../img/svg/crosh.svg) center no-repeat;
  background-size: contain;
  padding-right: 10px;
  position: relative;
  top: 1px;
}
.crosh ul li:last-child a {
  font-weight: 600;
  font-size: 1rem;
  color: rgb(4, 91, 65);
}

.desc {
  display: block;
}

.mobile {
  display: none;
}

.mobile_slider_arrows {
  display: none;
}

.history_main_section .section_title {
  margin-top: 74px;
}

.circles_wrapper {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
}

.contacts_grid {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 35px;
}

.contacts_container {
  background: #F2F4F7;
  flex-shrink: 0;
  width: 526px;
}

.c_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  padding: 28px 68px 45px 70px;
}

.contacts_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.contacts_item img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}

.contacts_item_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2px;
}

.contacts_title {
  color: rgb(29, 25, 26);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 138%;
}

.contacts_txt {
  color: rgb(29, 25, 26);
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.06rem;
  text-decoration: none;
}

.rec {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 21px;
  padding: 15px 73px;
  background: #00904D;
  color: rgb(255, 255, 255);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 138%;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.rec img, .rec svg {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}

.map_container {
  position: relative;
}

.map {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: calc(100vw - 526px);
}

.contacts_bottom_txt {
  color: rgb(0, 0, 0);
  font-size: 1.19rem;
  font-weight: 400;
  line-height: 138%;
  margin-top: 24px;
}
.contacts_bottom_txt a {
  color: inherit;
}

.contacts_section {
  overflow: hidden;
  margin-bottom: 30px;
}

.main_product_grid {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 60px;
}

.main_product_sliders_container {
  width: 488px;
  height: 411px;
  flex-shrink: 0;
  overflow: hidden;
  background: #F2F4F7;
  padding: 30px;
}

.big_slider_container {
  width: 100%;
  height: 261px;
}
.big_slider_container .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.big_slider_container .swiper-slide img {
  width: 485px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.big_slider_container .big_slider {
  height: 100%;
}

.small_slider_container {
  overflow: hidden;
  width: 100%;
  height: 97px;
  margin-top: 24px;
}
.small_slider_container .small_slider {
  height: 100%;
}
.small_slider_container .small_slider .swiper-slide {
  height: 100%;
  width: auto;
}
.small_slider_container .small_slider .swiper-slide img {
  height: 100%;
  width: 131px;
  -o-object-fit: contain;
     object-fit: contain;
}

.main_product_content {
  width: 100%;
  background: #008B51;
  padding: 57px 73px 78px 116px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  color: rgb(229, 230, 230);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.main_product_content h2 {
  color: rgb(255, 255, 255);
  font-size: 1.19rem;
  font-weight: 400;
  line-height: 138%;
  margin-bottom: 20px;
}
.main_product_content a {
  color: inherit;
}

.prdocut_tabs_container {
  margin-top: 52px;
}

.tabs_header {
  color: rgb(4, 91, 65);
  font-size: 1.56rem;
  font-weight: 500;
  line-height: 128%;
  background: rgb(242, 244, 247);
  padding: 25px 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 43px;
}
.tabs_header svg {
  transition: all 0.2s ease-in-out;
}
.tabs_header.ui-accordion-header-active svg {
  transform: rotate(90deg);
}

.tabs_content {
  padding: 62px 32px;
  padding-top: 0;
}

.tabs_content ul {
  margin-left: 25px;
}
.tabs_content ul li + li {
  margin-top: 10px;
}
.tabs_content ul li ul {
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
}

.title_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 68px;
}

.search_input_wrapper {
  border-bottom: 1px solid #008B51;
  padding-bottom: 5px;
}
.search_input_wrapper form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.search_input_wrapper form input {
  border: none;
  background: none;
}

.publication {
  width: 100%;
  background: #F2F4F7;
  padding: 27px 33px 31px 25px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 5px;
}
.publication + .publication {
  margin-top: 13px;
}

.publication_date {
  color: rgb(0, 139, 81);
  font-size: 0.94rem;
  font-weight: 600;
  margin-bottom: 23px;
}

.publication_title {
  color: rgb(0, 0, 0);
  font-size: 1.38rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
  margin-bottom: 13px;
}

.publication_announcement {
  color: rgb(7, 12, 22);
  font-size: 1.19rem;
  font-weight: 400;
}

.publication_author {
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 138%;
  margin-top: 19px;
}
.publication_author a {
  color: #008B51;
}
.publication_author a:not(:nth-child(2))::before {
  content: " / ";
}

.publication_more {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.media_section {
  margin-bottom: 83px;
}

.paginator {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 9px;
  margin-top: 58px;
}
.paginator li {
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0, 0, 0);
  font-size: 0.88rem;
  font-weight: 400;
  border: 0.06rem solid rgb(127, 136, 153);
  cursor: pointer;
}
.paginator li.page_divider {
  border: none;
  align-items: flex-end;
  width: 15px;
}
.paginator li.current {
  background: #008B51;
  border-color: transparent;
  color: #fff;
}

.publication_section {
  margin-bottom: 130px;
}

.media_grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 36px;
  flex-wrap: wrap;
}

.media {
  width: calc(33.3333333333% - 24px);
  height: 587px;
  background: #F2F4F7;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 38px;
}

.media_top {
  width: 100%;
}

.media_img_container {
  width: 100%;
  position: relative;
  display: block;
  max-width: 100%;
}

.media_img {
  width: 100%;
  height: 265px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 34px;
}

.media_date {
  color: rgb(0, 139, 81);
  font-size: 1rem;
  font-weight: 600;
  padding-left: 24px;
  margin-bottom: 7px;
}

.medai_title {
  color: rgb(0, 0, 0);
  font-size: 1.38rem;
  font-weight: 500;
  padding: 0 24px;
  padding: 0 24px;
  display: block;
  width: 100%;
  text-decoration: none;
}

.media_more {
  color: rgb(0, 0, 0);
  font-size: 0.81rem;
  font-weight: 400;
  padding-left: 24px;
  text-decoration: none;
}

.media_play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.media_grid {
  margin-top: 50px;
}

.about_in_section .section_title {
  margin-bottom: 50px;
}

.about_in_section {
  margin-bottom: 112px;
}

.products_section {
  margin-bottom: 120px;
}

.products_tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
  color: rgb(127, 136, 153);
  font-size: 19px;
  font-weight: 500;
  margin-top: 36px;
}

.products_tab.active {
  color: rgb(4, 91, 65);
}

.products_grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 36px;
  margin-top: 60px;
}

.product_item {
  width: calc(33.3333333333% - 24px);
  height: 458px;
  padding: 36px;
  padding-top: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  background: #F2F4F7;
}

.product_top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.product_img_container {
  width: 100%;
  display: flex;
  height: 178px;
  margin-bottom: 10px;
}
.product_img_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product_item_title {
  color: rgb(0, 0, 0);
  height: 61px;
  overflow: hidden;
  font-size: 19px;
  font-weight: 700;
  position: relative;
  padding-bottom: 14px;
  text-decoration: none;
  display: block;
  margin-bottom: 26px;
}
.product_item_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #008B51;
  width: 90px;
}

.product_item_txt {
  color: rgb(0, 0, 0);
  height: 37px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 400;
}

.product_item_more {
  color: rgb(0, 0, 0);
  font-size: 0.81rem;
  font-weight: 400;
}

.cooperation_section {
  overflow: hidden;
  margin-bottom: 75px;
}
.cooperation_section .section_title_flex {
  margin-bottom: 40px;
}

.green_line {
  width: 100%;
  height: 50px;
  background: #DFF3E1;
}

.green_big_container {
  background: #008B51;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  position: relative;
}
.green_big_container::after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #008B51;
  z-index: -1;
}

.green_big_container_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
}
.green_big_container_content .main_btn {
  flex-shrink: 0;
  color: #fff;
  border-color: #fff;
}

.green_big_container_txt {
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 600;
}

.cooperation_grid {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 100px;
  flex-wrap: wrap;
  row-gap: 0;
  padding: 44px 0;
}

.cooperation_item {
  width: calc(50% - 50px);
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  position: relative;
}
.cooperation_item:nth-child(4n+3)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -6%;
  width: 90vw;
  height: 100%;
  background: #F2F4F7;
  z-index: -1;
}

.cooperation_number {
  color: rgb(0, 139, 81);
  font-size: 3rem;
  font-weight: 400;
}

.cooperation_txt {
  color: rgb(0, 139, 81);
  font-size: 1.19rem;
  font-weight: 400;
}

.ready_item {
  width: 100%;
  background: #EFEFEF;
  height: 527px;
  text-decoration: none;
}

.ready_grid {
  margin-top: 50px;
}

.ready_item {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.ready_left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 27px;
  position: relative;
  width: 50%;
  height: 100%;
  flex-shrink: 0;
}
.ready_left img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.ready_left::after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #EFEFEF;
  z-index: -1;
}

.ready_right {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding: 60px 0;
  padding-left: 60px;
}
.ready_right:after {
  content: "";
  height: 100%;
  width: 921px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top-right-radius: 26.88rem;
  border-bottom-right-radius: 26.88rem;
  background: rgb(0, 139, 81);
}

.ready_section {
  overflow: hidden;
  margin-bottom: 90px;
}

.ready_right_top {
  position: relative;
  z-index: 2;
}

.ready_title {
  color: rgb(255, 255, 255);
  font-size: 1.38rem;
  font-weight: 700;
  margin-bottom: 39px;
  text-transform: uppercase;
}

.ready_txt {
  color: rgb(255, 255, 255);
  font-size: 1.19rem;
  font-weight: 400;
}

.ready_more {
  position: relative;
  z-index: 2;
  color: rgb(229, 230, 230);
  font-size: 0.94rem;
  font-weight: 400;
}

.ready_grid {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}

.ready_models {
  position: relative;
  z-index: 2;
}

.ready_models_title {
  color: rgb(229, 230, 230);
  font-size: 0.94rem;
  font-weight: 700;
  margin-bottom: 29px;
  text-transform: uppercase;
}

.ready_models_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
.ready_models_container a {
  color: rgb(255, 255, 255);
  font-size: 0.94rem;
  font-weight: 400;
}



@media screen and (max-width: 1200px) {
  section > * {
    width: 100%;
    position: relative;
    right: calc(0% - 250px);
    width: 95% !important;
    justify-content: flex-start;
    right: calc(0% - 18px);
  }

  html,
  body {
    min-width: 100%;
  }
  body > * > * * {
    max-width: 100%;
  }
  .wrapper {
    width: 90% !important;
  }
  header nav {
    display: none;
  }
  .desc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .main_bottom {
    padding: 0;
    width: 100%;
  }
  .main_figure {
    top: 50%;
    right: auto;
    width: 200vw;
    max-width: 100vw;
    left: 10%;
    height: 238px;
    transform: translateY(-70%);
    border-radius: 0;
    border-radius: 26.88rem 0rem 0rem 26.88rem;
  }
  .main_title {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 108%;
    letter-spacing: 2%;
    margin-bottom: 10px;
  }
  .main_subtitle {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2%;
    margin-bottom: 0;
  }
  .grid_item span:first-child {
    font-size: 1.38rem;
    font-weight: 800;
    line-height: 108%;
    letter-spacing: 2%;
  }
  .grid_item span:last-child {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 108%;
    letter-spacing: 2%;
  }
  .main_section .wrapper {
    padding: 34px 0;
    display: flex;
    flex-direction: column;
    /*align-items: flex-start; */
    justify-content: flex-start;
    right: calc(0% - 18px);
  }
  
  
  .main_arrow {
    order: 1;
  }
  .main_img_container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 250px;
  }
  .main_img {
    max-width: 70%;
  }
  .md_title {
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 108%;
    letter-spacing: 2%;
  }
  .md_txt {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 108%;
    letter-spacing: 2%;
  }
  .main_arrow {
    border: none;
    position: relative;
    z-index: 2;
  }
  .main_grid {
    order: 1;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .grid_item {
    margin-bottom: 0;
  }
  .section_title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 128%;
    letter-spacing: 2%;
  }
  .section_title br {
    display: none;
  }
  .more {
    display: none;
  }
  .advantages_grid {
    margin-top: 40px;
  }
  .advantages_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
  }
  .advantages_item {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 108%;
    letter-spacing: 2%;
    text-align: start;
  }
  .advantages_item img {
    width: 103px;
    height: auto;
  }
  .advantages_section {
    margin-bottom: 40px;
    
  }
  .production_container {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    padding: 24px 5%;
    margin-bottom: 24px;
  }
  .production_container::after {
    display: none;
  }
  .production_section {
    margin-top: 40px;
    padding-bottom: 35px;
    margin-bottom: 36px;
  }
  .production_section .wrapper {
    width: 100% !important;
    max-width: 100%;
  }
  .news_slider .swiper-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 13px;
  }
  .news_slider .swiper-slide {
    width: 100%;
  }
  .news_slider .swiper-slide:nth-child(n+3) {
    display: none;
  }
  .arrows_wrapper {
    display: none;
  }
  .about_section {
    margin-top: 40px;
  }
  .mobile_news_section {
    background: #F2F4F7;
    padding: 22px;
    text-align: center;
    margin-top: 40px;
    display: block;
  }
  .mobile_news_section a {
    color: rgb(0, 139, 81);
    font-size: 0.75rem;
    font-weight: 700;
    text-decoration-line: underline;
    text-transform: uppercase;
    text-align: center;
  }
  .about_txt {
    margin-top: 19px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 138%;
  }
  .footer_top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 44px;
  }
  .footer_nav {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 11px;
  }
  footer {
    padding: 36px 0;
  }
  footer .wrapper {
    position: relative;
  }
  .footer_contacts {
    position: absolute;
    top: 0;
    right: 0;
  }
  .footer_logo {
    width: 160px;
    height: 25px;
  }
  .footer_logo_and_socials {
    gap: 13px;
  }
  .social img {
    max-width: 19px;
  }
  .socials {
    gap: 15px;
  }
  .footer_bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 19px;
    margin-top: 18px;
  }
  .footer_nav_item:nth-child(n+2) .footer_nav_title {
    margin-bottom: 0;
  }
  .footer_nav_item:nth-child(n+2) a:not(:first-child) {
    display: none;
  }
  .production_container_txt {
    font-size: 1rem;
    font-weight: 400;
    line-height: 138%;
  }
  .production_container_title {
    margin-bottom: 13px;
  }
  .burger {
    display: block;
    width: 60px;
    height: 30px;
    position: relative;
    margin-left: 5%;
  }
  .burger span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #008B51;
  }
  .burger span:nth-child(2) {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .burger span:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .burger.active span {
    background: #008B51;
  }
  header.active .burger span {
    background: #008B51;
  }
  .burger {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  .burger span {
    transition: all 0.2s ease-in-out;
  }
  .burger.active span:nth-child(1) {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .burger.active span:nth-child(2) {
    opacity: 0;
  }
  .burger.active span:nth-child(3) {
    top: auto;
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 100%;
  }
  .search_btn {
    width: 30px;
    height: 30px;
  }
  .top_line .wrapper {
    justify-content: space-between;
    gap: 0;
  }
  .images_slider .swiper-slide {
    max-width: 90%;
  }
  .images_slider .swiper-slide img {
    width: 100%;
  }
  .about_main_container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 9px;
  }
  .crosh {
    padding: 20px 0;
  }
  .about_main_txt {
    width: 100%;
  }
  .about_main_img {
    order: -1;
    width: 100%;
  }
  .numbers_section .wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 45px;
  }
  .numbers_section {
    background: #F2F4F7;
  }
  .numbers_txt {
    color: rgb(0, 0, 0);
    font-size: 1rem;
    font-weight: 400;
  }
  .activ_container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 45px;
  }
  .activ_circle {
    height: auto;
    aspect-ratio: 1/1;
  }
  .green_circle_active {
    height: calc(100% - 40px);
  }
  .green_circle_arrow {
    bottom: auto;
    left: auto;
    right: 0;
    top: 12px;
  }
  .activ_txt {
    width: 100%;
  }
  .active_circle_txt {
    font-size: 0.6rem;
    bottom: 3px;
    right: 0;
  }
  .iso_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 26px;
  }
  .iso_item {
    font-size: 1rem;
    gap: 12px;
    width: 100%;
  }
  .iso_item img {
    width: 103px;
    flex-shrink: 0;
  }
  .about_conclusion {
    font-size: 1rem;
    margin-top: 30px;
  }
  .clinical_circle {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .clinical_container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 26px;
    margin-top: 26px;
  }
  .clinical_img {
    height: calc(100% - 40px);
  }
  .clinical_more {
    bottom: 20px;
  }
  .clinical_title {
    font-size: 1.64rem;
    margin-bottom: 0;
  }
  .history_tabs {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3px;
  }
  .partners_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 19px;
  }
  .partner {
    width: 100%;
  }
  .partners_grid {
    position: relative;
  }
  .partners_grid::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #F2F4F7;
    z-index: -1;
  }
  .development_slider .swiper-wrapper {
    flex-direction: initial;
    align-items: stretch;
  }
  .development_slider .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  .development_item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    padding: 0;
    height: auto;
    padding: 13px;
  }
  .development_item_img_container .development_item_img {
    position: static;
    transform: none;
    max-width: 100%;
  }
  .development_item_img_container {
    width: 100%;
  }
  .development_slider .swiper-slide + .swiper-slide {
    margin-top: 0;
  }
  .dvelopment_slider_container {
    position: relative;
    padding-top: 30px;
  }
  .dvelopment_slider_container::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #F2F4F7;
    z-index: -1;
  }
  .mobile_slider_arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F2F4F7;
    padding: 17px 0;
    padding-top: 0;
  }
  .prev, .next {
    width: auto;
    height: auto;
  }
  .green_shield {
    padding: 5px 0;
    font-size: 1.2em;
    position: relative;
    min-height: 59px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .green_shield::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #008B51;
    z-index: -1;
  }
  .development_bottom {
    display: none;
  }
  .directions_slider .swiper-wrapper {
    flex-direction: row;
    align-items: stretch;
  }
  .directions_slider_container {
    padding: 42px 0;
    position: relative;
  }
  .directions_slider_container .mobile_slider_arrows {
    padding-top: 38px;
  }
  .directions_slider_container::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #F2F4F7;
    z-index: -1;
  }
  .directions_item {
    padding: 17px;
  }
  .history_tab_content {
    padding: 55px 17px;
  }
  .history_tbs {
    position: relative;
  }
  .history_tbs::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #F2F4F7;
    z-index: -1;
  }
  .experience_section {
    margin-top: 47px;
  }
  .experience_txt {
    margin-top: 36px;
  }
  .development_main_section {
    margin-top: 47px;
  }
  .development_top_txt {
    margin-top: 30px;
    margin-bottom: 26px;
  }
  .directions_section {
    margin-top: 47px;
  }
  .directions_slider_container {
    margin-top: 47px;
  }
  .history_main_section {
    margin-top: 47px;
  }
  .history_main_section .section_title {
    margin-top: 33px;
  }
  .history_tabs_container {
    margin-top: 40px;
  }
  .partners_section {
    margin-top: 42px;
  }
  .c_wrapper {
    padding: 44px 5px;
    position: relative;
    z-index: 2;
  }
  .contacts_container {
    position: relative;
    padding-bottom: 30px;
  }
  .contacts_container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vh;
    height: 100%;
    transform: translateX(-50%);
    background: #F2F4F7;
  }
  .rec {
    position: relative;
    z-index: 2;
    padding: 18px 5px;
    padding-left: 5px;
  }
  .rec::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #00904D;
    z-index: -1;
  }
  .contacts_bottom_txt {
    position: relative;
    z-index: 2;
    margin-bottom: 27px;
  }
  .contacts_grid {
    background: #F2F4F7;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 30px;
  }
  .map_container {
    width: 100%;
    height: 257px;
  }
  .map {
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .contacts_section {
    margin-bottom: 0;
  }
  .main_product_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .main_product_sliders_container {
    overflow: visible;
    position: relative;
    padding: 22px 0;
    height: auto;
  }
  .main_product_sliders_container::after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #F2F4F7;
  }
  .big_slider_container {
    overflow: hidden;
  }
  .small_slider_container .small_slider .swiper-slide img {
    width: 101px;
  }
  .main_product_content {
    padding: 22px 0;
    position: relative;
    gap: 15px;
  }
  .main_product_content > * {
    position: relative;
    z-index: 2;
  }
  .main_product_content::after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #008B51;
  }
  .tabs_header {
    position: relative;
    padding: 16px 0;
    font-size: 1.2em;
  }
  .tabs_header > * {
    position: relative;
    z-index: 2;
  }
  .tabs_header::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    background: rgb(242, 244, 247);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .tabs_content {
    padding-left: 0;
    padding-right: 0;
  }
  .publication_title {
    font-size: 1rem;
    font-weight: 500;
  }
  .publication_announcement {
    font-size: 0.8rem;
    font-weight: 400;
  }
  .search_input_wrapper {
    display: none;
  }
  .title_flex {
    margin-bottom: 26px;
  }
  .publication_section {
    margin-bottom: 24px;
  }
  .publication_grid {
    margin-bottom: 25px;
  }
  .publication {
    position: relative;
    padding: 20px 0;
  }
  .publication::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #F2F4F7;
    z-index: -1;
  }
  .media_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 13px;
  }
  .media {
    width: 100%;
    height: 554px;
  }
  .media_more {
    width: 90%;
    height: 50px;
    border: 1px solid rgb(0, 139, 81);
    color: rgb(0, 139, 81);
    font-size: 1em;
    font-weight: 600;
    line-height: 108%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
  }
  .products_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  .product_item {
    width: 100%;
    position: relative;
  }
  .products_tabs {
    overflow: auto;
    gap: 20px;
  }
  .green_big_container_content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  .cooperation_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  .cooperation_item {
    width: 100%;
    gap: 15px;
  }
  .cooperation_item:nth-child(1) {
    order: 0;
  }
  .cooperation_item:nth-child(1)::after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #F2F4F7;
    z-index: -1;
  }
  .cooperation_item:nth-child(2) {
    order: 4;
  }
  .cooperation_item:nth-child(2)::after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #F2F4F7;
    z-index: -1;
  }
  .cooperation_item:nth-child(3) {
    order: 1;
  }
  .cooperation_item:nth-child(4) {
    order: 5;
  }
  .cooperation_item:nth-child(5) {
    order: 2;
  }
  .cooperation_item:nth-child(5)::after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #F2F4F7;
    z-index: -1;
  }
  .cooperation_item:nth-child(6) {
    order: 6;
  }
  .cooperation_item:nth-child(6)::after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #F2F4F7;
    z-index: -1;
  }
  .cooperation_item:nth-child(7) {
    order: 3;
  }
  .cooperation_item:nth-child(8) {
    order: 7;
  }
  .cooperation_txt {
    font-size: 1rem;
  }
  .cooperation_item:nth-child(4n+3)::after {
    display: none;
  }
  .ready_item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
  }
  .ready_left {
    height: 300px;
    width: 100%;
  }
  .ready_right {
    padding: 30px 0;
    gap: 20px;
  }
  .ready_right:after {
    left: 50%;
    width: 100vw !important;
    transform: translateX(-50%);
    border-radius: 0;
  }
  .ready_left::after {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
}/*# sourceMappingURL=styles.css.map */