@font-face {
  font-family: "Verdana";
  font-display: swap;
  src: url("../fonts/Verdana-bold.woff2") format("woff2"), url("../fonts/Verdana-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "GetVoIP Grotesque";
  font-display: swap;
  src: url("../fonts/GetVoIP Grotesque.woff2") format("woff2"), url("../fonts/GetVoIP Grotesque.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Verdana";
  font-display: swap;
  src: url("../fonts/Verdana-regular.woff2") format("woff2"), url("../fonts/Verdana-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

:root {
  --green: #295B18;
  --dark-green: #295B18;
  --light-green: #A5CD39;
  --gray-50: #F1F1F1;
  --gray-100: #BCBABA;
  --gray-150: #CACACA;
  --gray-200: #5B5B5B;
  --gray-300: #555;
  --black-0: #000;

}

body {
  font-family: "Verdana", sans-serif;
  color: #fff;
  font-weight: 400;
}

body.lock {
  overflow: hidden;
}

[class*=__container] {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.wrapper {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  width: 100%;
}

a:focus,
a:active {
  outline: none;
}

input,
button,
textarea {
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.shadow {
  display: none;
}

/* .icon ==================================================================================================== */
.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.section {
  padding-top: 120px;
  padding-bottom: 150px;
}

.section_pt100 {
  padding-top: 100px;
}

.section_pb170 {
  padding-bottom: 170px;
}

.section_p150 {
  padding-block: 150px;
}

.section_vh {
  height: 100vh;
}

.visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);  
  overflow: hidden;
  }

.acti {
  display: block;
}

.menu {
  z-index: 100;
  overflow: auto;
  display: block;
  background: #a5cd39;
  position: absolute;
  right: -100%;
  top: 0;
  height: 0;
  padding: 0;
  width: 50%;
  height: 100vh;
  padding: 150px 100px 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu.active {
  right: 0;
}

.menu__link {
  font-family: "GetVoIP Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 25px;
  display: block;
}

/* page */ 
/*.webp .science-b */
.webp .page_news { background: url(../img/news-main.webp) center/cover no-repeat; }
.webp .page_shop { background: url(../img/shop-main.webp) center/cover no-repeat; }

.page-paddin {
  padding-top: 763px;
  padding-bottom: 150px;
}

.page_shop {
  min-height: 277px;
  height: 100%;
}

/* .page-title  */
.page-title {
    font-family: "GetVoIP Grotesque";
    font-weight: 700;
    font-size: 64px;
    line-height: 64px;
    text-transform: uppercase;
}

.page-title_green {
  color: var(--light-green);
}

.page-title_small {
  font-size: 35px;
  line-height: 35px;
}

.page-title_middle {
  font-size: 35px;
  line-height: 64px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
        
.pagination_top {
  margin-top: 100px;
}

.pagination__left {
  background: #a5cd39 url(../img/arr.svg) no-repeat center;
  width: 45px;
  height: 45px;
  margin-right: 30px;
  cursor: pointer;
  display: block;
}

.pagination__page {
  font-size: 16px;
  display: block;
  line-height: 19px;
  color: #5b5b5b;
  height: 45px;
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.pagination__page_act {
  background: #f1f1f1;
}

.pagination__right {
  display: block;
  background: #a5cd39 url(../img/arr.svg) no-repeat center;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 45px;
  height: 45px;
  margin-left: 30px;
  cursor: pointer;
}

.menu__contacts {
  margin-top: 100px;
}

.menu__mail {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
  display: block;
}

.menu__tel {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
  display: block;
}

.menu__copy {
  font-size: 24px;
  line-height: 29px;
}

.menu__burger {
  display: none;
  z-index: 50;
  position: relative;
  width: 30px;
  cursor: pointer;
  height: 20px;
  position: relative;
  z-index: 200;
}

.menu__burger.active::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
  background: #fff;
}

.menu__burger.active::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 9px;
  background: #fff;
}

.menu__burger.active span {
  display: none;
}

.menu__burger::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu__burger::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu__burger span {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* menu-top */
.menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-top-en {
    display: flex;
    justify-content: flex-start;
    gap: 70px;
}

.menu-top__link {
  font-size: 25px;
  line-height: 48px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.menu-top__link:hover {
  color: var(--light-green);
}
/* header  */
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 50px 0;
}

.header_page {
  position: static;
  padding-bottom: 25px;
}

.header_green {
  background-color: var(--green);
}

.header_pb25 {
  padding-bottom: 25px;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
}

.header__body_mb35  {
  margin-bottom: 35px;
}

.header__container_mb20 {
  margin-bottom: 20px;
}

.header-bottom_bg-black-opacity {
  padding-block: 24px;
  background-color: rgba(0, 0, 0, 0.1);
}

.header__icon {
  width: 31px;
  height: 31px;
  stroke: #fff;
  fill: transparent;
  -webkit-transition: stroke 0.3s ease;
  -o-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.header__logo img {
  max-width: 100%;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__en {
  font-size: 28px;
  line-height: 34px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header__search-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.header__en:hover {
  color: var(--light-green);
} 

.header__search-top:hover .icon {
  stroke: var(--light-green);
} 

.header__search {
  margin-right: 75px;
}

.header__search img {
  max-width: 100%;
}

.header-2 {
  background: #295B18;
}

.no-webp .main {
  background: url(../img/main.jpg) center/cover no-repeat; }

.main {
  padding-top: 743px;
  padding-bottom: 100px;
}

.main__title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
}

.mission {
  background: #a5cd39;
  padding-top: 100px;
  padding-bottom: 130px;
}

.mission__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 130px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mission__img {
  text-align: center;
  margin: 0 100px;
}

.mission__content {
  max-width: 795px;
}

.mission__title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 40px;
}

.mission__text {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 40px;
}

.mission__link {
  font-size: 26px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mission__link img {
  margin-left: 20px;
}

.mission__video {
  width: 100%;
}

.mission__wrapper {
  position: relative;
}

.no-webp .mission__playpause {
  background: #a5cd39 url(../img/play.png) 28px 25px no-repeat; }

.mission__playpause {
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.science {
  background: #295b18;
  padding-top: 100px;
  padding-bottom: 130px;
}

.science__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.science__title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 250px;
}

.science__link {
  font-size: 26px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.science__link img {
  margin-left: 20px;
}

.science__img {
  margin-left: 50px;
}

.science__img img {
  max-width: 100%;
}

.activity {
  padding-top: 120px;
  padding-bottom: 100px;
}

.activity__title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 95px;
  color: #a5cd39;
}

.activity__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.activity__item {
  width: 50%;
  padding: 0 12px;
  margin-bottom: 40px;
  cursor: pointer;
}

.activity__item_en {
  width: 50%;
  padding: 0 12px;
  margin-bottom: 40px;
}

.activity__item:hover .activity__name {
  background: #a5cd39;
  color: #ffffff;
}

.activity__img {
  width: 100%;
  position: relative;
}

.activity__img img {
  max-width: 100%;
  width: 100%;
}

.activity__name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.advantages {
  background: #a5cd39;
  padding: 120px 0;
}

.advantages__title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 130px;
}

.advantages__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -50px;
}

.advantages__item {
  width: 25%;
  padding: 0 50px;
  margin-bottom: 60px;
}

.advantages__value {
  font-family: "GetVoIP Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 30px;
}

.advantages__name {
  font-size: 22px;
  line-height: 29px;
}

.partners {
  padding-top: 140px;
  padding-bottom: 190px;
}

.partners__title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 150px;
  color: #a5cd39;
}

.partners__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partners__img {
  margin-right: 50px;
}

.partners__img img {
  max-width: 100%;
}

.media img {
  max-width: 100%;
  width: 100%;
}

.no-webp .about {
  background: url(../img/about-img.jpg) center/cover no-repeat; }

.about {
  padding-top: 763px;
  padding-bottom: 150px;
}

.about__title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  text-transform: uppercase;
}

.build {
  padding: 130px 0;
}

.build__title {
  font-family: "GetVoIP Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  color: #aec90d;
  margin-bottom: 90px;
}

.build__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.build__img {
  margin-right: 100px;
}

.build__content {
  max-width: 615px;
}

.build__text {
  font-size: 24px;
  line-height: 29px;
  color: #5b5b5b;
  margin-bottom: 30px;
}

.service {
  background: #a5cd39;
  padding: 120px 0;
}

.service__title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  color: #ffffff;
  margin-bottom: 125px;
}

.service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
}

.service__value {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  color: #ffffff;
  margin-right: 85px;
}

.service__text {
  max-width: 850px;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}

.slider {
  padding: 100px 0 130px;
}

.medication__slick,
.slider__body {
  position: relative;
}

.medication__img img,
.slider__img img {
  max-width: 100%;
}

.boost {
  padding-top: 120px;
  padding-bottom: 160px;
  background: #a5cd39;
}

.boost__title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  color: #ffffff;
  margin-bottom: 125px;
}

.boost__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.boost__media {
  margin-right: 100px;
}

.boost__img:first-child {
  margin-bottom: 30px;
}

.boost__text {
  font-size: 24px;
  line-height: 29px;
  max-width: 550px;
}

.news {
  padding: 120px 0;
}

.news__title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  color: #a5cd39;
  margin-bottom: 115px;
}

.news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
  margin-bottom: 80px;
}

