:root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
}

ul,
ol {
  padding-left: 0;
}

ul li,
ol li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

input {
  outline: 0;
  border: 0;
  display: block;
  width: 100%;
}

input:-webkit-autofill {
  background-color: transparent !important;
  -webkit-text-fill-color: #84868a !important;
  caret-color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  transition: background-color 9999s ease-in-out 0s;
}

.button {
  outline: 0;
  border: 0;
  padding: 23px 48px;
  background-color: #28A745;
  width: -moz-max-content;
  width: max-content;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  cursor: pointer;
  transition: background-color 0.5s ease;
}

.button:hover {
  background-color: #007C1C;
}

.outlineButton {
  background-color: transparent;
  border: 1px solid #28A745;
  color: #28a745;
  transition: background-color 0.5s ease;
}

.outlineButton:hover {
  background-color: #28A745;
  color: #fff;
}

.outlineButton:hover svg path {
  stroke: #fff;
}

img {
  max-width: 100%;
}

section {
  margin-bottom: 100px;
}

.title {
  font-family: Inter;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
}

.box {
  margin: auto;
  max-width: 1720px;
}

[class^=swiper-button] {
  background-color: #28A745 !important;
  width: 45px !important;
  height: 45px !important;
  border-radius: 50%;
  top: 57% !important;
}

[class^=swiper-button] svg {
  width: 24px !important;
  height: 24px !important;
}

.swiper-button-prev1,
.swiper-button-next1,
.swiper-button-prev2,
.swiper-button-next2,
.swiper-button-prev3,
.swiper-button-next3,
.swiper-button-prev4,
.swiper-button-next4,
.swiper-button-prev5,
.swiper-button-next5,
.swiper-button-prev6,
.swiper-button-next6 {
  position: relative !important;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  bottom: unset ! important;
}

/* .swiper-button-prev1 {
  left: 143px !important;
}

.swiper-button-next1 {
  left: 195px !important;
} */

/* .swiper-button-prev2,
.swiper-button-prev3 {
  left: 700px !important;
}

.swiper-button-next2,
.swiper-button-next3 {
  left: 750px !important;
}

.swiper-button-prev4,
.swiper-button-prev5 {
  left: 280px !important;
}

.swiper-button-next4,
.swiper-button-next5 {
  left: 330px !important;
} */

/* .swiper-button-prev6 {
  left: 400px !important;
}

.swiper-button-next6 {
  left: 450px !important;
} */

.swiper-button-disabled {
  background-color: #F2F2F7 !important;
  opacity: 1 !important;
}

.swiper-button-disabled svg path {
  stroke: #1C1C1C;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: none !important;
}

.teamTitle.title,
.servicesTitle.title,
.eventsTitle.title,
.researchTitle.title,
.worksTitle.title {
  display: flex;
  align-items: baseline;
  padding-top: 15px;
}

.sliderButtons {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 10px;
}

.header {
  padding: 40px 0;
  margin-bottom: 40px;
  position: sticky;
  top: 0;
  z-index: 99;
  background: #fff;
}

.header .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

/* .headerBoxMobile {
  display: none;
} */

.headerBoxMobile.action {
  flex-direction: column;
  justify-content: flex-start;
}

