body {
  margin: 0;
  padding: 0;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  /* color: #2D3944; */
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
textarea {
  margin: 0;
  font-family: "Fira Sans Condensed", sans-serif;
}

h2 {}

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

button {
  border: none;
  outline: none;
}

button:focus {
  outline: none;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/* :root {
  --main-color: #FE8300;
} */

.container {
  width: 100%;
  max-width: 84rem;
  padding: 0 2rem;
  margin: 0 auto;
}

.burger_block {
  display: none;
}

.burger-menu-wraper {
  display: none;
  width: 20px;
  height: 14px;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: black;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 5.5px;
}

#nav-icon3 span:nth-child(4) {
  top: 11.5px;
  width: 60%;
  right: 0;
  left: unset;
}

#nav-icon3.show-menu span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

#nav-icon3.show-menu span:nth-child(2) {
  transform: rotate(45deg);
}

#nav-icon3.show-menu span:nth-child(3) {
  transform: rotate(-45deg);
}

#nav-icon3.show-menu span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.mobile_menu {
  display: none;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  /* box-shadow: 0px 4px 4px 0px rgba(239, 239, 239, 0.50); */
  transition: 0.4s;
  padding: 16px 0;
  background: #feffff;
}

.logo_wrapper img {
  width: 167px;
}

.header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.4s;
}

@media (min-width: 992px) {
  .header.sticky .header_wrapper {
    padding: 10px 0;
  }
}

.menu-header ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.menu-header ul li a {
  color: #333;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5em;
  transition: 0.4s;
  letter-spacing: .02em;
}

.menu-header ul li a:hover {
  opacity: 0.7;
}

.header_right-side {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

@media (min-width: 992px) {
  .header.sticky .header_num {
    font-size: 20px;
  }
}


.header_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff0;
  border-radius: 4px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5em;
  height: 47px;
  padding: 0 24px;
  border: 1px solid #d4d4d4;
  color: #333;
  transition: 0.3s;
}

.header_btn:hover {
  background: #0000001a;
}

.main_home {
  padding-top: 88px;
}

.top_section {
  background-image: url();
}

.top_section_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  z-index: -1;
}

.top_section_slide {
  position: relative;
  isolation: isolate;
  height: 604px;
  background-position: 50%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-repeat: no-repeat;
}

.top_section_slide_info {
  margin-bottom: 10vh;
  padding: 20px 0;
}

.top_section_title {
  color: #f6f6f6;
  margin-bottom: 1.5rem;
  font-size: calc(4rem + 3vh);
  font-weight: 300;
  line-height: 1.05em;
  /* max-width: 530px; */
}

.top_section_subtitle {
  color: #f6f6f6;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5em;
  max-width: 546px;
  margin-bottom: 1.5rem;
}

.top_section_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  padding: 0 24px;
  height: 55px;
  background: transparent;
  color: white;
  font-family: "Lora", serif;
  font-style: italic;
  transition: 0.3s;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: underline;
}

.top_section_btn:hover {
  color: white;
  background: #e6e6e61a;
}

.slick-dots {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 13px;
  left: 50%;
  translate: -50% 0;
  gap: 6px;
}

.slick-dots button {
  font-size: 0;
  border-radius: 50%;
  border: unset;
  width: 16px;
  height: 16px;
  background-color: #fff6;
  padding: 0;
}

.slick-dots .slick-active button {
  background-color: #fff;
}

.ways {
  background: #f3f0f6;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.ways_title {
  margin-bottom: 1.5rem;
  font-family: Lora, sans-serif;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
  margin-right: 15rem;
}

.ways .ways_title {
  margin-top: 2rem;
}

.ways_subtitle {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5em;
  color: #010002;
  margin-bottom: 1rem;
  margin-right: 15rem;
}

.ways_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.5rem;
  row-gap: 30px;
  padding-bottom: 15px;
}

.ways_item_img img {
  width: 100%;
  object-fit: cover;
  height: 388px;
}

.txt_link {
  font-family: Lora, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
  font-size: 1rem;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  color: #333;
}

.ways_link {
  margin-bottom: 37px;
}

.txt_link img {
  filter: invert(1);
}

.ways_item {
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
}

