@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:wght@500;900&display=swap");
.container {
  width: 100%;
  max-width: 1200px;
}
@media (min-width: 700px) {
  .container {
    padding: 0 64px;
  }
}
@media (max-width: 699px) {
  .container {
    padding: 0 32px;
  }
}

.container-without-padding {
  width: 100%;
  max-width: 1200px;
}

.section, .content_center {
  display: flex;
  justify-content: center;
}

@media (min-width: 700px) {
  .hide-on-desktop {
    display: none !important;
  }
}

@media (max-width: 699px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.button {
  border: none;
  border-radius: 0;
  padding: 12px 14px;
  line-height: 24px;
  border: solid black 2px;
  font-family: NAMU_900;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  margin: 48px 0 16px 0;
}
@media (max-width: 699px) {
  .button {
    display: block;
    margin: 16px 0;
  }
}
@media (min-width: 700px) {
  .button {
    margin: 50px 0;
    padding: 12px 40px;
  }
}
.button--white_on_black {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.button--white_on_white {
  background: #fff;
  color: #000;
  border-color: #000;
}
.button--white_on_white:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.button--black_on_black {
  background: #000;
  color: #fff;
  border-color: #fff;
}
.button--black_on_white {
  background: #000;
  color: #fff;
  border-color: #000;
}
.button--header {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 30px 21px;
  width: 286px;
  height: 52px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
@media (min-width: 700px) {
  .button--header {
    margin: 0 auto 32px 16px;
    background-color: #fff;
    color: #000;
  }
}
.button--header:hover {
  text-decoration: underline;
}

.button_container {
  text-align: center;
}

.go_up {
  display: flex;
  justify-content: center;
}
.go_up div {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-image: url(../images/up.svg);
  cursor: pointer;
}

.page {
  font-family: "NAMU_400";
}
.page__body {
  margin: 0;
}
.page__body::-webkit-scrollbar {
  display: none;
}

@media (min-width: 700px) {
  .section {
    padding: 32px 16px;
  }
}
@media (max-width: 699px) {
  .section {
    padding-bottom: 32px;
  }
}
.section__paragraf {
  font-size: 16px;
  line-height: 24px;
}
.section__list {
  padding: 0 26px;
  margin-left: 0;
}
.section__bullet {
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 32px;
}
@media (max-width: 699px) {
  .section__bullet {
    margin-top: 16px;
  }
}

.header {
  width: 100%;
}
@media (min-width: 700px) {
  .header__container_big_scren {
    margin-bottom: 7vh;
  }
}
@media (max-width: 699px) {
  .header__top {
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__top .nav {
    display: block;
    position: fixed;
    background: #000;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 3;
    overflow-y: scroll;
  }
  .header__top .nav.closed {
    top: -1000vh;
  }
  .header__top .nav #nav-close {
    text-align: right;
  }
  .header__top .nav #nav-close span {
    display: inline-block;
    margin: 18px 32px;
    width: 40px;
    height: 40px;
    background: url(../images/close.svg);
    background-size: cover;
  }
  .header__top .nav a {
    color: #fff;
    display: block;
    padding: 16px 32px;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
  }
  .header__top .burger__img {
    height: 40px;
    width: 40px;
    background-image: url(../images/burger_menu-white.svg);
    background-size: cover;
  }
}
@media (min-width: 700px) {
  .header__top {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }
  .header__top .nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header__top .nav .content {
    display: flex;
    justify-content: flex-end;
  }
  .header__top .nav .content a {
    padding: 0 10px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
  }
}
.header .nav-lang-switcher {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-left: 10px;
}
@media (max-width: 699px) {
  .header .nav-lang-switcher {
    margin-top: 50px;
  }
}
.header .nav-lang-switcher a {
  display: block;
  text-decoration: none;
}
@media (max-width: 699px) {
  .header .nav-lang-switcher a {
    padding: 12px 6px;
    margin-bottom: 32px;
    font-size: 16px;
  }
}
@media (min-width: 700px) {
  .header .nav-lang-switcher a {
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    border: solid #fff 1px;
    text-align: center;
  }
  .header .nav-lang-switcher a.active {
    background: #fff;
    color: #000;
    border-color: #fff;
    cursor: default;
  }
}
.header__bottom {
  background-color: #f3f3f3;
}
@media (min-width: 700px) {
  .header__content .social {
    margin-left: 16px;
  }
}
.header__title {
  text-align: left;
  font-family: "Roboto Flex";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 38px;
}
@media (min-width: 700px) {
  .header__title {
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.03em;
    max-width: 820px;
    font-size: 40px;
    line-height: 56px;
    margin: 14px 16px 40px 16px;
  }
}
.header__video {
  width: 100vw;
}

.header-nav {
  background-color: #000;
}
.header-nav .top-menu-item {
  position: relative;
}
.header-nav .top-menu-item .children {
  display: none;
}
.header-nav .top-menu-item.active .children {
  display: block;
}
@media (max-width: 699px) {
  .header-nav .top-menu-item {
    position: relative;
  }
  .header-nav .top-menu-item.has-children::after {
    top: 50px;
  }
  .header-nav .top-menu-item .children a {
    color: #959595;
    font-size: 17px;
    padding: 10px;
  }
}
@media (min-width: 700px) {
  .header-nav .top-menu-item {
    position: relative;
    padding: 20px 0;
  }
  .header-nav .top-menu-item.has-children {
    padding-right: 14px;
  }
  .header-nav .top-menu-item.has-children::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/triangle_down_white.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
  }
  .header-nav .top-menu-item .children {
    position: absolute;
    z-index: 9999;
    width: 220px;
    left: 50%;
    top: 60px;
    margin-left: -110px;
    border: solid #000 1px;
    background: #fff;
    padding: 10px 0;
    text-align: center;
  }
  .header-nav .top-menu-item .children a {
    display: block;
    padding: 10px 20px;
    color: #000;
  }
  .header-nav .top-menu-item .children a:hover {
    background: #000;
    color: #fff;
  }
}

@media (max-width: 699px) {
  .home .header-nav {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1001;
  }
}
@media (min-width: 700px) {
  .home .header-nav {
    background-color: #fff;
  }
  .home .header-nav .top-menu-item.has-children::after {
    background: url(../images/triangle_down_black.svg);
  }
}

.logo {
  width: 190px;
  height: 24px;
  background-image: url(../images/Veteranka_logo_white.svg);
  background-size: cover;
}
@media (min-width: 700px) {
  .logo {
    width: 225px;
    height: 30px;
    background-image: url(../images/Veteranka_logo_white.svg);
  }
}
.logo__img {
  height: 100%;
}

@media (min-width: 700px) {
  .home .logo {
    background-image: url(../images/logo_black_small.svg);
  }
  .home .header .header__top .nav .content a {
    color: #000;
  }
  .home .header .header__top .nav .top-menu-item .children a {
    color: #000;
  }
  .home .header .header__top .nav .top-menu-item .children a:hover {
    color: #fff;
  }
}
@media (min-width: 700px) and (min-width: 700px) {
  .home .header .header__top .nav .nav-lang-switcher a {
    color: #000;
    border: solid #000 1px;
  }
  .home .header .header__top .nav .nav-lang-switcher a.active {
    background: #000;
    color: #fff;
    border-color: #000;
  }
}
.arrow {
  display: block;
  position: absolute;
  height: 44px;
  width: 44px;
  background-image: url(../images/arrow-back-sharp1.svg);
  right: 14px;
  top: 50%;
  margin-top: -22px;
}

.footer {
  background: #000000;
  padding-top: 50px;
}
.footer .container {
  margin: auto;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-logo {
  display: block;
}
.footer .footer-logo img {
  width: 100%;
}
.footer .buttons {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 32px;
}
.footer .buttons .button {
  margin: 0;
}
.footer .title {
  font-family: NAMU_400;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 10px;
  margin-top: 30px;
  max-width: 420px;
}
.footer .second-line {
  padding: 32px 0;
  border-top: solid #363636 1px;
}
.footer .second-line .second-line-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .second-line .second-line-content .copy {
  color: #fff;
}
.footer .footer-content {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-content .left-section {
  width: 50%;
}
.footer .footer-content .right-section {
  width: 50%;
  display: flex;
  gap: 32px;
}
@media (min-width: 700px) {
  .footer .footer-content .right-section {
    padding-left: 32px;
  }
}
@media (max-width: 699px) {
  .footer .footer-content .right-section {
    margin-bottom: 32px;
  }
}
.footer .footer-content .right-section div {
  width: 50%;
}
.footer .footer-content .right-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-content .right-section ul a {
  display: block;
  padding: 0 0 16px;
}
@media (max-width: 699px) {
  .footer .footer-content .left-section, .footer .footer-content .right-section {
    width: 100%;
  }
}

.social {
  display: flex;
  margin: 32px 0 22px;
}
.social a {
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 24px 0 0;
}
.social a.insta {
  background-image: url(../images/social/insta.svg);
}
.social a.twitter {
  background-image: url(../images/social/twitter.svg);
}
.social a.fb {
  background-image: url(../images/social/fb.svg);
}
.social a.tg {
  background-image: url(../images/social/telegram.svg);
}
.social a.tiktok {
  background-image: url(../images/social/tiktok.svg);
}
.social a.youtube {
  background-image: url(../images/social/youtube.svg);
}
.social--black a.insta {
  background-image: url(../images/social/insta_black.svg);
}
.social--black a.twitter {
  background-image: url(../images/social/twitter_black.svg);
}
.social--black a.fb {
  background-image: url(../images/social/fb_black.svg);
}
.social--black a.tiktok {
  background-image: url(../images/social/tiktok_black.svg);
}
.social--black a.youtube {
  background-image: url(../images/social/youtube_black.svg);
}

.button--header-big-screen {
  display: none;
}
@media (min-width: 700px) {
  .button--header-big-screen {
    display: block;
    padding: 12px 48px;
  }
}

.tags {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tags__item {
  border: solid #000 2px;
  padding: 8px 16px;
  margin: 0 16px 16px 0;
  cursor: pointer;
}
.tags__item--active {
  background: #000;
  color: #fff;
}

.hidden {
  display: none !important;
}

.swiper-button-next, .swiper-button-prev {
  width: 40px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: none;
  display: block;
  width: 35px;
  height: 35px;
  content: "";
  background-size: cover;
  border: solid #c5c5c5 1px;
}

.swiper-button-prev:after {
  background-image: url(../images/arrow_left.png);
}

.swiper-button-next:after {
  transform: rotate(180deg);
  background-image: url(../images/arrow_left.png);
}

.swiper-navigation {
  text-align: center;
  color: #000;
}

.swiper-pagination-bullet-active {
  background: #000;
}

main {
  display: flex;
  justify-content: center;
}

h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 44px;
  line-height: 53px;
  letter-spacing: 0.04em;
  margin: 50px 0;
}

h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 53px;
  letter-spacing: 0.04em;
  margin: 30px 0 20px;
}
@media (min-width: 700px) {
  h2 {
    margin: 40px 0;
  }
}

h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Flex";
  word-wrap: break-word;
}

.item-title {
  font-size: 19px;
  line-height: 32px;
  color: #333333;
  text-decoration: none;
}

.custom-page {
  margin-bottom: 50px;
}
@media (min-width: 700px) {
  .custom-page {
    padding: 0 100px;
  }
}

article {
  font-size: 17px;
}

.archive-subtitle {
  font-size: 24px;
  margin-bottom: 50px;
}

.tags {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
.tags a {
  display: block;
  color: #000;
  border: solid #000 1px;
  padding: 4px 11px;
  text-decoration: none;
}
.tags a.active, .tags a:hover {
  color: #fff;
  background: #000;
}

.page-header {
  text-align: center;
  margin-bottom: 50px;
  border-bottom: solid #000 2px;
}
.page-header .content {
  margin-bottom: 30px;
}
.page-header h1 {
  margin: 50px 0 30px;
}

.pagination-container {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.pagination-container .pagination {
  display: inline-block;
}
.pagination-container .pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
}
.pagination-container .pagination a.active {
  background-color: #000;
  color: white;
  border: 1px solid #000;
}
.pagination-container .pagination a:hover:not(.active) {
  background-color: #ddd;
}

.wpforms-form input, .wpforms-form button, .wpforms-form textarea {
  border-radius: 0 !important;
}

.contact-form-submit-btn {
  background: #000 !important;
}

.wp-block-button__link {
  background-color: #000 !important;
  border-radius: 0 !important;
}

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

article video {
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1200px;
}
@media (min-width: 700px) {
  .container {
    padding: 0 64px;
  }
}
@media (max-width: 699px) {
  .container {
    padding: 0 32px;
  }
}

.container-without-padding {
  width: 100%;
  max-width: 1200px;
}

.section, .content_center {
  display: flex;
  justify-content: center;
}

@media (min-width: 700px) {
  .hide-on-desktop {
    display: none !important;
  }
}

@media (max-width: 699px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.button {
  border: none;
  border-radius: 0;
  padding: 12px 14px;
  line-height: 24px;
  border: solid black 2px;
  font-family: NAMU_900;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  margin: 48px 0 16px 0;
}
@media (max-width: 699px) {
  .button {
    display: block;
    margin: 16px 0;
  }
}
@media (min-width: 700px) {
  .button {
    margin: 50px 0;
    padding: 12px 40px;
  }
}
.button--white_on_black {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.button--white_on_white {
  background: #fff;
  color: #000;
  border-color: #000;
}
.button--white_on_white:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.button--black_on_black {
  background: #000;
  color: #fff;
  border-color: #fff;
}
.button--black_on_white {
  background: #000;
  color: #fff;
  border-color: #000;
}
.button--header {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 30px 21px;
  width: 286px;
  height: 52px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
@media (min-width: 700px) {
  .button--header {
    margin: 0 auto 32px 16px;
    background-color: #fff;
    color: #000;
  }
}
.button--header:hover {
  text-decoration: underline;
}

.button_container {
  text-align: center;
}

.go_up {
  display: flex;
  justify-content: center;
}
.go_up div {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-image: url(../images/up.svg);
  cursor: pointer;
}

.page {
  font-family: "NAMU_400";
}
.page__body {
  margin: 0;
}
.page__body::-webkit-scrollbar {
  display: none;
}

@media (min-width: 700px) {
  .section {
    padding: 32px 16px;
  }
}
@media (max-width: 699px) {
  .section {
    padding-bottom: 32px;
  }
}
.section__paragraf {
  font-size: 16px;
  line-height: 24px;
}
.section__list {
  padding: 0 26px;
  margin-left: 0;
}
.section__bullet {
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 32px;
}
@media (max-width: 699px) {
  .section__bullet {
    margin-top: 16px;
  }
}

.header {
  width: 100%;
}
@media (min-width: 700px) {
  .header__container_big_scren {
    margin-bottom: 7vh;
  }
}
@media (max-width: 699px) {
  .header__top {
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__top .nav {
    display: block;
    position: fixed;
    background: #000;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 3;
    overflow-y: scroll;
  }
  .header__top .nav.closed {
    top: -1000vh;
  }
  .header__top .nav #nav-close {
    text-align: right;
  }
  .header__top .nav #nav-close span {
    display: inline-block;
    margin: 18px 32px;
    width: 40px;
    height: 40px;
    background: url(../images/close.svg);
    background-size: cover;
  }
  .header__top .nav a {
    color: #fff;
    display: block;
    padding: 16px 32px;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
  }
  .header__top .burger__img {
    height: 40px;
    width: 40px;
    background-image: url(../images/burger_menu-white.svg);
    background-size: cover;
  }
}
@media (min-width: 700px) {
  .header__top {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }
  .header__top .nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header__top .nav .content {
    display: flex;
    justify-content: flex-end;
  }
  .header__top .nav .content a {
    padding: 0 10px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
  }
}
.header .nav-lang-switcher {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-left: 10px;
}
@media (max-width: 699px) {
  .header .nav-lang-switcher {
    margin-top: 50px;
  }
}
.header .nav-lang-switcher a {
  display: block;
  text-decoration: none;
}
@media (max-width: 699px) {
  .header .nav-lang-switcher a {
    padding: 12px 6px;
    margin-bottom: 32px;
    font-size: 16px;
  }
}
@media (min-width: 700px) {
  .header .nav-lang-switcher a {
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    border: solid #fff 1px;
    text-align: center;
  }
  .header .nav-lang-switcher a.active {
    background: #fff;
    color: #000;
    border-color: #fff;
    cursor: default;
  }
}
.header__bottom {
  background-color: #f3f3f3;
}
@media (min-width: 700px) {
  .header__content .social {
    margin-left: 16px;
  }
}
.header__title {
  text-align: left;
  font-family: "Roboto Flex";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 38px;
}
@media (min-width: 700px) {
  .header__title {
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.03em;
    max-width: 820px;
    font-size: 40px;
    line-height: 56px;
    margin: 14px 16px 40px 16px;
  }
}
.header__video {
  width: 100vw;
}

.header-nav {
  background-color: #000;
}
.header-nav .top-menu-item {
  position: relative;
}
.header-nav .top-menu-item .children {
  display: none;
}
.header-nav .top-menu-item.active .children {
  display: block;
}
@media (max-width: 699px) {
  .header-nav .top-menu-item {
    position: relative;
  }
  .header-nav .top-menu-item.has-children::after {
    top: 50px;
  }
  .header-nav .top-menu-item .children a {
    color: #959595;
    font-size: 17px;
    padding: 10px;
  }
}
@media (min-width: 700px) {
  .header-nav .top-menu-item {
    position: relative;
    padding: 20px 0;
  }
  .header-nav .top-menu-item.has-children {
    padding-right: 14px;
  }
  .header-nav .top-menu-item.has-children::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/triangle_down_white.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
  }
  .header-nav .top-menu-item .children {
    position: absolute;
    z-index: 9999;
    width: 220px;
    left: 50%;
    top: 60px;
    margin-left: -110px;
    border: solid #000 1px;
    background: #fff;
    padding: 10px 0;
    text-align: center;
  }
  .header-nav .top-menu-item .children a {
    display: block;
    padding: 10px 20px;
    color: #000;
  }
  .header-nav .top-menu-item .children a:hover {
    background: #000;
    color: #fff;
  }
}

@media (max-width: 699px) {
  .home .header-nav {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1001;
  }
}
@media (min-width: 700px) {
  .home .header-nav {
    background-color: #fff;
  }
  .home .header-nav .top-menu-item.has-children::after {
    background: url(../images/triangle_down_black.svg);
  }
}

.logo {
  width: 190px;
  height: 24px;
  background-image: url(../images/Veteranka_logo_white.svg);
  background-size: cover;
}
@media (min-width: 700px) {
  .logo {
    width: 225px;
    height: 30px;
    background-image: url(../images/Veteranka_logo_white.svg);
  }
}
.logo__img {
  height: 100%;
}

@media (min-width: 700px) {
  .home .logo {
    background-image: url(../images/logo_black_small.svg);
  }
  .home .header .header__top .nav .content a {
    color: #000;
  }
  .home .header .header__top .nav .top-menu-item .children a {
    color: #000;
  }
  .home .header .header__top .nav .top-menu-item .children a:hover {
    color: #fff;
  }
}
@media (min-width: 700px) and (min-width: 700px) {
  .home .header .header__top .nav .nav-lang-switcher a {
    color: #000;
    border: solid #000 1px;
  }
  .home .header .header__top .nav .nav-lang-switcher a.active {
    background: #000;
    color: #fff;
    border-color: #000;
  }
}
.arrow {
  display: block;
  position: absolute;
  height: 44px;
  width: 44px;
  background-image: url(../images/arrow-back-sharp1.svg);
  right: 14px;
  top: 50%;
  margin-top: -22px;
}

.footer {
  background: #000000;
  padding-top: 50px;
}
.footer .container {
  margin: auto;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-logo {
  display: block;
}
.footer .footer-logo img {
  width: 100%;
}
.footer .buttons {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 32px;
}
.footer .buttons .button {
  margin: 0;
}
.footer .title {
  font-family: NAMU_400;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 10px;
  margin-top: 30px;
  max-width: 420px;
}
.footer .second-line {
  padding: 32px 0;
  border-top: solid #363636 1px;
}
.footer .second-line .second-line-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .second-line .second-line-content .copy {
  color: #fff;
}
.footer .footer-content {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-content .left-section {
  width: 50%;
}
.footer .footer-content .right-section {
  width: 50%;
  display: flex;
  gap: 32px;
}
@media (min-width: 700px) {
  .footer .footer-content .right-section {
    padding-left: 32px;
  }
}
@media (max-width: 699px) {
  .footer .footer-content .right-section {
    margin-bottom: 32px;
  }
}
.footer .footer-content .right-section div {
  width: 50%;
}
.footer .footer-content .right-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-content .right-section ul a {
  display: block;
  padding: 0 0 16px;
}
@media (max-width: 699px) {
  .footer .footer-content .left-section, .footer .footer-content .right-section {
    width: 100%;
  }
}

.social {
  display: flex;
  margin: 32px 0 22px;
}
.social a {
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 24px 0 0;
}
.social a.insta {
  background-image: url(../images/social/insta.svg);
}
.social a.twitter {
  background-image: url(../images/social/twitter.svg);
}
.social a.fb {
  background-image: url(../images/social/fb.svg);
}
.social a.tg {
  background-image: url(../images/social/telegram.svg);
}
.social a.tiktok {
  background-image: url(../images/social/tiktok.svg);
}
.social a.youtube {
  background-image: url(../images/social/youtube.svg);
}
.social--black a.insta {
  background-image: url(../images/social/insta_black.svg);
}
.social--black a.twitter {
  background-image: url(../images/social/twitter_black.svg);
}
.social--black a.fb {
  background-image: url(../images/social/fb_black.svg);
}
.social--black a.tiktok {
  background-image: url(../images/social/tiktok_black.svg);
}
.social--black a.youtube {
  background-image: url(../images/social/youtube_black.svg);
}

.button--header-big-screen {
  display: none;
}
@media (min-width: 700px) {
  .button--header-big-screen {
    display: block;
    padding: 12px 48px;
  }
}

.tags {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tags__item {
  border: solid #000 2px;
  padding: 8px 16px;
  margin: 0 16px 16px 0;
  cursor: pointer;
}
.tags__item--active {
  background: #000;
  color: #fff;
}

.hidden {
  display: none !important;
}

.swiper-button-next, .swiper-button-prev {
  width: 40px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: none;
  display: block;
  width: 35px;
  height: 35px;
  content: "";
  background-size: cover;
  border: solid #c5c5c5 1px;
}

.swiper-button-prev:after {
  background-image: url(../images/arrow_left.png);
}

.swiper-button-next:after {
  transform: rotate(180deg);
  background-image: url(../images/arrow_left.png);
}

.swiper-navigation {
  text-align: center;
  color: #000;
}

.swiper-pagination-bullet-active {
  background: #000;
}

main {
  display: flex;
  justify-content: center;
}

h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 44px;
  line-height: 53px;
  letter-spacing: 0.04em;
  margin: 50px 0;
}

h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 53px;
  letter-spacing: 0.04em;
  margin: 30px 0 20px;
}
@media (min-width: 700px) {
  h2 {
    margin: 40px 0;
  }
}

h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Flex";
  word-wrap: break-word;
}

.item-title {
  font-size: 19px;
  line-height: 32px;
  color: #333333;
  text-decoration: none;
}

.custom-page {
  margin-bottom: 50px;
}
@media (min-width: 700px) {
  .custom-page {
    padding: 0 100px;
  }
}

article {
  font-size: 17px;
}

.archive-subtitle {
  font-size: 24px;
  margin-bottom: 50px;
}

.tags {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
.tags a {
  display: block;
  color: #000;
  border: solid #000 1px;
  padding: 4px 11px;
  text-decoration: none;
}
.tags a.active, .tags a:hover {
  color: #fff;
  background: #000;
}

.page-header {
  text-align: center;
  margin-bottom: 50px;
  border-bottom: solid #000 2px;
}
.page-header .content {
  margin-bottom: 30px;
}
.page-header h1 {
  margin: 50px 0 30px;
}

.pagination-container {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.pagination-container .pagination {
  display: inline-block;
}
.pagination-container .pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
}
.pagination-container .pagination a.active {
  background-color: #000;
  color: white;
  border: 1px solid #000;
}
.pagination-container .pagination a:hover:not(.active) {
  background-color: #ddd;
}

.wpforms-form input, .wpforms-form button, .wpforms-form textarea {
  border-radius: 0 !important;
}

.contact-form-submit-btn {
  background: #000 !important;
}

.wp-block-button__link {
  background-color: #000 !important;
  border-radius: 0 !important;
}

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

article video {
  width: 100%;
}

.video-container {
  width: 100vw;
  height: calc(100vh - 100px);
  overflow: hidden;
  position: relative;
}
@media (max-width: 699px) {
  .video-container {
    height: auto;
    background: #f3f3f3;
    margin-top: -70px;
  }
}
.video-container video {
  width: 100%;
  height: 100%;
}
@media (min-width: 700px) {
  .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.video-container .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
}
.video-container .overlay .container {
  display: flex;
  align-items: flex-end;
}

.header-button-container {
  background-color: #f3f3f3;
  padding: 0 32px 48px;
}
.header-button-container .button {
  margin: auto;
}

.achievments {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  font-family: "Roboto Flex";
}
@media (max-width: 699px) {
  .achievments {
    margin-bottom: 32px;
  }
}
@media (min-width: 700px) {
  .achievments {
    font-weight: 900;
    grid-template-columns: repeat(4, 1fr);
  }
}
.achievments__section {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 700px) {
  .achievments__section {
    margin: 75px 0 50px;
  }
}
.achievments__largeText {
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 34px;
  margin: 30px auto 9px auto;
}
@media (min-width: 700px) {
  .achievments__largeText {
    font-size: 52px;
  }
}
.achievments__smallText {
  font-style: normal;
  font-size: 12px;
  line-height: 150%;
  margin: 0 auto 15px auto;
}
@media (min-width: 700px) {
  .achievments__smallText {
    font-size: 16px;
    padding: 12px 35px 0;
  }
}

.our-projects .header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.our-projects .length-switcher {
  margin-left: 100px;
}
.our-projects .length-switcher .item {
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 42px;
  color: #959595;
  margin-right: 32px;
  padding-bottom: 6px;
}
.our-projects .length-switcher .item--active {
  border-bottom: solid #000 2px;
  color: #000;
}
@media (max-width: 699px) {
  .our-projects .button_container {
    margin-top: 16px;
  }
}
.our-projects--desktop .items {
  font-family: "Roboto Mono";
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 55px;
}
.our-projects--desktop .items:after {
  content: "";
  flex: auto;
  width: 320px;
}
.our-projects--desktop .items .item {
  background: #E6E6E6;
  width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 22px;
}
.our-projects--desktop .items .item .image {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
  margin-bottom: 22px;
}
.our-projects--desktop .items .item .tags {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: 32px;
  margin-top: -50px;
}
.our-projects--desktop .items .item .tags .tag {
  padding: 4px 12px;
  margin: 0 12px 0 0;
  background: #E6E6E6;
  font-family: "Roboto Mono";
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
}
.our-projects--desktop .items .item .our-projects--desktop__item__container {
  padding: 0 22px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.our-projects--desktop .items .item .our-projects--desktop__item__container .title {
  font-size: 19px;
  line-height: 32px;
  color: #333333;
  text-decoration: none;
}
.our-projects--desktop .items .item .our-projects--desktop__item__container .bar {
  display: inline-block;
  height: 36px;
  position: relative;
  width: 100%;
  background: #fff;
  margin-top: 20px;
}
.our-projects--desktop .items .item .our-projects--desktop__item__container .bar::before {
  content: attr(data-done-percentage);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 36px;
  background: #686868;
  width: calc(var(--done-percentage) - 8px);
  z-index: 2;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 33px;
  padding-left: 8px;
}
.our-projects--desktop .items .item .our-projects--desktop__item__container .bar-numbers__container {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  line-height: 21px;
  color: #333333;
  margin-top: 8px;
}
.our-projects--desktop .items .item .our-projects--desktop__item__container .bar-numbers__container .number {
  font-weight: 700;
}
.our-projects--desktop .items .item .our-projects--desktop__item__container .details {
  color: #000;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  margin-top: 40px;
  cursor: pointer;
}
.our-projects--desktop .items .item .our-projects--desktop__item__container .details .our-projects--desktop__arrow {
  width: 32px;
  display: block;
  margin-left: 16px;
}
@media (min-width: 700px) {
  .our-projects--mobile {
    display: none;
  }
}
.our-projects--mobile__item {
  position: relative;
  box-sizing: border-box;
  background: #fff;
  border: 3px solid #000;
  padding: 20px 16px 20px 16px;
  margin: 16px 0;
}
.our-projects--mobile__item__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #000;
  margin: 16px 44px 16px 0;
}
.our-projects--mobile__item__title a {
  color: #000;
  text-decoration: none;
}
.our-projects--mobile__item__request {
  padding-bottom: 11px;
  width: fit-content;
  font-family: NAMU_900;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  text-decoration: none;
  border-bottom: 2px dashed #000;
}

.our-goals {
  background-color: #F3F3F3;
}
.our-goals__photo {
  width: 100%;
}
.our-goals__paragraph-title {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: bold;
}
.our-goals .bottom-paragraph-title {
  margin: 40px 0 20px;
}
@media (min-width: 700px) {
  .our-goals__container {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
  .our-goals__container .section__list {
    margin: 0;
  }
  .our-goals__container > div {
    width: 100%;
  }
}

@media (max-width: 699px) {
  .shop__items {
    padding-bottom: 50px;
  }
}
@media (min-width: 700px) {
  .shop__top_container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
.shop__description {
  margin: 16px 0;
  line-height: 28px;
}
@media (min-width: 700px) {
  .shop__description {
    margin: 50px 0;
    font-family: "Roboto Mono";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    max-width: 325px;
    margin-left: 70px;
  }
}
.shop .buy-button {
  margin: 12px 0;
  padding: 12px 0;
  width: calc(100% - 4px);
}
.shop__bottom_button {
  display: flex;
  justify-content: center;
}
@media (max-width: 699px) {
  .shop__bottom_button .button {
    width: 100%;
  }
}

.project-bar {
  display: inline-block;
  height: 36px;
  position: relative;
  width: 100%;
  background: #fff;
  margin-top: 20px;
  border: solid #ccc 1px;
}
.project-bar::before {
  content: attr(data-done-percentage);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 36px;
  background: #b6b6b6;
  width: var(--done-percentage);
  z-index: 2;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 33px;
  padding-left: 8px;
}

.back-to-all-projects {
  color: #000;
  font-size: 22px;
  text-decoration: none;
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
  display: block;
}
.back-to-all-projects:hover {
  text-decoration: underline;
}
.back-to-all-projects::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  background-image: url(../images/arrow-back-sharp1.svg);
  background-size: cover;
  width: 22px;
  height: 22px;
  transform: rotate(180deg);
}

.our-projects {
  padding-bottom: 32px;
}

.view-single-project {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
@media (max-width: 699px) {
  .view-single-project {
    display: block;
  }
  .view-single-project a {
    text-decoration: none;
  }
  .view-single-project button {
    width: 100%;
  }
}
.view-single-project .left-section {
  width: 100%;
}
@media (min-width: 700px) {
  .view-single-project .left-section {
    width: 500px;
  }
}
.view-single-project .right-section {
  width: 100%;
}
@media (min-width: 700px) {
  .view-single-project .right-section {
    width: 500px;
    padding-top: 50px;
  }
}
.view-single-project .content {
  margin-top: 32px;
}
@media (max-width: 699px) {
  .view-single-project .money {
    margin-top: 32px;
  }
  .view-single-project .money strong {
    font-size: 1.2em;
  }
}
.view-single-project .money .collected-word, .view-single-project .money .our-progress-word {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.view-single-project .money .collected {
  font-weight: 700;
  font-size: 52px;
  line-height: 64px;
}
@media (max-width: 699px) {
  .view-single-project .money .collected {
    font-size: 35px;
  }
}
.view-single-project .money .goal {
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
}
.view-single-project .money .our-progress-word {
  margin-top: 20px;
}
.view-single-project .tags {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.view-single-project .tags div {
  background: #4B4B4B;
  color: #fff;
  font-style: italic;
  padding: 4px 11px;
  margin: 10px 10px 0 0;
  font-size: 14px;
}
.view-single-project .project-bar {
  height: 53px;
  margin-top: 10px;
  margin-bottom: 31px;
}
@media (max-width: 699px) {
  .view-single-project .project-bar {
    margin-bottom: 0;
  }
}
.view-single-project .project-bar::before {
  height: 53px;
  font-size: 35px;
  line-height: 50px;
}
.view-single-project button {
  margin: 20px 10px 20px 0;
}

.news-section {
  background: #f3f3f3;
}

@media (min-width: 700px) {
  .news__items {
    margin: 32px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 55px;
  }
  .news__items:after {
    content: "";
    flex: auto;
    width: 320px;
  }
}
@media (max-width: 699px) {
  .news__items {
    padding-bottom: 50px;
  }
}
@media (min-width: 700px) {
  .news__items__item {
    width: 320px;
  }
}
.news__items__item__img {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 150px;
}
@media (min-width: 700px) {
  .news__items__item__img {
    width: 320px;
    height: 180px;
  }
}
.news__items__item__title {
  font-family: "Roboto Flex", serif;
  display: block;
  margin: 24px 0 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-decoration: none;
  color: #222;
}
.news__items__item__text {
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
}
.news__items__item__date {
  font-size: 14px;
  line-height: 19px;
  color: #707070;
  margin-top: 20px;
}

.archive-news .tags {
  margin-bottom: 50px;
}
.archive-news .items .item {
  margin-bottom: 50px;
}
@media (min-width: 700px) {
  .archive-news .items .item {
    display: flex;
    justify-content: space-between;
    border-bottom: solid #e6e6e6 1px;
    padding-bottom: 50px;
  }
}
.archive-news .items .item .thumb {
  display: block;
}
@media (min-width: 700px) {
  .archive-news .items .item .thumb {
    margin-right: 30px;
  }
}
.archive-news .items .item .thumb div {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 700px) {
  .archive-news .items .item .thumb div {
    width: 400px;
    height: 225px;
  }
}
.archive-news .items .item .title {
  font-family: "Roboto Flex";
  font-size: 24px;
  letter-spacing: 0.04em;
  font-weight: 900;
}
@media (max-width: 699px) {
  .archive-news .items .item .title {
    margin: 16px 0;
  }
}
.archive-news .items .item .title a {
  text-decoration: none;
  color: #000;
}
.archive-news .items .item .preview {
  color: #111;
}
.archive-news .items .item .details {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.archive-news .items .item .details:hover {
  text-decoration: underline;
  cursor: pointer;
}
.archive-news .items .item .details .our-projects--desktop__arrow {
  width: 20px;
  display: block;
  margin-left: 5px;
}
.archive-news .items .item .tags {
  margin: 12px 0;
  font-size: 12px;
}
.archive-news .items .item .tags a {
  background: #4B4B4B;
  color: #fff;
  font-style: italic;
}
.archive-news .items .item .date {
  color: #707070;
  font-size: 14px;
  margin-top: 16px;
}

.view-single-news {
  display: flex;
  justify-content: space-between;
}
.view-single-news .left-section {
  max-width: 700px;
  margin-bottom: 50px;
}
.view-single-news .left-section img {
  width: 100%;
}
@media (max-width: 699px) {
  .view-single-news .left-section .date {
    margin-top: 32px;
  }
}
@media (min-width: 700px) {
  .view-single-news .left-section .date {
    text-align: right;
  }
}
.view-single-news .left-section .tags div {
  background: #4B4B4B;
  color: #fff;
  font-style: italic;
  padding: 4px 11px;
  margin: 10px 10px 0 0;
  font-size: 14px;
}
.view-single-news .right-section {
  width: 300px;
  border-left: solid #f1f1f1 1px;
  padding-left: 40px;
  margin-left: 40px;
}
.view-single-news .right-section .latest {
  font-size: 22px;
  margin: 50px 0 20px;
}
.view-single-news .right-section a {
  color: #000;
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid #f1f1f1 1px;
  font-size: 1.2em;
}
.view-single-news .right-section a:hover {
  text-decoration: underline;
}

.team__items {
  margin: 32px 0 0;
  padding-bottom: 40px;
}
@media (min-width: 700px) {
  .team__items__item {
    width: 315px;
  }
}
@media (min-width: 700px) {
  .team__items__item__img img {
    width: 315px;
  }
}
.team__items__item__title {
  font-size: 22px;
  margin: 24px 0 16px;
}
.team__items__item__title a {
  color: #000;
  text-decoration: none;
}
.team__items__item__date {
  display: none;
}
.team__items__item__social {
  justify-content: left;
  overflow: hidden;
}
.team__items__item__social a:first-child {
  margin-left: 0;
}

.team__items .swiper-button-next, .team__items .swiper-button-prev {
  bottom: 40%;
}
.team__items .swiper-button-next {
  right: 0;
}
.team__items .swiper-button-prev {
  left: 0;
}

.archive-team {
  margin-bottom: 50px;
  font-size: 17px;
}
@media (min-width: 700px) {
  .archive-team .team-type .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 43px;
  }
  .archive-team .team-type .items:after {
    content: "";
    flex: auto;
  }
}
@media (max-width: 699px) {
  .archive-team .team-type .items .team__items__item {
    width: 100%;
    margin-bottom: 32px;
  }
  .archive-team .team-type .items .team__items__item img {
    width: 100%;
  }
}
.archive-team .team__items__item__title {
  margin: 0;
}
@media (max-width: 699px) {
  .archive-team .team__items__item__title a {
    font-size: 24px;
  }
}
.archive-team .social {
  margin: 16px 0;
}

.team-type-container {
  padding: 0 20px;
}

.nickname {
  font-size: 0.8em;
}

.view-single-team_member {
  margin-bottom: 50px;
}
.view-single-team_member .team_member-container {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 699px) {
  .view-single-team_member .team_member-container {
    flex-wrap: wrap;
    gap: 0;
  }
}
.view-single-team_member .team_member-container .social {
  margin: 16px 0 0;
}
.view-single-team_member .team_member-container .left-section {
  width: 100%;
}
@media (min-width: 700px) {
  .view-single-team_member .team_member-container .left-section {
    min-width: 400px;
  }
}
.view-single-team_member .team_member-container .left-section img {
  width: 100%;
}
.view-single-team_member .team_member-container .right-section {
  width: 100%;
}

.archive-memorials {
  margin-bottom: 50px;
}
@media (min-width: 700px) {
  .archive-memorials .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 43px;
  }
  .archive-memorials .items:after {
    content: "";
    flex: auto;
  }
}
.archive-memorials .items .memorial-preview {
  width: 100%;
  margin-bottom: 32px;
}
@media (min-width: 700px) {
  .archive-memorials .items .memorial-preview {
    width: 315px;
    margin-bottom: 0;
  }
}
@media (max-width: 699px) {
  .archive-memorials .items .img {
    display: block;
    background-image: none !important;
    line-height: 0;
  }
}
@media (min-width: 700px) {
  .archive-memorials .items .img {
    background-size: cover;
    display: block;
    width: 315px;
    height: 480px;
  }
}
.archive-memorials .items img {
  width: 100%;
}
.archive-memorials .items .memorial-footer {
  background-color: #000;
  color: #C3C2C2;
  text-align: center;
  padding: 25px 20px;
}
.archive-memorials .items .memorial-footer a {
  color: #fff;
  text-decoration: none;
}
.archive-memorials .items .memorial-footer .name {
  font-size: 24px;
  margin-top: 10px;
}

.view-single-memorial {
  margin-bottom: 50px;
}
@media (min-width: 700px) {
  .view-single-memorial .memorial-container {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
}
@media (min-width: 700px) {
  .view-single-memorial .memorial-container .left-section {
    min-width: 400px;
  }
}
.view-single-memorial .memorial-container .left-section img {
  width: 100%;
}
.view-single-memorial .memorial-container .right-section {
  width: 100%;
}
.view-single-memorial .memorial-container .right-section .button {
  margin: 0;
}

.help-page {
  padding-bottom: 50px;
  font-family: NAMU_400;
}
.help-page .help-options {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.help-page .help-options .option {
  width: 330px;
}
.help-page .help-options .option .title {
  width: 100%;
  padding: 16px;
  background: #D9D9D9;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
}
.help-page .help-options .option .title:hover, .help-page .help-options .option .title.active {
  background: #000;
  color: #fff;
}
.help-page .help-options .option.active .title {
  background: #000;
  color: #fff;
}
.help-page .help-options .option .subtitle {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin-top: 8px;
  color: #333;
}
.help-page .help-options.first-help .option .title {
  height: 100%;
}
.help-page iframe {
  width: 100%;
  height: 500px;
}
.help-page .help-section-title {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  margin: 64px 0 32px;
}

.donate .donations-containers {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.donate .donate-container {
  background: #000;
  padding: 2px;
  margin-bottom: 26px;
  width: 100%;
  max-width: 836px;
}
.donate .donate-container .donate-title {
  color: #fff;
  padding: 10px;
  text-align: center;
  font-style: normal;
  font-weight: 900;
  font-size: 25px;
  letter-spacing: 0.04em;
}
.donate .donate-container .donate-body {
  background: #fff;
  padding: 10px;
}
.donate .donate-container .donate-body .donate-item {
  margin-bottom: 20px;
}
.donate .donate-container .donate-body .donate-item .title {
  font-weight: bold;
  font-size: 22px;
  font-family: "Roboto Flex";
}
.donate .donate-container .donate-body .donate-item .content .content-title {
  font-weight: bold;
  font-family: "Roboto Flex";
}
.donate .donate-container .donate-body .donate-item .content .content-value {
  display: inline-block;
  padding-right: 25px;
  padding-left: 3px;
  cursor: pointer;
}
.donate .donate-container .donate-body .donate-item .content .content-value .copy-icon {
  display: inline-block;
  width: 16px;
  height: 22px;
  background-image: url(../images/copy_clipboard.svg);
  background-position: bottom;
  background-size: 18px;
  background-repeat: no-repeat;
  opacity: 0.2;
  margin-left: 7px;
}
.donate .donate-container .donate-body .donate-item .content .content-value:hover {
  text-decoration: underline;
}
.donate .donate-container .donate-body .donate-item .content .content-value:hover .copy-icon {
  opacity: 1;
}
.donate .donate-container .donate-body .donate-item .content .content-value.coppied .copy-icon {
  opacity: 1;
  background-image: url(../images/done.svg);
}

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