.news__item {
  width: 33.333%;
  padding: 0 12px;
}

.news__img {
  margin-bottom: 25px;
}

.news__img img {
  max-width: 100%;
  width: 100%;
}

.news__date {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
  color: #7a7a7a;
}

.news__text {
  font-size: 24px;
  line-height: 29px;
  color: #5b5b5b;
}

.news__link {
  font-size: 26px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a5cd39;
}

.news__link img {
  margin-left: 20px;
}

.information {
  padding-top: 80px;
  padding-bottom: 160px;
}

.information__title {
  font-family: "GetVoIP Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 115px;
  color: #a5cd39;
}

.information__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-top: 2px solid #f1f1f1;
}

.information__item:last-child {
  border-bottom: 2px solid #f1f1f1;
}

.information__link {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #a5cd39;
  display: block;
  margin-right: 140px;
}

.no-webp .contacts {
  background: url(../img/main.jpg) center/cover no-repeat; }

.contacts {
  padding-top: 763px;
  padding-bottom: 150px;
}

.contacts__title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  text-transform: uppercase;
}

.office {
  padding-top: 120px;
  padding-bottom: 160px;
}

.office__title {
  font-family: "GetVoIP Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 115px;
  color: #a5cd39;
}

.office__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -20px;
}

.office__column {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 100px;
}