.ways_item:has(.ways_item_txt) {
  padding: 1.5rem;
}

.ways_item_title {
  margin-bottom: .75rem;
  font-family: Lora, sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
  color: #333;
}

.ways_item_descr p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  color: #444;
}

.ways_item_link {
  font-family: Lora, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  color: #333;
  margin-top: 2rem;
  justify-content: flex-start;
  text-decoration: underline;
}

.ways_item_link img {
  filter: invert(1);
}

.mission {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f3f0f6;
  background-image: linear-gradient(135deg, #8f74b7, #442d70);
}

.mission_title {
  color: #f6f6f6;
  margin-bottom: 1.5rem;
  font-family: Lora, sans-serif;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
}

.mission_descr {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5em;
  color: #f6f6f6;
}

.mission_link {
  margin-top: 2rem;
  color: #f6f6f6;
}

.mission_link img {
  filter: unset;
}

.mission_wrapper {
  width: 100%;
  max-width: 42rem;
}

.news {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #f3f0f6;
}

.news_title_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 4rem;
}

.news_title {
  font-family: Lora, sans-serif;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
  color: #333;
}

.news_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.news_item_img {
  width: 100%;
  height: 100%;
  padding: 1px;
  position: absolute;
  inset: 0%;
}

.news_item_img img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.news_item {
  /* height: 480px; */
  aspect-ratio: 4 / 5;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  transition: transform .5s;
}

.news_item_info {
  z-index: 1;
  background-image: linear-gradient(180deg, #010002, #fff0 25%, #fff0 75%, #010002);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  transition: background-color .5s;
  display: flex;
  position: relative;
  height: 100%;
}

.news_item_info_bottom {
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25em;
  color: white;
  font-family: Inter;
}

.news_item_info_top {
  display: flex;
  align-items: center;
  gap: .375rem;
  font-size: .875rem;
  color: white;
  font-family: Inter;

  font-weight: 400;
}

.news_item_info_dot {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #d4d4d4;
}

.news_item:hover .news_item_info {
  background-color: #0003;
}

.news_item:hover {
  transform: translate(0, -.5rem);
}

.data {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000;
  background-image: linear-gradient(135deg, #8f74b7, #442d70);
}

.data_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.data_pretitle {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 8px;
}

.data_title {
  color: white;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2em;
}

.data_btn {
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.5rem;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  font-family: Lora, sans-serif;
  font-style: italic;
  color: #fff;
  gap: .5rem;
  text-decoration: underline;
  transition: 0.3s;
}

.data_btn:hover {
  text-decoration: underline;
  color: #fff;
  background-color: #e6e6e61a;
}

.contacts {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #f3f0f6;
}

.contacts_wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.contacts_side {
  flex-basis: 50%;
}

.contacts_side iframe {
  width: 100%;
}

.contacts_title {
  margin-bottom: 1rem;
  font-family: Lora, sans-serif;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
}

.contacts_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  row-gap: 1.5rem;
}

.contacts_item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.contacts_item a {
  margin-right: 1rem;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .2s;
  color: #010002;
  font-family: Inter;
}

.contacts_link {
  font-family: Lora, sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 4px;
}

.contacts_link img {
  filter: invert(1);
}

footer {
  padding-top: 5.75rem;
  padding-bottom: 2rem;
}

.footer-logo-wrapper-img img {
  width: 160px;
}

.footer-logo-wrapper-img {
  margin-bottom: 2.5rem;
}

.footer_content {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}

.footer_about_title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #333;
  font-family: Inter;
}

.footer_about_descr p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  color: #444;
}

.footer_about_descr {
  max-width: 23rem;
}

.footer_soc_wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer_soc_wrapper a {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e6e6e6;
  transition: 0.3s;
}

.footer_soc_wrapper a:hover {
  background-color: #c5c5c5;
}

.footer_soc_wrapper a img {
  width: 16px;
  height: 16px;
}

.footer_menu_title {
  letter-spacing: normal;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #666;
  font-family: Lora, sans-serif;
}

#menu-footer-menu {
  display: grid;
  gap: 16px;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 100%;
}

#menu-footer-menu li {
  width: 210px;
}