.headerBoxMobile {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #28A745;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

.headerBoxMobileMenu ul {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.headerBoxMobileMenu ul li {
  padding: 0;
  text-align: center;
  margin-bottom: 20px;
}

.headerBoxMobileMenu ul li a {
  color: #fff;
  font-family: Inter;
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
}

.headerBoxMobile .headerMenuTab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  padding: 25px 30px 0;
  margin-bottom: 60px;
  width: 100%;
}

.headerBoxMobile.action {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  overflow-y: auto;
}

.headerMenuSearch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.headerMenuSearch .search-form-page .input-group {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  max-width: 300px;
}

.headerMenuSearch .search-form-page input[type=search] {
  width: 0;
  padding: 0;
  overflow: hidden;
  transition: width 0.3s ease;
}

.headerMenuSearch .search-form input.active {
  width: 100%;
  padding: 19px 0 19px 22px;
  border-radius: 16px;
}

.search.search-results article {
  margin-bottom: 50px;
}

.search-submit,
.search-submit:hover {
  background: none;
}

.headerMenuSearch input {
  height: 53px;
  padding: 5px;
}

.headerMenuSearch input[type="search"] {
  width: 200px;
  border-radius: 10px;
}

/* .headerMenuSearch .search-form {
  width: 40%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  z-index: 1000;
} */

.headerMenuSearch .submit.search-submit {
  margin-bottom: 0;
  height: 53px;
  font-size: 18px;
  padding: 18px 25px;
  border: 0;
}

.headerMenuSearch .search-form.active {
  opacity: 1;
  visibility: visible;
}

#overlay {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  z-index: 98;
}

#overlay.active {
  opacity: 1;
  visibility: visible;
}

#search-wrapper h1 {
  margin-bottom: 30px;
}

#search-wrapper h2 {
  margin-bottom: 10px;
}

.headerMenu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.headerMenu ul li {
  padding: 12px 24px;
}

.headerMenu ul li a {
  font-family: "Inter";
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}

.headerMenu ul li a.active {
  color: #28a745;
  font-weight: 600;
}

.headerMenu ul li a:hover {
  color: #28a745;
  transition: color 0.5s ease;
}

.headerUtils {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 8px;
}

.headerBar {
  /* display: none; */
  background-color: #28A745;
  padding: 16px 25px;
  border-radius: 16px;
}

.headerLang {
  font-family: "Inter";
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  background-color: #28A745;
  padding: 18px 25px;
  border-radius: 16px;
}

.breadcrumbs {
  margin-bottom: 60px;
}

.breadcrumbs ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}

.breadcrumbs ul li {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #28a745;
}

.breadcrumbs ul li a {
  color: #1C1C1C;
}

.breadcrumbs ul li a::after {
  content: "/";
  margin-left: 4px;
}

.heroTitle {
  font-family: "Inter";
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 24px;
}

.heroTitle span {
  color: #28a745;
}

.heroText {
  font-family: "Golos Text";
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
}

.heroSlider {
  margin-top: 90px;
  padding-top: 30px;
}

.heroSlider .swiper-wrapper {
  display: flex;
  position: relative;
}

.heroSlider .swiper-slide {
  margin-top: 30px;
}

.heroSliderImg {
  height: 700px;
}

.heroSliderImg img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.heroSliderBtn {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.buttons .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}

.buttons .buttonsItem {
  transition: all .5s ease;
}

.buttons .buttonsItem:hover {
  background-color: #28A745;
  color: #fff;
}

.buttons .buttonsItem:hover svg path {
  stroke: #fff;
}

.buttons .box>div {
  position: relative;
  /* flex: 0 0 calc(25% - 50px); */
}

.buttons .box>div::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: -53px;
  top: 50%;
  width: 40px;
  height: 1px;
  background-color: #28A745;
  transform: rotate(90deg);
}

.buttons .box>div:last-child::after {
  content: none;
}

.buttons .button {
  width: 100% !important;
  padding: 23px 10px !important;
  cursor: pointer;
}

.directionsTitle {
  margin-bottom: 40px;
}

.directionsText {
  font-family: Golos Text;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 50px;
}

.directionsItem {
  border-bottom: 1px solid #1C1C1C;
  margin-bottom: 10px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}

.directionsItem a {
  display: inline-block;
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
}

.directionsItem a,
.directionsItem svg path {
  transition: color 0.5s ease;
}

.directionsItem:hover a {
  color: #28a745;
}

.directionsItem:hover svg path {
  stroke: #28a745;
}

.directionsItem:hover {
  border-color: #28a745;
}

.team {
  overflow: hidden;
}

.teamSlider {
  overflow: visible !important;
}

.teamTitle {
  position: relative;
  margin-bottom: 60px;
}

.teamText {
  font-family: Golos Text;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 60px;
}

