@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
html,
body {
  background: #F4F4F4;
  padding: 0;
  margin: 0;
}

* {
  list-style: none;
  font-family: "Questrial", sans-serif;
  box-sizing: border-box;
  vertical-align: top;
}

.wsize {
  max-width: 1400px;
  margin: auto;
}

.smwsize {
  max-width: 1200px;
  margin: auto;
}

.header {
  margin: 20px 0;
}
.header img {
  width: 100%;
}
.header {
  display: grid;
  align-items: center;
  grid-template-columns: 300px 1fr 240px;
}

.burger {
  display: none;
  width: 34px;
  height: 26px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
}
.burger span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #000;
  transition: 0.3s;
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
}

ul {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: black;
  display: block;
  transition: 0.4s;
  font-size: 110%;
  transform: translateY(0px);
}
a:hover {
  color: darkred;
  transform: translateY(-3px);
}
a.member {
  padding: 8px 15px;
  color: white;
  border-radius: 20px;
  background: #000;
  text-align: center;
}

#banner {
  display: grid;
  grid-template-columns: 540px 1fr;
  gap: 100px;
  align-items: center;
}
#banner .shape-gallery {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 560px;
  margin: 0 auto;
}
#banner .shape {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  border-radius: 15px;
  transform: translate(0, 0) scale(0.1);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.7s ease-out;
}
#banner .shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#banner .s1 {
  width: 260px;
  height: 220px;
  left: 0;
  top: 40px;
}
#banner .s2 {
  width: 120px;
  height: 120px;
  left: 230px;
  top: 90px;
}
#banner .s3 {
  width: 220px;
  height: 170px;
  right: 0;
  top: 40px;
}
#banner .s4 {
  width: 170px;
  height: 170px;
  left: 78px;
  top: 250px;
}
#banner .s5 {
  width: 280px;
  height: 270px;
  left: 202px;
  top: 170px;
}
#banner .s6 {
  width: 300px;
  height: 280px;
  left: -20px;
  bottom: -120px;
}
#banner .s7 {
  width: 190px;
  height: 180px;
  left: 230px;
  bottom: -20px;
}
#banner .s8 {
  width: 240px;
  height: 230px;
  left: 380px;
  bottom: -60px;
}
#banner .text_zone .line_banner {
  height: 1px;
  width: 300px;
  background: #444;
  margin: 40px 0;
}
#banner .text_zone .block .num {
  font-size: 200%;
}
#banner .text_zone .block .join {
  background: #000;
  border-radius: 100px;
  display: inline-block;
  color: white;
  padding: 6px 15px;
}
#banner .text_zone .block {
  max-width: 800px;
  font-size: 110%;
  line-height: 1.4;
}
#banner .text_zone .block h1 {
  padding: 0;
  margin: 0;
  font-size: 400%;
}

.grid {
  display: grid;
}

.about_us_block:after {
  z-index: 0;
  content: "";
  width: 100%;
  left: 0;
  top: 50%;
  height: 50%;
  background: #000;
  position: absolute;
}
.about_us_block {
  position: relative;
  margin-top: 140px;
}
.about_us_block .read_more {
  background: #000;
  color: white;
  display: inline-block;
  font-size: 120%;
  padding: 10px 20px;
  border-radius: 100px;
}
.about_us_block .about_block {
  padding: 40px;
  z-index: 1;
  position: relative;
  background: #fff;
  margin: auto;
  height: 400px;
}
.about_us_block .about_block .sm_header {
  text-transform: uppercase;
}
.about_us_block .about_block h1 {
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  margin: 5px 0 20px 0;
  font-size: 400%;
}
.about_us_block .about_block .grid_about {
  gap: 50px;
  line-height: 1.6;
  grid-template-columns: 2fr 1fr;
}
.about_us_block .about_block .grid_about img {
  border-radius: 15px;
  width: 100%;
  opacity: 1;
}