#menu-footer-menu li a {
  grid-column-gap: .5rem;
  color: #333;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  font-family: Lora, sans-serif;
}

.footer_content_bottom span {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  color: #444;
}

.main_cat {
  background: #f3f0f6;
}

.category_top {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.category_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.category_title h1 {
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0 !important;
  color: #333;
  font-family: Lora, sans-serif;
}

.category_top_descr {
  max-width: 538px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5em;
  color: #444;
}

.category_top_hr {
  height: 64px;
}

.news_content {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 0;
}

.news_cat_title {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5em;
  color: #444;
  margin-bottom: .5rem;
}

.news_post_title {
  margin-bottom: 1.5rem;
  font-family: Work Sans;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.07em;
  color: #333;
}

.news_subtitle {
  margin-bottom: 1rem;
  font-size: 1.375rem;
  line-height: 1.4em;
  color: #444;
  font-family: Inter;
}

.news_date {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  color: #444;
  padding-top: .5rem;
}

.news_img img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 32px;
  display: inline-block;
  height: 472px;
}

.news_descr p {
  margin: 8px 0;
  font-size: 16px;
  line-height: 1.6em;
  color: #333;
  font-family: Inter;
  line-height: 1.6em;
}

.other_news_title {
  margin-bottom: 1.5rem;
  font-family: Lora, sans-serif;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
}

.other_news {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.post_empty {
  background-color: #ddd;
  padding: 10px;
  width: 100%;
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5em;
}

.news_wrapper:has(.post_empty) {
  display: block;
}

.about_top_wrapper {
  display: flex;
  align-items: center;

}

.about_top {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #8f74b7;
}

.about_top_side img {
  width: 100%;
  border-radius: 1.5rem;
  display: block;
}

.about_top_side {
  flex-basis: 50%;
}

.about_txt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f3f0f6;
}

.about_txt_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about_txt_title {
  margin-bottom: 1.5rem;
  font-family: Lora, sans-serif;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
}

.about_txt_desc p {
  color: #444;
  background-color: #0000;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 25px;
}

.way_about_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.way_about_item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #fff;
  cursor: pointer;
  border-radius: 1.5rem;
  padding: 2.25rem;
  overflow: hidden;
  transition: 0.4s;
}

.way_about_item:hover {
  translate: 0 -0.75rem;
}

.way_about_item_t {
  margin-bottom: .75rem;
  font-family: Lora, sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
}

.way_about_item_d {
  color: #444;
  background-color: #0000;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5em;
}

.team_title {
  margin-bottom: 0;
}

.team_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.team_photo img {
  width: 100%;
  height: 407px;
  object-fit: cover;
}

.team_item {
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
}

.team_info {
  background-image: linear-gradient(180deg, #3e3f4100, #333);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  padding: 3rem 1.5rem 1.5rem;
  display: flex;
  position: absolute;
  z-index: 2;
  bottom: 0;
}

.team_name {
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25em;
  color: white;
}

.team_position {
  font-size: .875rem;
  line-height: 1.4em;
  color: white;
}

.top_section_slide:nth-child(2) {
  background-size: cover;
}

.projects_top {
  background: #f3f0f6;
  background-color: #f3f0f6;
  background-image: unset;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.projects_top h1,
.projects_top .about_top_descr p,
.projects_top .top_section_btn {
  color: #333;
}

.projects_top .top_section_btn {
  border: 1.5px solid #d4d4d4;
  font-family: Work Sans;
  font-style: unset;
  text-decoration: unset;
  margin-bottom: 1.5rem;
}

.projects_top h1 {
  margin-bottom: 1.5rem;
  font-family: Lora, sans-serif;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
}

.projects_top .about_top_descr p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  color: #444;
  margin-bottom: 1.5rem;
}

.our_projects_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 3fr;
  align-items: center;
  display: grid;
}

.our_projects_img img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 1.5rem;
}

.our_projects_txt_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.our_projects_txt_item_t {
  margin-bottom: .75rem;
  font-family: Lora, sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
}

.our_projects_txt_t {
  margin-bottom: 2rem;
}

.our_projects_txt_item_d p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5em;
  color: #444;
}

.our_projects_txt_item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}