.teamImage {
  height: 505px;
  margin-bottom: 40px;
}

.teamImage img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}

.teamName {
  font-family: Golos Text;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 24px;
}

.teamDesc {
  font-family: Golos Text;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.teamPost {
  font-family: Golos Text;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  max-width: 85%;
}

.bossTitle {
  margin-bottom: 60px;
}

.bossBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 50px;
}

/* .bossImage {
  height: 505px;
} */

.bossImage img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px;
}

.bossInfo {
  flex: 0 0 calc(77% - 50px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bossName {
  font-family: Golos Text;
  font-weight: 600;
  font-size: 43px;
  line-height: 100%;
  margin-bottom: 40px;
}

.bossText {
  margin-bottom: 60px;
  font-family: Golos Text;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
}

.services {
  overflow: hidden;
}

.servicesSlider {
  overflow: visible !important;
}

.servicesSlider .swiper-slide:hover .servicesBtn {
  color: #fff;
  background-color: #007C1C;
}

.servicesSlider .swiper-slide:hover .servicesBtn svg path {
  stroke: #fff;
}

.servicesTitle {
  margin-bottom: 67px;
  position: relative;
}

.servicesItem {
  padding: 40px;
  border-radius: 24px;
  background-color: #28A745;
  height: 530px !important;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.servicesItem:nth-child(even) {
  background-color: #006BF6;
}

.servicesSlider .servicesItem:nth-child(even) .servicesBtn {
  color: #006bf6;
}

.servicesSlider .servicesItem:nth-child(even) .servicesBtn svg path {
  stroke: #006bf6;
}

.servicesSlider .servicesItem:nth-child(even):hover .servicesBtn {
  color: #fff;
  background-color: #005FBA;
}

.servicesLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: #fff;
  border-radius: 50%;
  width: 109px;
  height: 109px;
  margin-bottom: 66px;
  flex-shrink: 0;
}

.servicesName {
  color: #fff;
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 24px;
}

.servicesDesc {
  color: #fff;
  font-family: Golos Text;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 40px;
}

.servicesBtn {
  background-color: #fff;
  color: #28a745;
  transition: all .4s linear;
}

.researchSlider,
.worksSlider,
.eventsSlider,
.newsSlider {
  overflow: visible !important;
}

.researchTab,
.worksTab,
.eventsTab,
.newsTab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}

.researchName,
.worksName,
.eventsName,
.newsName {
  font-family: Golos Text;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 24px;
}

.researchText,
.worksText,
.eventsText,
.newsText {
  font-family: Golos Text;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 32px;
}

.home .researchBtn,
.home .worksBtn,
.home .eventsBtn,
.home .newsBtn {
  background-color: transparent;
  color: #28a745;
  border: 1px solid #28a745;
  transition: all .5s ease;
}

.home .researchBtn:hover,
.home .worksBtn:hover,
.home .eventsBtn:hover,
.home .newsBtn:hover {
  background-color: #28a745;
  color: #fff;
  border: 1px solid transparent;
}

.home .researchBtn:hover svg path,
.home .worksBtn:hover svg path,
.home .eventsBtn:hover svg path,
.home .newsBtn:hover svg path {
  stroke: #fff;
}

.research,
.works {
  overflow: hidden;
}

.researchTab,
.worksTab {
  margin-bottom: 40px;
}

.researchTitle,
.worksTitle {
  position: relative;
}

.events,
.news {
  overflow: hidden;
}

.eventsTab,
.newsTab {
  margin-bottom: 60px;
  position: relative;
}

.eventsImage,
.newsImage {
  height: 272px;
  margin-bottom: 30px;
}

.eventsImage img,
.newsImage img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.eventsDate,
.newsDate {
  font-family: Golos Text;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 32px;
}

.eventsFlag,
.newsFlag {
  font-family: Golos Text;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  border: 2px solid #1C1C1C;
  padding: 10px 15px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 12px;
}

.eventsTags {
  display: flex;
  gap: 10px;
}

.eventsReg {
  background-color: #28A745;
  color: #fff;
  border: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.eventsItems,
.newsItems {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.eventsItem,
.newsItem {
  flex: 0 0 calc(25% - 45px);
}

.appl .box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 36px;
}

.applTitle {
  margin-bottom: 40px;
}

.applText {
  font-family: Golos Text;
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
  color: #84868a;
}

.applInfo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  flex-direction: column;
}

.applInfo>div:last-child {
  padding: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

.applPhoto img {
  width: 74px;
  height: 74px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.applName {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}

.applForm {
  flex: 0 0 calc(52% - 36px);
  padding: 60px 50px;
  background-color: #FDFDFD;
  border-radius: 24px;
}

.applForm input,
.applForm textarea {
  width: 100%;
  background-color: transparent;
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 152%;
  vertical-align: middle;
  padding: 27px 0;
  border: 0;
  border-bottom: 1px solid rgba(132, 134, 138, 0.3019607843);
}

.applForm input[type=checkbox] {
  width: auto;
  height: auto;
  margin-right: 20px;
}

.applForm input[type=submit] {
  width: 100%;
}

.faqTitle {
  margin-bottom: 50px;
}

.faqItem {
  border-bottom: 1px solid #DDDDDD;
}

.faqName {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  padding: 26px 0;
  font-family: Golos Text;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}

.faqName div:last-child {
  background-color: #F7F7F7;
  padding: 17px;
  border-radius: 16px;
  width: 52px;
  height: 52px;
}

.faqContext {
  font-family: Golos Text;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #808080;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}

.faqContext.action {
  opacity: 1;
  visibility: visible;
  max-height: 100%;
  padding-bottom: 20px;
}

.faqName .svgBox {
  transition: all .15s ease;
}

.faqName .svgBox.action {
  background-color: #28A745;
}

.faqName svg {
  display: flex;
  align-items: center;
  transition: all .15s linear;
}

.faqName svg.action {
  transform: rotate(45deg);
}

.faqName svg.action path {
  fill: #fff;
}

.footer {
  padding: 100px 0;
  background-color: #FDFDFD;
}

.footer .box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
}

.footerLogo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: Golos Text;
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  text-transform: uppercase;
  padding-top: 17px;
  padding-bottom: 17px;
}

.footerNav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  width: 100%;
}

.footerMenu h6 {
  font-family: Inter;
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 24px;
}

.footerMenu ul {
  -moz-column-count: 2;
  column-count: 2;
  /* -moz-column-gap: 48px;
  column-gap: 48px; */
  max-width: 500px;
}

.footerMenu ul li {
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 12px;
}

.footerMenu ul li a {
  color: #28a745;
}

.footerNet h6 {
  font-family: Inter;
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 24px;
}

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

.footerNetItems div {
  width: 68px;
  height: 68px;
  background-color: #28A745;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.footerNetItems div:first-child,
.contactsNet div:first-child {
  background: linear-gradient(45deg, #833AB4, #FD1D1D, #FCAF45);
}

.footerNetItems div:nth-child(2),
.contactsNet div:nth-child(2) {
  background-color: #1877F2;
}

.footerNetItems div:last-child,
.contactsNet div:last-child {
  background-color: #FF0000;
}

.footerNetItems div a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.footerInfo {
  display: flex;
  align-items: flex-start;
  gap: 150px;
  flex-direction: column;
}

.contactsMap {
  flex-grow: 1;
}

.contactsMap {
  border-radius: 24px;
  width: 100%;
}

.footerContacts {
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.footerContactsBtn {
  margin-left: auto;
}

.footerContactsItem {
  margin-bottom: 32px;
}

.footerContactsItem p:first-child {
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-align: right;
  color: #28a745;
  margin-bottom: 12px;
}

.footerContactsItem p:last-child {
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-align: right;
}

.footerContactsPhone {
  font-size: 32px !important;
  line-height: 125% !important;
}

.eventsIntro,
.newsIntro,
.aboutIntro,
.serviceIntro,
.magazineIntro,
.researchIntro {
  position: relative;
}

.eventsIntroImage,
.newsIntroImage,
.aboutIntroImage,
.serviceIntroImage,
.magazineIntroImage,
.researchIntroImage {
  position: relative;
  height: 469px;
}

.eventsIntroImage::after,
.newsIntroImage::after,
.aboutIntroImage::after,
.serviceIntroImage::after,
.magazineIntroImage::after,
.researchIntroImage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5019607843);
  border-radius: 16px;
}

.eventsIntroImage img,
.newsIntroImage img,
.aboutIntroImage img,
.serviceIntroImage img,
.magazineIntroImage img,
.researchIntroImage img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.eventsIntroInfo,
.newsIntroInfo,
.aboutIntroInfo,
.serviceIntroInfo,
.magazineIntroInfo,
.researchIntroInfo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}

.eventsIntroTitle,
.newsIntroTitle,
.aboutIntroTitle,
.serviceIntroTitle,
.magazineIntroTitle,
.researchIntroTitle {
  font-family: Inter;
  font-weight: 700;
  font-size: 100px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  /* max-width: 85%; */
  margin: 0 auto 12px;
}

.eventsIntroText,
.newsIntroText,
.aboutIntroText,
.serviceIntroText,
.magazineIntroText,
.researchIntroText {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #fff;
}

.event {
  margin-bottom: 113px;
}

.eventTitle {
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 27px;
}

.eventDate {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.eventDate div:first-child {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  border: 2px solid #1C1C1C;
  padding: 10px 27px;
  border-radius: 16px;
}

.eventDate div:last-child {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.eventImage {
  height: 600px;
  margin-bottom: 60px;
}

.eventImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.eventContent p {
  font-family: Golos Text;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 15px;
}

.fest {
  margin-bottom: 100px;
}

.festTab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  margin-bottom: 113px;
}

.festImage {
  height: 600px;
}

.festImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.speakers {
  margin-bottom: 100px;
}

.speakersTitle {
  margin-bottom: 60px;
}

.speakersItems {
  display: flex;
  align-items: center;
  gap: 120px;
  flex-wrap: wrap;
}

.speakersItem {
  flex: 0 0 calc(20% - 96px);
}

.speakersItem img {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  margin-bottom: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}

.speakersName {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 24px;
}

.speakersPost {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #28a745;
}

.partners {
  margin-bottom: 110px;
  overflow: hidden;
}

.partnersTitle {
  margin-bottom: 40px;
}

.partnersSlider {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  overflow: visible !important;
}

.partnersItem {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 10px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0509803922);
  height: 120px !important;
}

.partnersItem img {
  object-fit: contain;
}

.bossblog .box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 50px;
}

