@font-face {
  font-family: "LackUA";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/LackUA-Regular.ttf");
  src: local(""), url("../fonts/LackUA-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Montserrat-Medium.ttf");
  src: local(""), url("../fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Montserrat-Bold.ttf");
  src: local(""), url("../fonts/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Inter-Medium.ttf");
  src: local(""), url("../fonts/Inter-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Inter-SemiBold.ttf");
  src: local(""), url("../fonts/Inter-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Inter-Bold.ttf");
  src: local(""), url("../fonts/Inter-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Inter-Regular.ttf");
  src: local(""), url("../fonts/Inter-Regular.ttf") format("truetype");
}
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 25px;
}
h1, .title-1 {
  font-family: "LackUA", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 63px;
  margin-bottom: 35px;
}
h2, .title-2 {
  font-family: "LackUA", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  margin-bottom: 35px;
}
h3, .title-3 {
  font-family: "LackUA", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  margin-bottom: 10px;
}
h4, .title-4 {
  font-family: "LackUA", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 25px;
}
h5, .title-5 {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}
h6, .title-6 {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 15px;
}
.slide {
  background: #00a699;
  margin: 20px;
  border: solid;
}
.slide img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  display: flex;
}
.btn {
  font-family: Montserrat;
  font-size: 19px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  background: #1E192D;
  padding: 20px 45px;
  border-radius: 40px;
  text-decoration: none;
  height: 60px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
}
.btn:hover {
  background: #0B061A;
  transition: 0.3s all;
}
.donate_btn {
  background: #AA1639;
  height: 60px;
  display: inline-block;
}
.donate_btn:hover {
  background: #88102D;
}
.button {
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  padding: 5px 25px;
  border-radius: 20px;
  border: 1px solid #1e192d;
  color: #fff;
  background: #1e192d;
  text-decoration: none;
  transition: all 0.3s;
}
.button.button-line {
  color: #1e192d;
  border: 1px solid #1e192d;
  background-color: #fff;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.single_container {
  max-width: 960px;
}
a {
  transition: all 0.3s;
  text-decoration: none;
}
.hidden {
  display: none;
}
.search-popup {
  background-color: #F5F5FF;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  z-index: -9;
}
.search-popup:before {
  content: "";
  background-image: url(/wp-content/themes/sitegist/assets/images/BGright.svg);
  position: absolute;
  top: 15%;
  right: 0;
  height: 100vh;
  width: 50vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1;
  opacity: 0.6;
}
.search-popup.active {
  opacity: 1;
  z-index: 999;
  pointer-events: all;
}
.search-popup__body {
  display: flex;
  flex-direction: column;
  width: 920px;
  max-width: calc(100% - 30px);
  height: 100vh;
  padding: 50px 0;
}
.search-popup__body .back_archive {
  margin: 35px 0 32px -40px;
}
.search-popup__form {
  height: 60px;
  border-radius: 40px;
  border: 1px solid #1E192D;
  background: #FFF;
  display: flex;
  align-items: center;
}
.search-popup__input {
  font-family: "Montserrat";
  color: #141414;
  font-size: 20px !important;
  line-height: 20px !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  margin: 0 !important;
}
.search-popup__button {
  background: transparent;
  border: none;
  outline: none;
  width: 40px;
  height: 40px;
  margin-right: 25px;
  cursor: pointer;
  pointer-events: none;
}
.search-popup__list {
  max-height: 50vh;
  overflow-y: auto;
  margin-top: 35px;
  padding-right: 30px;
  width: calc(100% + 40px);
}
.search-popup__list::-webkit-scrollbar {
  width: 15px;
  background: #EFEFEF;
  border-radius: 40px;
  border: 1px solid #D9D9D9;
}
.search-popup__list::-webkit-scrollbar-thumb {
  background: #FF4571;
  border-radius: 40px;
}
.dark_theme .search-popup {
  background: #1E192D;
}
.dark_theme .search-popup::before {
  opacity: 1;
}
@media (max-width: 1199.98px) {
  .search-popup__body .back_archive {
    margin: 35px 0 32px;
  }
}
@media screen and (max-width: 992px) {
  h1, .title-1 {
    font-size: 25px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 25px;
  }
  h2, .title-2 {
    font-size: 23px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
  }
  h3, .title-3 {
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
  }
  h4, .title-4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }
  h5, .title-5 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
  }
  h6, .title-6 {
    font-size: 19px;
    font-weight: 700;
    line-height: 23px;
  }
}