.perks_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.perks_title {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.faq_ques {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.faq_item {
  background-color: rgb(241, 241, 241);
  transition: 0.5s;
  border-radius: 1rem;
}

.faq_wrapper_b {
  display: flex;
  gap: 4rem;
}

.faq_side {
  flex-basis: 50%;
}

.faq_title {
  margin-right: 0;
}

.faq_pretitle {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4em;
  letter-spacing: .04em;
  margin-bottom: .5rem;
  color: #666;
}

.faq_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 1rem;
}

.faq_ques {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4rem;
  font-family: Inter;
  color: #333;
}

.accordion-icon {
  border: 2px solid #333;
  color: #333;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.accordion-horizontal-line {
  background-color: #333;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-vertical-line {
  background-color: #333;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
  transition: 0.3s;
}

.faq_answ p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5em;
  color: #444;
}

.faq_answ {
  transition: 0.4s;
  max-height: 0;
  overflow: hidden;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.faq_item.active {
  background-color: rgb(236, 236, 236);
}

.faq_item.active .faq_answ {
  margin-bottom: 32px;
}

.faq_item.active .accordion-vertical-line {
  rotate: 90deg;
}

.supp_content_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  display: grid;
}

.supp_content_left {
  margin-bottom: .75rem;
  font-family: Lora, sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
}