.bossblogImage {
  flex: 0 0 calc(30% - 25px);
}

.bossblogImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
  border-radius: 16px;
}

.bossblogInfo {
  flex: 0 0 calc(55% - 25px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bossblogTitle {
  font-family: Inter;
  font-weight: 700;
  font-size: 100px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 24px;
}

.bossblogPost {
  font-family: Golos Text;
  font-weight: 600;
  font-size: 43px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 40px;
}

.bossblogText {
  font-family: Inter;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 43px;
}

.bosspostsTitle {
  margin-bottom: 50px;
}

.bosspostsItems {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.bosspostsItem {
  flex: 0 0 calc(25% - 45px);
}

.bosspostsImage {
  margin-bottom: 60px;
  height: 277px;
}

.bosspostsImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  object-position: top;
}

.bosspostsName {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 16px;
}

.bosspostsDesc {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 16px;
}

.bosspostsDate {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.blogSingle {
  margin-bottom: 60px;
}

.blogSingleTitle {
  margin-bottom: 40px;
}

.blogSingleDate {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 60px;
}

.blogSingleImage {
  height: 690px;
  margin-bottom: 40px;
}

.blogSingleImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.blogSingleContent p {
  font-family: Golos Text;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 15px;
}

.blogSinglePhotos {
  margin-bottom: 60px;
}

.blogSinglePhotosTitle {
  margin-bottom: 40px;
}

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

/* .blogSinglePhotosItem {
  flex: 0 0 calc(33.333% - 20px);
} */

.blogSinglePhotosImage {
  height: 330px;
}

.blogSinglePhotosImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.blogSingleVideo {
  margin-bottom: 270px;
}

.blogSingleVideoTitle {
  margin-bottom: 40px;
}

.blogSingleVideoV {
  position: relative;
}

.blogSingleVideoV:hover svg {
  transform: translate(-50%, -50%) scale(1.5);
}

.blogSingleVideoVImage {
  margin-bottom: 40px;
  height: 500px;
}

.blogSingleVideoVImage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 16px;
}

.blogSingleVideoV img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.blogSingleVideoV svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all .4s linear;
}

.blogSingleVideoDesc {
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
}

.newsSingleTitle {
  font-family: Inter;
  font-weight: 700;
  font-size: 100px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 60px;
}

.newsSingleDate {
  font-family: Golos Text;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 40px;
}

.newsSingleImage {
  height: 600px;
  margin-bottom: 40px;
}

.newsSingleImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.newsSingleContent {
  margin-bottom: 100px;
}

.newsSingleContent p {
  font-family: Golos Text;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
}

.newsSingleVideoV {
  line-height: 0;
}

.newsSingleVideo {
  margin-bottom: 100px;
  position: relative;
}

.newsSingleVideo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 16px;
}