.office__sub-title {
  font-family: "GetVoIP Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #a5cd39;
  margin-bottom: 30px;
}

.office__li {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
  color: #5b5b5b;
}

/* .accordion  */
/* .accordion {
  padding-top: 120px;
  padding-bottom: 170px;
} */

.accordion__title {
  font-family: "GetVoIP Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 115px;
  color: #a5cd39;
}

.accordion__triger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #f1f1f1;
  padding: 20px 0;
  cursor: pointer;
}

.accordion__triger:last-child {
  border-bottom: 2px solid #f1f1f1;
}

.accordion__page-title,
.accordion__sub-title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #a5cd39;
  margin-right: 20px;
}

.accordion__page-title {
  font-size: 18px;
  line-height: 21px;
  max-width: 215px;
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}


.accordion__icon {
  width: 23px;
  height: 13px;
  stroke: var(--light-green);
  stroke-width: 2px;
  -webkit-transition: stroke 0.5s ease;
  -o-transition: stroke 0.5s ease;
  transition: stroke 0.5s ease;
}

.accordion__triger:hover:not(.accordion__item-act) .accordion__page-title {
  color: var(--gray-100);
}

.accordion__item-act .accordion__page-title {
  color: var(--dark-green);
}


.accordion__triger:hover:not(.accordion__item-act) .accordion__page-title_hover-dark-green {
  color: var(--dark-green);
}

.accordion__item-act .accordion__icon {
  stroke: var(--dark-green);
  -webkit-transform: rotate(181deg);
      -ms-transform: rotate(181deg);
          transform: rotate(181deg);
}

.accordion__triger:hover .accordion__icon {
  stroke: var(--gray-100);
}

.accordion__plus {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  width: 45px;
  height: 45px;
  min-width: 45px;
}

.accordion__plus::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background: #a5cd39;
  height: 2px;
  width: 100%;
}

.accordion__plus::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  background: #a5cd39;
  height: 100%;
  width: 2px;
}

.accordion__filter,
.accordion__content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 55px 0;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.accordion__item-act .accordion__filter,
.accordion__item-act .accordion__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accordion__filter {
  padding-block: 25px;
}

.accordion__filter_verticle-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}

.accordion__item-act .accordion__plus {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.accordion__item-act .accordion__triger {
  border-bottom: 2px solid #f1f1f1;
}

.accordion__item-act .accordion__triger_open-border-none {
  border-bottom: none;
}

.accordion__item-act .accordion__filter {
  padding-top: 0;
}

.accordion__list {
  width: 480px;
  display: inline-block;
}

.accordion__list:first-child {
  margin-right: 50px;
}

.accordion__li {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
  color: #5b5b5b;
}

.accordion__li_green {
  color: #a5cd39;
}

.no-webp .science-b {
  background: url(../img/science-bg.jpg) center/cover no-repeat; }

.science-b {
  padding-top: 763px;
  padding-bottom: 150px;
}

.science-b__title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  text-transform: uppercase;
}

/* .work {
  padding-top: 120px;
  padding-bottom: 150px;
} */

/* filter */
.filter {
  width: 100%;
}

.filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  max-height: 253px;
  overflow-y: scroll;
}

.filter__list_no-scroll {
  overflow-y: visible;
  max-height: initial;
}

.filter__list::-webkit-scrollbar {
  width: 5px;
  background: transparent;
  border-radius: 5px; }
  
  .filter__list::-webkit-scrollbar-thumb {
    background: #ECECEC;
    height: 5px;
    border-radius: 5px; 
  }

.filter__list::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px; 
}

.filter__list::-webkit-scrollbar-button {
  display: none;
}

@-moz-document url-prefix() {
  .filter__list {
    box-sizing: border-box;
    scrollbar-color: #ECECEC transparent;
    scrollbar-width: thin;
  }
}

.filter__suptitle {
  margin-bottom: 11px;
  line-height: 20px;
  font-weight: 600;
  color: var(--gray-150);
}