.supp_content_right_w {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.supp_content_right_w_t {
  letter-spacing: .04em;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4em;
  color: #666;
}

.contact_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 3fr 6fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.contact_title {
  margin-bottom: 1.5rem;
  font-family: Lora, sans-serif;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
}

.contact_descr {
  margin-bottom: .75rem;
}

.form_flex p {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.contact_f br {
  display: none;
}

.contact_f label {
  font-size: .9rem;
  line-height: 1.3em;
  display: inline-block;
  color: #333;
  width: 100%;
  margin-bottom: 2rem;
  font-family: Inter;
  padding-top: 3px;
}

.contact_f .wpcf7-form-control-wrap input {
  width: 100%;
  margin-top: .5rem;

  border: 1px solid #d4d4d4;
  background-color: #fff;
  border-radius: 8px;
  max-width: 100%;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: .9rem;
  line-height: 1.5em;
  transition: border .3s;
  display: block;
}

.contact_f .wpcf7-form-control-wrap textarea {
  border: 1px solid #d4d4d4;
  background-color: #fff;
  border-radius: 8px;
  max-width: 100%;
  height: 180px;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: .9rem;
  line-height: 1.5em;
  transition: border .3s;
  display: block;
  margin-top: .5rem;
  font-family: Inter;
}

.contact_f .wpcf7-form-control-wrap input:focus,
.contact_f .wpcf7-form-control-wrap textarea:focus {
  border: 1px solid #3898ec;
  box-shadow: unset;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid {
  border: 1px solid red !important;
}

.contact_f .wpcf7-form-control-wrap textarea::placeholder {
  font-family: Inter;
}

.wpcf7-submit {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1.5px solid #d4d4d4;
  color: #333;
  background-color: #fff0;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 8.25rem;
  padding: 1rem 1.5rem;
  font-family: Work Sans;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5em;
  transition-property: background-color;
  display: flex;
}

.wpcf7-submit:hover {
  background-color: #0000001a;
  color: #333;
  border: 1px solid #d4d4d4;
}

.page-404 {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-404-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}

.top_404 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1.07em;
}

.page-404-text-under {
  font-size: 1.375rem;
  line-height: 1.4em;
  font-family: Inter;
  text-align: center;
  max-width: 540px;
  width: 100%;
}

.link-to-home {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 540px;
  padding: 0 1.5rem;
  height: 55px;
  font-family: Work Sans;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5em;
  color: #333;
  border: 1.5px solid #d4d4d4;
  border-radius: 4px;
  transition: 0.3s;
  background-color: transparent;
}

.link-to-home:hover {
  color: #333;
  background-color: #0000001a;
}


.mission_link:hover {
  color: white;
}
































@media(max-width: 992px) {

  .projects_top .about_top_title {
    font-size: 2rem;
  }

  .projects_top .about_top_side_l {
    flex-basis: 100%;
    width: 100%;
    padding: 6rem 0 1.5rem;
  }

  .projects_top .top_section_subtitle {
    max-width: 100%;
  }

  .category_title h1 {
    font-size: 1.75rem;
  }

  .category_title {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .news_content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about_top_wrapper {
    flex-direction: column;
  }

  .about_top_side_l {
    padding: 4rem 2rem;
    margin-bottom: 1.5rem;
  }

  .about_txt {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .about_txt_title {
    font-size: 2rem;
  }

  .about_top_side img {
    position: relative;
    left: -32px;
    right: -32px;
    width: 109%;
    border-radius: 0;
  }

  .about_txt .way_about_wrapper {
    gap: 2rem;
  }

  .team .category_title {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .team .category_top_descr {
    max-width: 100%;
    text-align: end;
    width: 100%;
  }



  .about_top_title {
    text-align: center;
  }

  .about_top_descr {
    text-align: center;
  }

  .about_top .top_section_btn {
    position: relative;
    left: 50%;
    translate: -50% 0;
  }

  .about_top {
    overflow: hidden;
  }

  .team_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .team_photo img {
    height: 497px;
  }

  .header_btn_desk {
    display: none;
  }

  .menu-header {
    display: none;
  }

  .burger_block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #f4f4f4;
    position: relative;
    z-index: 100;
  }

  .burger-menu-wraper {
    display: block;
  }

  .mobile_menu {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    translate: 0 -120%;
    z-index: 50;
    background-color: white;
    position: fixed;
    inset: 0;
    padding: 64px 0 100px;
    /* background-image: url(/wp-content/uploads/2023/10/mobile-menu-bg.svg); */
    /* background-repeat: no-repeat;
    background-size: cover; */
    overflow: auto;
  }

  .mobile_menu.show-menu {
    opacity: 1;
    visibility: visible;
    translate: 0 0;
  }

  .mobile_menu .menu-header {
    display: block;
  }

  .header_btn {
    margin: 2rem;
  }

  .logo_wrapper,
  .burger-menu-wraper {
    position: relative;
    z-index: 55;
    background: white;
  }

  .menu-header ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .menu-header ul li a {
    font-size: 18px;
    padding: 16px 32px 16px 2rem;
    border-top: 1px solid #f1f1f1;
    display: flex;
  }

  .menu-header ul li {
    width: 100%;
  }

  .top_section_title {
    font-size: 4rem;
  }

  .top_section_slide {
    height: 535px;
  }

  .top_section_subtitle {
    font-size: 1rem;
  }

  .ways {
    padding: 6rem 0;
  }

  .ways_title {
    font-size: 2rem;
    margin-right: 0;
  }

  .ways_item:has(.ways_item_img) {
    height: 230px;
  }

  .ways_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .ways_item {
    flex-basis: 29.8%;
  }

  .mission_title,
  .news_title,
  .contacts_title {
    font-size: 2rem;
  }

  .mission_descr {
    font-size: 1rem;
  }

  #menu-footer-menu li {
    width: 185px;
  }

  .news_wrapper {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .news .news_link {
    margin-top: 0;
  }

  .data_title {
    font-size: 3.5rem;
  }

  .data_wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .projects_top .about_top_side img {
    width: 100%;
    left: 0;
    right: 0;
  }

  .our_projects_wrapper {
    gap: 2rem;
  }

  .perks_wrapper {
    gap: 2rem;
  }

  .faq_wrapper_b {
    flex-direction: column;
  }

  .contact_title {
    font-size: 2rem;
  }

  .contact {
    padding-top: 6rem;
  }

  .contacts_info .contacts_item_nums {
    display: flex;
    flex-direction: column;
  }
}

@media(max-width: 600px) {

  .news_post_title {
    font-size: calc(.75rem + 9vw);
  }

  .news_subtitle {
    font-size: 1.25rem;
  }

  .news_content {
    padding-bottom: 0;
  }

  .news_img img {
    height: 200px;
  }

  .about_txt_wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .about_txt {
    padding-top: 2rem;
    padding-bottom: 0;
  }


  .about_txt_title {
    font-size: 1.75rem;
  }

  .footer_content {
    flex-direction: column;
  }

  #menu-footer-menu li {
    width: 160px;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .top_section_title {
    font-size: calc(.75rem + 5vw);
    margin-bottom: 1rem;
  }

  .top_section_slide {
    height: 432px;
  }

  .top_section_slide {
    background-position: 60%;
    background-size: cover;
  }

  .top_section_slide_info {
    padding: 0;
  }

  .top_section_subtitle {
    padding-right: 25%;
    margin-bottom: 1rem;
  }

  .ways_title {
    font-size: 1.75rem;
  }

  .ways {
    padding: 3rem 0;
  }

  .about_top_descr {
    padding-right: 0;
    margin-bottom: 2rem;
    text-align: left;
  }

  .ways_subtitle {
    margin-right: 0;
  }

  .ways_item {
    flex-basis: 100%;
  }

  .ways_item_title {
    font-size: 1rem;
  }

  .ways_item_descr p {
    font-size: .875rem;
  }

  .ways_item:has(.ways_item_img) {
    height: 342px;
  }

  .mission {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .mission_title,
  .news_title,
  .contacts_title {
    font-size: 1.75rem;
  }

  .news_wrapper {
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }

  .news {
    padding: 3rem 0;
  }

  .news_title_wrapper {
    margin-bottom: 2rem;
  }

  .data {
    padding: 2rem 0;
  }

  .data_left {
    width: 90%;
  }

  .data_title {
    font-size: 2.5rem;
  }

  .contacts_wrapper {
    flex-direction: column;
  }

  .contacts {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .contacts_side {
    width: 100%;
    flex-basis: 100%;
  }

  footer {
    padding-top: 4rem;
    padding-bottom: 1.25rem;
  }

  .footer_about_descr p {
    font-size: 14px;
  }

  .about_top {
    padding: 0;
  }

  .about_top_title {
    text-align: left;
  }

  .about_top_side_l {
    padding: 3rem 0 1rem 0;
  }

  .about_top .top_section_btn {
    left: 0;
    translate: 0 0;
  }

  .about_top_side img {
    width: 120%;
  }

  .about_txt .way_about_wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }

  .way_about_item_t {
    font-size: 1rem;
  }

  .team .category_top_descr {
    text-align: left;
  }

  .team_photo img {
    height: 230px;
  }

  .team_wrapper {
    gap: .5rem;
  }

  .team_position {
    font-size: .75rem;
  }

  .team_info {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .team.about_txt {
    padding-bottom: 2rem;
  }

  .our_projects_wrapper {
    flex-direction: column;
    display: flex;
  }

  .our_projects_txt_wrapper {
    gap: 1rem;
  }

  .perks_wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }

  .projects_top .about_top_title {
    font-size: 1.75em;
    text-align: center;
  }

  .projects_top .about_top_descr p {
    font-size: .875rem;
    text-align: center;
    line-height: 1.375rem;
    margin-bottom: 0;
  }

  .projects_top .about_top_side_l {
    padding-top: 5rem;
  }

  .projects_top .top_section_btn {
    position: relative;
    left: 50%;
    translate: -50% 0;
  }

  .projects_top .about_top_descr {
    margin-bottom: 1rem;
  }

  .projects_top .about_top_side img {
    border-radius: 1rem;
  }

  .our_projects_img img {
    height: 228px;
  }

  .our_projects_img {
    width: 100%;
  }

  .our_projects_txt_item_t {
    font-size: 1rem;
  }

  .projects_top {
    padding: 3rem 0 1rem;
  }

  .faq_wrapper_b {
    gap: 3rem;
  }

  .faq_ques {
    padding: 1rem 1.25rem;
  }

  .projects_top .about_top_side_l {
    padding-top: 2rem;
  }

  h1.support_title {
    font-size: 1.75rem;
  }

  .supp_content_wrapper {
    flex-direction: column;
    display: flex;
  }

  .supp_content_left {
    font-size: 1rem;
  }

  .contact_wrapper {
    display: flex;
    flex-direction: column;
  }

  .contact {
    padding-top: 2rem;
  }

  .contact_title {
    font-size: 1.75rem;
  }

  .contacts_info {
    padding-top: 3rem;
  }

  .form_flex p {
    flex-direction: column;
    gap: 0;
  }

}