.newsSingleVideo:hover svg {
  transform: translate(-50%, -50%) scale(1.5);
}

.newsSingleVideo img {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.newsSingleVideo svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all .4s linear;
}

.contacts .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 223px;
}

.contactsTitle {
  margin-bottom: 60px;
}

.contactsInfo {
  flex: 0 0 calc(40% - 223px);
}

.contactsList {
  margin-bottom: 60px;
}

.contactsList div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-family: Inter;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 40px;
}

.contactsList div:nth-child(2) {
  font-family: Inter;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
}

.contactsList div:nth-child(4) {
  font-family: Inter;
  font-weight: 600;
  font-size: 54px;
  line-height: 100%;
  letter-spacing: 0%;
}

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

.contactsNet div {
  background-color: #28A745;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.missionTitle {
  margin-bottom: 40px;
}

.missionText {
  font-family: Golos Text;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
}

.historyTitle {
  margin-bottom: 50px;
}

.historyItems {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}

.historyItem {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.historyItem p:first-child {
  font-family: Golos Text;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #8f8fb1;
}

.historyItem p:last-child {
  font-family: Golos Text;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #bdbdd6;
}

.historyItem.active p:first-child {
  color: #38923f;
}

.historyItem.active p:last-child {
  color: #0E0E21;
}

.historyItem div {
  display: flex;
  flex-direction: column;
}

.historyItem::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI1IDI0IiBmaWxsPSJub25lIj48cGF0aCBkPSJNNy44NjcgMTJoMTBNMTcuODY3IDEybC00LTRNMTcuODY3IDEybC00IDQiIHN0cm9rZT0iIzhGOEZCMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
}