.filter__link {
  color: var(--gray-200);
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.filter__link.active,
.filter__link:hover,
.filter__link:focus-visible,
.filter__link:active {
  color: var(--light-green);
}

.work__title {
  font-family: "GetVoIP Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 210px;
  color: #a5cd39;
}

.work__item {
  border-bottom: 2px solid #f1f1f1;
  margin-bottom: 80px;
  padding-bottom: 60px;
}

.work__item_mid-padding {
  margin-bottom: 69px;
  padding-bottom: 45px;
}

.work__sub-title {
  font-family: "GetVoIP Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #a5cd39;
  margin-bottom: 60px;
}

.work__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.work__body_between-reverse {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.work__body_gap-xl {
    gap: 71px;
}

.work__date {
  margin-right: 100px;
  font-size: 24px;
  line-height: 29px;
  color: #5b5b5b;
}

.work__date_mr0 {
  margin-right: 0;
}

.work__text {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
  color: #5b5b5b;
}

.work__link {
  font-size: 26px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a5cd39;
  margin-top: 40px;
}

.work__link img {
  margin-left: 20px;
}

.catalog {
  padding-top: 280px;
  padding-bottom: 100px;
}

.catalog__title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  color: #a5cd39;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.catalog__item {
  margin-bottom: 45px;
}

.catalog__sub-title {
  font-size: 32px;
  line-height: 39px;
  color: #ffffff;
  background: #a5cd39;
  margin-bottom: 12px;
  padding-left: 15px;
}

.catalog__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog__list {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 20px;
}

.catalog__li {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #5b5b5b;
  margin-bottom: 5px;
}

.medication__slick .slick-list,
.slider__body .slick-list {
  overflow: hidden;
}

.medication__slick .slick-track,
.slider__body .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider__body .slick-arrow {
  position: absolute;
  top: 53%;
  margin-top: -25px;
  z-index: 10;
  font-size: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.slider__body .slick-arrow.slick-prev {
  left: 25px;
  background: #a5cd39 url(../img/arr.svg) no-repeat center;
}

.slider__body .slick-arrow.slick-next {
  background: #a5cd39 url(../img/arr.svg) no-repeat center;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 25px;
}

.medication__slick .slick-dots,
.slider__body .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -50px;
  position: relative;
  z-index: 5;
}

.medication__slick .slick-dots li,
.slider__body .slick-dots li {
  list-style: none;
}

.medication__slick .slick-dots li button,
.slider__body .slick-dots li button {
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 5px;
  cursor: pointer;
  border: 0;
}

.medication__slick .slick-dots .slick-active button,
.slider__body .slick-dots .slick-active button {
  background: #a5cd39;
}

/* page-nav */
.page-nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  width: 87%;
}

.page-nav__link {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  text-wrap: nowrap;
  color: var(--gray-200);
}

.page-nav__link.active {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: wrap;
}

.page-nav__link.active {
  color: var(--light-green);
}

.footer {
  background: #295b18;
  padding: 85px 0;
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__column {
  margin-right: 100px;
  max-width: 380px;
}

.footer__logo {
  margin-bottom: 65px;
}

.footer__logo img {
  max-width: 100%;
}

.footer__copy {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
}

.footer__copy-md {
  display: none;
  margin-top: 50px;
}

.footer__text {
  font-size: 24px;
  line-height: 29px;
}

.footer__text-md {
  display: none;
}

.footer__menu {
  margin-right: 130px;
}

.footer__name {
  font-family: "GetVoIP Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 30px;
}

.footer__link {
  font-size: 24px;
  display: block;
  line-height: 29px;
  margin-bottom: 10px;
}

.footer__mail {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
  display: block;
}

.footer__tel {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
  display: block;
}

.footer__country {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
}

.footer__adress {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
}

.footer__index {
  font-size: 24px;
  line-height: 29px;
}

/* shop */
.page-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(50/1200*100%);
  padding-top: 70px;
}

.shop__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(271px, 1fr));
  height: 100%;
  gap: 24px;
}

.shop__right {
  width: calc(867 / 1200* 100%);
  height: 100%;
}

.page-sitebar {
  width: calc(284/1200*100%);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 2px solid #f1f1f1;
}

.shop__pagination {
  padding-top: 100px;
}

/* product */
.product {
  border: 1px solid #F3F3F3;
  position: relative;
  min-height: 313px;
  height: 100%;
}

.product__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.product__img {
  max-height: 210px;
  height: 100%;
}

.product__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  color: var(--black-0);
  transition:  -webkit-line-clamp 0.3s ease, color 0.3s ease;
}

.product__img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product:hover .product__title {
  position: absolute;
  -webkit-line-clamp: inherit;
  color: #5B5B5B;
}

.product__descr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 18px;
  height: 100%;
}

/* medication */
.medication__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(50/1200*100%);
}

.medication__descr {
  width: calc(812/1200*100%);
}
.medication__param-item {
  padding-block: 20px;
  border-bottom: 1px solid var(--gray-50);
}

.medication__param-item:last-child,
.medication__param-item:first-child {
  padding-block: 0;
}

.medication__param-item:last-child {
  padding-top: 20px;
  border-bottom: none;
}

.medication__param-item:first-child {
  padding-bottom: 20px;
}