.black {
  padding-top: 100px;
  min-height: 500px;
  background: #000;
  padding-bottom: 100px;
  color: white;
}
.black form label {
  display: flex;
  flex-direction: column;
}
.black form label input, .black form label select, .black form label textarea {
  border: none;
  padding: 14px;
  border-radius: 8px;
}
.black form label span {
  display: block;
  font-size: 110% !important;
  color: white;
  margin-bottom: 5px;
}
.black form .appform_grid {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr 2.5fr;
}
.black form .appform_grid .left_side {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.black form .appform_grid .left_side .message_choose {
  background: rgba(255, 255, 255, 0.1254901961);
  padding: 14px;
  border-radius: 8px;
}
.black form .appform_grid .left_side .message_choose .rad_group {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
}
.black form .appform_grid .left_side .message_choose .rad input {
  display: none;
}
.black form .appform_grid .left_side .message_choose .rad input:checked + span {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.black form .appform_grid .left_side .message_choose .rad span {
  cursor: pointer;
}
.black form .appform_grid .left_side .message_choose .rad span:hover {
  background: #777;
}
.black form .appform_grid .left_side .message_choose .rad span {
  display: block;
  border-radius: 100px;
  padding: 10px 18px;
  border: 1px solid #777;
  transition: 0.2s;
}
.black form .appform_grid .left_side .message_choose .rad input:checked + span {
  border: 1px solid #fff;
}
.black form .appform_grid .right_side {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.black form .appform_grid .right_side textarea {
  height: 227px;
}
.black form .appform_grid .right_side input[type=submit] {
  align-self: flex-start;
  font-size: 140%;
  padding: 10px 25px;
  border-radius: 8px;
}
.black form h2 {
  text-align: center;
  padding: 20px;
  font-size: 200%;
  margin: 0;
}

.gray {
  background: #F4F4F4;
  text-align: center;
  padding: 100px 0;
}
.gray h2 {
  text-align: center;
  padding: 20px;
  font-size: 200%;
  margin: 0;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: auto;
  max-width: 900px !important;
  text-align: left;
}
.accordion .accordion_item {
  cursor: pointer;
}
.accordion .accordion_item:hover .question {
  background: #a8a8a8;
}
.accordion .accordion_item .question {
  transition: 0.2s;
  background: #ccc;
  color: black;
  padding: 14px 18px;
  font-size: 120%;
  border-radius: 6px;
}
.accordion .accordion_item .answer {
  display: none;
  background: #fff;
  padding: 18px 20px;
  line-height: 1.6;
  text-align: left;
}
.accordion .accordion_item.open .question {
  background: #000;
  color: #fff;
  border-radius: 6px 6px 0 0;
}

nav ul li a.active {
  color: darkred;
}

/* ===================== Inner page banner ===================== */
.inner_banner {
  background: #000;
  color: #fff;
  padding: 60px 0 50px;
  margin-bottom: 80px;
}
.inner_banner .crumbs {
  font-size: 90%;
  color: #999;
  margin-bottom: 12px;
}
.inner_banner .crumbs a {
  display: inline;
  color: #999;
  font-size: 100%;
}
.inner_banner .crumbs a:hover {
  color: darkred;
}
.inner_banner .crumbs span {
  margin: 0 6px;
}
.inner_banner .crumbs .current {
  color: #fff;
}
.inner_banner h1 {
  margin: 0;
  padding: 0;
  font-size: 320%;
  text-transform: uppercase;
}
.inner_banner p {
  max-width: 700px;
  line-height: 1.6;
  font-size: 110%;
  color: #ccc;
  margin: 15px 0 0;
}

.grid_about {
  gap: 50px;
  line-height: 1.6;
  grid-template-columns: 2fr 1fr;
  align-items: center;
}
.grid_about img {
  border-radius: 15px;
  width: 100%;
}

/* ===================== Generic content page ===================== */
.page_section {
  margin-bottom: 100px;
}
.page_section h2 {
  font-size: 260%;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.page_section p {
  line-height: 1.7;
  font-size: 108%;
  margin: 0 0 18px;
}
.page_section .lead {
  font-size: 130%;
  line-height: 1.6;
  max-width: 900px;
  margin-bottom: 40px;
}

.section_gap {
  margin-top: 100px;
}

/* ===================== Committee ===================== */
.committee_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.committee_grid .member {
  background: #fff;
  border-radius: 15px;
  padding: 30px 25px;
  text-align: center;
}
.committee_grid .member .avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 150%;
  margin: 0 auto 18px;
}
.committee_grid .member h3 {
  margin: 0 0 6px;
  font-size: 120%;
  text-transform: uppercase;
}
.committee_grid .member .role {
  color: darkred;
  font-size: 95%;
  margin-bottom: 12px;
}
.committee_grid .member .desc {
  font-size: 92%;
  line-height: 1.6;
  color: #555;
}

.founder_block {
  background: #000;
  color: #fff;
  border-radius: 15px;
  padding: 50px;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 50px;
}
.founder_block .avatar {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1254901961);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 260%;
}
.founder_block h3 {
  margin: 0 0 5px;
  font-size: 150%;
  text-transform: uppercase;
}
.founder_block .role {
  color: #ccc;
  margin-bottom: 15px;
}
.founder_block p {
  line-height: 1.7;
  color: #ddd;
}

/* ===================== Gallery ===================== */
.gallery_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.gallery_grid .g_item {
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
}
.gallery_grid .g_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.gallery_grid .g_item:hover img {
  transform: scale(1.08);
}

/* ===================== Cards: offers / events ===================== */
.card_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.card_grid .card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.card_grid .card .card_img {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-color: #000;
}
.card_grid .card .card_body {
  padding: 25px;
}
.card_grid .card .card_body h3 {
  margin: 0 0 10px;
  font-size: 120%;
  text-transform: uppercase;
}
.card_grid .card .card_body p {
  font-size: 95%;
  color: #555;
  line-height: 1.6;
  margin: 0;
}
.card_grid .card .card_body .tag {
  display: inline-block;
  background: #F4F4F4;
  border-radius: 100px;
  padding: 4px 14px;
  font-size: 85%;
  margin-bottom: 12px;
  color: #000;
}

/* ===================== Press ===================== */
.press_list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.press_list .press_item {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  gap: 25px;
  align-items: center;
  background: #fff;
  padding: 22px 25px;
  border-radius: 15px;
}
.press_list .press_item .source {
  color: darkred;
  font-size: 90%;
  text-transform: uppercase;
}
.press_list .press_item h3 {
  margin: 0;
  font-size: 115%;
  font-weight: normal;
}
.press_list .press_item a.ext {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 90%;
}
.press_list .press_item a.ext:hover {
  background: darkred;
  color: #fff;
  transform: none;
}

/* ===================== Partners ===================== */
.partners_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.partners_grid .partner {
  background: #fff;
  border-radius: 15px;
  padding: 35px;
  text-align: center;
}
.partners_grid .partner .p_mark {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 130%;
  margin: 0 auto 18px;
}
.partners_grid .partner h3 {
  margin: 0 0 10px;
  font-size: 110%;
  text-transform: uppercase;
}
.partners_grid .partner p {
  font-size: 92%;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* ===================== Contacts ===================== */
.contact_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.contact_grid .info_card {
  background: #fff;
  border-radius: 15px;
  padding: 25px 30px;
  margin-bottom: 20px;
}
.contact_grid .info_card .label {
  text-transform: uppercase;
  font-size: 85%;
  color: #999;
  margin-bottom: 8px;
}
.contact_grid .info_card a, .contact_grid .info_card span {
  font-size: 130%;
}
.contact_grid .info_card .socials {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}
.contact_grid .info_card .socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_grid .info_card .socials a svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.contact_grid .info_card .socials a:hover {
  background: darkred;
  transform: none;
}
.contact_grid form {
  background: #000;
  border-radius: 15px;
  padding: 40px;
  color: #fff;
}
.contact_grid form h2 {
  margin: 0 0 25px;
  font-size: 160%;
  text-transform: uppercase;
}
.contact_grid form label {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}
.contact_grid form label span {
  font-size: 95%;
  margin-bottom: 6px;
  color: #ccc;
}
.contact_grid form label input, .contact_grid form label textarea {
  border: none;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 100%;
}
.contact_grid form input[type=submit] {
  background: #fff;
  color: #000;
  font-size: 120%;
  padding: 10px 30px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.contact_grid form input[type=submit]:hover {
  background: darkred;
  color: #fff;
}

/* ===================== Footer ===================== */
footer {
  background: #000;
  color: #fff;
  margin-top: 120px;
  padding: 80px 0 0;
}
footer .footer_top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1450980392);
}
footer .f_logo img {
  width: 180px;
  margin-bottom: 20px;
}
footer .f_logo p {
  color: #bbb;
  line-height: 1.6;
  font-size: 95%;
  max-width: 380px;
  margin: 0 0 22px;
}
footer .f_social {
  display: flex;
  gap: 12px;
}
footer .f_social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.0823529412);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
footer .f_social a svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
footer .f_social a:hover {
  background: darkred;
  transform: none;
}
footer .f_nav_title {
  text-transform: uppercase;
  font-size: 85%;
  color: #999;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}
footer .f_nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
footer .f_nav ul {
  display: block;
}
footer .f_nav ul li {
  margin-bottom: 12px;
}
footer .f_nav a {
  color: #ddd;
  font-size: 100%;
}
footer .f_nav a:hover {
  color: darkred;
}
footer .f_contacts {
  display: flex;
  flex-direction: column;
}
footer .f_contacts a {
  color: #ddd;
  margin-bottom: 12px;
}
footer .f_contacts a:hover {
  color: darkred;
}
footer .f_contacts a.join {
  margin-top: 8px;
  display: inline-block;
  background: #fff;
  color: #000;
  border-radius: 100px;
  padding: 8px 20px;
  font-size: 95%;
}
footer .f_contacts a.join:hover {
  background: darkred;
  color: #fff;
}
footer .footer_bottom {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  color: #888;
  font-size: 88%;
}

.read_more.sm {
  margin-top: 30px;
  font-size: 100%;
  padding: 8px 18px;
}

/* ===================== Responsive ===================== */
@media (max-width: 1100px) {
  .committee_grid,
  .card_grid,
  .gallery_grid,
  .partners_grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .contact_grid {
    grid-template-columns: 1fr;
  }
  footer .footer_top {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  footer .f_nav {
    grid-template-columns: 1fr 1fr;
  }
  #banner {
    gap: 40px;
  }
  .about_us_block .about_block .grid_about {
    gap: 30px;
  }
}
@media (max-width: 900px) {
  #banner {
    grid-template-columns: 1fr !important;
  }
  #banner .banner_zone {
    position: relative;
    height: 544px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  #banner .shape-gallery {
    position: absolute;
    top: 0;
    left: 50%;
    width: 540px;
    max-width: none;
    height: 560px;
    margin: 0 0 0 -270px;
    transform: scale(0.8);
    transform-origin: top center;
  }
  .grid_about,
  .about_us_block .about_block .grid_about {
    grid-template-columns: 1fr !important;
  }
  .grid_about .img,
  .about_us_block .about_block .grid_about .img {
    order: -1;
  }
  .about_us_block .about_block {
    height: auto;
    padding: 30px;
  }
  .founder_block {
    grid-template-columns: 140px 1fr;
    padding: 35px;
  }
}
@media (max-width: 700px) {
  .wsize, .smwsize {
    padding: 0 20px;
  }
  .header {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    position: relative;
  }
  .logo img {
    width: 220px;
  }
  .burger {
    display: flex;
    width: 26px;
    height: 20px;
  }
  header nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    z-index: 20;
    padding: 10px 0;
  }
  header nav ul {
    flex-direction: column;
    gap: 0;
  }
  header nav ul li a {
    padding: 12px 25px;
  }
  header .member {
    display: none;
  }
  header.nav_open nav {
    display: block;
  }
  header.nav_open .burger span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  header.nav_open .burger span:nth-child(2) {
    opacity: 0;
  }
  header.nav_open .burger span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  #banner .banner_zone {
    height: 306px;
    margin-bottom: 15px;
  }
  #banner .shape-gallery {
    transform: scale(0.45);
  }
  #banner .text_zone {
    text-align: center;
  }
  #banner .text_zone .block {
    max-width: 100%;
    font-size: 100%;
  }
  #banner .text_zone .block h1 {
    font-size: 260%;
  }
  #banner .text_zone .block .join {
    margin-top: 10px;
  }
  #banner .text_zone .line_banner {
    width: 100%;
    margin: 30px 0;
  }
  #banner .text_zone .num {
    font-size: 150%;
  }
  .about_us_block {
    margin-top: 80px;
  }
  .about_us_block .about_block {
    padding: 25px 20px;
  }
  .about_us_block .about_block h1 {
    font-size: 220%;
  }
  .black {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .black form h2 {
    font-size: 150%;
  }
  .appform_grid {
    grid-template-columns: 1fr !important;
  }
  .gray {
    padding: 60px 0;
  }
  .gray h2 {
    font-size: 150%;
  }
  .committee_grid,
  .card_grid,
  .gallery_grid,
  .partners_grid {
    grid-template-columns: 1fr !important;
  }
  .founder_block {
    grid-template-columns: 1fr !important;
    text-align: center;
    padding: 35px 25px !important;
  }
  .founder_block .avatar {
    margin: 0 auto;
  }
  .press_item {
    grid-template-columns: 1fr !important;
    text-align: center;
  }
  .inner_banner {
    padding: 40px 0 35px;
    margin-bottom: 50px;
  }
  .inner_banner h1 {
    font-size: 180% !important;
  }
  .page_section {
    margin-bottom: 60px;
  }
  .page_section h2 {
    font-size: 180%;
  }
  .section_gap {
    margin-top: 60px;
  }
  footer {
    margin-top: 70px;
    padding: 50px 0 0;
  }
  footer .footer_top {
    grid-template-columns: 1fr;
    text-align: center;
  }
  footer .f_logo p {
    max-width: 100%;
  }
  footer .f_social {
    justify-content: center;
  }
  footer .f_nav {
    display: none;
  }
  footer .footer_bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}
@media (max-width: 420px) {
  .about_us_block .about_block h1,
  #banner .text_zone .block h1 {
    font-size: 190%;
  }
  footer .f_nav {
    grid-template-columns: 1fr;
  }
}