.historyDesc {
  display: none;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid #E3E3F0;
}

.historyDesc.active {
  display: flex;
}

.historyImage {
  flex: 0 0 calc(20% - 30px);
}

.historyImage img {
  width: 100%;
  height: 162px;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.historyContent p {
  font-family: Golos Text;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 15px;
}

.adminTitle {
  margin-bottom: 60px;
}

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

.adminItem {
  flex: 0 0 calc(25% - 50px);
}

.adminImage {
  height: 505px;
  margin-bottom: 40px;
}

.adminImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.adminName {
  font-family: Golos Text;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 24px;
}

.adminPost {
  font-family: Golos Text;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
}

.orgTitle {
  margin-bottom: 40px;
}

.orgText {
  font-family: Golos Text;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 90px;
}

.orgBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
  position: relative;
}

.orgBox::after {
  content: "";
  position: absolute;
  top: 147px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: 28px;
  height: 1px;
  background-color: #DAEFDF;
}

.orgBoss {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: #28A745;
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  border-radius: 90px;
  padding: 25px 55px;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  box-shadow: 0px 310px 87px 0px rgba(0, 0, 0, 0);
  margin-bottom: 60px;
}

.orgBoss svg {
  background-color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  padding: 17px 18px;
}

.orgItems {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 190px;
  row-gap: 50px;
  flex-wrap: wrap;
  border-top: 1px solid #DAEFDF;
  padding-top: 50px;
}