.medication__slick .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.medication__text-hidden {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  transition: -webkit-line-clamp 0.3s ease;
}

.medication__text-hidden.open {
  -webkit-line-clamp: inherit;
}

.medication__param-title {
  max-width: 200px;
  font-size: 18px;
  line-height: 22px;
}

.medication__param-text {
  width: calc(500/812*100%);
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.medication__param-list {
  padding-top: 40px;
  color: var(--gray-200);
}

.medication__param-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.medication__new-string {
  display: block;
}

.medication__slick {
  position: relative;
  width: calc(338/1200*100%);
}

.medication__page-nav {
  margin-bottom: 60px;
}

.medication__btn {
  position: absolute;
  background-color: #fff;
  bottom: 0;
  padding-left: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fill-available;
  color: var(--light-green);
}

.medication__param-link {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: var(--light-green);
}

.medication__link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

/* services */
.services__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(869/1200*100%);
  gap: 35px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: var(--black-0);
}

.services__wrapper_column-count {
  display: block;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 31px;
     -moz-column-gap: 31px;
          column-gap: 31px;
}

.services__wrapper_w100 {
  width: 100%;
}

.services__page-nav {
  margin-bottom: 50px;
}

.services__text_mb20 {
  margin-bottom: 20px;
}

.services__title-section {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.services__list {
  padding-top: 30px;
}

.services__list li {
  position: relative;
  padding-left: 10px;
}

.services__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--black-0);
}

.services__title {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}

.services__title_mb10 {
  margin-bottom: 10px;
}

.services__link {
  font-size: 16px;
  color: var(--light-green);
  -webkit-transition: color  0.3s ease;
  -o-transition: color  0.3s ease;
  transition: color  0.3s ease;
}

.services__img img {
  width: 100%;
}

.services__address{
  font-style: normal;
}

.services__link:hover {
  color: var(--dark-green);
}

.services__list-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

/* services-contact */
.services-contact {
  font-size: 14px;
  line-height: 20px;
}

.services-contact__name {
  font-weight: 600;
}

.services-contact__link {
  display: block;
}

/* search */
.search_vh {
  height: 100vh;
}

.search__wrapper {
  padding-top: 63px;
}

.search__content {
  padding-top: 100px;
}

.search__title {
  font-weight: 700;
  margin-bottom: 80px;
  font-size: 24px;
  line-height: 24px;
  color: var(--light-green);
  text-transform: uppercase;
}