.orgItem {
  flex: 0 0 calc(33.333% - 127px);
  /* width: calc(33.333% - 190px); */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(40, 167, 69, 0.1607843137);
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  border-radius: 90px;
  padding: 25px 55px;
}

.orgItem svg {
  flex-shrink: 0;
  background-color: #EDFFF1;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  padding: 17px 18px;
}

.serviceIntroInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.serviceIntroTitle {
  font-size: 80px;
}

.serviceIntroBtn {
  border: 0;
}

.page-id-57 .goalsTitle,
.page-template-anal-page .goalsTitle {
  font-family: Inter;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 30px;
  color: #28a745;
}

.page-id-57 .goalsItem,
.page-template-anal-page .goalsItem {
  padding-bottom: 30px;
  border-bottom: 1px solid #1C1C1C;
}

.page-id-57 .goalsItem:first-of-type,
.page-template-anal-page .goalsItem:first-of-type {
  margin-bottom: 40px;
}

.page-id-57 .goals ul li,
.page-template-anal-page .goals ul li {
  font-family: Golos Text;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  list-style-type: disc;
  list-style-position: inside;
}

.page-id-57 .worksTitle,
.page-template-anal-page .worksTitle {
  font-family: Inter;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 50px;
}

.page-template-anal-page .works .worksItems {
  display: unset;
}

.page-id-57 .worksItem,
.page-template-anal-page .worksItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-bottom: 20px;
  border-bottom: 1px solid #1C1C1C;
}

.page-id-57 .worksItem a:hover,
.page-template-anal-page .worksItem a:hover {
  color: #28a745;
}

.page-template-gero-page .directionsTitle {
  margin-bottom: 50px;
}

.page-template-gero-page .directionsItems {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

.page-template-gero-page .directionsItem {
  align-items: flex-start;
  flex-direction: column;
  flex: 0 0 calc(33.333% - 45px);
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-template-gero-page .directionsItem div {
  font-family: Inter;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 27px;
  color: #38923f;
}

.page-template-gero-page .directionsItem p {
  font-family: Golos Text;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}

.bestTitle {
  margin-bottom: 60px;
}

.bestItem {
  border-bottom: 1px solid #1C1C1C;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.bestItem h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 33px;
}

.bestItem p {
  font-family: Golos Text;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

.best ul li {
  list-style-type: disc;
  list-style-position: inside;
  font-family: Golos Text;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

.best .button {
  margin-top: 25px;
}

.keysTitle {
  margin-bottom: 24px;
}

.keysItem {
  margin-bottom: 30px;
}

.keysItem h4 {
  font-family: Golos Text;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #28a745;
  margin-bottom: 12px;
}

.keysItem p {
  font-family: Golos Text;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

.tasksTitle {
  margin-bottom: 40px;
}

.tasksItem {
  font-family: Golos Text;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 24px;
  list-style-type: disc;
  list-style-position: inside;
}

.tasksItem span {
  color: #28a745;
}

.tasksItem::marker {
  color: #28a745;
}

.tasks p {
  font-family: Golos Text;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
}

.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  background-color: #F9F9F9;
  padding: 60px 45px 45px 45px;
  border-radius: 38px;
  z-index: 1000;
  transition: all .3s ease;
}

.modal.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
  overflow-y: auto;
  margin-top: 3%;
  margin-bottom: 3%;
}

.modal.modalReg {
  height: 100%;
}

.modal h3 {
  margin-bottom: 15px;
}

.modal p {
  margin-bottom: 10px;
}

.modalTitle {
  font-family: Inter;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #1c1c1c;
}

.modalText {
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 22px;
  color: #1c1c1c;
}

.modalClose {
  position: absolute;
  top: 25px;
  right: 25px;
  background-color: #fff;
  border-radius: 9px;
  padding: 11px;
  line-height: 0;
}

.modal form input,
.modal form textarea,
.modal form select,
.intl-tel-input input[type=text],
.country-select input[type=text],
.search-form-page input[type=search] {
  width: 100%;
  font-family: Inter;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  padding: 19px 22px;
  border-radius: 10px;
}

.modal form input[type="checkbox"] {
  width: 20px;
  margin-right: 20px;
}

form input[type="submit"] {
  font-family: Inter;
  font-weight: 600;
  font-size: 23px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 22px;
  background-color: #28A745;
  border-radius: 16px;
  transition: all .5s ease;
  cursor: pointer;
}

form input[type="submit"]:hover {
  background-color: #007C1C;
}

.magazines .magazinesItems {
  display: flex;
  flex-wrap: wrap;
}

.magazines .magazinesItems {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}

.magazines .magazinesItem {
  flex: 0 0 calc(25% - 45px);
}

.magazines .magazinesImage {
  height: 540px;
  width: 100%;
  margin-bottom: 30px;
}

.magazines .magazinesImage img {
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.magazines .magazinesTitle {
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
}

.magazines .magazinesTitle {
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 20px;
}

.magazines .magazinesDate {
  font-family: Golos Text;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.magazine {
  margin-bottom: 130px;
}

.magazine .magazineBox {
  display: flex;
  gap: 60px;
  margin-top: 50px;
}

.magazine .magazinePdf {
  flex: 0 0 calc(50% - 60px);
}

.magazine .magazineTitle {
  margin-bottom: 40px;
}

.magazine .magazineDate {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.magazine .magazineSubTitle {
  font-family: Inter;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 60px;
}

.magazine .magazineText {
  font-family: Golos Text;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 60px;
}

.magazine .magazineAuthorsBox {
  margin-top: 90px;
}

.magazine .magazineAuthors {
  margin-top: 60px;
  display: flex;
  gap: 86px;
}

.magazine .magazinePhoto {
  margin-bottom: 30px;
}

.magazine .magazinePhoto img {
  width: 148px;
  height: 148px;
  object-fit: cover;
  border-radius: 50%;
}

.magazine .magazineName {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 20px;
}

.magazine .magazinePost {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #38923f;
}

.projects .researchItems,
.works .worksItems {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.projects .researchItem,
.works .worksItem {
  flex: 0 0 calc(25% - 45px);
}

.project .projectTitle {
  font-family: Inter;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 40px;
}

.project .projectImage {
  height: 600px;

  margin-bottom: 40px;
}

.project .projectImage img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.project .projectContent {
  margin-bottom: 100px;
}

label {
  display: flex;
  padding: 25px 0;
}

.wpcf7-list-item-label {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  vertical-align: middle;
  color: #84868a;
}

.wpcf7-list-item-label a {
  color: #84868a;
  text-decoration: underline;
}

.no-results.not-found .page-content p {
  margin-bottom: 20px;
}

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

.language-switcher {
  padding: 17px 25px;
  border: none;
  outline: none;
  border-radius: 16px;
  background-color: #28A745;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  appearance: none;
  /* отключить стрелочку, но не работает в Safari */
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg ...>');
  /* если нужно, добавим вручную */
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.scrollToTop {
  color: #fff;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  background-color: #28A745;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.scrollToTop.active {
  opacity: 1;
  visibility: visible;
}

#error-404-wrapper {
  text-align: center;
}

#error-404-wrapper img {
  margin-bottom: 50px;
}

#error-404-wrapper p {
  font-family: Inter;
  font-weight: 200;
  font-style: Extra Light;
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 50px;
}

#error-404-wrapper a {
  margin: auto;
}