/* form-search */
.form-search {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.form-search_mb15 {
  margin-bottom: 15px;
}

.form-search__input {
  position: absolute;
  padding: 15px 60px;
  width: 100%;
  height: 100%;
  border: 1px solid #C0BFBF;
  border-radius: 24px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.form-search__input:focus {
  border-color: var(--light-green);
}

.form-search__input::-webkit-input-placeholder {
  color: #C0BFBF; 
}

.form-search__input::-moz-placeholder {
  color: #C0BFBF; 
}

.form-search__input:-ms-input-placeholder {
  color: #C0BFBF; 
}

.form-search__input::-ms-input-placeholder {
  color: #C0BFBF; 
}

.form-search__input::placeholder {
  color: #C0BFBF; 
}

.btn-form {
  padding: 25px 65px;
  font-size: 35px;
  font-weight: 600;
  line-height: 22px;
  background-color: var(--light-green);
  border-radius: 23px;
  color: #fff;
  z-index: 1;
}

.search-list {
  padding: 45px 63px;
  width: 100%;
  border: 3px solid var(--light-green);
  border-radius: 25px;
}

.search-item {
  border-bottom: 0.5px solid var(--light-green);
  height: 100%;
  cursor: pointer;
}

.search-link {
  padding-block: 20px;
}

.search-item:first-child .search-link {
  padding-top: 0;
} 

.search-item:last-child .search-link {
  padding-bottom: 0;
}

.search-item:last-child {
  border-bottom: none;
}

.search-link {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: var(--gray-200);
}

.search__not-found {
  padding-top: 100px;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: var(--gray-200);
}

@media screen and (max-width: 1500px) {
  .main {
    padding-top: 550px;
  }

  .about {
    padding-top: 600px;
  }

  .contacts {
    padding-top: 600px;
  }

  .page_news,
  .science-b {
    padding-top: 600px;
  }

  .page-sitebar {
    width: calc(350/1200*100%);
  }
}

@media screen and (max-width: 1200px) {
  .menu__burger {
    display: block;
  }

  .header__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

 

  .header-bottom { 
    display: none;
  }

  .header__container_mb20 {
    margin-bottom: 0;
  }

  .header__body_mb35 {
    margin-bottom: 0;
  }

  .menu__link {
    font-size: 35px;
  }

  .header {
    padding: 20px 0;
  }

  .main {
    padding-top: 500px;
    padding-bottom: 100px;
  }

  .mission__img {
    margin: 0 50px;
  }

  .activity__name {
    padding: 10px;
    min-height: 60px;
    font-size: 18px;
    line-height: 20px;
  }

  .advantages__body {
    margin: 0 -20px;
  }

  .advantages__item {
    width: 33.333%;
    padding: 0 20px;
  }

  .about {
    padding-top: 550px;
    padding-bottom: 100px;
  }

  .build__img {
    margin-right: 50px;
  }

  .boost__media {
    margin-right: 20px;
  }

  .contacts {
    padding-top: 550px;
    padding-bottom: 100px;
  }

  .page_news,
  .science-b {
    padding-top: 550px;
    padding-bottom: 100px;
  }

  .footer__column {
    margin-right: 80px;
  }

  .footer__menu {
    margin-right: 80px;
  }

  .services__wrapper_column-count {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 42px;
       -moz-column-gap: 42px;
            column-gap: 42px;
  }

  .search_vh {
    height: initial;
  }
}

@media screen and (max-width: 992px) {

  .menu {
    width: 100%;
    padding: 60px 10% 20px;
  }

  .menu__link {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .menu__contacts {
    margin-top: 90px;
  }

  .menu__mail {
    font-size: 20px;
    line-height: 25px;
  }

  .menu__tel {
    font-size: 20px;
    line-height: 25px;
  }

  .menu__copy {
    font-size: 20px;
    line-height: 25px;
  }

  .header__logo {
    width: 150px;
  }

  .header__en {
    font-size: 20px;
    line-height: 24px;
    margin-right: 30px;
  }

  .header__search {
    width: 20px;
    margin-right: 30px;
  }

  .main {
    padding-top: 450px;
    padding-bottom: 100px;
  }

  .main__title {
    font-size: 40px;
    line-height: 44px;
  }

  .mission__title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .mission__text {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .mission__link {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .mission__link img {
    margin-left: 10px;
    width: 30px;
  }

  .no-webp .mission__playpause {
    background: #a5cd39 url(../img/play.png) 17px 15px/20px no-repeat; }

  .mission__playpause {
    width: 50px;
    height: 50px;
  }

  .science__title {
    font-size: 22px;
    line-height: 40px;
  }

  .science__link {
    font-size: 18px;
    line-height: 20px;
  }

  .science__link img {
    margin-left: 10px;
    width: 30px;
  }

  .activity__title {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 50px;
  }

  .advantages__title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 50px;
  }

  .advantages__item {
    width: 50%;
    margin-bottom: 30px;
  }

  .advantages__value {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .advantages__name {
    font-size: 18px;
    line-height: 25px;
  }

  .partners {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .partners__title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 100px;
  }

  .about {
    padding-top: 500px;
    padding-bottom: 100px;
  }

  .about__title {
    font-size: 40px;
    line-height: 44px;
  }

  .build {
    padding: 50px 0;
  }

  .build__title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 50px;
  }

  .build__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .build__img {
    margin-right: 0;
    margin-bottom: 50px;
    text-align: center;
  }

  .build__img img {
    max-width: 100%;
  }

  .build__content {
    max-width: 100%;
  }

  .build__text {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .service {
    padding: 50px 0;
  }

  .service__title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 50px;
  }

  .service__value {
    font-size: 40px;
    line-height: 50px;
    margin-right: 20px;
  }

  .service__text {
    font-size: 18px;
    line-height: 25px;
  }

  /* services */
  .services__wrapper {
    width: 100%;
    gap: 25px;
  }

  .services__img_big img {
    max-height: 760px;
  }

  .services__img_middle img {
    max-height: 350px;
  }

  .boost {
    padding: 50px 0;
  }

  .boost__title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 50px;
  }

  .boost__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .boost__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px 30px;
  }

  .boost__img:first-child {
    margin-bottom: 0;
  }

  .boost__img {
    margin: 0 10px;
  }

  .boost__img img {
    max-width: 100%;
  }

  .boost__text {
    font-size: 18px;
    line-height: 23px;
    max-width: 100%;
  }

  .news {
    padding: 50px 0;
  }

  .news__title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 50px;
  }

  .news__body {
    margin-bottom: 20px;
  }

  .news__item {
    width: 50%;
    margin-bottom: 50px;
  }

  .news__img {
    margin-bottom: 15px;
  }

  .news__date {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
  }

  .news__text {
    font-size: 17px;
    line-height: 23px;
  }

  .news__link {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .news__link img {
    margin-left: 10px;
    width: 30px;
  }

  .information {
    padding: 50px 0;
  }

  .information__title {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 50px;
  }

  .information__item img {
    width: 20px;
  }

  .information__link {
    font-size: 16px;
    line-height: 24px;
    margin-right: 20px;
  }

  .contacts {
    padding-top: 500px;
    padding-bottom: 100px;
  }

  .contacts__title {
    font-size: 40px;
    line-height: 44px;
  }

  .office {
    padding: 50px 0 0px;
  }

  .office__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 50px;
  }

  .office__sub-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .office__li {
    font-size: 16px;
    line-height: 23px;
  }

  .cart * {
    height: 300px;
  }

  .accordion__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 50px;
  }

  .accordion__triger {
    padding: 10px 0;
  }

  .accordion__page-title ,
  .accordion__sub-title {
    font-size: 18px;
    line-height: 20px;
  }

  .accordion__plus {
    width: 25px;
    min-width: 25px;
    height: 25px;
  }

  .accordion__content {
    padding: 20px 0;
  }

  .accordion__list:first-child {
    margin-right: 20px;
  }

  .accordion__li {
    font-size: 16px;
    line-height: 20px;
  }

  .science-b {
    padding-top: 500px;
    padding-bottom: 100px;
  }

  .science-b__title {
    font-size: 40px;
    line-height: 44px;
  }

  .section {
    padding: 50px 0;
  }

  .work__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 50px;
  }

  .work__item {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  .work__sub-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
  }

  .work__date {
    font-size: 18px;
    line-height: 23px;
    margin-right: 50px;
  }

  .work__text {
    font-size: 18px;
    line-height: 23px;
  }

  .work__link {
    font-size: 18px;
    line-height: 20px;
  }

  .work__link img {
    margin-left: 10px;
    width: 30px;
  }

  .pagination {
    margin-top: 50px;
  }

  .pagination__left {
    width: 35px;
    height: 35px;
    margin-right: 20px;
  }

  .accordion__page-title  {
    max-width: initial;
  }
  
  /* .shop */
  .page-divider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }

  .shop__right,
  .page-sitebar {
    width: 100%;
  }

  .shop__pagination {
    padding-top: 50px;
  }

  /* .work__page */
  .pagination__page {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }

  .pagination__right {
    width: 35px;
    height: 35px;
    margin-left: 20px;
  }

  .catalog {
    padding-bottom: 50px;
    padding-top: 150px;
  }

  .catalog__title {
    font-size: 40px;
    line-height: 44px;
  }

  .catalog__sub-title {
    font-size: 20px;
    line-height: 23px;
  }

  .catalog__list {
    width: 50%;
  }

  .catalog__li {
    font-size: 18px;
    line-height: 23px;
  }

  .footer__column {
    margin-right: 50px;
  }

  .footer__logo {
    width: 150px;
    margin-bottom: 50px;
  }

  .footer__copy {
    font-size: 18px;
    line-height: 25px;
  }

  .footer__text {
    font-size: 18px;
    line-height: 25px;
  }

  .footer__menu {
    margin-right: 50px;
  }

  .footer__name {
    font-size: 20px;
    line-height: 25px;
  }

  .footer__link {
    font-size: 20px;
    line-height: 25px;
  }

  .footer__mail {
    font-size: 20px;
    line-height: 25px;
  }

  .footer__tel {
    font-size: 20px;
    line-height: 25px;
  }

  .footer__country {
    font-size: 20px;
    line-height: 25px;
  }

  .footer__adress {
    font-size: 20px;
    line-height: 25px;
  }

  .footer__index {
    font-size: 20px;
    line-height: 25px;
  }

  .page-divider {
    padding-top: 30px;
  }

  .page-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .page-nav__link {
    text-wrap: wrap;
  }

  .page-nav__link.active {
    display: block;
  }

  .medication__page-nav {
      margin-bottom: 30px;
  }
  
  .page-title {
    font-size: 40px;
    line-height: 44px;
  }

  .page-title_mob {
    font-size: 30px;
    line-height: 30px;
  }

  .page-title_small {
    font-size: 35px;
    line-height: 35px;
  }

  .page-title_middle {
    font-size: 25px;
    line-height: 30px;
  }

  /* .product */
  .product {
    min-height: 260px;
  }

  .product:hover .product__title {
    width: 100%;
  }
  
  .product__img {
    max-height: 160px;
  }

  /* medication */
  .medication__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }

  .medication__slick {
    width: 100%;
  }

  .medication__param-text {
    font-size: 16px;
    line-height: 20px;
  }

  .medication__img img {
    width: 100%;
    max-height: 490px;
  }

  .medication__descr {
    width: 90%;
  }

  .services__wrapper_column-count {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px
  }

  .services__list-contact {
    margin-bottom: 25px;
  }

  /* btn-form */
  .btn-form {
    padding: 25px 45px;
    font-size: 15px;
  }

  .form-search__input {
    padding: 15px 40px;
    font-size: 20px;
  }

  .search__wrapper {
    padding-top: 30px;
  }

  .work__date_mr0 {
    margin-right: 0;
  }
  
  .search-list {
    padding: 40px;
  }

  .search-link {
    font-size: 16px;
    line-height: 20px;
    padding-block: 15px;
  }

  .search__not-found {
    padding-top: 70px;
    font-size: 20px;
    line-height: 25px;
  }

  .webp .page_news {
    background-position-x: 76%;
  }

}

@media screen and (max-width: 768px) {
  .mission {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mission__body {
    margin-bottom: 50px;
  }

  .mission__img {
    display: none;
  }

  .science {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .science__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .science__title {
    margin-bottom: 20px;
  }

  .science__link {
    margin-bottom: 50px;
  }

  .science__img {
    text-align: center;
    margin-left: 0;
  }

  .activity {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .activity__title {
    margin-bottom: 20px;
  }

  .activity__body {
    margin: 0;
  }

  .activity__item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .activity__name {
    font-size: 16px;
    line-height: 20px;
  }

  .advantages {
    padding: 50px 0;
  }

  .advantages__body {
    margin: 0;
  }

  .advantages__item {
    width: 100%;
    padding: 0;
  }

  .partners__title {
    margin-bottom: 50px;
  }

  .partners__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .partners__img {
    margin-right: 0;
    text-align: center;
    margin-bottom: 50px;
    width: 60%;
  }

  .slider {
    padding: 50px 0 60px;
  }

  .news__item {
    width: 100%;
  }

  .office__column {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 50px;
  }

  .accordion__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .accordion__list {
    width: 100%;
  }

  .work__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .work__body_gap-xl {
    gap: 0;
  }

  .work__date {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .slider__body .slick-arrow {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }

  .slider__body .slick-arrow.slick-prev {
    left: 10px;
  }

  .slider__body .slick-arrow.slick-next {
    right: 10px;
  }

  .slider__body .slick-dots {
    margin-top: -30px;
  }

  .slider__body .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .footer {
    padding: 50px 0;
  }

  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__column {
    margin-right: 0;
    margin-bottom: 0px;
  }

  .footer__copy {
    display: none;
  }

  .footer__copy-md {
    display: block;
  }

  .footer__text {
    display: none;
  }

  .footer__text-md {
    display: block;
  }

  .footer__menu {
    margin-right: 0;
    margin-bottom: 50px;
  }

  .medication__img img {
    max-height: initial;
  }

  .medication__descr {
    width: 100%;
  }

  .medication__param-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .medication__param-text {
    width: 100%;
  }

  .medication__param-title {
    font-weight: bold;
    margin-bottom: 10px;
    max-width: 100%;
  }

  .medication__param-item {
    padding-block: 15px;
  }

  .medication__param-item:last-child {
    padding-top: 15px;
  }
  
  .medication__param-item:first-child {
    padding-bottom: 15px;
  }

  .services__img_big img {
    max-height: 670px;
  }

  .search__not-found {
    padding-top: 50px;
  }
}

@media screen and (max-width: 718px) {
  .main {
    padding-top: 420px;
    padding-bottom: 100px;
  }

  .product__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .product__title {
    text-align: center;
  }

  .shop__right {
    padding-inline: 12px;
  }

  .accordion__page-title {
    max-width: 80%;
  }

  .product:hover .product__title {
    left: 0;
  }

  .accordion__page-title_fit-content-mob {
    max-width: 100%;
  }

  .search__not-found {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 510px) {

  .main {
    padding-top: 490px;
    padding-bottom: 100px;
  }

  .main__title {
    font-size: 24px;
    line-height: 30px;
  }

  .about__title {
    font-size: 24px;
    line-height: 35px;
  }

  .contacts__title {
    font-size: 24px;
    line-height: 35px;
  }

  .science-b__title {
    font-size: 24px;
    line-height: 35px;
  }

  .catalog__title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
  }

  .services__title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .services__title-section {
    font-size: 16px;
  }

  .services__wrapper_column-count {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px
  }

  .btn-form {
    padding: 20px 34px;
    font-size: 15px;
  }

  .search-list {
    padding: 20px;
  }
}

@media screen and (max-width: 480px) {
  .catalog__item {
    margin-bottom: 10px;
  }

  .catalog__list {
    width: 100%;
  }

  .webp .page_news {
    background-position-x: 69%;
  }

  .page_news, .science-b {
    padding-top: 370px;
  }
}

@media screen and (max-width: 444px) {
  .main {
    padding-top: 445px;
    padding-bottom: 100px;
  }
}

.webp .main { background: url(../img/main.webp) center/cover no-repeat; }

.webp .mission__playpause { background: #a5cd39 url(../img/play.webp) 28px 25px no-repeat; }

.webp .about { background: url(../img/about-img.webp) center/cover no-repeat; }

.webp .contacts { background: url(../img/main.webp) center/cover no-repeat; }

.webp .science-b { background: url(../img/science-bg.webp) center/cover no-repeat; }

@media screen and (max-width: 992px) {

  .webp .mission__playpause { background: #a5cd39 url(../img/play.webp) 17px 15px/20px no-repeat; }
}

.partners__body {
    overflow: hidden;
    position: relative;
    padding: 40px 0;
}

.partners__slider {
    display: inline-flex;
    animation: slide 65s linear infinite;
    white-space: nowrap;
}

.partners__slider:hover {
    animation-play-state: paused;
}

.partners__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    transition: opacity 0.3s ease;
    text-decoration: none;
}

.partners__link:hover {
    opacity: 0.8;
}

.partners__img img {
    max-width: 250px;
    height: auto;
    display: block;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}